Ario build fails with the following errors: cc1: error: unrecognized command line option "-Wclobbered" cc1: error: unrecognized command line option "-Wempty-body" cc1: error: unrecognized command line option "-Wignored-qualifiers" cc1: error: unrecognized command line option "-Wmissing-parameter-type" cc1: error: unrecognized command line option "-Wold-style-declaration" cc1: error: unrecognized command line option "-Wtype-limits" These warning options appear to be unsupported by gcc-4.2.4. Reproducible: Always Steps to Reproduce: 1. install gcc-4.2.4 and media-sound/ario-1.2.1 2. use gcc-config to select gcc-4.2.4 toolchain 3. emerge -uav =media-sound/ario-1.3 Actual Results: relevant excerpt from build log: libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I../.. -I../../src -I../../src/lib -I../../src/plugins -I../../src/sources -I../../src/shell -Wall -Wimplicit -Wunused-label -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wpointer-sign -Wclobbered -Wempty-body -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits -Wuninitialized -Wbad-function-cast -Wold-style-definition -O2 -march=k8 -pipe -fomit-frame-pointer -MT ario-filesystem.lo -MD -MP -MF .deps/ario-filesystem.Tpo -c ario-filesystem.c -fPIC -DPIC -o .libs/ario-filesystem.o cc1: error: unrecognized command line option "-Wclobbered" cc1: error: unrecognized command line option "-Wempty-body" cc1: error: unrecognized command line option "-Wignored-qualifiers" cc1: error: unrecognized command line option "-Wmissing-parameter-type" cc1: error: unrecognized command line option "-Wold-style-declaration" cc1: error: unrecognized command line option "-Wtype-limits" make[3]: *** [ario-filesystem.lo] Error 1 ... ERROR: media-sound/ario-1.3 failed: * emake failed Expected Results: Build successful to fix this issue, I... 1. installed gcc-4.3.4 2. selected gcc-4.3.4 toolchain with gcc-config 3. emerge -auv =media-sound/ario-1.3 and the build succeeds. if you select either gcc toolchain and 'man gcc', a search for -Wclobbered fails in the gcc-4.2.4 manual, and succeeds in the gcc-4.3.4 manual. this check inspired me to try a compile with gcc-4.3.4. I figure a dependency may be necessary in the media-sound/ario-1.3 ebuild for >=gcc-4.3.4.
Created attachment 209014 [details] My emerge --info
fixed, thanks