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

Bug 124509

Summary: emerge firebird/interbase support in php-5.0.5-r5
Product: Gentoo Linux Reporter: trinite
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: trinite
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: config.log

Description trinite 2006-03-01 03:37:50 UTC
When trying to compile Firebird or interbase support in dev-lang/php-5.0.5-r5 I get the following error: 
****************************************************************************
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.
****************************************************************************

The useflags which I did use are: 
make.conf:
****************************************************************************
USE="x86 acpi apache2 bzip2 crypt cups curl dba eds emboss esd expat fdf firebird foomaticdb freetds ftp gd gdbm gif gmp gpm gstreamer imap ipv6 java jpeg libg++ libwww maildir mcal memlimit mhash mmx mysql ncurses nls nptl ogg pam pcre pdf pdflib perl php png readline samba session sharedext slang spell ssl tcpd tiff udev unicode usb vhosts vorbis xml xml2 zlib userland_GNU kernel_linux elibc_glibc"
****************************************************************************

package.use:
****************************************************************************
dev-lang/php      -freetds cli apache2 hardenedphp truetype session threads ctype iconv simplexml sockets spl tokenizer xsl
****************************************************************************
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-01 03:43:25 UTC
Please, attach complete config.log (don't paste) and also emerge --info.
Comment 2 trinite 2006-03-01 07:10:16 UTC
Created attachment 81034 [details]
config.log
Comment 3 trinite 2006-03-01 07:11:22 UTC
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r2, 2.6.14-hardened-r3 i686)
=================================================================
System uname: 2.6.14-hardened-r3 i686 Pentium II (Deschutes)
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.datapipe.net/gentoo http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ ftp://mirror.scarlet-internet.nl/pub/gentoo ftp://mirror.nutsmaas.nl/gentoo/ http://mirror.gentoo.gr.jp"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="x86 acpi apache2 bzip2 crypt cups curl dba eds emboss esd expat fdf firebird foomaticdb freetds ftp gd gdbm gif gmp gpm gstreamer imap ipv6 java jpeg libg++ libwww maildir mcal memlimit mhash mmx mysql ncurses nls nptl ogg pam pcre pdf pdflib perl php png readline samba session sharedext slang spell ssl tcpd tiff udev unicode usb vhosts vorbis xml xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-03-01 08:45:23 UTC
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../crt1.o: In function `_start':
> init.c:(.text+0x18): undefined reference to `main'

Your toolchain is broken...
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-03-01 08:45:40 UTC

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