On 19.04.2017 10:12, Michael Tremer wrote:
Hi,
could you try reverting
http://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=dc539daf8823ef97c931f12b5...
??
Hopefully: Done. ;-)
Now on 'next', "git log" shows:
... commit 1e885a0f4dd5549a28d1fe0122817f112f97d26a Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed Apr 19 10:37:30 2017 +0200
Revert "gdbm: update to 1.13"
This reverts commit dc539daf8823ef97c931f12b514453c25e867c45.
commit f6af7e75988067fe90feac21943e98b98e28be56 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed Apr 19 10:09:27 2017 +0200
php 5.3.27: Source format improvements
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
commit a0217fd2b5d8f0675ba27aed5605ad4da8794d57 Merge: 57cd622c0 4c6b20349 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Apr 18 22:28:18 2017 +0200
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
commit 4c6b2034921fcfbff5fc92ab567c56c47fe99137 Author: Marcel Lorenz marcel.lorenz@ipfire.org Date: Tue Apr 18 14:56:05 2017 +0200
git: update to 2.12.1
Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
...
configure also writes a log file called config.log with some debugging information in case the script aborts.
Found. Last lines were:
... configure:29303: gcc -o conftest -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fPIC -fstack-protector-strong --param=ssp-buffer-size=4 -march=i586 -mtune=generic -fomit-frame-pointer -fvisibility=hidden -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lcurl 1>&5
configure:30177: checking for QDBM support ...
Devel is running...
Best, Matthias
-Michael
On Wed, 2017-04-19 at 09:16 +0200, Matthias Fischer wrote:
Hi,
current 'next' always fails with the same error while building 'php 5.3.27':
... checking for curl_multi_strerror in -lcurl... yes checking for QDBM support... no configure: error: DBA: Could not find necessary header file(s). make: *** [php:81: /usr/src/log/php-5.3.27] Error 1 ...
This seems to be related to Berkeley, but I can't find the reason. I tried several times, but had no luck.
Can anyone confirm?
Best, Matthias