You receive this bug because this package does not respect my system's CC (x86_64-pc-linux-gnu-gcc) and calls directly /usr/bin/gcc(or similar) The possible solutions to fix this issue are: 1)Fix the buildsystem, if you can; 2)inherit toolchain-funcs and use tc-export CC 3)inherit toolchain-funcs and use emake CC="$(tc-getCC)" From the build log: gcc -march=native -O2 -g0 -pipe -I /usr/include/libxml2 -I ../DVB/include -DNEWSTRUCT -c -o tune.o tune.c
Created attachment 348678 [details, diff] patch against latest ebuild This patch should fix gcc direct calling and also missing ldflags