Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123518 - dev-lang/php-4.4.1-r3.ebuild fails with informix.
Summary: dev-lang/php-4.4.1-r3.ebuild fails with informix.
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 11:41 UTC by tmroy
Modified: 2006-02-20 12:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tmroy 2006-02-20 11:41:40 UTC
emerging or ebuilding dev-lang/php-4.4.1-r3.ebuild with informix sdk 2.90UC1
fails with the following on link:
sl -lssl -lcrypto -ldl -lcurl -lssl -lcrypto -ldl -lz -lcrypt -lcrypt  -o sapi/cli/php
/opt/informix/lib/esql/libifsql.so: undefined reference to `ifx_checkAPI'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

I've managed to patch the Makefile as a work around, however touch .compiled
nearly anywhere in the /var/tmp/portage/php-4.4.1-r3 tree doesn't seem to
get honored!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-20 12:10:47 UTC
(In reply to comment #0)
> I've managed to patch the Makefile as a work around

Uhm, so attach the patch here, please...

> however touch .compiled nearly anywhere in the /var/tmp/portage/php-4.4.1-r3 >tree doesn't seem to get honored!

That's wrong way to patch stuff, needs to go into src_unpack() in the ebuild.