pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45052: archivers/bsdtar build fails



The following reply was made to PR pkg/45052; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45052: archivers/bsdtar build fails
Date: Sun, 12 Jun 2011 22:37:40 +0000

 On Sun, Jun 12, 2011 at 10:45:01AM +0000, Alexander Nasonov wrote:
  >  I see this
  >  
  >  RANLIB="ranlib
  >  "
  >  
  >  in ./libtool (from make build-env shell prompt).
 
 Now the question is... how did it get there? Do any of the other
 variables in that block of ./libtool contain stray newlines?
 
 On line ~685 of config.status (after configure runs) there should be a
 big for loop over a pile of variables, one of which is ranlib, and
 where the body does 
 
     case `eval \\$ECHO "X\\$$var"` of
        [...]
     *)
       eval "lt_$var=\\\"\$$var\\\""
       ;;
 
 Does that have a stray newline in it? And if not (hopefully not), does
 the setting of RANLIB earlier in config.status (line ~595) have a
 stray newline?
 
 If that one does it's getting introduced somehow in the probing
 logic... I think... but whoever wrote this code needs to be locked up
 for the good of humanity...
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index