Oliver Lehmann
2009-Dec-31 09:13 UTC
don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a
Hi, I'm trying to build the 7 world from yesterdays CVSup but I'm getting: ===> usr.sbin/bluetooth/bthidcontrol (all) cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c lexer.c cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c parser.c cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a. Stop I remember that I had the error in June also but then I just disabled building bthidcontrol to work it around. Now I want it fixed ;) Ideas? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
Jeremy Chadwick
2009-Dec-31 10:12 UTC
don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a
On Thu, Dec 31, 2009 at 10:12:59AM +0100, Oliver Lehmann wrote:> I'm trying to build the 7 world from yesterdays CVSup but I'm > getting: > > ===> usr.sbin/bluetooth/bthidcontrol (all) > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c lexer.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c parser.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a. Stop > > I remember that I had the error in June also but then I just > disabled building bthidcontrol to work it around. Now I want > it fixed ;)User "thompsa" recently (past 24 hours) committed a ton of USB code changes[1] which appears to have broken things on RELENG_8; the periodic tinderbox builds are also failing for all platforms[2]. The builds on tinderbox are failing in a different part of the code (kernel not world), but I've a feeling it's related. [1]: http://www.freshbsd.org/?branch=RELENG_8&project=&committer=thompsa&module=&q [2]: http://lists.freebsd.org/pipermail/freebsd-stable/2009-December/thread.html (see bottom of page) -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Ronald Klop
2009-Dec-31 10:41 UTC
don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a
On Thu, 31 Dec 2009 10:12:59 +0100, Oliver Lehmann <lehmann@ans-netz.de> wrote:> Hi, > > I'm trying to build the 7 world from yesterdays CVSup but I'm > getting: > > ===> usr.sbin/bluetooth/bthidcontrol (all) > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c > /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c lexer.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c parser.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a. > Stop > > I remember that I had the error in June also but then I just > disabled building bthidcontrol to work it around. Now I want > it fixed ;) > > Ideas?Some of the regular tips: - Make clean or rm -r /usr/obj - Remove the /usr/src/* and csup/cvsup some fresh src. Ronald.
Oliver Pinter
2009-Dec-31 14:49 UTC
don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a
it is possible, that cvsup server is out of sync, probe other server ;) or use svn On 12/31/09, Oliver Lehmann <lehmann@ans-netz.de> wrote:> Hi, > > I'm trying to build the 7 world from yesterdays CVSup but I'm > getting: > > ===> usr.sbin/bluetooth/bthidcontrol (all) > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c lexer.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c parser.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 > -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd -Wsystem-headers > -Wno-pointer-sign -c /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a. Stop > > I remember that I had the error in June also but then I just > disabled building bthidcontrol to work it around. Now I want > it fixed ;) > > Ideas? > > -- > Oliver Lehmann > http://www.pofo.de/ > http://wishlist.ans-netz.de/ > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >