Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
To: None <jlam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/21/2006 10:50:02
The following reply was made to PR pkg/34036; it has been noted by GNATS.
From: "Stuart Shelton" <srcshelton@gmail.com>
To: "Johnny Lam" <jlam@pkgsrc.org>
Cc: pkgsrc-bugs@netbsd.org, gnats-bugs@netbsd.org
Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
Date: Fri, 21 Jul 2006 11:49:43 +0100
> Can you try running bootstrap again on your machine?
Having re-bootstrapped the system, a new problem has occurred: I can't
build any package that includes C++ code.
Even if I invoke 'ac_cv_prog_CXXCPP="CC -E" CXX="CC" CXXCPP="CC -E"
bmake', the output I get from configure is:
checking how to run the C++ preprocessor... CC\ -E -E
configure: error: C++ preprocessor "CC\ -E -E" fails sanity check
See `config.log' for more details.
*** Error code 1
Something is adding an unwanted slash to the C++ compiler binary, and
so configure is trying to invoke "CC " - with a trailing space.
I've updated to CVS current, and this is still a problem. What can I
change to fix this?
Cheers,
stuart