Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199535 - net-proxy/oops tries to link against static library to build shared object
Summary: net-proxy/oops tries to link against static library to build shared object
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-18 14:34 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-11-20 21:08 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-11-18 14:34:34 UTC
redir.c: In function ‘redir’:
redir.c:379: warning: dereferencing type-punned pointer might break strict-aliasing rules
redir.c:415: warning: dereferencing type-punned pointer might break strict-aliasing rules
redir.c:431: warning: dereferencing type-punned pointer might break strict-aliasing rules
ld: /usr/lib/libpcreposix.a(pcreposix.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/libpcreposix.a: could not read symbols: Bad value
make[2]: *** [redir.so] Error 1
make[1]: *** [modules] Error 2
make: *** [all] Error 2

Of course linking a static library to build a shared object does not work on AMD64.
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-11-20 21:08:40 UTC
Fixed in cvs, without revision bump.