Date: Mon, 18 Aug 2014 06:53:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192775] New: Source directory /usr/src/lib/libohash missing Message-ID: <bug-192775-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192775 Bug ID: 192775 Summary: Source directory /usr/src/lib/libohash missing Product: Base System Version: 10.0-STABLE Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: e0818@marimga.de The directory /usr/src/lib/libohash is missing in 10-STABLE svn checkout. make buildworld ends up with: cc -O2 -pipe -DMIXEDCASE_FILENAMES=1 -DHAVE_FCNTL_H=1 -DHAVE_MKSTEMP=1 -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o yacc closure.o error.o graph.o lalr.o lr0.o main.o mkpar.o mstring.o output.o reader.o yaccpar.o symtab.o verbose.o warshall.o -legacy sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 yacc /usr/obj/usr/src/tmp/legacy/usr/bin/yacc /usr/obj/usr/src/tmp/legacy/usr/bin/byacc -> /usr/obj/usr/src/tmp/legacy/usr/bin/yacc ===> lib/libohash (obj,depend,all,install) cd: /usr/src/lib/libohash: Datei oder Verzeichnis nicht gefunden *** Error code 2 Stop. bmake[1]: stopped in /usr/src *** Error code 1 Stop. bmake: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src. My machine: FreeBSD <FQDN> 9.3-STABLE FreeBSD 9.3-STABLE #2 r270019: Mon Aug 18 07:04:56 CEST 2014 kraft@<FQDN>/usr/obj/usr/src/sys/<KERNELNAME> amd64 I just upgraded from 9.2 to 9.3 in preparation for the upgrade to 10-STABLE. I deleted the whole source tree: rm -r /usr/src/* /usr/src/.* I fetched the sources with: svn checkout https://svn0.eu.FreeBSD.org/base/stable/10 /usr/src Finally I started make buildworld in /usr/src. (The German error message 'Datei oder Verzeichnis nicht gefunden' means File or directory not found.) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192775-8>