Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make[2]: *** [stamp-ephy-dbus-server-bindings.h] Error 132
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Sun Nov 13, 2011 2:22 pm    Post subject: make[2]: *** [stamp-ephy-dbus-server-bindings.h] Error 132 Reply with quote

I'm ermerging epiphany and I get a make failure.

Here is the short error:

make[2]: *** [stamp-ephy-dbus-server-bindings.h] Error 132

Any ideas?

Code:

/bin/sh: line 3: 26362 Illegal instruction     /usr/bin/dbus-binding-tool --prefix=ephy_activation --mode=glib-server ../data/epiphany-service.xml > xgen-stamp-ephy-dbus-server-bindings.h
make[2]: *** [stamp-ephy-dbus-server-bindings.h] Error 132
make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.30.6-r1/work/epiphany-2.30.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.30.6-r1/work/epiphany-2.30.6'
make: *** [all] Error 2
emake failed
 * ERROR: www-client/epiphany-2.30.6-r1 failed (compile phase):
 *   compile failure
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 3420:  Called gnome2_src_compile
 *   environment, line 2701:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *
 * If you need support, post the output of 'emerge --info =www-client/epiphany-2.30.6-r1',
 * the complete build log and the output of 'emerge -pqv =www-client/epiphany-2.30.6-r1'.
 * The complete build log is located at '/var/tmp/portage/www-client/epiphany-2.30.6-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/epiphany-2.30.6-r1/temp/environment'.
 * S: '/var/tmp/portage/www-client/epiphany-2.30.6-r1/work/epiphany-2.30.6'

>>> Failed to emerge www-client/epiphany-2.30.6-r1, Log file:

>>>  '/var/tmp/portage/www-client/epiphany-2.30.6-r1/temp/build.log'

 * Messages for package www-client/epiphany-2.30.6-r1:

 * ERROR: www-client/epiphany-2.30.6-r1 failed (compile phase):
 *   compile failure
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 3420:  Called gnome2_src_compile
 *   environment, line 2701:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *
 * If you need support, post the output of 'emerge --info =www-client/epiphany-2.30.6-r1',
 * the complete build log and the output of 'emerge -pqv =www-client/epiphany-2.30.6-r1'.
 * The complete build log is located at '/var/tmp/portage/www-client/epiphany-2.30.6-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/epiphany-2.30.6-r1/temp/environment'.
 * S: '/var/tmp/portage/www-client/epiphany-2.30.6-r1/work/epiphany-2.30.6'



_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Sun Nov 13, 2011 2:25 pm    Post subject: Reply with quote

Experimental compiler? New setting for CFLAGS lately?

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Sun Nov 13, 2011 2:55 pm    Post subject: Reply with quote

John R. Graham wrote:
Experimental compiler? New setting for CFLAGS lately?

- John


Here is my make.conf.

I'm not exactly sure what to set in CFLAG?


GNU nano 2.2.5 File: /etc/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 -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="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
#cwc
#VIDEO_CARDS="openchrome via"
VIDEO_CARDS="nvidia"
VIDEO_CARDS="radeon"
MAKEOPTS="-j1"
PHP_TARGETS="php5-3"
#virtual/ffmpeg="threads"
#media-video/ffmpeg="threads"
USE= "X dbus gnome gtk hal mmx sqlite sse sse2 threads tk -doc -kde -qt4 -hal consolekit dbus pam policykit udev"
#add -hal consolekit dbus pam policykit udev on 110611
#USE_PYTHON="3"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ "

SYNC="rsync://rsync.gentoo.org/gentoo-portage"
ACCEPT_LICENSE="*"
PORTDIR_OVERLAY="/usr/local/portage"
EMERGE_DEFAULT_OPTS="--autounmask=n"
source /var/lib/layman/make.conf
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Sun Nov 13, 2011 3:00 pm    Post subject: Reply with quote

"emerge --info" would be nice, too. :)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Sun Nov 13, 2011 3:08 pm    Post subject: Reply with quote

John R. Graham wrote:
"emerge --info" would be nice, too. :)

- John


thanks for the help!

Code:


azzerare ~ # emerge --info
Portage 2.1.10.11 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.3, glibc-2.12.2-r0, 3.0.6-gentoo x86_64)
=================================================================
System uname: Linux-3.0.6-gentoo-x86_64-AMD_Athlon-tm-_64_Processor_3400+-with-gentoo-2.0.3
Timestamp of tree: Sun, 13 Nov 2011 14:00:01 +0000
app-shells/bash:          4.1_p9
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.6.6-r2, 2.7.2-r3, 3.1.4-r3
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo floppym x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/bind /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask=n"
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="http://gentoo.osuosl.org/ "
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
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="/var/lib/layman/floppym /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord 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 mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf png policykit ppds pppd qt3support readline sdl session spell sqlite sse sse2 ssl startup-notification svg sysfs tcpd threads tiff tk truetype udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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="kexi words flow plan stage tables krita karbon braindump" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" 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, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS





_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum