Date: Wed, 27 Feb 2002 23:40:02 -0800 From: "George V. Neville-Neil" <gnn@neville-neil.com> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Latest versions of bsd.lib.mk break picobsd... Message-ID: <200202280740.XAA1599362@meer.meer.net> In-Reply-To: Message from Ruslan Ermilov <ru@FreeBSD.ORG> of "Wed, 27 Feb 2002 22:42:43 %2B0200." <20020227204243.GB99496@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> This still doesn't answer my question -- how can I reproduce the problem? > > cd /foo/bar > make grrr > > Something like that... Whoops, sorry. To reproduce this do: cd /usr/src ./release/picobsd/build/picobsd --src /usr/src --init yes, I know that --src is unnecessary but I always use it since I'm often using a tree that's NOT at /usr/src so I include it here. The --init will break with: mkdep -f .depend -a -nostdinc -DSTANDARD_INCLUDE_DIR=/home/gnn/FreeBSD/src.latest../usr/include -I/home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/../common /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/crt1.c /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/crt1.c:32: stddef.h: No such file or directory /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/crt1.c:33: stdlib.h: No such file or directory In file included from /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/crt1.c:34: /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf/../common/crtbrand.c:28: sys/param.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /home/gnn/FreeBSD/src.latest/lib/csu/i386-elf. *** Error code 1 Stop in /home/gnn/FreeBSD/src.latest. *** Error code 1 Stop in /home/gnn/FreeBSD/src.latest. ---> fail: Error <1> error code <libraries> in <> Error: failed while making libraries ---> Aborting ./release/picobsd/build/picobsd Later, George -- George V. Neville-Neil gnn@neville-neil.com NIC:GN82 "Those who would trade liberty for temporary security deserve neither" - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202280740.XAA1599362>