[Pkg-gauche-devel] Bug#777861: gauche-c-wrapper: ftbfs with GCC-5

Jens Thiele karme at karme.de
Fri Apr 17 14:54:11 UTC 2015


Matthias Klose <doko at debian.org> writes:

> The full build log can be found at:
> http://people.debian.org/~doko/logs/gcc5-20150205/gauche-c-wrapper_0.6.1-5_unstable_gcc5.log
> The last lines of the build log are at the end of this report.
>
> To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
> or install the gcc, g++, gfortran, ... packages from experimental.
>
>   apt-get -t experimental install g++ 
>
> Common build failures are C11 as the default C mode, new warnings
> resulting in build failures with -Werror turned on, or new/dropped
> symbols in Debian symbols files.  For other C/C++ related build failures
> see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

Does that still happen for you?
See also thread starting with Message-ID: <871tjjesdu.fsf at karme.de> on
gauche developer ML.

If it still happens I would be interested in the output of something
like:
{ cat << "EOF" > test.h
#define B() 1
#define A B
EOF
} && echo -e "100\nB()\nA"|gcc -E -include test.h -|tail



More information about the Pkg-gauche-devel mailing list