pkgsrc-Bugs archive

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

Re: pkg/34036 (pkgsrc no longer fetches files)



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

From: "Stuart Shelton" <srcshelton%gmail.com@localhost>
To: "Johnny Lam" <jlam%pkgsrc.org@localhost>
Cc: pkgsrc-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
Date: Fri, 21 Jul 2006 13:47:08 +0100

 > Having re-bootstrapped the system, a new problem has occurred: I can't
 > build any package that includes C++ code.
 
 I've now fixed this by altering /mk/compiler.mk, changing:
 
 ALL_ENV+=         CXXCPP="${CPP:Q} -E"
 
 to
 
 ALL_ENV+=          CXXCPP="CC -E"
 
 ... but this still suggests that my setting for $CPP is wrong, I guess?
 
 Cheers,
 
 stuart
 



Home | Main Index | Thread Index | Old Index