Date: Wed, 03 Mar 2010 17:00:01 +1100 From: Lawrence Stewart <lstewart@freebsd.org> To: Ulf Lilleengen <lulf@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r204556 - in head: contrib/csup usr.bin/csup Message-ID: <4B8DFAE1.8000908@freebsd.org> In-Reply-To: <201003020726.o227Q8Nq057288@svn.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On 03/02/10 18:26, Ulf Lilleengen wrote: > Author: lulf > Date: Tue Mar 2 07:26:07 2010 > New Revision: 204556 > URL: http://svn.freebsd.org/changeset/base/204556 > > Log: > - Move csup away from contrib/ and into usr.bin/. Software is no longer > contributed, and main development is happening in the FreeBSD repo. > > Suggested by: joel Not sure if this commit is at fault, but I'm unable to "make installworld" ######################################## ===> usr.bin/csup (install) install -s -o root -g wheel -m 555 csup /work/pxebase/tcp_ffcaia2008_head/usr/local/bin install -o root -g wheel -m 555 /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head/usr.bin/csup/cpasswd.sh /work/pxebase/tcp_ffcaia2008_head/usr/local/bin/cpasswd install: /work/pxebase/tcp_ffcaia2008_head/usr/local/bin/cpasswd: Not a directory *** Error code 71 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head/usr.bin/csup. *** Error code 1 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head/usr.bin. *** Error code 1 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head. *** Error code 1 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head. *** Error code 1 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head. *** Error code 1 Stop in /work/svn/freebsd_mirror/projects/tcp_ffcaia2008_head. ######################################## It looks like the csup Makefile is trying to install files under /usr/local/* which doesn't sound right to me given that mtree doesn't populate /usr/local with any directories as part of an installworld. Perhaps there's no need to explicitly set PREFIX and other vars in the csup Makefile as is currently done? Cheers, Lawrencehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B8DFAE1.8000908>
