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,
Lawrence
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to