4.0 will ship with NODOC=YES

2000-02-11 Thread Jordan K. Hubbard

Unless the docs people can actually make the doc tools build
again and successfully format the docs under -current. :)

Sorry for what sounds like a threat of sorts, but I've been building
the -current snapshots with NODOC=YES for months now because that
aspect of release building just hasn't worked for ages, and if it's
not fixed then I'll have little choice but to continue doing so.  This
will mean that no handbook/FAQ/etc get distributed as part of the doc
distribution and I certainly don't see that as a good thing.  JFYI!

Tail end of last failure (as of this morning):

===>   Generating temporary packing list
strip /usr/local/bin/jade
strip /usr/local/bin/nsgmls
/usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
*** Error code 1

Stop in /usr/ports/textproc/jade.
*** Error code 1

- Jordan



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



RE: 4.0 will ship with NODOC=YES

2000-02-11 Thread John Baldwin


On 11-Feb-00 Jordan K. Hubbard wrote:
> Unless the docs people can actually make the doc tools build
> again and successfully format the docs under -current. :)
> 
> Sorry for what sounds like a threat of sorts, but I've been building
> the -current snapshots with NODOC=YES for months now because that
> aspect of release building just hasn't worked for ages, and if it's
> not fixed then I'll have little choice but to continue doing so.  This
> will mean that no handbook/FAQ/etc get distributed as part of the doc
> distribution and I certainly don't see that as a good thing.  JFYI!
> 
> Tail end of last failure (as of this morning):
> 
> ===>   Generating temporary packing list
> strip /usr/local/bin/jade
> strip /usr/local/bin/nsgmls
> /usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
> *** Error code 1
> 
> Stop in /usr/ports/textproc/jade.
> *** Error code 1

Odd, I've been building release quite recently (within the last week) on
my -current machine without any problems with docs.  I'll buildrelease
again today and send you the logfile if you want. :)

> - Jordan

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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



Re: 4.0 will ship with NODOC=YES

2000-02-11 Thread Jun Kuriyama

From: "Jordan K. Hubbard" <[EMAIL PROTECTED]>
===>   Generating temporary packing list
> strip /usr/local/bin/jade
> strip /usr/local/bin/nsgmls
> /usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
> *** Error code 1

> Stop in /usr/ports/textproc/jade.
> *** Error code 1

Sorry for that trouble.  I have experience to see that, but it does
not occur everytime in my environment.

I'll add a workaround to avoid this (USE_GMAKE=YES), though I don't
know why our make(1) cannot handle this...


Jun Kuriyama // [EMAIL PROTECTED]
// [EMAIL PROTECTED]


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



Re: 4.0 will ship with NODOC=YES

2000-02-11 Thread Satoshi - Ports Wraith - Asami

 * From: "Jordan K. Hubbard" <[EMAIL PROTECTED]>

 * Tail end of last failure (as of this morning):
 * 
 * ===>   Generating temporary packing list
 * strip /usr/local/bin/jade
 * strip /usr/local/bin/nsgmls
 * /usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
 * *** Error code 1
 * 
 * Stop in /usr/ports/textproc/jade.
 * *** Error code 1

Hmm.  That's weird.  It works here (on the package building machine,
which uses a chroot area populated by the *dists).

Anyway, this "error" is obviously not the real problem, it merely
indicates that nsgmls is not installed when it should have been.  The
real failure is in the nsgmls build or install (and an additional
problem is that the Makefile doesn't notice it right away, but that's
another issue).

You can compare yours with the latest successful build log in

http://bento.FreeBSD.org/errorlogs/errorlogs/a.4.2211/jade-1.2.1.log

Satoshi


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



Re: 4.0 will ship with NODOC=YES

2000-02-11 Thread jack

On Feb 12 Jun Kuriyama wrote:

> From: "Jordan K. Hubbard" <[EMAIL PROTECTED]>
> ===>   Generating temporary packing list
> > strip /usr/local/bin/jade
> > strip /usr/local/bin/nsgmls
> > /usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
> > *** Error code 1
> 
> > Stop in /usr/ports/textproc/jade.
> > *** Error code 1

This isn't limited to -current.  I just had something similar 
happen with -stable.

===>   Generating temporary packing list
strip /usr/local/bin/jade
/usr/libexec/elf/strip: /usr/local/bin/jade: No such file or directory
*** Error code 1

--
Jack O'NeillSystems Administrator / Systems Analyst
[EMAIL PROTECTED] Crystal Wind Communications, Inc.
  Finger [EMAIL PROTECTED] for my PGP key.
   PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
   enriched, vcard, HTML messages > /dev/null
--




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



Re: 4.0 will ship with NODOC=YES

2000-02-11 Thread Satoshi - Ports Wraith - Asami

 * From: Jun Kuriyama <[EMAIL PROTECTED]>

 * Sorry for that trouble.  I have experience to see that, but it does
 * not occur everytime in my environment.

Really?  Interesting...I only have one jade failure in my entire list
of build logs (which date back to September 1999) and that one appears
to be a crashing process (truncated log).

Satoshi


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



Re: 4.0 will ship with NODOC=YES

2000-02-11 Thread Motoyuki Konno

Hi,

jack <[EMAIL PROTECTED]>wrote:
> This isn't limited to -current.  I just had something similar 
> happen with -stable.
> 
> ===>   Generating temporary packing list
> strip /usr/local/bin/jade
> /usr/libexec/elf/strip: /usr/local/bin/jade: No such file or directory
> *** Error code 1

I also experienced the same error in -current about few days ago.
I run "make clean", and then "make all; make install" again,
and "make install" finished successfully.

I could not find out why "make install" failed at the first time.

--

Motoyuki Konno  [EMAIL PROTECTED]   (Univ)
[EMAIL PROTECTED] (Home)
[EMAIL PROTECTED]  (FreeBSD Project)
Yamanashi Medical Universityhttp://www.freebsd.org/~motoyuki/ (WWW)


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



Re: 4.0 will ship with NODOC=YES

2000-02-12 Thread Jeroen Ruigrok/Asmodai

-On [2211 20:00], Jordan K. Hubbard ([EMAIL PROTECTED]) wrote:
>Unless the docs people can actually make the doc tools build
>again and successfully format the docs under -current. :)
>
>Sorry for what sounds like a threat of sorts, but I've been building
>the -current snapshots with NODOC=YES for months now because that
>aspect of release building just hasn't worked for ages, and if it's
>not fixed then I'll have little choice but to continue doing so.  This
>will mean that no handbook/FAQ/etc get distributed as part of the doc
>distribution and I certainly don't see that as a good thing.  JFYI!
>
>Tail end of last failure (as of this morning):
>
>===>   Generating temporary packing list
>strip /usr/local/bin/jade
>strip /usr/local/bin/nsgmls
>/usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
>*** Error code 1
>
>Stop in /usr/ports/textproc/jade.
>*** Error code 1

Weird, since I made sure our sp port got upgraded to the last version so
that it works with CURRENT.   I am still not happy with some of the sp
patches, but what Chuck Robey committed did what my patches also did
(albeit mine were a bit cleaner ;) ).

And anyways Jordan, I cannot remember you having notified -doc of your
problems.  So you get to get a piece of the blame yourself as well. =)

-- 
Jeroen Ruigrok vd Werven/Asmodaiasmodai@[wxs.nl|bart.nl|freebsd.org]
Documentation nutter/B-rated Coder BSD: Technical excellence at its best  
The BSD Programmer's Documentation Project 
Slow down, god can't hear you...


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



Re: 4.0 will ship with NODOC=YES

2000-02-12 Thread jack

The build environment is a definite factor here.  I built jade on
FreeBSD 4.0-2209-CURRENT (GENERIC) with no problems. 
Same on a -stable box.  But a -stable release, on a -stable box
that build docproj-1.1 just fine in the ports tree, fell over
building jade.

Kuriyama's USE_GMAKE commit fixed the release build of -stable,
for me.

Today Jeroen Ruigrok/Asmodai wrote:

> -On [2211 20:00], Jordan K. Hubbard ([EMAIL PROTECTED]) wrote:
> >Unless the docs people can actually make the doc tools build
> >again and successfully format the docs under -current. :)
> >
> >Sorry for what sounds like a threat of sorts, but I've been building
> >the -current snapshots with NODOC=YES for months now because that
> >aspect of release building just hasn't worked for ages, and if it's
> >not fixed then I'll have little choice but to continue doing so.  This
> >will mean that no handbook/FAQ/etc get distributed as part of the doc
> >distribution and I certainly don't see that as a good thing.  JFYI!
> >
> >Tail end of last failure (as of this morning):
> >
> >===>   Generating temporary packing list
> >strip /usr/local/bin/jade
> >strip /usr/local/bin/nsgmls
> >/usr/libexec/elf/strip: /usr/local/bin/nsgmls: No such file or directory
> >*** Error code 1
> >
> >Stop in /usr/ports/textproc/jade.
> >*** Error code 1
> 
> Weird, since I made sure our sp port got upgraded to the last version so
> that it works with CURRENT.   I am still not happy with some of the sp
> patches, but what Chuck Robey committed did what my patches also did
> (albeit mine were a bit cleaner ;) ).
> 
> And anyways Jordan, I cannot remember you having notified -doc of your
> problems.  So you get to get a piece of the blame yourself as well. =)
> 
> 

--
Jack O'NeillSystems Administrator / Systems Analyst
[EMAIL PROTECTED] Crystal Wind Communications, Inc.
  Finger [EMAIL PROTECTED] for my PGP key.
   PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
   enriched, vcard, HTML messages > /dev/null
--




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