On Mon, May 03, 2021 at 12:30:22PM +0100, Stuart Henderson wrote: > I guess this is on a post-gcc-removal snap, please check that old gcc > things are cleaned.
Thanks sthen. I can reproduce this on a machine where I forgot to remove /usr/bin/g++. This builds and packages for me on a clean machine. > > > On 2021/05/03 12:55, Antoine Jacoutot wrote: > > On Fri, Apr 30, 2021 at 11:09:51AM -0600, Theo Buehler wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes by: [email protected] 2021/04/30 11:09:51 > > > > > > Modified files: > > > devel/protobuf : Makefile distinfo > > > > > > Log message: > > > Update to protobuf 3.15.8. > > > > Dunno if this changed broke build or whether is was something else *shrug* > > Not much to see in config.log at first glance. > > > > checking dependency style of cc... gcc3 > > checking whether we are using the GNU C++ compiler... (cached) yes > > checking whether c++ accepts -g... (cached) yes > > checking dependency style of c++... gcc3 > > checking how to run the C preprocessor... cc -E > > checking for gcc... gcc > > checking whether we are using the GNU C compiler... (cached) yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... (cached) none needed > > checking whether gcc understands -c and -o together... (cached) yes > > checking dependency style of gcc... (cached) gcc3 > > checking how to run the C preprocessor... gcc -E > > checking how to run the C++ preprocessor... c++ -E > > checking for g++... g++ > > checking whether we are using the GNU C++ compiler... (cached) yes > > checking whether g++ accepts -g... yes > > checking dependency style of g++... (cached) gcc3 > > checking how to run the C++ preprocessor... /lib/cpp > > configure: error: in `/exopi-obj/pobj/protobuf-3.15.8/build-amd64': > > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > > See `config.log' for more details > > *** Error 1 in devel/protobuf > > (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2908 'do-configure': @for d > > in /exopi-obj/pobj/protobuf-3.15.8...) > > > > > > -- > > Antoine > >
