Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634486 - dev-libs/ocl-icd-2.2.11 undefined reference to `dump_vendor_icd'
Summary: dev-libs/ocl-icd-2.2.11 undefined reference to `dump_vendor_icd'
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-16 21:01 UTC by ViktoR
Modified: 2017-11-04 14:18 UTC (History)
1 user (show)

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


Attachments
emerge --info '=dev-libs/ocl-icd-2.2.11::gentoo' (emerge --info '=dev-libs | ocl-icd-2.2.11::gentoo',7.32 KB, text/plain)
2017-10-16 21:01 UTC, ViktoR
Details
build log (build.log,11.10 KB, text/plain)
2017-10-16 21:08 UTC, ViktoR
Details
emerge -pqv '=dev-libs/ocl-icd-2.2.11::gentoo' (emerge -pqv '=dev-libs | ocl-icd-2.2.11::gentoo',177 bytes, text/plain)
2017-10-16 21:11 UTC, ViktoR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ViktoR 2017-10-16 21:01:52 UTC
Created attachment 498916 [details]
emerge --info '=dev-libs/ocl-icd-2.2.11::gentoo'

while emerging dev-libs/ocl-icd, got compile error:

ocl_icd_loader.c:(.text+0x1ef2): undefined reference to `dump_vendor_icd'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/libOpenCL.so.1.0.0: hidden symbol `dump_vendor_icd' isn't defined
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:700: libOpenCL.la] Error 1
make[2]: Leaving directory '/var/calculate/tmp/portage/dev-libs/ocl-icd-2.2.11/work/ocl-icd-2.2.11'
make[1]: *** [Makefile:994: all-recursive] Error 1
make[1]: Leaving directory '/var/calculate/tmp/portage/dev-libs/ocl-icd-2.2.11/work/ocl-icd-2.2.11'
make: *** [Makefile:572: all] Error 2
 * ERROR: dev-libs/ocl-icd-2.2.11::gentoo failed (compile phase):
 *   emake failed
Comment 1 ViktoR 2017-10-16 21:08:11 UTC
Created attachment 498918 [details]
build log
Comment 2 ViktoR 2017-10-16 21:11:05 UTC
Created attachment 498920 [details]
emerge -pqv '=dev-libs/ocl-icd-2.2.11::gentoo'