Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 124034

Summary: emerging dev-lang/php with firebird flag fails
Product: Gentoo Linux Reporter: matjaz <matjaz.bevk>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description matjaz 2006-02-24 23:42:54 UTC
There is a problem emerging dev-lang/php-5.0.5-r5 with firebird flag enabled. The process fails it the configure phase. 


---
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... yes
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libgds, libib_util or libfbclient not found! Check config.log for more information.

!!! ERROR: dev-lang/php-5.0.5-r5 failed.
!!! Function php5_0-sapi_src_compile, Line 516, Exitcode 1
!!! configure failed
!!! If you need support, post the topmost build error, NOT this status message. 
---

Here is a critical section of config.log:

---
configure:62001: checking for isc_detach_database in -lfbclient
configure:62031: gcc -o conftest -march=pentium3 -pipe -O3  -Wl,-rpath, -L  conftest.c -lfbclient  -lt1 -lfreetype -lpng -lz -ljpeg -lgdbm -lcurl -lbz2 -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm -lssl -lcrypto -ldl -lcurl -lidn -lssl -lcrypto -ldl -lz -lxml2 -lz -lm >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../crt1.o: In function `_start':
init.c:(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status 
---

Emerging old dev-php/php and dev-php/mod_php with firebird support executes with no problem.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-25 00:09:11 UTC
Your toolchain is broken, not a PHP bug.

*** This bug has been marked as a duplicate of 121190 ***