Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93916 - Emerging gimp-2.2.7 fails on /usr/include/libio.h
Summary: Emerging gimp-2.2.7 fails on /usr/include/libio.h
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 03:41 UTC by kwant
Modified: 2005-06-04 06:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kwant 2005-05-25 03:41:33 UTC
Emerging gimp-2.2.7 fails on /usr/include/libio.h 

Reproducible: Always
Steps to Reproduce:
1.emerge -Du gimp
2.
3.

Actual Results:  
(...)
  -c -o gimp-composite-sse2-installer.o `test -f
'gimp-composite-sse2-installer.c' || echo './'`gimp-composite-sse2-installer.c; \
then mv -f ".deps/gimp-composite-sse2-installer.Tpo"
".deps/gimp-composite-sse2-installer.Po"; \
else rm -f ".deps/gimp-composite-sse2-installer.Tpo"; exit 1; \
fi
In file included from /usr/include/stdio.h:72,
                 from gimp-composite-sse-installer.c:6:
/usr/include/libio.h:479: error: parse error before '*' token
/usr/include/libio.h:481: error: parse error before '*' token
/usr/include/libio.h:482: error: parse error before '*' token
/usr/include/libio.h:484: error: parse error before '*' token
make[3]: *** [gimp-composite-sse-installer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/var/tmp/portage/gimp-2.2.7/work/gimp-2.2.7/app/composite'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.7/work/gimp-2.2.7/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.7/work/gimp-2.2.7'
make: *** [all] Error 2

!!! ERROR: media-gfx/gimp-2.2.7 failed.
!!! Function src_compile, Line 139, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



<~> ->emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -ffast-math -funroll-loops -pipe
-fomit-frame-pointer -m3dnow"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O3 -ffast-math -funroll-loops -pipe -m3dnow"
DISTDIR="/mnt/1st/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d acl acpi alsa apache2 apm arts avi berkdb bitmap-fonts crypt
cups dba dga directfb eds emboss encode evo fam fbcon flac flash foomaticdb
fortran gd gif gnome gpm gtk gtk2 gtkhtml imagemagick imlib java jikes jpeg kde
libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg mule mysql ncurses nls nptl
ogg oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime
readline samba sdl slang speex spell ssl svga tcltk tcpd tiff truetype
truetype-fonts type1-fonts usb vorbis wxwindows x86 xface xine xinerama xml xml2
xmms xosd xv zlib linguas_pl userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-06-03 20:05:49 UTC
i cannot reproduce this, and neither can a couple other people i've asked.  to
start can you try cooling down your CFLAGS?
Comment 2 kwant 2005-06-04 06:03:58 UTC
After gcc updated, revdep-rebuild and other minor upgrade, gimp-2.2.7 has been
successfully emerded. CSFLAG hasn't been modified.

Kwant!