Date: Mon, 26 Dec 2011 00:53:18 +0100 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: Current FreeBSD <freebsd-current@freebsd.org> Subject: FreeBSD 10.0-CURRENT/amd64: /usr/bin/ld: cannot find -lisc Message-ID: <4EF7B76E.5090108@zedat.fu-berlin.de>
next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7A0D942EA3B47985574B6FD9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just run into this couriosity on the most recent build of FreeBSD 10.0-CURRENT/amd64 (CLANG). A buildworld fails with the below shown error. No wonder, I issued prior to this buildworld a "make delete-old-files" and a bunch of files, libisc.so, libisc.a, and buddies showed up - and got deleted. I did this now for several times and obviously, after some mystical install, they appeared again. >>> Removing old files (only deletes safe to delete libs) remove /usr/lib/libisc.a? n remove /usr/lib/libisc.so? n remove /usr/lib/libisc_p.a? n nremove /usr/include/isc/assertions.h? n remove /usr/include/isc/heap.h? n remove /usr/include/isc/list.h? n Below the error. What is up? Got my system somehow wrecked? The same appears on all of our FreeBSD 9.0-PRE/amd64 boxes, clang built, the issue with "make delete-old-files" is not sticky with FreeBSD 10. Regards, Oliver gzip -cn /usr/src/usr.bin/dig/../../contrib/bind9/bin/dig/dig.1 > dig.1.g= z clang -O2 -fno-strict-aliasing -pipe -O3 -fno-strict-aliasing -pipe -march=3Dnative -DVERSION=3D'"9.8.1-P1"' -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DWANT_IPV6 -DOPENSSL -DUSE_MD5 -DNS_LOCALSTATEDIR=3D'"/var"' -DNS_SYSCONFDIR=3D'"/etc/namedb"' -DNAMED_CONFFILE=3D'"/etc/namedb/named.conf"' -DRNDC_CONFFILE=3D'"/etc/namedb/rndc.conf"' -DRNDC_KEYFILE=3D'"/etc/namedb/rndc.key"' -I/usr/src/usr.bin/dig/../../lib/bind -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -DDIG_SIGCHASE -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/isc/include -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/isc/unix/include -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/isc/pthreads/include -I/usr/src/usr.bin/dig/../dns -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/dns/include -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/isccfg/include -I/usr/src/usr.bin/dig/../isc -I/usr/src/usr.bin/dig/../../contrib/bind9/bin/dig/include -I/usr/src/usr.bin/dig/../../contrib/bind9/lib/isc/x86_32/include -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wno-pointer-sign -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -Wno-parentheses -o dig dig.o dighost.o -lbind9 -ldns -lisccc -lisccfg -lisc -llwres -lcrypto -lpthread clang: warning: argument unused during compilation: '-std=3Dgnu99' /usr/bin/ld: cannot find -lisc clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 2 errors *** Error code 2 1 error *** Error code 2 1 error --------------enig7A0D942EA3B47985574B6FD9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJO97d0AAoJEOgBcD7A/5N8OioH/29UT/NZE1hFScCmzVMArLpO FqNygbPCx8Kzvg8ppipeZPkge1WJyG1LQn7KzqmLMYV7ajW12h4yIINvcn6JP2z5 rf5uAVhgUGx4v4HkQiYZ43DDWEfGttusHc6/h9sXbLwcvydQ1hOOzkrO0+bWaqEN rzgAODYTIeNV72xjMNSdkr9coOgMO4wAqwUtSmNZHzCPtgN3DLpJyLSTptNxDcGD LCnk3p7CABi4kDgFc+/wIGvqYQsYoLjhbf3R61b7RAArNcLL5E5sU5WKoiZsg0lc Ian7hDQJ54QM/GyXviIK4nlbisUsk9oqMppGT5mN83CnjaIDrY/9z+bnD7F7OVM= =cb2o -----END PGP SIGNATURE----- --------------enig7A0D942EA3B47985574B6FD9--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EF7B76E.5090108>