pkgsrc-Bugs archive

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

Re: pkg/31918



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

From: Roland Illig <rillig%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost, Gilles Dauphin 
<Gilles.Dauphin%enst.fr@localhost>
Cc: 
Subject: Re: pkg/31918
Date: Thu, 17 Nov 2005 21:30:51 +0100

 Gilles Dauphin wrote:
 >  The problem is here:
 >  bmake configure
 
 Fine.
 
 I have found one suspicious place in the ./configure file, line 41721, 
 which is:
 
 gcc conftest.c -o /dev/null > /dev/null 2> /dev/null
 
 To check whether this is the cause, I suggest that you run "bmake clean; 
 bmake wrapper", add an "ls -l /dev/null" before and after this line, and 
 finally run "bmake configure >out", "grep /dev/null out".
 
 If that doesn't reveal the cause, please try this:
 
 bmake clean
 bmake wrapper
 truss -o /tmp/truss.out -e -a -i -f bmake configure
 grep "/dev/null" /tmp/truss.out
 
 If you find a rename(), this is most likely the cause. On my system I 
 got lots of open64() and create64() calls, but I think these were all 
 innocent. Please send the grep(1) output anyway, if it's not too long.
 
 Roland
 



Home | Main Index | Thread Index | Old Index