Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 154252

Summary: media-gfx/splashutils-1.3-r2 fails on ppc due to klibc issue
Product: Gentoo Linux Reporter: Joe Jezak (RETIRED) <josejx>
Component: New packagesAssignee: 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: ---

Description Joe Jezak (RETIRED) gentoo-dev 2006-11-06 07:46:10 UTC
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.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-06 07:59:14 UTC

*** This bug has been marked as a duplicate of 143737 ***