Re: buildworld error (texinfo)

2006-04-01 Thread Fernan Aguero
+[ To Kent Stewart [EMAIL PROTECTED] (31.Mar.2006 21:42):
|
| | This looks like you were running with a -j? set and you aren't seeing 
| | the real error. It was hidden somewhere. 
| 
| Yes I was running with -j
| 
| | I have only found setting -j to be of value on smp systems. You may have 
| | actually slowed your buildworld down. 
| 
| OK, I'm now running without -j ... let's see where it stops
| now.
| 
| Thanks for the suggestion,
|
+]

Of course it was my fault, I had SENDMAIL_MC defined in
/etc/make.conf and pointing to a non-existent file.

As for using '-j' I just learned about it following an
example from the handbook, and got used to it.

Thanks again,

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


buildworld error (texinfo)

2006-03-31 Thread Fernan Aguero
Hi!

I've just cvsuped to the latest RELENG_6_0 (p6) and I can't
get buildworld to finish ... this is the second time I got
stopped at the same place:

=== gnu/usr.bin/texinfo/doc (all)
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi  -o 
info.info
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi 
 -o info-stnd.info
ln -fs 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi 
texinfo.texi
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi  
-o texinfo.info
gzip -cn info.info  info.info.gz
gzip -cn info-stnd.info  info-stnd.info.gz
gzip -cn texinfo.info  texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error

I don't know what is going on, but texinfo.info and
texinfo.info.gz seem to be OK:

[EMAIL PROTECTED] ls -l /usr/obj/usr/src/gnu/usr.bin/texinfo/doc/
total 1232
-rw-r--r--  1 root  wheel  124715 Mar 31 18:19 info-stnd.info
-rw-r--r--  1 root  wheel   32549 Mar 31 18:19 info-stnd.info.gz
-rw-r--r--  1 root  wheel   65264 Mar 31 18:19 info.info
-rw-r--r--  1 root  wheel   20820 Mar 31 18:19 info.info.gz
-rw-r--r--  1 root  wheel  769695 Mar 31 18:19 texinfo.info
-rw-r--r--  1 root  wheel  206881 Mar 31 18:19 texinfo.info.gz
lrwxr-xr-x  1 root  wheel  76 Mar 31 18:19 texinfo.texi - 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
[EMAIL PROTECTED] cd  /usr/obj/usr/src/gnu/usr.bin/texinfo/doc/
[EMAIL PROTECTED] gzip -dc texinfo.info.gz  texinfo.info.2
[EMAIL PROTECTED] md5 texinfo.info*
MD5 (texinfo.info) = f64fd991c84113a5d55dfa855196a970
MD5 (texinfo.info.2) = f64fd991c84113a5d55dfa855196a970

Just FYI, I did the following before beginning the build:
cd /usr/src
chflags -R noschg /usr/obj  rm -rf /usr/obj/*
make clean  make -j4 buildworld

Thanks for your help,

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


Re: buildworld error (texinfo)

2006-03-31 Thread Kent Stewart
On Friday 31 March 2006 15:28, Fernan Aguero wrote:
 Hi!

 I've just cvsuped to the latest RELENG_6_0 (p6) and I can't
 get buildworld to finish ... this is the second time I got
 stopped at the same place:

 === gnu/usr.bin/texinfo/doc (all)
 makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info
.texi  -o info.info makeinfo --no-split -I
 /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info
-stnd.texi  -o info-stnd.info ln -fs
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texi
nfo.txi texinfo.texi makeinfo --no-split -I
 /usr/src/gnu/usr.bin/texinfo/doc -I
 /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
 texinfo.texi  -o texinfo.info gzip -cn info.info  info.info.gz
 gzip -cn info-stnd.info  info-stnd.info.gz
 gzip -cn texinfo.info  texinfo.info.gz
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error


This looks like you were running with a -j? set and you aren't seeing 
the real error. It was hidden somewhere. 

I have only found setting -j to be of value on smp systems. You may have 
actually slowed your buildworld down. 

Kent

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ I am Andean project.
http://users.owt.com/kstewart/index.html
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld error (texinfo)

2006-03-31 Thread Fernan Aguero
+[ Kent Stewart [EMAIL PROTECTED] (31.Mar.2006 21:29):
|
| On Friday 31 March 2006 15:28, Fernan Aguero wrote:
|  Hi!
| 
|  I've just cvsuped to the latest RELENG_6_0 (p6) and I can't
|  get buildworld to finish ... this is the second time I got
|  stopped at the same place:

[snipped]

|  gzip -cn texinfo.info  texinfo.info.gz
|  1 error
|  *** Error code 2
|  1 error
|  *** Error code 2
|  1 error
| 
| This looks like you were running with a -j? set and you aren't seeing 
| the real error. It was hidden somewhere. 

Yes I was running with -j

| I have only found setting -j to be of value on smp systems. You may have 
| actually slowed your buildworld down. 

OK, I'm now running without -j ... let's see where it stops
now.

Thanks for the suggestion,

Fernan

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


Re: buildworld error (texinfo)

2006-03-31 Thread Ruslan Ermilov
On Fri, Mar 31, 2006 at 04:25:19PM -0800, Kent Stewart wrote:
 On Friday 31 March 2006 15:28, Fernan Aguero wrote:
  Hi!
 
  I've just cvsuped to the latest RELENG_6_0 (p6) and I can't
  get buildworld to finish ... this is the second time I got
  stopped at the same place:
 
  === gnu/usr.bin/texinfo/doc (all)
  makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info
 .texi  -o info.info makeinfo --no-split -I
  /usr/src/gnu/usr.bin/texinfo/doc -I
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info
 -stnd.texi  -o info-stnd.info ln -fs
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texi
 nfo.txi texinfo.texi makeinfo --no-split -I
  /usr/src/gnu/usr.bin/texinfo/doc -I
  /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
  texinfo.texi  -o texinfo.info gzip -cn info.info  info.info.gz
  gzip -cn info-stnd.info  info-stnd.info.gz
  gzip -cn texinfo.info  texinfo.info.gz
  1 error
  *** Error code 2
  1 error
  *** Error code 2
  1 error
 
 
 This looks like you were running with a -j? set and you aren't seeing 
 the real error. It was hidden somewhere. 
 
Should anyone encounter reproducible -jX build breakages, I'm
interested in tracking them down and fixing.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer


pgplgT9M4k3H7.pgp
Description: PGP signature