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

Bug 402451

Summary: dev-lang/php-5.4.0_rc7: undefined reference to `pcre_info' with dev-libs/libpcre-8.30
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ryao
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 402363    
Attachments: build.log (www-servers/apache-2.2.21-r1)
build.log (dev-lang/php-5.4.0_rc7)

Description Dennis Schridde 2012-02-06 19:52:58 UTC
Created attachment 301069 [details]
build.log (www-servers/apache-2.2.21-r1)

server/.libs/libmain.a(util_pcre.o): In function `ap_regcomp':
util_pcre.c:(.text+0x130): undefined reference to `pcre_info'
collect2: ld returned 1 exit status
make[1]: *** [apache2] Error 1

Using dev-libs/libpcre-8.30, build.log attached
Comment 1 Dennis Schridde 2012-02-06 19:54:26 UTC
Created attachment 301071 [details]
build.log (dev-lang/php-5.4.0_rc7)
Comment 2 Dennis Schridde 2012-02-06 19:55:14 UTC
ext/pcre/php_pcre.o: In function `pcre_get_compiled_regex_cache':
php_pcre.c:(.text+0xbc2): undefined reference to `pcre_info'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Comment 3 Dennis Schridde 2012-02-06 19:58:14 UTC
NOTE: Original report was against apache, hence the pasted build error in comment #0.
Comment 4 Dennis Schridde 2012-02-06 19:59:55 UTC

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