Re: fwiw, release for -stable (alpha)

2000-07-05 Thread John Polstra

In article [EMAIL PROTECTED],
Matthew Jacob  [EMAIL PROTECTED] wrote:
 
 And for -stable (instead of -current);
 
 ===   Creating README.html for jpeg-6b
 === graphics/juno-2
 "Makefile", line 60: Malformed conditional (empty(TARGET))
 "Makefile", line 60: Missing dependency operator
 "Makefile", line 64: if-less endif
 "Makefile", line 64: Need an operator
 make: fatal errors encountered -- cannot continue
 *** Error code 1

*Shrug* It's a mystery to me.  The offending line looks like this:

.if empty(TARGET)

and as far as I can tell, it's valid.  There is a similar construct
in "src/lib/libc/Makefile.inc":

.if empty(MDSRCS)

and I haven't seen any complaints of problems with that.  The Makefile
hasn't changed since mid-April.

I don't know what to advise, except check to make sure your copy of the
Makefile is uncorrupted.

John
-- 
  John Polstra   [EMAIL PROTECTED]
  John D. Polstra  Co., Inc.Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa



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



Re: fwiw, release for -stable (alpha)

2000-07-05 Thread Matthew Jacob


Huh. That's what it has. Sigh...Whine.


On Wed, 5 Jul 2000, John Polstra wrote:

 In article [EMAIL PROTECTED],
 Matthew Jacob  [EMAIL PROTECTED] wrote:
  
  And for -stable (instead of -current);
  
  ===   Creating README.html for jpeg-6b
  === graphics/juno-2
  "Makefile", line 60: Malformed conditional (empty(TARGET))
  "Makefile", line 60: Missing dependency operator
  "Makefile", line 64: if-less endif
  "Makefile", line 64: Need an operator
  make: fatal errors encountered -- cannot continue
  *** Error code 1
 
 *Shrug* It's a mystery to me.  The offending line looks like this:
 
   .if empty(TARGET)
 
 and as far as I can tell, it's valid.  There is a similar construct
 in "src/lib/libc/Makefile.inc":
 
   .if empty(MDSRCS)
 
 and I haven't seen any complaints of problems with that.  The Makefile
 hasn't changed since mid-April.
 
 I don't know what to advise, except check to make sure your copy of the
 Makefile is uncorrupted.
 
 John
 -- 
   John Polstra   [EMAIL PROTECTED]
   John D. Polstra  Co., Inc.Seattle, Washington USA
   "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa
 



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



fwiw, release for -stable (alpha)

2000-07-04 Thread Matthew Jacob


Making docs...
===  Extracting for docproj-1.1
 No MD5 checksum file.
===  Patching for docproj-1.1
===  Configuring for docproj-1.1
===  Installing for docproj-1.1
===   docproj-1.1 depends on executable: instant - not found
===Verifying install for instant in /usr/ports/textproc/sgmlformat
Error: you don't have the right version of perl in /usr/bin.


All of this looks sort of busted to me. 





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



Re: fwiw, release for -stable (alpha)

2000-07-04 Thread Kris Kennaway

On Tue, 4 Jul 2000, Matthew Jacob wrote:

 
 Making docs...
 ===  Extracting for docproj-1.1
  No MD5 checksum file.
 ===  Patching for docproj-1.1
 ===  Configuring for docproj-1.1
 ===  Installing for docproj-1.1
 ===   docproj-1.1 depends on executable: instant - not found
 ===Verifying install for instant in /usr/ports/textproc/sgmlformat
 Error: you don't have the right version of perl in /usr/bin.
 
 
 All of this looks sort of busted to me. 

This is clearly a ports problem, not a -current one..actually I suspect
it's already fixed - are you sure you have an up-to-date ports collection?

Kris

--
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]



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



Re: fwiw, release for -stable (alpha)

2000-07-04 Thread Matthew Jacob



On Tue, 4 Jul 2000, Kris Kennaway wrote:

 On Tue, 4 Jul 2000, Matthew Jacob wrote:
 
  
  Making docs...
  ===  Extracting for docproj-1.1
   No MD5 checksum file.
  ===  Patching for docproj-1.1
  ===  Configuring for docproj-1.1
  ===  Installing for docproj-1.1
  ===   docproj-1.1 depends on executable: instant - not found
  ===Verifying install for instant in /usr/ports/textproc/sgmlformat
  Error: you don't have the right version of perl in /usr/bin.
  
  
  All of this looks sort of busted to me. 
 
 This is clearly a ports problem, not a -current one..actually I suspect
 it's already fixed - are you sure you have an up-to-date ports collection?

Well, I'd just done a complete cvsup to (finally) include docs..







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