Re: install: gcache.8.gz: No such file or directory on 'make installworld'

2020-09-22 Thread Bob Willcox
On Tue, Sep 22, 2020 at 05:25:58PM +0100, Sergey Kandaurov wrote: > On Tue, 22 Sep 2020 at 16:50, Bob Willcox wrote: > > > When I run 'make installworld' following a 'make world' it fails with this > > error: > > > > ===> lib/geom (install)

Re: install: gcache.8.gz: No such file or directory on 'make installworld'

2020-09-22 Thread Sergey Kandaurov
On Tue, 22 Sep 2020 at 16:50, Bob Willcox wrote: > When I run 'make installworld' following a 'make world' it fails with this > error: > > ===> lib/geom (install) > ===> lib/geom/cache (install) > install -s -o root -g wheel -m 444 -S geom_cache.

install: gcache.8.gz: No such file or directory on 'make installworld'

2020-09-22 Thread Bob Willcox
When I run 'make installworld' following a 'make world' it fails with this error: ===> lib/geom (install) ===> lib/geom/cache (install) install -s -o root -g wheel -m 444 -S geom_cache.so /lib/geom/ install -o root -g wheel -m 444geom_cache.so.debug /usr/lib/d

new 'make installworld' warnings

2017-05-08 Thread Dan Mack
I buildworld / installworld a few times per week. I don't think I've ever seen these messages before: make[1]: "/usr/obj/usr/src/compiler-metadata.mk" line 1: Using cached compiler metadata from build at cow.example.com on Sun May 7 09:13:52 CDT 2017 make[3]: "/usr/obj/usr/src/compiler-meta

Path error, failure in "make installworld" 10.2p20 -> 10.3p7

2016-09-10 Thread J.R. Oldroyd
"make installworld" bombed out like this: ===> kerberos5/lib/libasn1 (install) install -C -o root -g wheel -m 444 libasn1.a /usr/lib install -C -o root -g wheel -m 444 libasn1_p.a /usr/lib install -s -o root -g wheel -m 444 libasn1.so.11 /usr/lib install -l s libasn1.so.11 /usr/l

Re: make installworld creates empty dirs which are deleted by make delete-old

2016-01-16 Thread Miroslav Lachman
Miroslav Lachman wrote on 01/16/2016 14:28: Philippe Michel wrote on 01/16/2016 13:51: On Sat, 16 Jan 2016, freebsd-stable-requ...@freebsd.org wrote: I updated the server 3 times in one week (to 10.2-p8, -p9, -p10). Those directories were deleted by delete-old # make -DBATCH_DELETE_OLD_FIL

Re: make installworld creates empty dirs which are deleted by make delete-old

2016-01-16 Thread Miroslav Lachman
Philippe Michel wrote on 01/16/2016 13:51: On Sat, 16 Jan 2016, freebsd-stable-requ...@freebsd.org wrote: I updated the server 3 times in one week (to 10.2-p8, -p9, -p10). Those directories were deleted by delete-old # make -DBATCH_DELETE_OLD_FILES delete-old >>> Removing old files (only de

Re: make installworld creates empty dirs which are deleted by make delete-old

2016-01-16 Thread Philippe Michel
On Sat, 16 Jan 2016, freebsd-stable-requ...@freebsd.org wrote: I updated the server 3 times in one week (to 10.2-p8, -p9, -p10). Those directories were deleted by delete-old # make -DBATCH_DELETE_OLD_FILES delete-old >>> Removing old files (only deletes safe to delete libs) >>> Old files rem

make installworld creates empty dirs which are deleted by make delete-old

2016-01-15 Thread Miroslav Lachman
I updated the server 3 times in one week (to 10.2-p8, -p9, -p10). make check-old lists these directories on each update # make check-old >>> Checking for old files >>> Checking for old libraries >>> Checking for old directories /usr/include/atf-c /usr/include/atf-c++ /usr/share/atf /usr/share/do

Re: 'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE

2012-01-20 Thread APseudoUtopia
2012/1/20 Alexander Shikoff : > Hello All, > > I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources. > 'make installworld' fails on installing chpass: > [...] > ===> usr.bin/chpass (install) > install -s -o root -g wheel -m 4555   chpass

Re: 'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE

2012-01-20 Thread Jeremy Chadwick
On Fri, Jan 20, 2012 at 09:19:54AM +0200, Alexander Shikoff wrote: > I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources. > 'make installworld' fails on installing chpass: > [...] > ===> usr.bin/chpass (install) > install -s -o root -g wheel -m

Re: 'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE

2012-01-20 Thread Gót András
On Fri, 20 Jan 2012 09:19:54 +0200, Alexander Shikoff wrote: Hello All, I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources. 'make installworld' fails on installing chpass: [...] ===> usr.bin/chpass (install) install -s -o root -g wheel -m 4555 chpas

'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE

2012-01-20 Thread Alexander Shikoff
Hello All, I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources. 'make installworld' fails on installing chpass: [...] ===> usr.bin/chpass (install) install -s -o root -g wheel -m 4555 chpass /usr/bin install -o root -g wheel -m 444 chpass.1.gz /usr/s

Re: R: make installworld fails (touch not found)

2011-09-16 Thread Jeremy Chadwick
On Sat, Sep 17, 2011 at 01:38:31AM -0400, Jason Hellenthal wrote: > > > On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote: > > On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote: > > > > > > Don't get why all these references for time are popping up here and why > > > everyone seems

Re: R: make installworld fails (touch not found)

2011-09-16 Thread Jason Hellenthal
On Sat, Sep 17, 2011 at 01:38:31AM -0400, Jason Hellenthal wrote: > > > On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote: > > On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote: > > > > > > Don't get why all these references for time are popping up here and why > > > everyone see

Re: R: make installworld fails (touch not found)

2011-09-16 Thread Jason Hellenthal
On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote: > On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote: > > > > Don't get why all these references for time are popping up here and why > > everyone seems to think that would make the PATH variable get cut short > > from the environme

Re: R: make installworld fails (touch not found)

2011-09-16 Thread Tom Evans
On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote: > > Don't get why all these references for time are popping up here and why > everyone seems to think that would make the PATH variable get cut short > from the environment that newvers.sh is running in, but see the post I > made to the real

Re: R: make installworld fails (touch not found)

2011-09-15 Thread Jeremy Chadwick
On Fri, Sep 16, 2011 at 02:18:13AM -0400, Jason Hellenthal wrote: > > > On Wed, Sep 14, 2011 at 07:56:27PM +0200, Barbara wrote: > > > > > > > >Hi, > > > > > >Today I pulled up the last changes for RELENG_8 branch and I got an

Re: make installworld fails (touch not found)

2011-09-14 Thread David Demelier
On 14/09/2011 19:10, Boris Kochergin wrote: On 09/14/11 12:37, Kevin Oberman wrote: On Wed, Sep 14, 2011 at 9:09 AM, David Demelier wrote: Hi, Today I pulled up the last changes for RELENG_8 branch and I got an error when doing the make installworld target : ===> gnu/usr.bin/texinfo/

R: make installworld fails (touch not found)

2011-09-14 Thread Barbara
> >Hi, > >Today I pulled up the last changes for RELENG_8 branch and I got an >error when doing the make installworld target : > >===> gnu/usr.bin/texinfo/doc (install) >install-info --quiet --defsection=Miscellaneous --defentry= info.info >/usr/share/

Re: make installworld fails (touch not found)

2011-09-14 Thread Boris Kochergin
On 09/14/11 12:37, Kevin Oberman wrote: On Wed, Sep 14, 2011 at 9:09 AM, David Demelier wrote: Hi, Today I pulled up the last changes for RELENG_8 branch and I got an error when doing the make installworld target : ===> gnu/usr.bin/texinfo/doc (install) install-info --quiet --defsect

Re: make installworld fails (touch not found)

2011-09-14 Thread Kevin Oberman
On Wed, Sep 14, 2011 at 9:09 AM, David Demelier wrote: > Hi, > > Today I pulled up the last changes for RELENG_8 branch and I got an error > when doing the make installworld target : > > ===> gnu/usr.bin/texinfo/doc (install) > install-info --quiet  --defsection=M

make installworld fails (touch not found)

2011-09-14 Thread David Demelier
Hi, Today I pulled up the last changes for RELENG_8 branch and I got an error when doing the make installworld target : ===> gnu/usr.bin/texinfo/doc (install) install-info --quiet --defsection=Miscellaneous --defentry= info.info /usr/share/info/dir install-info --quiet --defsect

Re: system crash during make installworld

2011-02-22 Thread David J Brooks
>> Next I made a copy of the 8.2-RC# install disk and tried to do an upgrade in >> place. It was unable to backup /etc to /var/tmp/etc due to: >> >> ELF interpreter /libexec/ld-elf.so.1 not found >> Abort trap >> >> .. again. This happens pretty much anytime I try to execute a command that >

Re: system crash during make installworld

2011-02-21 Thread Scot Hetzel
On Mon, Feb 21, 2011 at 9:16 PM, David J Brooks wrote: > Next I made a copy of the 8.2-RC# install disk and tried to do an upgrade in > place. It was unable to backup /etc to /var/tmp/etc due to: > > > > ELF interpreter /libexec/ld-elf.so.1 not found > Abort trap > > > .. again. This happens pret

Re: system crash during make installworld

2011-02-21 Thread David J Brooks
>>On 2011-Feb-21 08:04:00 +, David J Brooks wrote: >>As the subject suggests, my laptop crashed during make installworld. >>The new kernel boots, but the ELF interpreter is not found and I >>cannot get to a single user prompt. What is the least painful way to

Re: system crash during make installworld

2011-02-21 Thread Peter Jeremy
On 2011-Feb-21 08:04:00 +, David J Brooks wrote: >As the subject suggests, my laptop crashed during make installworld. >The new kernel boots, but the ELF interpreter is not found and I >cannot get to a single user prompt. What is the least painful way to >proceed? My first sugg

Re: system crash during make installworld

2011-02-21 Thread Torfinn Ingolfsen
On Mon, 21 Feb 2011 18:56:36 +0200 Andriy Gapon wrote: > on 21/02/2011 10:04 David J Brooks said the following: > > As the subject suggests, my laptop crashed during make installworld. The new > > kernel boots, but the ELF interpreter is not found and I cannot get to a >

Re: system crash during make installworld

2011-02-21 Thread Andriy Gapon
on 21/02/2011 10:04 David J Brooks said the following: > As the subject suggests, my laptop crashed during make installworld. The new > kernel boots, but the ELF interpreter is not found and I cannot get to a > single > user prompt. What is the least painful way to proceed? My take

system crash during make installworld

2011-02-21 Thread David J Brooks
As the subject suggests, my laptop crashed during make installworld. The new kernel boots, but the ELF interpreter is not found and I cannot get to a single user prompt. What is the least painful way to proceed? ___ freebsd-stable@freebsd.org mailing

make installworld breaks at share/syscons/scrnmaps

2010-06-18 Thread Damian Weber
8-STABLE system csup today FreeBSD xxx.local 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Fri Jun 18 18:28:03 CEST 2010 r...@xxx.local:/usr/obj/usr/src/sys/XXX amd64 make installworld breaks at ===> share/syscons/scrnmaps (install) ./armscii8-2haik8.mk armscii8-2haik8.tmp uuenc

Re: Booting after make installworld takes ages [Was Re: Can't boot after make installworld]

2010-06-08 Thread Krzysztof Dajka
On Fri, Jun 4, 2010 at 10:09 AM, Krzysztof Dajka wrote: > On Sunday, 21 of March 2010 20:15:29 Krzysztof Dajka wrote: > > Hi, I'm having problem with upgrading my FreeBSD to RELENG_8. Building > > world and kernel went smoothly I can boot with new kernel, but after > &#

Booting after make installworld takes ages [Was Re: Can't boot after make installworld]

2010-06-04 Thread Krzysztof Dajka
On Sunday, 21 of March 2010 20:15:29 Krzysztof Dajka wrote: > Hi, I'm having problem with upgrading my FreeBSD to RELENG_8. Building > world and kernel went smoothly I can boot with new kernel, but after 'make > installworld' I could boot my system. My system prints onl

Re: Can't boot after make installworld

2010-03-24 Thread Krzysztof Dajka
Thanks a lot for clarifying. I think that I'm going to stick with STABLE release, as it reflects my expectations and time I can dedicate to tinker with my system. For some while I thought that I would return to Debian, because I became used to it's pros and cons. Thanks to experience I gained in

Re: Can't boot after make installworld

2010-03-24 Thread Jeremy Chadwick
On Mon, Mar 22, 2010 at 08:41:35PM +, Krzysztof Dajka wrote: > At first I didn't knew that I am upgrading to bleeding edge/developer > branch of FreeBSD. You're not. There seems to be some misconceptions with regards to what the tags represent, because people's opinions get in the way (mine i

Re: Can't boot after make installworld

2010-03-24 Thread Mark Linimon
On Mon, Mar 22, 2010 at 08:41:35PM +, Krzysztof Dajka wrote: > But still I am confused with FreeBSD naming and it's relation with > tags which are used in standard-supfile. Please see the following for an overview: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/introduction.html#CURRENT

Re: Can't boot after make installworld

2010-03-23 Thread alter...@gmail.com
On Monday, 22 of March 2010 22:55:17 Dan Naumov wrote: > > I've read that FreeBSD kernel supports 3D acceleration in ATI R7xx > > chipset and as I own motherboard with HD3300 built-in I thought that I > > would give it a try. I upgraded to see if there is any progress with > > ¿zfs? I don't really

Re: Can't boot after make installworld

2010-03-23 Thread alter...@gmail.com
On Monday, 22 of March 2010 23:00:17 Dan Naumov wrote: > On Mon, Mar 22, 2010 at 10:41 PM, Krzysztof Dajka wrote: > > I've read that FreeBSD kernel supports 3D acceleration in ATI R7xx > > chipset and as I own motherboard with HD3300 built-in I thought that I > > would give it a try. I upgraded t

Re: Can't boot after make installworld

2010-03-22 Thread Dan Naumov
On Mon, Mar 22, 2010 at 10:41 PM, Krzysztof Dajka wrote: > I've read that FreeBSD kernel supports 3D acceleration in ATI R7xx > chipset and as I own motherboard with HD3300 built-in I thought that I > would give it a try. I upgraded to see if there is any progress with > ¿zfs? I don't really know

Re: Can't boot after make installworld

2010-03-22 Thread Dan Naumov
> I've read that FreeBSD kernel supports 3D acceleration in ATI R7xx > chipset and as I own motherboard with HD3300 built-in I thought that I > would give it a try. I upgraded to see if there is any progress with > ¿zfs? I don't really know if it's zfs related, but at certain load, my > system cras

Re: Can't boot after make installworld

2010-03-22 Thread Krzysztof Dajka
On 3/22/10, Dan Naumov wrote: > The ZFS bootloader has been changed in 8-STABLE compared to > 8.0-RELEASE. Reinstall your boot blocks. Thanks for pointers, I will run gpart to reinstall bootcode on my SD card. > Is there any particular reason you are upgrading from a production > release to a d

Re: Can't boot after make installworld

2010-03-22 Thread Garrett Cooper
On Mar 22, 2010, at 7:01 AM, jhell wrote: On Mon, 22 Mar 2010 07:13, Dan Naumov wrote: In Message-Id: > The ZFS bootloader has been changed in 8-STABLE compared to 8.0-RELEASE. Reinstall your boot blocks. P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to mention that you

RE: Can't boot after make installworld

2010-03-22 Thread jhell
On Mon, 22 Mar 2010 07:13, Dan Naumov wrote: In Message-Id: The ZFS bootloader has been changed in 8-STABLE compared to 8.0-RELEASE. Reinstall your boot blocks. P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to mention that you have it in the wrong place, for 8.0, it goes i

RE: Can't boot after make installworld

2010-03-22 Thread Dan Naumov
The ZFS bootloader has been changed in 8-STABLE compared to 8.0-RELEASE. Reinstall your boot blocks. P.S: "LOADER_ZFS_SUPPORT=YES" is also deprecated in 8-STABLE, not to mention that you have it in the wrong place, for 8.0, it goes into make.conf, not src.conf. Is there any particular reason you

Can't boot after make installworld

2010-03-21 Thread Krzysztof Dajka
Hi, I'm having problem with upgrading my FreeBSD to RELENG_8. Building world and kernel went smoothly I can boot with new kernel, but after 'make installworld' I could boot my system. My system prints only: BTX loader 1.00 BTX version is 1.01 Console: internal video/keyboard B

Re: make installworld problem

2010-03-11 Thread Steve Bertrand
On 2010.03.11 16:41, Kenneth Hatteland wrote: > suddenly after a while my FreeBSD 8.0 stable machine always fails make > installworld. it has rarely been a problem before and when I appeared I > just rebooted into multi user, csup and build it all once again and then > success. >

make installworld problem

2010-03-11 Thread Kenneth Hatteland
suddenly after a while my FreeBSD 8.0 stable machine always fails make installworld. it has rarely been a problem before and when I appeared I just rebooted into multi user, csup and build it all once again and then success. Now It always fails with an error saying this or that directory is

make installworld failed

2010-01-24 Thread Maciej Jan Broniarz
Hi, I am trying to installworld: /usr/share/man/man8/bootpgw.8.gz -> /usr/share/man/man8/bootpd.8.gz rm: /usr/share/man/man8/bootpgw.8: Not a directory rm: /usr/share/man/man8/bootpgw.8.gz: Not a directory *** Error code 1 Stop in /usr/src/libexec/bootpd. *** Error code 1 Stop in /usr/src/libe

Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-22 Thread James Chang
ke buildworld stage it show me "World >> build completed on Tue Dec 22 12:57:30 CST 2009" >> But when I execute "make installworld" it show me the following ERROR >> message: >> >> ===> sys/boot/i386/btx (install) >> ===> sys/boot/i386/

Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread Yuri Pankov
t; > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. >

Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread James Chang
Dear Sir, My update steps as following: 1.ctm to the latest source 2.rm -rf /usr/orb/* 3.cd /usr/src 4.make buildworld 5.make buildkernel 7.make installkernel 8.make installworld 9.FAILED :< Best Regards! James Chang 2009/12/22 And

Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread Andriy Gapon
on 22/12/2009 07:52 James Chang said the following: > Today, I use ctm upgrade my FreeBSD source code to "src-7 859" > When I try to make world, in make buildworld stage it show me "World > build completed on Tue Dec 22 12:57:30 CST 2009" > But when I execute &q

FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread James Chang
Dears, Today, I use ctm upgrade my FreeBSD source code to "src-7 859" When I try to make world, in make buildworld stage it show me "World build completed on Tue Dec 22 12:57:30 CST 2009" But when I execute "make installworld" it show me the following ERROR me

Re: make installworld and securelevel

2009-06-06 Thread Lowell Gilbert
; >> chflags it. >> >> >> >> I was running with securelevel 1 and got denied. >> >> I had to revert to the old kernel, change my securelevel, reinstall >> >> the new 7.2 kernel, then run my installworld. >> >> >> >>

Re: make installworld and securelevel

2009-06-05 Thread Bruce Cran
securelevel, reinstall > >> the new 7.2 kernel, then run my installworld. > >> > >> This hasn't caused me any other issue, but what will happen the day > >> the libc.a or libc_p.a which are installed in the early steps of > >> installworld become inco

Re: make installworld and securelevel

2009-06-05 Thread FLEURIOT Damien
rnel, change my securelevel, reinstall > >> the new 7.2 kernel, then run my installworld. > >> > >> This hasn't caused me any other issue, but what will happen the day > >> the libc.a or libc_p.a which are installed in the early steps of > >> installw

Re: make installworld and securelevel

2009-06-05 Thread Lowell Gilbert
f >> installworld become incompatible with the old kernel (if this is at >> all possible) ? >> >> I wouldn't have been able to boot anymore (this is a remote host). >> The server has a rescue system, but I think a lot of trouble could >> be saved by interr

Re: make installworld and securelevel

2009-06-05 Thread Bruce Cran
asn't caused me any other issue, but what will happen the day > the libc.a or libc_p.a which are installed in the early steps of > installworld become incompatible with the old kernel (if this is at > all possible) ? > > I wouldn't have been able to boot anymore (this is a remote host).

make installworld and securelevel

2009-06-05 Thread FLEURIOT Damien
been able to boot anymore (this is a remote host). The server has a rescue system, but I think a lot of trouble could be saved by interrupting "make installworld" if we're running above securelevel 0. What do you think list ? Regards, Damien _

Re: i386/134986: make installworld fails (FreeBSD-7.2, tr not found)

2009-05-30 Thread Fernan Aguero
As reported in the PR, the problem happens with a checkout of RELENG_7_2. http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/134986 I have just tested a checkout of RELENG_7 (STABLE) and in this case make installworld succeeds. -- fernan ___ freebsd

RELENG_6_3 - Make installworld error

2008-02-13 Thread Gilles Rosenbaum
Hi freebsd-stable, For my complete rebuild of my FreeBSD-6.3-stable, every stage is successful except the "make installworld" one. I've got this log : # make installworld PATH=$PATH mkdir -p /tmp/install.tiu3jVqh for prog in [ awk cap_mkdb cat chflags chmod chown date echo

Make installworld DESTDIR=? fails

2007-12-02 Thread David Naylor
Hi, With a recent (this weekend) cvsup of FreeBSD7 I have tried to do a: # make installworld DESTDIR=/tmp/build however it fails as follows: ===> lib/ncurses (install) ===> lib/ncurses/ncurses (install) [Lots of lines removes] /tmp/build/usr/share/man/man3/tigetstr.3.gz -> /tmp/build/

Re: 6.2-PRE/amd64: make installworld fails: btxld:No such file or directory

2006-09-14 Thread Ruslan Ermilov
de with i386. > I did the following procedure: > > 1) install new Dell PE2950 with amd64/6.1-RELEASE from CD (minimal) > 2) cvsup /usr/src to RELENG_6 this afternoon > 3) make clean buildworld buildkernel > (forgot to build it for SMP) > 4) make buildkernel KERNCONF=PE295

6.2-PRE/amd64: make installworld fails: btxld:No such file or directory

2006-09-14 Thread Raphael H. Becker
ot to build it for SMP) 4) make buildkernel KERNCONF=PE2950 (which is just SMP plus ident a.t.m) 5) make installkernel KERNCONF=PE2950 6) reboot 7) make installworld --> fails. Did I miss something here? How to fix? Is this amd64 specific? Regards Raphael Becker PS: if this is an amd64 specific

Re: make installworld failure

2005-10-26 Thread Meandor
Alexander 'alxl' Lobachov wrote: Hello, Just cvsuped and built the kernel and installed it ok, buildworld went clear also, tried to installworld and got this: $ sudo make installworld mkdir -p /tmp/install.QhTsbtJk for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep

Re: make installworld failure

2005-10-25 Thread Subhro
Alexander 'alxl' Lobachov sat at his 'puter and typed on 10/26/2005 10:12: Hello, Just cvsuped and built the kernel and installed it ok, buildworld went clear also, tried to installworld and got this: $ sudo make installworld mkdir -p /tmp/install.QhTsbtJk for prog in [ a

make installworld failure

2005-10-25 Thread Alexander 'alxl' Lobachov
Hello, Just cvsuped and built the kernel and installed it ok, buildworld went clear also, tried to installworld and got this: $ sudo make installworld mkdir -p /tmp/install.QhTsbtJk for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make mkdir mtree

Re: FreeBSD stable RELENG_5_4 how-to show after make installworld

2005-08-01 Thread Scot Hetzel
On 8/1/05, Joep <[EMAIL PROTECTED]> wrote: > After updating my source (src-all) from fbsd 5.4 RC-3 installed source to > cvsup'ed RELENG_5_4 source, i did all steps in the handbook (makeworld.html) > > Everything seems oke. Only i expected after the new buildkernel and reboot > something else in t

FreeBSD stable RELENG_5_4 how-to show after make installworld

2005-08-01 Thread Joep
After updating my source (src-all) from fbsd 5.4 RC-3 installed source to cvsup'ed RELENG_5_4 source, i did all steps in the handbook (makeworld.html) Everything seems oke. Only i expected after the new buildkernel and reboot something else in the uname output then: FreeBSD dragon 5.4-RELEASE-p6

Re: [PATCH] securelevel and make installworld

2005-04-30 Thread Craig Boston
On Wed, Apr 20, 2005 at 05:47:08PM -0500, Jon Noack wrote: > The attached diff is against -CURRENT but applies cleanly to 5.4-RC3. > It adds a check to the installworld target in src/Makefile.inc1 to > ensure we are not in secure mode. What about cases where installing in secure mode is both val

[PATCH] securelevel and make installworld

2005-04-20 Thread Jon Noack
On 04/20/05 16:56, Ronald Klop wrote: On Wed, 20 Apr 2005 16:28:06 -0500, Jon Noack <[EMAIL PROTECTED]> wrote: On 04/20/05 15:16, Ronald Klop wrote: Can make installworld complain on startup if I try to run it with securelevel > 0. It will fail half way through on some files with nochg

Re: securelevel and make installworld

2005-04-20 Thread Kövesdán Gábor
Ronald Klop wrote: On Wed, 20 Apr 2005 16:28:06 -0500, Jon Noack <[EMAIL PROTECTED]> wrote: On 04/20/05 15:16, Ronald Klop wrote: Can make installworld complain on startup if I try to run it with securelevel > 0. It will fail half way through on some files with nochg flags or

Re: securelevel and make installworld

2005-04-20 Thread Ronald Klop
On Wed, 20 Apr 2005 16:28:06 -0500, Jon Noack <[EMAIL PROTECTED]> wrote: On 04/20/05 15:16, Ronald Klop wrote: Can make installworld complain on startup if I try to run it with securelevel > 0. It will fail half way through on some files with nochg flags or something like tha

Re: securelevel and make installworld

2005-04-20 Thread Jon Noack
On 04/20/05 15:16, Ronald Klop wrote: Can make installworld complain on startup if I try to run it with securelevel > 0. It will fail half way through on some files with nochg flags or something like that. Design feature: 'schg' is the system immutable flag. Some system files

securelevel and make installworld

2005-04-20 Thread Ronald Klop
Hello, Can make installworld complain on startup if I try to run it with securelevel > 0. It will fail half way through on some files with nochg flags or something like that. Greetings, Ronald. -- Ronald Klop, Amsterdam, The Netherlands ___ free

Re: Odd error at end of "make installworld"

2004-11-09 Thread Ruslan Ermilov
On Tue, Nov 09, 2004 at 09:56:36AM -0800, Kevin Oberman wrote: [...] > I can believe that I did, and that might be a good explanation. I won't > claim to being a good typist, as most every message I spell check can > affirm. But what is the install target? It's at least not documented in > Makefile

Re: Odd error at end of "make installworld"

2004-11-09 Thread Kevin Oberman
> Date: Tue, 9 Nov 2004 11:15:15 +0200 > From: Ruslan Ermilov <[EMAIL PROTECTED]> > > > --a1QUDc0q7S3U7/Jg > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Mon, Nov 08, 2004 at 07:41:29AM -0800, Kevin Oberman wrote: >

Re: Odd error at end of "make installworld"

2004-11-09 Thread Cristiano Deana
On Mon, 08 Nov 2004 07:41:29 -0800, Kevin Oberman <[EMAIL PROTECTED]> wrote: > I think there is a small issue with the Makefile, although I don't see > exactly what. But I'm no great shakes on Makefiles. Take a look: http://lists.freebsd.org/pipermail/freebsd-current/2004-July/031497.html btw, y

Re: Odd error at end of "make installworld"

2004-11-09 Thread Ruslan Ermilov
On Mon, Nov 08, 2004 at 07:41:29AM -0800, Kevin Oberman wrote: > I think there is a small issue with the Makefile, although I don't see > exactly what. But I'm no great shakes on Makefiles. > > At the very end of the installworld, after completely the makewhatis and > /etc stuff, I got the message

Odd error at end of "make installworld"

2004-11-08 Thread Kevin Oberman
I think there is a small issue with the Makefile, although I don't see exactly what. But I'm no great shakes on Makefiles. At the very end of the installworld, after completely the makewhatis and /etc stuff, I got the message that I should not be doing a make world: WARNING: make world will overwr

Re: Make installworld failure

2003-09-11 Thread Elliott Perrin
The scrollback in the script I just ran for make installworld back to here is over 100 lines, but here is the last install statement before the error. I have clipped out the other 1000 lines of .h -> .ph I have the full make installworld script if needed. I have done the buildwo

Re: Make installworld failure

2003-09-11 Thread Kent Stewart
On Thursday 11 September 2003 07:04 am, Elliott Perrin wrote: > Please cc me, I am not on either list > > I tried the RELENG_4_8 as a workaround with the exact same error as > before. > > vm/vnode_pager.h -> vm/vnode_pager.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > **

Re: Make installworld failure

2003-09-11 Thread Elliott Perrin
Please cc me, I am not on either list I tried the RELENG_4_8 as a workaround with the exact same error as before. vm/vnode_pager.h -> vm/vnode_pager.ph *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. *** Error code 1 and a bunch of other error code 1's back up the directory tree.

RE: error in make installworld

2003-09-02 Thread Smux
The command works perfectly and the instalation goes with sucess tkx sorry for my english! =) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: error in make installworld

2003-09-01 Thread Oldach, Helge
> From: Smux [mailto:[EMAIL PROTECTED] > # make installworld > ... > ln -fs ../la_LN.US-ASCII/LC_COLLATE > /usr/share/locale/am_ET.UTF-8/LC_COLLATE > ln: /usr/share/locale/am_ET.UTF-8/LC_COLLATE: No such file or > directory > *** Error code 1 You forgot to mergemas

Re: sequences or steps of make installworld

2003-06-14 Thread pirat
On Thu, Jun 12, 2003 at 08:40:48AM +0300, Ruslan Ermilov wrote: > Date: Thu, 12 Jun 2003 08:40:48 +0300 > From: Ruslan Ermilov <[EMAIL PROTECTED]> > To: pirat <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: sequences or steps of make installworld > > O

Re: sequences or steps of make installworld

2003-06-11 Thread Ruslan Ermilov
do not know that from that on what the rest are not installed yet. > > i have attached a script of make installworld with this mail, an editted one. > any helps and hints are welcome and appreciated. > FAQ question. Check the time on the building and installing systems. make(1) is

sequences or steps of make installworld

2003-06-11 Thread pirat
of make installworld with this mail, an editted one. any helps and hints are welcome and appreciated. -- with best regards, psr http://www.thai-aec.org http://www.thai.net/makham Script started on Thu Jun 12 07:41:49 2003 nika# pwd /usr/src nika# date Thu Jun 12 07:41:54 ICT 2003 nika# make

Re: make installworld fails on libperl.a

2003-02-19 Thread Fernan Aguero
ld and buildkernel proceed OK on the build host. | > | > In the install host I do: | > | > mount build:/usr/src /usr/src | > mount build:/usr/obj /usr/obj | > makeinstallworld | | maybe you have differing /etc/make.conf files on the two hosts? | | if the bu

make installworld fails on libperl.a

2003-02-14 Thread Fernan Aguero
I am using a FreeBSD-4.7-STABLE (Jan24) to build world and kernel for an older machine (Pentium1). buildworld and buildkernel proceed OK on the build host. In the install host I do: mount build:/usr/src /usr/src mount build:/usr/obj /usr/obj makeinstallworld

Re: "make installworld" issue with awi(4) manpage...

2002-11-20 Thread Charles Swiger
Charles Swiger wrote: [ ... ] > I'll try re-cvsup-dating ("re-cvs-updating"? :-) and rebuilding to > double-check. No problems the second time; I guess it must have been a transient condition. -Chuck To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of

make installworld problem with pathchk

2002-11-16 Thread kosaman5
Hi. I have have FreeBSD 4.6-RC. I cvsuped to RELENG_4. I did: make buildworld - ok. make buildkernel KERNCONF=KOO- ok make installkernel KERNCONF=KOO - ok. But make installworld gave me an error: ===> usr.bin/passwd [ ! -e /usr/bin/passwd ] || chflags noschg /

make installworld fails

2002-08-14 Thread Doug Kite
have been trying for days to get this done, running into first one problem then another. Thanks, Doug Following is the output of installworld: # make installworld mkdir -p /tmp/install.455 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_m

RE: Upgrading 4.4 Rel to 4 Stable fails at make installworld

2002-07-25 Thread sroberts
ake install clean" for > mergemaster. The files that "make installworld" expected were removed by > the "clean" stage, that's why it failed. If you still haven't solved > this then the following should fix your problem: > > cd /usr/src/usr.sbi

Re: Upgrading 4.4 Rel to 4 Stable fails at make installworld

2002-07-24 Thread Kevin Golding
Someone, quite probably , once wrote: > I've just done a fresh install of 4.4Rel, and I'm trying to upgrade to >the latest stable. > >In single user mode [using shutdown now] having dropped from multiuser mode - >All went well until I got to "make installworl

make installworld broken on /usr/src/share/examples

2002-07-15 Thread Mario Doria
Hello, I've seen this on three machines. cvsup as of 23:00 GMT. On the three machines, adding "NOSHARE=true" to /etc/make.conf fixed this. ===> share ===> share/colldef install -c -m 644 -o root -g wheel bg_BG.CP1251.out /usr/share/locale/bg_BG.CP1251/LC_COLLATE install -c -m 644 -o root -g w

Re: Problems when runing make installworld.

2002-05-31 Thread Kris Kennaway
g/cgi/query-pr.cgi?pr=30276. > > > > > > It says there that if you are building make world with a p3 and run make >installworld on a 486 > > > you get this error. But I don't have a p3 I have a dual celeron, I have > > > also attached my make.conf

Re: Problems when runing make installworld.

2002-05-31 Thread Ruslan Ermilov
t; > > http://www.freebsd.org/cgi/query-pr.cgi?pr=30276. > > > > > > It says there that if you are building make world with a p3 and run > > > make installworld on a 486 you get this error. But I don't have a > > > p3 I have a dual celeron, I have a

Re: another way 4.5s is broken (user smmsp -> make installworld)

2002-03-30 Thread Gregory Neil Shapiro
andyf> I have marks as well. Perhaps this will help: andyf> --- UPDATING-orig Sat Mar 30 14:00:01 2002 andyf> +++ UPDATINGSat Mar 30 14:32:19 2002 Thanks, I've mailed Warner a slightly modified version of your text for src/UPDATING. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: src upgrade 4.0-RELEASE to 4-STABLE fails on make installworld...

2002-02-20 Thread Daniel Frazier
r >>a while. >>2. yesterday I cvsup'd using RELENG_4_1_1_RELEASE >>3. started a make buildworld >>3. read the post "4.0-RELEASE -> 4.5-STABLE now possible..." >>4. killed the make buildworld >>5. cvsup'd using RELENG_4 >>6. make buildwo

  1   2   >