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

Bug 85264

Summary: can't emerge gimp, gcc fails with exit status 1
Product: Gentoo Linux Reporter: Kory Stiffler <kstiffle>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kory Stiffler 2005-03-14 14:19:19 UTC
when emerge gimp, i.e., typing '#emerge gimp'
I get an error message that
'gcc failed with exit status 1'

gcc fails with exit status 1 when emerging other programs, such as gnome,
on this same machine

Reproducible: Always
Steps to Reproduce:
1.type '#emerge gimp'
2.wait
3.

Actual Results:  
use in this function)
src/interface_util/interface_util.c:521: error: `size' undeclared (first use in
this function)
src/interface_util/interface_util.c: In function `SetupPixelWrite':
src/interface_util/interface_util.c:528: error: `GL_UNPACK_SWAP_BYTES'
undeclared (first use in this function)
src/interface_util/interface_util.c:529: error: `GL_UNPACK_LSB_FIRST' undeclared
(first use in this function)
src/interface_util/interface_util.c:540: error: `GL_UNPACK_ROW_LENGTH'
undeclared (first use in this function)
src/interface_util/interface_util.c:541: error: `GL_UNPACK_SKIP_ROWS' undeclared
(first use in this function)
src/interface_util/interface_util.c:542: error: `GL_UNPACK_ALIGNMENT' undeclared
(first use in this function)
src/interface_util/interface_util.c:544: error: `GL_UNPACK_SKIP_PIXELS'
undeclared (first use in this function)
error: command 'gcc' failed with exit status 1

!!! ERROR: dev-python/pyopengl-2.0.0.44 failed.
!!! Function distutils_src_compile, Line 38, Exitcode 1
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
'gimp emerged successfully' or something of the like

Dell Dimension XPS D233
Pentium II 266 MHz Processor
378 MB 66MHz SDRAM
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-14 14:52:27 UTC
use opengl-config and check that all of your GL.h headers are sane.