Re: pike build msql error with 8.0 git

2018-05-12 Thread Lance Dillon
And through this all, it is looking like PIE may be the problem.  I found several good links, here is one of them: gcc's enable "–enable-default-pie" option make you stuck at "relocation R_X86_64_32S against …" error | Nan Xiao's Blog I'm currently doing a test.  I changed src/configure,

Re: pike build msql error with 8.0 git

2018-05-12 Thread Lance Dillon
In debugging this, I'm finding some changes, I may create a PR for it. On Fedora 28, mysql doesn't have MYSQL_SERVER_VERSION unless mysql_version.h is included.  This is on line 1954 of src/modules/Mysql/mysql.c. mariadb_version.h is included, which contains MARIADB_CLIENT_VERSION_STR and MARI

Re: Pike 8.0.608 beta/release candidate

2018-05-12 Thread H. William Welliver III
64-bit MacOS 10.9+ binary is tested and uploaded. > On May 11, 2018, at 5:09 PM, Peter Bortas wrote: > > Pike 8.0.608 beta/release candidate: > > https://pike.lysator.liu.se/pub/pike/beta/8.0.608/Pike-v8.0.608.tar.gz > > Other builds: > > > https://pike.lysator.liu.se/pub/pike/beta/8.0.6

Re: pike build msql error with 8.0 git

2018-05-12 Thread Lance Dillon
It looks like it is a Fedora 28 issue.  I had a fedora 25 workstation vm that I built pike 8.0.498, and it worked fine.  Then I upgrade to fedora 26 and built, then fedora 27 and built.  Everything worked until fedora 28.   So not a pike issue, but something with fedora 28, perhaps gcc or g

Re: pike build msql error with 8.0 git

2018-05-12 Thread Tobias S. Josefowitz
On Sat, May 12, 2018 at 2:31 AM, Lance Dillon wrote: > > Any suggestions? What are some good options to try? And do I pass them as > CONFIGUREARGS? Before all else, I would try again from a clean checkout, i.e. make distclean git clean -xf

Re: pike build msql error with 8.0 git

2018-05-12 Thread Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
It means that the pike you just build (and which will be used to generate post-modules from that point on) does not work. Try running it in gdb?