Date: Tue, 18 Jan 2000 12:13:26 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Piet Delaney <pete@freebsd.piet.net> Cc: freebsd-questions@FreeBSD.ORG, obrien@nuxi.com Subject: Re: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory Message-ID: <20000118121326.A64459@relay.ucb.crimea.ua> In-Reply-To: <38843A13.9C286588@freebsd.piet.net>; from Piet Delaney on Tue, Jan 18, 2000 at 02:01:56AM -0800 References: <38843A13.9C286588@freebsd.piet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 18, 2000 at 02:01:56AM -0800, Piet Delaney wrote: > I recall seeing crt1.0 getting lost during fsck after a crash. > Now I'm unable to 'make world'. The linker can't find crt0 > yet I'm not sure exactly where it should be, there is a crt1.0 > in /usr/lib but I would expect the 'make world' should be useing > a copy made for the build. > > Any suggestions? > This has been fixed in src/Makefile.inc1,v 1.130 by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc: http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile.inc1?r1=1.129&r2=1.130 > ----------------------------------------------------------------------cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/toc.c > cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/texinfo. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ------------------------------------------------------------------- -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000118121326.A64459>