Hi,

While performing some tests with the programs in the subject I noticed that stable/8 fails.

Both programs try to build stable/8 using the system cc compiler (clang on -CURRENT), which fails at building gcc, so the build stops with various errors.

To work around this I configured them to build stable 8 defining the following values:

CC=gcc
CXX=g++
CPP=gcpp

Forcing poudriere and tinderbox to use 10-CURRENT gcc binaries to perform the initial toolchain build.

Is this workaround acceptable? Does it have some hidden problems which perhaps could show up later? Or does it create a correct stable/8 build without problems?

If necessary I have a build log with the errors.

Thanks in advance for any clarification.

--
Guido Falsi <m...@madpilot.net>
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to