Output of compilation:
Making all in src
make[2]: Entering directory
`/var/tmp/portage/sys-block/viaideinfo-0.4/work/viaideinfo-0.4/src'
if i586-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -march=c3 -pipe
-fomit-frame-pointer -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o
main.c;
\
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f
".deps/main.Tpo"
; exit 1; fi
i586-pc-linux-gnu-gcc -Os -march=c3 -pipe -fomit-frame-pointer -o viaideinfo
main.o -lpci
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`pci_load_name_list':
(.text+0x353): undefined reference to `gzopen'
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`pci_load_name_list':
(.text+0x3e2): undefined reference to `gzopen'
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`pci_load_name_list':
(.text+0x495): undefined reference to `gzeof'
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`.L157':
(.text+0x8d5): undefined reference to `gzgets'
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`.L157':
(.text+0x8f4): undefined reference to `gzerror'
/usr/lib/gcc/i586-pc-linux-gnu/3.4.6/../../../libpci.a(names.o): In function
`.L157':
(.text+0x918): undefined reference to `gzclose'
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [viaideinfo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/sys-block/viaideinfo-0.4/work/viaideinfo-0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sys-block/viaideinfo-0.4/work/viaideinfo-0.4'
make: *** [all] Error 2
Reproducible: Always
This bug is similar to bug #160937
The bug was fixed in the application ebuild thus I assume to fix the ebuild
here, too. (That is, if you like to release viaideinfo-0.4-r1)
sys-block/viaideinfo-0.5 compiles but is marked unstable.
sys-block/viaideinfo-0.4 is marked stable but does not compile cleanly.
Maybe there is a "stabilisation mismatch"?
regards