Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392763 - dev-cpp/libcmis-0.1.0: should link to curl (undefined reference to `curl_easy_perform')
Summary: dev-cpp/libcmis-0.1.0: should link to curl (undefined reference to `curl_easy...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 23:55 UTC by Maciej Piechotka
Modified: 2011-12-02 12:10 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 Maciej Piechotka 2011-12-01 23:55:15 UTC
libtool: link: x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -msahf -mcx
16 -fgcse-sm -fgcse-las -fgcse-after-reload -ftracer -w -floop-interchange -floo
p-strip-mine -floop-block -ftree-loop-linear -floop-parallelize-all -ftree-paral
lelize-loops=4 -ftree-loop-distribution -ftree-loop-im -fsched-pressure -fsched-
spec-load -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=both -Wl,--sort-common -fopen
mp -o .libs/cmis-client cmis_client-cmis-client.o  libcmis/.libs/libcmis-0.2.so 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/libgomp.so -lrt -lxml2 -lz -lm -lboost_pr
ogram_options-mt-1_47 -fopenmp
libcmis/.libs/libcmis-0.2.so: undefined reference to `curl_easy_perform'
libcmis/.libs/libcmis-0.2.so: undefined reference to `curl_easy_init'
libcmis/.libs/libcmis-0.2.so: undefined reference to `curl_easy_cleanup'
libcmis/.libs/libcmis-0.2.so: undefined reference to `curl_easy_setopt'
libcmis/.libs/libcmis-0.2.so: undefined reference to `curl_global_init'
collect2: ld returned 1 exit status
Comment 1 Maciej Piechotka 2011-12-02 12:10:49 UTC
It seems to be fixed in portage now.