if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../src -O2 -march=pentium3 -fomit-frame-pointer -pipe -fno-ident -floop-optimize2 -ftree-vectorize -ftree-vectorizer-verbose=1 -MT genfile.o -MD -MP -MF ".deps/genfile.Tpo" -c -o genfile.o genfile.c; \ then mv -f ".deps/genfile.Tpo" ".deps/genfile.Po"; else rm -f ".deps/genfile.Tpo"; exit 1; fi genfile.c:63: error: static declaration of 'argp_program_version' follows non-static declaration ../lib/argp.h:428: error: previous declaration of 'argp_program_version' was here genfile.c:64: error: static declaration of 'argp_program_bug_address' follows non-static declaration ../lib/argp.h:444: error: previous declaration of 'argp_program_bug_address' was here make[2]: *** [genfile.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/cpio-2.6-r2/work/cpio-2.6/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/cpio-2.6-r2/work/cpio-2.6/tests' make: *** [check-recursive] Error 1 !!! ERROR: app-arch/cpio-2.6-r2 failed.
Created attachment 56289 [details, diff] cpio-2.6-gcc4test.patch don't declare argp_program_version & argp_program_bug_address as static. built/tested. applies to -r1 & -r2
Created attachment 56291 [details, diff] cpio-2.6-gcc4test.patch fixed the path so it actually works. ;)
done deal, added to 2.6-r2 thanks :)