Hi,

I'm building the pkg gate on a sun4v machine running 2009.06 and
get the following error. I have [email protected] installed
but the make rule doesn't seem to find it - I worked around it by
manually running pycc and specifying -L/lib

/usr/lib/python2.4/pycc -G build/temp.solaris-2.11-sun4v-2.4/src/pycurl.o -L/usr/lib -L/usr/sfw/lib -lc -lcurl -lgss -lidn -lsocket -lnsl -lz -lssl -lcrypto -o build/lib.solaris-2.11-sun4v-2.4/pycurl.so -R/usr/sfw/lib
ld: fatal: library -lssl: not found
ld: fatal: library -lcrypto: not found
ld: fatal: file processing errors. No output written to build/lib.solaris-2.11-sun4v-2.4/pycurl.so
error: command '/usr/lib/python2.4/pycc' failed with exit status 1

Has anyone else seen this or am I doing something wrong ? (I've hit this
on snv_118 previously but I wanted to recreate it on a fresh install and
with a fresh gate). If someone lets me know of a SPARC machine that the
pkg gate is known to build cleanly, I can investigate further.

Thanks

- Liam


--- full output ----


% make -e install
/vdisks/gates/pkg/src/web
/vdisks/gates/pkg/src/gui
/vdisks/gates/pkg/src/um
/vdisks/gates/pkg/src/po
/vdisks/gates/pkg/src/util/misc
/vdisks/gates/pkg/src/brand
/usr/bin/python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
running install_data
installing pycurl
Using curl-config (libcurl 7.19.4)
running install
running build
running build_py
running build_ext
building 'pycurl' extension
/usr/lib/python2.4/pycc -G build/temp.solaris-2.11-sun4v-2.4/src/pycurl.o -L/usr/lib -L/usr/sfw/lib -lc -lcurl -lgss -lidn -lsocket -lnsl -lz -lssl -lcrypto -o build/lib.solaris-2.11-sun4v-2.4/pycurl.so -R/usr/sfw/lib
ld: fatal: library -lssl: not found
ld: fatal: library -lcrypto: not found
ld: fatal: file processing errors. No output written to build/lib.solaris-2.11-sun4v-2.4/pycurl.so
error: command '/usr/lib/python2.4/pycc' failed with exit status 1
install failed and returned 1.
Command was: python setup.py install --root=/vdisks/gates/pkg/proto/root_sparc --install-lib=usr/lib/python2.4/vendor-packages --install-data=usr/lib/python2.4/vendor-packages
*** Error code 1
make: Fatal error: Command failed for target `install'

[~]r...@ldoms(342)# uname -a
SunOS ldoms 5.11 snv_111b sun4v sparc SUNW,Sun-Fire-T200 Solaris

[src]lm66...@ldoms(1540)> pkg search -l libcrypto.so
INDEX      ACTION    VALUE                     PACKAGE
basename   link      lib/libcrypto.so          pkg:/[email protected]
basename   link      lib/sparcv9/libcrypto.so  pkg:/[email protected]
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to