Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102406 - media-gfx/gthumb-2.6.5 compilation fails (gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc")
Summary: media-gfx/gthumb-2.6.5 compilation fails (gcc-config error: Could not run/loc...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 108530 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-13 10:34 UTC by Anton Kudris
Modified: 2006-01-08 14:07 UTC (History)
1 user (show)

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 Anton Kudris 2005-08-13 10:34:11 UTC
creating gthumb
make[3]: Leaving directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/src'make[2]: Leaving directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/src'Making all in components
make[2]: Entering directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/components'
make[3]: Entering directory `/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5'
make[3]: Leaving directory `/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5'
Making all in image-viewer
make[3]: Entering directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/components/image-viewer'
make[4]: Entering directory `/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5'
make[4]: Leaving directory `/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5'
/usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-activation-2.0 -I
/usr/share/idl/bonobo-2.0 nautilus-view-component.idl
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DGNOMEDATADIR=\""/usr/share"\" -pthread -DXTHREADS -D_REENTRANT
-DXUSE_MTSAFE_API -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/libgnome-2.0
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2
-I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0
-I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2   
-I../../libgthumb    -O3 -march=pentium-m -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
orbit-idl-2 2.12.2 compiling
  mode, show preprocessor errors, passes: stubs skels common headers

gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
Error: Empty file

** (process:28755): WARNING **: nautilus-view-component.idl compilation failed
make[3]: *** [nautilus_view_component_idl_stamp] Ошибка 1
make[3]: *** Ожидание завершения заданий...
make[3]: Leaving directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/components/image-viewer'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory
`/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5/components'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/var/tmp/portage/gthumb-2.6.5/work/gthumb-2.6.5'
make: *** [all] Ошибка 2


Reproducible: Always
Steps to Reproduce:
1.emerge -v gthumb
2.
3.

Actual Results:  
compilation fails

Expected Results:  
compilation success

used on fresh gentoo 2005.1 with gcc-3.4.4.

jodaka@localhost ~ $ gcc-config -l
[1] i686-pc-linux-gnu-3.3.5-20050130
[2] i686-pc-linux-gnu-3.3.5-20050130-hardened
[3] i686-pc-linux-gnu-3.3.5-20050130-hardenednopie
[4] i686-pc-linux-gnu-3.3.5-20050130-hardenednopiessp
[5] i686-pc-linux-gnu-3.3.5-20050130-hardenednossp
[6] i686-pc-linux-gnu-3.4.4 *
[7] i686-pc-linux-gnu-3.4.4-hardened
[8] i686-pc-linux-gnu-3.4.4-hardenednopie
[9] i686-pc-linux-gnu-3.4.4-hardenednopiessp
[10] i686-pc-linux-gnu-3.4.4-hardenednossp


jodaka@localhost ~ $ cat /etc/make.conf
CFLAGS="-O3 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2005-09-26 09:25:40 UTC
Looks like a local error, please post a full build log.
Comment 2 Paul Varner (RETIRED) gentoo-dev 2005-09-30 07:43:43 UTC
This looks to actually be the same as Bugs 89009, 103484, and 104756.

Try to re-emerge libIDL
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-08 13:13:16 UTC
*** Bug 108530 has been marked as a duplicate of this bug. ***
Comment 4 Alexander J Lee 2005-10-08 15:13:21 UTC
(In reply to comment #2)
> This looks to actually be the same as Bugs 89009, 103484, and 104756.
> 
> Try to re-emerge libIDL

Just to report that it worked. 

Seems that libIDL from the x86 Gentoo 2005.1 GRP packages was compiled with the
i386-... thing instead of the (correct) i686-... Expect more users to get
puzzled with this one!
Comment 5 John N. Laliberte (RETIRED) gentoo-dev 2006-01-08 14:07:35 UTC
local issue.