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 find grep  ln make 
  mkdir mtree mv pwd_mkdb rm sed sh sysctl  test true uname
wc zic; do  cp `which $prog` 
  /tmp/install.QhTsbtJk;  done

cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386
MACHINE=i386  
  CPUTYPE=athlon-xp
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin  
  GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font  
  GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac  
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.QhTsbtJk

make -f Makefile.inc1 reinstall
make: Permission denied
*** Error code 126
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.


The box was quite new actually, already running -STABLE maybe a few
weeks old or so.

Any hints how to fix it will be greatly appreciated. Thanks.

/tmp must be mounted  without *noexec* option. So your /etc/fstab must 
contain something like this

/dev/ad0s1e /tmpufs rw,nosuid,nodev   22

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 [ awk cap_mkdb cat chflags chmod chown  date
echo egrep find grep  ln make 
  mkdir mtree mv pwd_mkdb rm sed sh sysctl  test true uname
wc zic; do  cp `which $prog` 
  /tmp/install.QhTsbtJk;  done

cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386
MACHINE=i386  
  CPUTYPE=athlon-xp
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin  
  GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font  
  GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac  
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.QhTsbtJk

make -f Makefile.inc1 reinstall
make: Permission denied
*** Error code 126
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.


The box was quite new actually, already running -STABLE maybe a few
weeks old or so.

Any hints how to fix it will be greatly appreciated. Thanks.

  

Type this and give the output:

sysctl kern.securelevel
mount

Thanks
S.

--
---+--
  |   Subhro Sankha Kar
   \   /  |  GSM: +919831064613  --  Fax: +919831832913
\./   |  MSN:[EMAIL PROTECTED]  --  Yahoo: subhro82
   (0Y0)  |  ICQ: 203567534 --  AIM: bsdboy1982
ooO--(_)--Ooo--+--

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 buildworld -> buildkernel -> installkernel -> installworld
procedure as outlined in the Handbook. I am thinking of going back to the
old make world -> config -r kernelname -> make depend procedure to see if it
works instead. 

I wiped out my entire /usr/src tree, and I an cvsup'ing from cvsup2. I only
have the /etc/defaults/make.conf, and have not passed any flags to
buildworld or installworld, not even a -j4 to buildworld.

===> gnu/usr.bin/perl/utils/c2ph
install  -o root -g wheel -m 555   c2ph /usr/bin
install -o root -g wheel -m 444 c2ph.1.gz  /usr/share/man/man1
===> gnu/usr.bin/perl/utils/h2ph
install  -o root -g wheel -m 555   h2ph /usr/bin
install -o root -g wheel -m 444 h2ph.1.gz  /usr/share/man/man1
cd /usr/include;  
/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/../../miniperl/miniperl
-I/usr/obj/us
r/src/gnu/usr.bin/perl/utils/h2ph/lib
/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/h2ph -d  /usr/lib
data/perl/5.00503/mach * */*
a.out.h -> a.out.ph
acl.h -> acl.ph
aio.h -> aio.ph
alias.h -> alias.ph
ar.h -> ar.ph
.
.
.
vm/pmap.h -> vm/pmap.ph
vm/swap_pager.h -> vm/swap_pager.ph
vm/vm.h -> vm/vm.ph
vm/vm_extern.h -> vm/vm_extern.ph
vm/vm_kern.h -> vm/vm_kern.ph
vm/vm_map.h -> vm/vm_map.ph
vm/vm_object.h -> vm/vm_object.ph
vm/vm_page.h -> vm/vm_page.ph
vm/vm_pageout.h -> vm/vm_pageout.ph
vm/vm_pager.h -> vm/vm_pager.ph
vm/vm_param.h -> vm/vm_param.ph
vm/vm_zone.h -> vm/vm_zone.ph
vm/vnode_pager.h -> vm/vnode_pager.ph
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

Stop in /usr/src/gnu.
*** 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.


on 9/11/03 12:24 PM, Kent Stewart at [EMAIL PROTECTED] wrote:

> 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.
>> *** Error code 1
>> 
>> and a bunch of other error code 1's back up the directory tree.
> 
> These aren't the error message. The error 1's are telling you that you
> have an error. If you can't see it, you need to redirect stdout and
> stderr from your installworld to a file.
> 
> Since it is dying in 2 different tags, and no one else is having
> problems, the first assumption is that you have something wrong in your
> setup. For example, are you cvsuping src-all? Do you have anything in
> /etc/make.conf? Are you running the installworld from single user mode
> and etc.
> 
> Kent
> 
>> 
>> [EMAIL PROTECTED]
>> 
>> on 9/9/03 6:18 PM, Alex de Kruijff at [EMAIL PROTECTED] wrote:
>>> On Tue, Sep 09, 2003 at 04:36:12PM -0400, Elliott Perrin wrote:
 Good Day,
 
 Please cc me ( [EMAIL PROTECTED] ) on responses to this, I am not
 on either mailing list anymore.
 
 I cvsup'ed on the STABLE branch today (September 9th) at around
 2:30PM EDT. No problems with buildworld or kernel build, but I am
 getting failures during installworld
>>> 
>>> You could try the RELENG_4_8 tag instead of STABLE as a work
>>> around.
>> 
>> ___
>> [EMAIL PROTECTED] mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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.
> *** Error code 1
>
> and a bunch of other error code 1's back up the directory tree.

These aren't the error message. The error 1's are telling you that you 
have an error. If you can't see it, you need to redirect stdout and 
stderr from your installworld to a file.

Since it is dying in 2 different tags, and no one else is having 
problems, the first assumption is that you have something wrong in your 
setup. For example, are you cvsuping src-all? Do you have anything in 
/etc/make.conf? Are you running the installworld from single user mode 
and etc.

Kent

>
> [EMAIL PROTECTED]
>
> on 9/9/03 6:18 PM, Alex de Kruijff at [EMAIL PROTECTED] wrote:
> > On Tue, Sep 09, 2003 at 04:36:12PM -0400, Elliott Perrin wrote:
> >> Good Day,
> >>
> >> Please cc me ( [EMAIL PROTECTED] ) on responses to this, I am not
> >> on either mailing list anymore.
> >>
> >> I cvsup'ed on the STABLE branch today (September 9th) at around
> >> 2:30PM EDT. No problems with buildworld or kernel build, but I am
> >> getting failures during installworld
> >
> > You could try the RELENG_4_8 tag instead of STABLE as a work
> > around.
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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.

[EMAIL PROTECTED]

on 9/9/03 6:18 PM, Alex de Kruijff at [EMAIL PROTECTED] wrote:

> On Tue, Sep 09, 2003 at 04:36:12PM -0400, Elliott Perrin wrote:
>> Good Day,
>> 
>> Please cc me ( [EMAIL PROTECTED] ) on responses to this, I am not on either
>> mailing list anymore.
>> 
>> I cvsup'ed on the STABLE branch today (September 9th) at around 2:30PM EDT.
>> No problems with buildworld or kernel build, but I am getting failures
>> during installworld
>> 
> 
> You could try the RELENG_4_8 tag instead of STABLE as a work around.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make installworld failure - FIXED

2002-01-09 Thread burningclown


As a couple of people pointed out, this was addressed wit' dispatch! 
Thanks!

gb

> This was supposed to have been fixed with a very recent commit.  Cvsup and 
> try again!
> 
> >first-ever FreeBSD build failure (OK, I haven't been doing this for long
> >...). The point in the log where the make choked looks like this:
> >
> >===> bin/csh/nls/ja
> >install -c -o root -g wheel -m 444  tcsh.cat 
> >/usr/share/nls/ja_JP.eucJP/tcsh.cat
> >install: /usr/share/nls/ja_JP.eucJP/tcsh.cat: No such file or directory
> >*** Error code 71


++
http://www.burningclown.com
"Everyone's Portal to Nothing At All"
++


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message