Re: installworld failure on r361107 (curs_addch.3.filt)

2020-05-16 Thread Chris
On Sat, 16 May 2020 22:35:32 -0700 bsd-li...@bsdforge.com said Pilot error... On a recent install from FreeBSD-13.0-CURRENT-amd64-20200514-r361019-disc1.iso I intitated a build/install world/kernel from src @r361107 The build of world and kernel went as anticipated, as did the kernel install. A

Re: installworld failure due to cross-device links

2013-01-11 Thread Kevin Oberman
On Fri, Jan 11, 2013 at 6:18 AM, Matt Burke wrote: > On 01/02/13 13:26, Nathan Whitehorn wrote: >> Thanks for the patch! I've committed it (slightly modified) as r244958. >> I haven't taken any action on the chgrp/chown issue, though. > > Similarly, 'make distribution' fails when /root is a separa

Re: installworld failure due to cross-device links

2013-01-11 Thread Matt Burke
On 01/02/13 13:26, Nathan Whitehorn wrote: > Thanks for the patch! I've committed it (slightly modified) as r244958. > I haven't taken any action on the chgrp/chown issue, though. Similarly, 'make distribution' fails when /root is a separate filesystem: cd /usr/src/etc/root; install -o root -g w

Re: installworld failure due to cross-device links

2013-01-03 Thread Stefan Esser
Am 02.01.2013 14:26, schrieb Nathan Whitehorn: > On 01/02/13 07:04, Stefan Esser wrote: >> I'd be interested in the general policy on LINKS vs. SYMLINKS >> between directories that might end up on different file systems. >> >> There seems to be an assumption that system directories in /usr >> (e.g.

Re: installworld failure due to cross-device links

2013-01-02 Thread Nathan Whitehorn
On 01/02/13 07:04, Stefan Esser wrote: > I'd be interested in the general policy on LINKS vs. SYMLINKS > between directories that might end up on different file systems. > > There seems to be an assumption that system directories in /usr > (e.g. /usr/bin, /usr/sbin, /usr/libexec) are on the same fi

Re: installworld failure

2003-11-20 Thread Bjoern A. Zeeb
On Wed, 19 Nov 2003, Thomas T. Veldhouse wrote: > "/usr/src/bin/csh/Makefile", line 3: warning: "cd > /usr/src/bin/csh/../../contrib/tcsh/nls/ukrainian; echo set[0-9]*" returned > non-zero status > install -s -o root -g wheel -m 555 csh /bin > install -o root -g wheel -m 444 > /usr/src/bin/csh/

Re: installworld failure

2003-11-20 Thread Aron HÃ¥kanson
Tor 2003-11-20 klockan 02.47 skrev Thomas T. Veldhouse: ... > cat /usr/src/bin/csh/../../contrib/tcsh/nls/et/ > et_EE.ISO8859-15.msg > gencat -new et_EE.ISO8859-15.cat et_EE.ISO8859-15.msg > gencat:No such file or directory ... If you don't insist on implement support for Estonian, just touch /us

Re: installworld failure in libncurses

2002-06-02 Thread Andrew Gallatin
Crist J. Clark writes: > On Sat, Jun 01, 2002 at 08:15:28PM -0400, Andrew Gallatin wrote: > > > > ===> lib/libncurses > > install -C -o root -g wheel -m 444 libncurses.a /usr/lib > > install -c -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib > > ln -fs libncurses.so.5 /usr/lib/li

Re: installworld failure in libncurses

2002-06-02 Thread Crist J. Clark
On Sat, Jun 01, 2002 at 08:15:28PM -0400, Andrew Gallatin wrote: > > ===> lib/libncurses > install -C -o root -g wheel -m 444 libncurses.a /usr/lib > install -c -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib > ln -fs libncurses.so.5 /usr/lib/libncurses.so > install -C -o root -g wheel

Re: installworld failure - libsdbm.a

2000-11-05 Thread Don Lewis
On Nov 4, 11:54am, Kent Stewart wrote: } Subject: Re: installworld failure - libsdbm.a } } } Steven Farmer wrote: } > } > After this morning's cvsup and buildworld, installworld failed trying } > to build libsdbm.a. I worked around the problem by adding chmod to } > Makef