Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230145 - compiling dev-libs/libIDL-0.8.10 failed when emerging applications
Summary: compiling dev-libs/libIDL-0.8.10 failed when emerging applications
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 08:56 UTC by ksenija
Modified: 2009-01-03 14:25 UTC (History)
0 users

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


Attachments
the output of 'emerge gdm' (gdm_failed,466.10 KB, text/plain)
2008-06-30 08:58 UTC, ksenija
Details
the output of 'query list' (list,7.63 KB, text/plain)
2008-06-30 09:01 UTC, ksenija
Details
output of 'emerge --info' (info,2.92 KB, text/plain)
2008-06-30 10:26 UTC, ksenija
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ksenija 2008-06-30 08:56:26 UTC
When compiling different applications i get the same error:

  * ERROR: dev-libs/libIDL-0.8.10 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2548:  Called gnome2_src_compile
 *             environment, line 1937:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure

The full output is attached.
 

Reproducible: Always

Steps to Reproduce:
1.emerge gdm OR emerge mozilla-firefox
2.
3.

Actual Results:  
* ERROR: dev-libs/libIDL-0.8.10 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2548:  Called gnome2_src_compile
 *             environment, line 1937:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   compile failure

Expected Results:  
compiled application

When running bison manually there are only warnings:

# bison -y -d -v ./parser.y
./parser.y:606.25-618.1: warning: unused value: $3
./parser.y:621.25-635.1: warning: unused value: $3
./parser.y:716.25-732.1: warning: unused value: $4
./parser.y:780.25-781.68: warning: unused value: $1
./parser.y:811.25-818.1: warning: unused value: $3
./parser.y:926.25-933.1: warning: unused value: $3
conflicts: 23 shift/reduce, 3 reduce/reduce

#cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -mtune=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing.  You
# should probably be using a different stage, instead.
CHOST="i486-pc-linux-gnu"

#This option defines how many simultaneous compilation processes can run to install a packedge. A good option (but not ideal) is to run a number of processes equal to number of processors in the system plus 1.
MAKEOPTS="-j2"


GENTOO_MIRRORS="http://gentoo.mirror.web4u.cz/ ftp://gentoo.mirror.web4u.cz/ http://src.gentoo.pl http://fido.online.kz/gentoo ftp://fido.online.kz/gentoo/pub ftp://ftp.linux.kiev.ua/pub"

SYNC="rsync://rsync.gentoo.org/gentoo-portage"

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="via"

Output of the command "equery list" is attached.
Comment 1 ksenija 2008-06-30 08:58:39 UTC
Created attachment 158929 [details]
the output of 'emerge gdm'
Comment 2 ksenija 2008-06-30 09:01:11 UTC
Created attachment 158931 [details]
the output of 'query list'
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-06-30 10:10:49 UTC
absolutely no idea of what could be wrong. Could you paste emerge --info please.
Comment 4 ksenija 2008-06-30 10:26:37 UTC
Created attachment 158937 [details]
output of 'emerge --info'
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-06-30 10:32:44 UTC
any reason why you have a so old glibc and kernel headers ?
Comment 6 ksenija 2008-06-30 10:44:14 UTC
(In reply to comment #5)
> any reason why you have a so old glibc and kernel headers ?
> 

Thanks. I'll update them and provide you with the results.
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-03 14:24:58 UTC
this could have been due to a change in bison-2.4 but in any case these should be fixed in 0.8.11 and 0.8.12 so if you could give it a shot.