Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383437 - sys-block/open-iscsi-2.0.871.3 build fails with: slp.c:(.text+0x102): undefined reference to `SLPOpen'
Summary: sys-block/open-iscsi-2.0.871.3 build fails with: slp.c:(.text+0x102): undefin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-18 00:09 UTC by Alessandro Surace
Modified: 2012-02-09 08:29 UTC (History)
0 users

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


Attachments
build.log (build.log,21.19 KB, text/plain)
2011-09-18 00:10 UTC, Alessandro Surace
Details
emerge --info (emerge_info.txt,6.62 KB, text/plain)
2011-09-18 00:10 UTC, Alessandro Surace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Surace 2011-09-18 00:09:20 UTC
build fail with:
../utils/open-isns/libisns.a(slp.o): In function `isns_slp_find':
slp.c:(.text+0x102): undefined reference to `SLPOpen'
slp.c:(.text+0x128): undefined reference to `SLPFindSrvs'
slp.c:(.text+0x134): undefined reference to `SLPClose'
../utils/open-isns/libisns.a(slp.o): In function `isns_slp_url_callback':
slp.c:(.text+0x237): undefined reference to `SLPParseSrvURL'
slp.c:(.text+0x2bd): undefined reference to `SLPFree'
../utils/open-isns/libisns.a(slp.o): In function `isns_slp_unregister':
slp.c:(.text+0x34a): undefined reference to `SLPOpen'
slp.c:(.text+0x364): undefined reference to `SLPDereg'
slp.c:(.text+0x36f): undefined reference to `SLPClose'
../utils/open-isns/libisns.a(slp.o): In function `isns_slp_register':
slp.c:(.text+0x3ee): undefined reference to `SLPOpen'
slp.c:(.text+0x427): undefined reference to `SLPReg'
slp.c:(.text+0x433): undefined reference to `SLPClose'
collect2: ld returned 1 exit status
make[1]: *** [iscsid] Error 1
make[1]: Leaving directory `/opt/tmp/portage/sys-block/open-iscsi-2.0.872/work/open-iscsi-2.0-872/usr'
make: *** [user] Error 2
emake failed


Reproducible: Always
Comment 1 Alessandro Surace 2011-09-18 00:10:21 UTC
Created attachment 286841 [details]
build.log
Comment 2 Alessandro Surace 2011-09-18 00:10:40 UTC
Created attachment 286843 [details]
emerge --info
Comment 3 Alessandro Surace 2011-09-18 00:11:48 UTC
I've tried without ccache but I get the same fail like directly from the source.
Comment 4 Alessandro Surace 2011-09-30 07:49:31 UTC
No problem found with version 2.0.871.3
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-02-09 08:29:36 UTC
InCVS.