Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gettext does not install
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
siguru1
n00b
n00b


Joined: 31 Aug 2012
Posts: 11

PostPosted: Sun Sep 09, 2012 4:17 pm    Post subject: gettext does not install Reply with quote

I just upgraded gcc get i7 support. now i am rebuilding system but get an error when emerging gettext.


build log:

Code:
/usr/bin/install -c -m 644 ./hello-php/po/tr.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/tr.po
/usr/bin/install -c -m 644 ./hello-php/po/uk.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/uk.po
/usr/bin/install -c -m 644 ./hello-php/po/vi.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/vi.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_CN.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/zh_CN.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_HK.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/zh_HK.po
/usr/bin/install -c -m 644 ./hello-php/po/zh_TW.po /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/hello-php/po/zh_TW.po
make[4]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools/examples'
make[3]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools/examples'
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools/examples'
make[2]: Entering directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools'
make[3]: Entering directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/gettext-0.18.1.1-r3/examples/build-aux" || /bin/mkdir -p "/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/build-aux"
test -z "/usr/share/gettext" || /bin/mkdir -p "/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/gettext"
 /usr/bin/install -c ../build-aux/config.rpath '/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/gettext'
 /usr/bin/install -c -m 644 ../build-aux/javacomp.sh.in ../build-aux/javaexec.sh.in ../build-aux/csharpcomp.sh.in ../build-aux/csharpexec.sh.in '/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/doc/gettext-0.18.1.1-r3/examples/build-aux'
make[3]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools'
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools'
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools'
make[1]: Entering directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1'
make[2]: Entering directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1'
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1'
 #[31;01m*#[0m ERROR: sys-devel/gettext-0.18.1.1-r3 failed (install phase):
 #[31;01m*#[0m   /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/gettext/*.jar does not exist
 #[31;01m*#[0m
 #[31;01m*#[0m Call stack:
 #[31;01m*#[0m     ebuild.sh, line   85:  Called src_install
 #[31;01m*#[0m   environment, line 4438:  Called java-pkg_dojar '/var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/image//usr/share/gettext/*.jar'
 #[31;01m*#[0m   environment, line 2540:  Called die
 #[31;01m*#[0m The specific snippet of code:
 #[31;01m*#[0m               die "${jar} does not exist";
 #[31;01m*#[0m
 #[31;01m*#[0m If you need support, post the output of `emerge --info '=sys-devel/gettext-0.18.1.1-r3'`,
 #[31;01m*#[0m the complete build log and the output of `emerge -pqv '=sys-devel/gettext-0.18.1.1-r3'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=icedtea-bin-7  CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-7.2.3.2"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info


emerge --info gettext output:

Quote:

Portage 2.1.11.13 (default/linux/x86/10.0/desktop, gcc-4.5.3, glibc-2.15-r2, 3.3.8-gentoo i686)
=================================================================
System Settings
=================================================================
System uname: Linux-3.3.8-gentoo-i686-Intel-R-_Core-TM-_i7-3610QM_CPU_@_2.30GHz-with-gentoo-2.2
Timestamp of tree: Mon, 03 Sep 2012 12:30:01 +0000
app-shells/bash: 4.2_p37
dev-java/java-config: 2.1.12
dev-lang/python: 2.7.3-r2, 3.2.3-r1
dev-util/cmake: 2.8.9
dev-util/pkgconfig: 0.27.1
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.10.5
sys-apps/sandbox: 2.6
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.11.6, 1.12.3
sys-devel/binutils: 2.22.90
sys-devel/gcc: 4.5.3-r2, 4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4.2
sys-devel/make: 3.82-r3
sys-kernel/linux-headers: 3.5 (virtual/os-headers)
sys-libs/glibc: 2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -mtune=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="ftp://ftp.klid.dk/gentoo/ http://ftp.klid.dk/ftp/gentoo/ rsync://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ ftp://gentoo.imj.fr/pub/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ ftp://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.modulix.net/gentoo/ ftp://mirror.ovh.net/gentoo-distfiles/ http://mirror.ovh.net/gentoo-distfiles/ ftp://de-mirror.org/gentoo/ http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://gentoo.mneisen.org/ http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ rsync://mirror.opteamax.de/gentoo/ http://mirror.opteamax.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-
aachen.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://ftp.join.uni-muenster.de/gentoo/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ rsync://ftp-stud.hs-esslingen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo rsync://mirror.leaseweb.com/gentoo/ http://mirror.leaseweb.com/gentoo/ ftp://mirror.leaseweb.com/gentoo/ rsync://gentoo.tiscali.nl/gentoo/ ftp://gentoo.tiscali.nl/pub/mirror/gentoo/ http://gentoo.tiscali.nl/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo rsync://ftp.snt.utwente.nl/gentoo http://ftp.
df.lth.se/pub/gentoo/ rsync://ftp.df.lth.se/pub/gentoo/ ftp://ftp.df.lth.se/pub/gentoo/ ftp://mirror.mdfnet.se/gentoo http://mirror.mdfnet.se/gentoo http://mirror.switch.ch/ftp/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ ftp://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/ rsync://mirror.bytemark.co.uk/gentoo/ ftp://mirror.qubenet.net/mirror/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ rsync://rsync.mirrorservice.org/www.ibiblio.org/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://lug.mtu.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi aim alsa apm bash-completion bcmath berkdb bluetooth branding bzip2 cairo cdda cddb cdr cgi cli consolekit cracklib crypt css cups cxx dbus dbx declarative dri dts dvd dvdr emboss encode exif extras fam fbcon ffmpeg firefox flac fortran ftp gdbm gif gnome gphoto2 gpm gtk gtk2 gtk3 handbook iconv ipv6 ite java javascript joystick jpeg lame lcms ldap libkms libnotify libwww mad mdnsresponder-compat minizip mng modules mp3 mp4 mpeg mplayer mssql mudflap mysql ncurses nls nptl ogg opengl openmp pam pango pcre pdf php png policykit ppds pppd pulseaudio qt3support qt4 quicktime readline samba sasl sdl semantic-desktop session sndfile sockets sound spell sql sqlite3 ssl startup-notification svg svga tcpd tiff truetype udev udisks unicode upower usb virtuoso vorbis webkit wxwidgets x264 x86 xa xcb xfce xml xscreensaver xv xvid zeroconf 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="kexi words flow plan sheets 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" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" 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, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Sep 09, 2012 5:50 pm    Post subject: Reply with quote

Pastebin the whole log.
Back to top
View user's profile Send private message
siguru1
n00b
n00b


Joined: 31 Aug 2012
Posts: 11

PostPosted: Sun Sep 09, 2012 6:40 pm    Post subject: Reply with quote

part1:
http://pastebin.com/79mF9ejb

part2:
http://pastebin.com/33wW6LFU

Part3:
http://pastebin.com/M4bQzjwk
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Sep 09, 2012 7:41 pm    Post subject: Reply with quote

Well, here are a few snippets from src_configure phase:
Code:
checking for Java compiler... ./configure: line 5337: 23216 Aborted                 $JAVAC -d . conftest.java 1>&5 2>&1
./configure: line 5337: 23220 Aborted                 $JAVAC -target "$target_version" -d . conftest.java 1>&5 2>&1
./configure: line 5337: 23224 Aborted                 $JAVAC -target "$target_version" -source "$source_version" -d . conftest.java 1>&5 2>&1
./configure: line 5618: 23227 Aborted                 javac -version > /dev/null 2> /dev/null
no

Code:
checking for Java virtual machine... /opt/icedtea-bin-7.2.3.2/bin/java
configure: WARNING: unknown target-version #
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb772e815, pid=31691, tid=3061889856
#
# JRE version: 7.0_07-b30
# Java VM: OpenJDK Server VM (23.2-b09 mixed mode linux-x86 )
# Problematic frame:
# C  [libz.so.1+0xa815]  inflateMark+0x65
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /var/tmp/portage/sys-devel/gettext-0.18.1.1-r3/work/gettext-0.18.1.1/gettext-tools/hs_err_pid31691.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#, please update gt_JAVACOMP macro
checking for Java compiler... ./configure: line 6254: 31710 Aborted                 $JAVAC -d . conftest.java 1>&5 2>&1
./configure: line 6254: 31714 Aborted                 $JAVAC -target "$target_version" -d . conftest.java 1>&5 2>&1
./configure: line 6254: 31718 Aborted                 $JAVAC -target "$target_version" -source "$source_version" -d . conftest.java 1>&5 2>&1
(cached) (cached) ./configure: line 6535: 31721 Aborted                 javac -version > /dev/null 2> /dev/null
no

Big enough hint ?
There might be a bit more in config.log.
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