Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3116 - ORBit-0.5.16 fails with gcc-3.1-r4 on linux-2.4.18-xfs
Summary: ORBit-0.5.16 fails with gcc-3.1-r4 on linux-2.4.18-xfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 12:20 UTC by Patrik Kullman
Modified: 2003-02-04 19:42 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 Patrik Kullman 2002-05-28 12:20:25 UTC
This is what I get:

make[3]: Entering directory
`/var/tmp/portage/ORBit-0.5.16/work/ORBit-0.5.16/src/orb'
../../src/orbit-idl-compiler/orbit-idl --noskels
../../src/daemons/interface_repository/interface_repository.idl
Error: Empty file

** WARNING **: ../../src/daemons/interface_repository/interface_repository.idl
compilation failed
touch my_ir_stuff
/bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I. -I../.. -I.. -I../../src -I/usr/include/glib-1.2 -I/usr/lib/glib/include   
-DORBit_SYSRC=\"/etc/orbitrc\"  -I../../src/ORBitutil  -DORBIT_MAJOR_VERSION="0"
      -DORBIT_MINOR_VERSION="5"       -DORBIT_MICRO_VERSION="16"
-DORBIT_VERSION=\"0.5.16\"  -DG_LOG_DOMAIN=\"ORBit\"    -march=athlon -O2 -pipe
-c interface_repository-common.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../../src
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -DORBit_SYSRC=\"/etc/orbitrc\"
-I../../src/ORBitutil -DORBIT_MAJOR_VERSION=0 -DORBIT_MINOR_VERSION=5
-DORBIT_MICRO_VERSION=16 -DORBIT_VERSION=\"0.5.16\" -DG_LOG_DOMAIN=\"ORBit\"
-march=athlon -O2 -pipe -c interface_repository-common.c  -fPIC -DPIC -o
.libs/interface_repository-common.lo
i686-pc-linux-gnu-gcc: interface_repository-common.c: No such file or directory
i686-pc-linux-gnu-gcc: no input files
make[3]: *** [interface_repository-common.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/ORBit-0.5.16/work/ORBit-0.5.16/src/orb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ORBit-0.5.16/work/ORBit-0.5.16/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ORBit-0.5.16/work/ORBit-0.5.16'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-29 10:51:02 UTC
You most likely have compiled sys-apps/portage with gcc3.1 -- that breaks a 
great many things. Grab a gcc2.95.3-compiled portage from 
/usr/portage/sys-apps/portage/files to recover from this. 
 
Matt 
Comment 2 Patrik Kullman 2002-05-29 12:07:36 UTC
Yeah that solved it.
So we got another portage bug.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-02 05:51:52 UTC
Dont see why this should stay open.