public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Current 'next' fails with error while building 'php'
@ 2017-04-19  7:16 Matthias Fischer
  2017-04-19  8:12 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2017-04-19  7:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Current 'next' fails with error while building 'php'
  2017-04-19  7:16 Current 'next' fails with error while building 'php' Matthias Fischer
@ 2017-04-19  8:12 ` Michael Tremer
  2017-04-19  8:46   ` Matthias Fischer
  2017-04-19 11:27   ` Matthias Fischer
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tremer @ 2017-04-19  8:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

Hi,

could you try reverting

  http://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=dc539daf8823ef97c931f12b514453c25e867c45

??

configure also writes a log file called config.log with some debugging
information in case the script aborts.

-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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Current 'next' fails with error while building 'php'
  2017-04-19  8:12 ` Michael Tremer
@ 2017-04-19  8:46   ` Matthias Fischer
  2017-04-19 11:27   ` Matthias Fischer
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2017-04-19  8:46 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2493 bytes --]

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=dc539daf8823ef97c931f12b514453c25e867c45
> 
> ??

Hopefully: Done. ;-)

Now on 'next', "git log" shows:

...
commit 1e885a0f4dd5549a28d1fe0122817f112f97d26a
Author: Matthias Fischer <matthias.fischer(a)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(a)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(a)ipfire.org>

commit a0217fd2b5d8f0675ba27aed5605ad4da8794d57
Merge: 57cd622c0 4c6b20349
Author: Matthias Fischer <matthias.fischer(a)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(a)ipfire.org>
Date:   Tue Apr 18 14:56:05 2017 +0200

    git: update to 2.12.1

    Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Current 'next' fails with error while building 'php'
  2017-04-19  8:12 ` Michael Tremer
  2017-04-19  8:46   ` Matthias Fischer
@ 2017-04-19 11:27   ` Matthias Fischer
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2017-04-19 11:27 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 841 bytes --]

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=dc539daf8823ef97c931f12b514453c25e867c45
> 
> ??

Seems that this worked:

Build is still running without errors - 'php 5.3.27'' looged:
...
checking for curl_multi_strerror in -lcurl... yes
checking for QDBM support... no
checking for gdbm_open in -lgdbm... yes
checking for GDBM support... yes
checking for NDBM support... no
checking for DB4 minor version and patch level... ok
checking if dba can be used as shared extension... yes
checking for Berkeley DB4 support... yes
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... builtin
...

Best,
Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-19 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19  7:16 Current 'next' fails with error while building 'php' Matthias Fischer
2017-04-19  8:12 ` Michael Tremer
2017-04-19  8:46   ` Matthias Fischer
2017-04-19 11:27   ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox