Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

XBMC don't upgrade.


morphmex

Question


ldt_keeper.c: In function ?Setup_LDT_Keeper?:
ldt_keeper.c:259:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
*(void**)array.base_addr = ldt_fs->prev_struct;
^
AR xbmc/cores/DllLoader/dllloader.a
* ERROR: media-tv/xbmc-12.3 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=media-tv/xbmc-12.3'`,
* the complete build log and the output of `emerge -pqv '=media-tv/xbmc-12.3'`.
* The complete build log is located at '/var/tmp/portage/media-tv/xbmc-12.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-tv/xbmc-12.3/temp/environment'.
* Working directory: '/var/tmp/portage/media-tv/xbmc-12.3/work/xbmc-12.3-Frodo'
* S: '/var/tmp/portage/media-tv/xbmc-12.3/work/xbmc-12.3-Frodo'

>>> Failed to emerge media-tv/xbmc-12.3, Log file:

>>> '/var/tmp/portage/media-tv/xbmc-12.3/temp/build.log'

* Messages for package media-tv/xbmc-12.3:

* ERROR: media-tv/xbmc-12.3 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=media-tv/xbmc-12.3'`,
* the complete build log and the output of `emerge -pqv '=media-tv/xbmc-12.3'`.
* The complete build log is located at '/var/tmp/portage/media-tv/xbmc-12.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-tv/xbmc-12.3/temp/environment'.
* Working directory: '/var/tmp/portage/media-tv/xbmc-12.3/work/xbmc-12.3-Frodo'
* S: '/var/tmp/portage/media-tv/xbmc-12.3/work/xbmc-12.3-Frodo'
funtoo morphmex #

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0


* Disabling all optional ANT_TASKS
Buildfile: /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/build.xml

init:
[echo] -------- commons-collections 3.2.1 --------

prepare:
[mkdir] Created dir: /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/build

compile:
[mkdir] Created dir: /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/build/classes
[javac] Compiling 273 source files to /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/build/classes
[javac] /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/src/java/org/apache/commons/collections/MultiHashMap.java:334: error: remove(Object,Object) in MultiHashMap cannot implement remove(Object,Object) in Map
[javac] public Object remove(Object key, Object item) {
[javac] ^
[javac] return type Object is not compatible with boolean
[javac] /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/src/java/org/apache/commons/collections/MultiMap.java:69: error: remove(Object,Object) in MultiMap clashes with remove(Object,Object) in Map
[javac] public Object remove(Object key, Object item);
[javac] ^
[javac] return type Object is not compatible with boolean
[javac] /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/src/java/org/apache/commons/collections/map/MultiKeyMap.java:200: error: remove(Object,Object) in MultiKeyMap cannot implement remove(Object,Object) in Map
[javac] public Object remove(Object key1, Object key2) {
[javac] ^
[javac] return type Object is not compatible with boolean
[javac] /var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/src/java/org/apache/commons/collections/map/MultiValueMap.java:156: error: remove(Object,Object) in MultiValueMap cannot implement remove(Object,Object) in Map
[javac] public Object remove(Object key, Object value) {
[javac] ^
[javac] return type Object is not compatible with boolean
[javac] 4 errors

BUILD FAILED
/var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src/build.xml:106: Compile failed; see the compiler error output for details.

Total time: 3 seconds
* ERROR: dev-java/commons-collections-3.2.1 failed (compile phase):
* eant failed
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3863: Called eant 'jar'
* environment, line 557: Called die
* The specific snippet of code:
* ant ${antflags} "${@}" || die "eant failed"
*
* If you need support, post the output of `emerge --info '=dev-java/commons-collections-3.2.1'`,
* the complete build log and the output of `emerge -pqv '=dev-java/commons-collections-3.2.1'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=oracle-jdk-bin-1.8 CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.8.0.25"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"
and of course, the output of emerge --info =commons-collections-3.2.1
* The complete build log is located at '/var/tmp/portage/dev-java/commons-collections-3.2.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-java/commons-collections-3.2.1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src'
* S: '/var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src'

>>> Failed to emerge dev-java/commons-collections-3.2.1, Log file:

>>> '/var/tmp/portage/dev-java/commons-collections-3.2.1/temp/build.log'

* Messages for package dev-java/commons-collections-3.2.1:

* ERROR: dev-java/commons-collections-3.2.1 failed (compile phase):
* eant failed
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3863: Called eant 'jar'
* environment, line 557: Called die
* The specific snippet of code:
* ant ${antflags} "${@}" || die "eant failed"
*
* If you need support, post the output of `emerge --info '=dev-java/commons-collections-3.2.1'`,
* the complete build log and the output of `emerge -pqv '=dev-java/commons-collections-3.2.1'`.
* The complete build log is located at '/var/tmp/portage/dev-java/commons-collections-3.2.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-java/commons-collections-3.2.1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src'
* S: '/var/tmp/portage/dev-java/commons-collections-3.2.1/work/commons-collections-3.2.1-src'

* GNU info directory index is up-to-date.

* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.

* After world updates, it is important to remove obsolete packages with
* emerge --depclean. Refer to `man emerge` for more information.


funtoo morphmex # emerge --info '=dev-java/commons-collections-3.2.1'
Portage 2.3.6-r9 (funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-4.8.3, glibc-2.19, 3.16.2-3 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-3.16.2-3-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6600_@_2.40GHz-with-gentoo-2.2.0
KiB Mem: 4059744 total, 1272980 free
KiB Swap: 4095996 total, 4095996 free
Timestamp of tree: Unknown
ld ld di GNU (Gentoo 2.24 p1.4) 2.24
app-shells/bash: 4.3_p30-r1
dev-java/java-config: 2.2.0-r1000
dev-lang/perl: 5.20.1-r3
dev-lang/python: 2.7.9-r1000, 3.3.6-r1000
dev-util/cmake: 3.0.2
sys-apps/baselayout: 2.2.0-r6
sys-apps/openrc: 0.12.3-r3
sys-apps/sandbox: 2.6-r2
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.11.6-r1, 1.13.4
sys-devel/binutils: 2.24-r3
sys-devel/gcc: 4.8.3
sys-devel/gcc-config: 1.8
sys-devel/libtool: 2.4.3-r2
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.17-r1 (virtual/os-headers)
sys-libs/glibc: 2.19
Repositories: gentoo
Installed sets: @kernel
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/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="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
LINGUAS="it"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="git://github.com/funtoo/ports-2012.git"
SYNC_USER="root"
USE="X acl alsa amd64 apng berkdb bzip2 cdr colord cracklib crypt cups cxx dbus dri dvd dvdr dvdread eds evo flac gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gtk3 gtkstyle iconv icu introspection ipv6 java jpeg lame libnotify mad mmx modules mp3 mpeg mudflap multilib nautilus ncurses nls nptl nsplugin ogg opengl openmp pam pcre png policykit pppd pulseaudio python readline resolvconf sse sse2 ssl tcpd tiff tracker truetype udev unicode vorbis wavpack win32codecs xattr xml zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 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 authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" 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 ublox ubx" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_ABIS="2.7 3.3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="vesa nvidia" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK

funtoo morphmex #

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...