Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380699 - dev-lang/orc fails to build
Summary: dev-lang/orc fails to build
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 00:34 UTC by Daniel
Modified: 2012-10-22 18:30 UTC (History)
0 users

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


Attachments
The full emerg build.log file (build.log,34.80 KB, text/plain)
2011-08-26 00:35 UTC, Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2011-08-26 00:34:13 UTC
During emerge GNOME-LIGHT, when application "dev-lang/orc-0.4.11" is compiled I get an error message that I cutted a bit and copy below:

{standard input}: Assembler messages:
{standard input}:9173: Warning: end of file not at end of a line; newline inserted
{standard input}:9711: Error: unbalanced parenthesis in operand 2.
i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.


Reproducible: Always

Steps to Reproduce:
1. execute "emerge gnome-light"
2. execute "emerge =dev-lang/orc-0.4.11"
3.


Expected Results:  
Continuing installing another packages of GNOME-LIGHT.

LOG FILE "BUILD.LOG"

[32;01m * [39;49;00mPackage:    dev-lang/orc-0.4.11
[32;01m * [39;49;00mRepository: gentoo
[32;01m * [39;49;00mMaintainer: gstreamer@gentoo.org
[32;01m * [39;49;00mUSE:        elibc_glibc kernel_linux userland_GNU x86
[32;01m * [39;49;00mFEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking orc-0.4.11.tar.gz to /var/tmp/portage/dev-lang/orc-0.4.11/work
>>> Source unpacked in /var/tmp/portage/dev-lang/orc-0.4.11/work
>>> Preparing source in /var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11 ...
 [32;01m*[0m Running eautoreconf in '/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11' ...
 [32;01m*[0m Running aclocal -I m4 ...
...
cuted!!!
...
make[3]: Entering directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc'
../../tools/orcc --include stdint.h --header -o testorc.h ../test.orc
make  all-am
make[4]: Entering directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -I../.. -O2 -march=i686 -pipe -c orc_test.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -I../.. -O2 -march=i686 -pipe -c test2.c
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -Wall -I../.. -O2 -march=i686 -pipe -c testorc.c
{standard input}: Assembler messages:
{standard input}:9173: Warning: end of file not at end of a line; newline inserted
{standard input}:9711: Error: unbalanced parenthesis in operand 2.
i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://bugs.gentoo.org/> for instructions.
make[4]: *** [orc_test.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite/orcc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11/testsuite'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11'
make: *** [all] Error 2
emake failed
 [31;01m*[0m ERROR: dev-lang/orc-0.4.11 failed (compile phase):
 [31;01m*[0m   emake failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line   56:  Called src_compile
 [31;01m*[0m   environment, line 3010:  Called _eapi2_src_compile
 [31;01m*[0m     ebuild.sh, line  665:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m   		emake || die "emake failed"
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of 'emerge --info =dev-lang/orc-0.4.11',
 [31;01m*[0m the complete build log and the output of 'emerge -pqv =dev-lang/orc-0.4.11'.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-lang/orc-0.4.11/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-lang/orc-0.4.11/temp/environment'.
 [31;01m*[0m S: '/var/tmp/portage/dev-lang/orc-0.4.11/work/orc-0.4.11'
Comment 1 Daniel 2011-08-26 00:35:36 UTC
Created attachment 284681 [details]
The full emerg build.log file
Comment 2 Arun Raghavan (RETIRED) gentoo-dev 2011-08-26 04:16:12 UTC
Tests build and run fine here. What version of gcc are you running (for completeness, please include emerge --info output in your bug reports).
Comment 3 Daniel 2011-08-26 11:35:23 UTC
(In reply to comment #2)
> Tests build and run fine here. What version of gcc are you running (for
> completeness, please include emerge --info output in your bug reports).

==========================================================================
EMERGE --INFO
--------------------------------------------------------------------------

Portage 2.1.10.3 (default/linux/x86/10.0/desktop/gnome, gcc-4.4.5, glibc-2.12.2-r0, 2.6.39-gentoo-r3-dwb-20110823 i686)
=================================================================
System uname: Linux-2.6.39-gentoo-r3-dwb-20110823-i686-Celeron_-Coppermine-with-gentoo-2.0.3
Timestamp of tree: Tue, 16 Aug 2011 17:15:01 +0000
app-shells/bash:          4.1_p9
dev-lang/python:          2.7.1-r1, 3.1.3-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.20.1-r1
sys-devel/gcc:            4.4.5
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="ftp://portage.org.ua/ http://portage.org.ua/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="pt_BR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gdu gif gnome gnome-keyring gpm gstreamer gtk iconv ipv6 jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support readline sdl session spell ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pt_BR" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="dummy fbdev s3 s3virge savage vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 4 Daniel 2011-08-26 11:41:43 UTC
Thank you Arun for your answer.

I was using a mirror at Brazil and change it to another in US. I found the same problem. It's ocours if I do "emerge gnome-light" or if I do "emerge =dev-lang?orc-0.4.11" and I can't go ahead installing gnome. 

Look that problem is "{standard input}:9711: Error: unbalanced parenthesis in operand 2."

Take a look at my make.conf:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
#GENTOO_MIRRORS="http://www.las.ic.unicamp.br/pub/gentoo/ ftp://ftp.las.ic.unicamp.br/pub/gentoo/"
#SYNC="rsync://rsync1.br.gentoo.org/gentoo-portage"
USE="X dbus gtk gnome branding -qt4 -kde"
LINGUAS="pt_BR"
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
INPUT_DEVICES="evdev keyboard mouse"
VIDEO_CARDS="dummy fbdev s3 s3virge savage vesa"

GENTOO_MIRRORS="ftp://portage.org.ua/ http://portage.org.ua/"

SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
Comment 5 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-10-14 00:41:51 UTC
i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)

It looks a bit like you ran out of memory. Check dmesg for signs of the OOM killer.
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-10-22 17:44:17 UTC
gnome has no business here.
Comment 7 Pacho Ramos gentoo-dev 2012-10-22 18:30:54 UTC
(In reply to comment #5)
> i686-pc-linux-gnu-gcc: Internal error: Killed (program cc1)
> 
> It looks a bit like you ran out of memory. Check dmesg for signs of the OOM
> killer.