| Summary: | media-gfx/splashutils-1.3-r2 fails on ppc due to klibc issue | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Joe Jezak (RETIRED) <josejx> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ppc |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
You can run `make` now. CONF libjpeg MAKE libjpeg In file included from /usr/lib/klibc/include/arch/ppc/klibc/archsignal.h:11, from /usr/lib/klibc/include/signal.h:14, from /usr/lib/klibc/include/sys/select.h:11, from /usr/lib/klibc/include/unistd.h:12, from /usr/lib/klibc/include/stdio.h:11, from /var/tmp/portage/media-gfx/splashutils-1.3-r2/work/splashutils-1.3/libs/jpeg-6b/jinclude.h:46, from /var/tmp/portage/media-gfx/splashutils-1.3-r2/work/splashutils-1.3/libs/jpeg-6b/jcapimin.c:20: /usr/include/asm/signal.h:145: error: field 'sa' has incomplete type ******************************************************************** Looking at /usr/lib/klibc/include/arch/ppc/klibc/archsignal.h, it includes /usr/include/asm/signal.h. Since _SIGNAL_H was defined previously by klibc, the definition for struct sigaction is not defined when archsignal.h includes asm/signal.h, making the build fail.