Closed sb0y closed 1 year ago
Hi, thanks for the report. The compile output seems garbled, could you please reattach the compile output so that the lines aren't squelched together? (use Preview functionality to ensure it is the case)
cat /var/tmp/portage/games-server/craftbukkit-9999/temp/build.log
* Package: games-server/craftbukkit-9999
* Repository: strohel
* USE: abi_x86_64 amd64 elibc_glibc ipv6 kernel_linux multilib userland_GNU
* FEATURES: sandbox
* Using: icedtea-bin-6
>>> Unpacking source...
GIT update -->
repository: git://github.com/Bukkit/CraftBukkit.git
at the commit: 8205884a87f3df56f0a6876080d9c7e3e4fd5fd1
branch: master
storage directory: "/usr/portage/distfiles/egit-src/CraftBukkit.git"
checkout type: bare repository
Cloning into '/var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999'...
done.
Branch branch-master set up to track remote branch master from origin.
Switched to a new branch 'branch-master'
>>> Unpacked to /var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999
>>> Unpacking minecraft-server-unobfuscated-1.5.1.jar to /var/tmp/portage/games-server/craftbukkit-9999/work
>>> Unpacking minecraft-server-unobfuscated-1.5.1.jar to /var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999/target/classes
>>> Source unpacked in /var/tmp/portage/games-server/craftbukkit-9999/work
>>> Preparing source in /var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999 ...
удалён «pom.xml»
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999 ...
ejavac -d target/classes -encoding UTF-8 -classpath /var/tmp/portage/games-server/craftbukkit-9999/distdir/minecraft-server-unobfuscated-1.5.1.jar:/usr/share/bukkit/lib/bukkit.jar:/usr/share/commons-lang-2.1/lib/commons-lang.jar:/usr/share/ebean/lib/ebean.jar:/usr/share/gson-2.2.2/lib/gson.jar:/usr/share/guava-10/lib/guava.jar:/usr/share/jansi/lib/jansi.jar:/usr/share/jline-2/lib/jline.jar:/usr/share/jopt-simple/lib/jopt-simple.jar:/usr/share/snakeyaml/lib/snakeyaml.jar @sources.lst
src/main/java/net/minecraft/server/ItemStack.java:161: cannot find symbol
symbol : method usesDurability()
location: class net.minecraft.server.Item
if (!(this.usesData() || Item.byId[this.id].usesDurability() || this.id > 255)) {
^
src/main/java/net/minecraft/server/WorldServer.java:780: cannot find symbol
symbol : method b()
location: interface net.minecraft.server.IChunkProvider
this.chunkProvider.b();
^
src/main/java/net/minecraft/server/Packet.java:222: cannot find symbol
symbol : method usesDurability()
location: class net.minecraft.server.Item
if (itemstack.getItem().usesDurability() || itemstack.getItem().r()) {
^
src/main/java/net/minecraft/server/CraftingManager.java:263: cannot find symbol
symbol : method usesDurability()
location: class net.minecraft.server.Item
if (i == 2 && itemstack.id == itemstack1.id && itemstack.count == 1 && itemstack1.count == 1 && Item.byId[itemstack.id].usesDurability()) {
^
src/main/java/org/bukkit/craftbukkit/entity/CraftItemFrame.java:53: cannot find symbol
symbol : method setRotation(int)
location: class net.minecraft.server.EntityItemFrame
getHandle().setRotation(toInteger(rotation));
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
* ERROR: games-server/craftbukkit-9999 failed (compile phase):
* ejavac failed
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 4543: Called java-pkg-simple_src_compile
* environment, line 2447: Called java-pkg-simple_verbose-cmd 'ejavac' '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '/var/tmp/portage/games-server/craftbukkit-9999/distdir/minecraft-server-unobfuscated-1.5.1.jar:/usr/share/bukkit/lib/bukkit.jar:/usr/share/commons-lang-2.1/lib/commons-lang.jar:/usr/share/ebean/lib/ebean.jar:/usr/share/gson-2.2.2/lib/gson.jar:/usr/share/guava-10/lib/guava.jar:/usr/share/jansi/lib/jansi.jar:/usr/share/jline-2/lib/jline.jar:/usr/share/jopt-simple/lib/jopt-simple.jar:/usr/share/snakeyaml/lib/snakeyaml.jar' '@sources.lst'
* environment, line 2485: Called ejavac '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '/var/tmp/portage/games-server/craftbukkit-9999/distdir/minecraft-server-unobfuscated-1.5.1.jar:/usr/share/bukkit/lib/bukkit.jar:/usr/share/commons-lang-2.1/lib/commons-lang.jar:/usr/share/ebean/lib/ebean.jar:/usr/share/gson-2.2.2/lib/gson.jar:/usr/share/guava-10/lib/guava.jar:/usr/share/jansi/lib/jansi.jar:/usr/share/jline-2/lib/jline.jar:/usr/share/jopt-simple/lib/jopt-simple.jar:/usr/share/snakeyaml/lib/snakeyaml.jar' '@sources.lst'
* environment, line 857: Called die
* The specific snippet of code:
* ${compiler_executable} ${javac_args} "${@}" || die "ejavac failed"
*
* If you need support, post the output of `emerge --info '=games-server/craftbukkit-9999'`,
* the complete build log and the output of `emerge -pqv '=games-server/craftbukkit-9999'`.
* This ebuild is from an overlay named 'strohel': '/var/lib/layman/strohel/'
!!! When you file a bug report, please include the following information:
GENTOO_VM=icedtea-bin-6 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-6.1.12.4"
JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac"
and of course, the output of emerge --info =craftbukkit-9999
* The complete build log is located at '/var/tmp/portage/games-server/craftbukkit-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/games-server/craftbukkit-9999/temp/environment'.
* Working directory: '/var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999'
* S: '/var/tmp/portage/games-server/craftbukkit-9999/work/craftbukkit-9999'
My system info if it necessary.
# emerge --info
Portage 2.1.11.55 (hardened/linux/amd64, gcc-4.5.4, glibc-2.15-r3, 3.8.3-hardened x86_64)
=================================================================
System uname: Linux-3.8.3-hardened-x86_64-Intel-R-_Xeon-R-_CPU_X3450_@_2.67GHz-with-gentoo-2.1
KiB Mem: 8173584 total, 82828 free
KiB Swap: 7815616 total, 7815412 free
Timestamp of tree: Wed, 01 May 2013 12:30:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash: 4.2_p37
dev-java/java-config: 2.1.12-r1
dev-lang/python: 2.7.3-r3, 3.2.3-r2
dev-util/cmake: 2.8.9
dev-util/pkgconfig: 0.28
sys-apps/baselayout: 2.1-r1
sys-apps/openrc: 0.11.8
sys-apps/sandbox: 2.5
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.9.6-r3, 1.11.6, 1.12.6
sys-devel/binutils: 2.22-r1
sys-devel/gcc: 4.5.4, 4.6.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
Repositories: gentoo java-overlay flokli-overlay rion zugaina luman maksbotan cvut ruby
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /var/bind /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O3 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="ru_RU.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
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="/var/lib/layman/java-overlay /var/lib/layman/flokli-overlay /var/lib/layman/rion /var/lib/layman/zugaina /var/lib/layman/luman /var/lib/layman/maksbotan /var/lib/layman/cvut /var/lib/layman/ruby"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow a52 aac acl addns aio amd64 amr apache2 ass atm authdaemond avx bash-completion bazaar bcmath berkdb bluray bzip2 c++0x caps-ng captcha ccache cli cpudetection cracklib cron crypt cscope ctype curl curlwrappers custom-cflags custom-cpuopts cvs cxx debug-utils dhcp dirac disassembler dnsretry doccommentinclusion dri dts dvd embed encode eurephia examples exceptions exif faac filter flac ftp gcrypt gd gdbm git gmp gnutls gpm graph gsm hardcoded-tables hardened iconv icu id3tag imagemagick imap inifile inode inotify iproute2 ipv6 java javascript jpeg jpeg2k json justify kpoll lastfm ldap libass libmpeg2 lm_sensors lvm matroska mbox memcached mercurial mmx mmxext mod_irc mod_muc mod_proxy65 mod_pubsub mod_statsdx modules mp3 mp3rtp mpeg mpg123 mpi mudflap multilib mysql mysqli mysqlnd ncurses network network-cron nls nptl nss objc objc++ objc-gc odbc ogg openid openmp optimisememory optimized-qmake pam passenger passwordsave pax_kernel pcntl pcre pdo perl php pic pkcs11 png posix python readline reflection rtmp samba sasl sensord server session slabs-reassign snmp sockets spell spl sse sse2 sse3 ssl ssse3 stream subversion suhosin svg syslog system-cxx-headers taglib tcmalloc tcpd theora threads thumbnail tls tools tordns truetype twolame unicode upnp urandom vhosts vim-pager vim-syntax vorbis wma-fixed x264 xml xmlreader xmlrpc xmlwriter xvfb xvid zip zlib" ABI_X86="64" 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="proxy proxy_connect proxy_http 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" APACHE2_MPMS="worker" 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 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" LINGUAS="ru en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
The ebuild is no longer present.
Log:
sb0y@fabian ~/mc_bkps $ s emerge -av craftbukkit
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild U ~] games-server/craftbukkit-9999::strohel [2561::luman] USE="ipv6" 0 kB
Total: 1 package (1 upgrade), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No] y