Re: sqlsmith

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>, redmine(at)postgresql(dot)org
Cc: pgsql-pkg-yum(at)postgresql(dot)org, justin(at)telsasoft(dot)com
Subject: Re: sqlsmith
Date: 2020-07-11 22:26:34
Message-ID: 20200711222634.GX26220@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On Sat, Jul 11, 2020 at 10:36:04AM -0500, Justin Pryzby wrote:
> On Sat, Jul 11, 2020 at 02:40:21PM +0000, redmine(at)postgresql(dot)org wrote:
> > Issue #5645 has been updated by Devrim Gündüz.
> > It's throwing a lot of gcc errors.
>
> What errors ?

Sorry, I bungled the subject line while replying to multiple mails earlier..

I previously compiled sqlsmith successfully on ubuntu-b; I had to install
autoconf-archive package.

and just now on centos6 had to:
#include <cstring>

on c8, I get many c++ errors.. most of which are fixed like:
PKG_CONFIG_PATH=/usr/pgsql-12/lib/pkgconfig ./configure CXX='g++ -std=gnu++17'
and the conninfo hack here
https://github.com/anse1/sqlsmith/issues/21

--
Justin

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Justin Pryzby 2020-07-11 22:32:56 Re: sqlsmith
Previous Message Justin Pryzby 2020-07-11 16:46:20 Re: postgis for beta releases