Summary: | dev-util/netbeans-7.2 - netbeans-7.2-201207171143-src.zip does not exist | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stoian Ivanov <sdr> |
Component: | Current packages | Assignee: | Miroslav Šulc <fordfrog> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dev-tools, java |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Stoian Ivanov
2012-08-21 10:10:52 UTC
When LINGUAS is unset, SRC_URI does not include netbeans-*src.zip, it seems. i tried `LINGUAS="" emerge -va1 netbeans:7.2` but got no failure. it does not even try to unpack anything: >>> Emerging (1 of 1) dev-util/netbeans-7.2 from fordfrog * Using: sun-jdk-1.6 >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/dev-util/netbeans-7.2/work >>> Preparing source in /var/tmp/portage/dev-util/netbeans-7.2/work ... Searching for bundled jars: None found. Searching for bundled classes (no output if none found): Search done. >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/netbeans-7.2/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/netbeans-7.2/work ... >>> Source compiled. >>> Test phase [not enabled]: dev-util/netbeans-7.2 >>> Install netbeans-7.2 into /var/tmp/portage/dev-util/netbeans-7.2/image/ category dev-util >>> Completed installing netbeans-7.2 into /var/tmp/portage/dev-util/netbeans-7.2/image/ any idea how to reproduce the issue? LINGUAS="" emerge -va1 netbeans:7.2 works for me. Thanks :) still, if it is an issue, i need to know how to cause the error. i was not able to reproduce it. vasko /home/sdr # LINGUAS="bg" emerge -va1 netbeans:7.2 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-util/netbeans-7.2 USE="-doc" LINGUAS="bg* -af -ar -ca -cs -de -el -es -fr -gl -hi_IN -id -it -ja -ko -lt -nl -pl -pt_BR -pt_PT -ro -ru -si -sq -sr -sv -ta_IN -tl -tr -vi -zh_CN -zh_TW" NETBEANS_MODULES="apisupport enterprise ergonomics java php profiler websvccommon -cnd -dlight -groovy -javacard -javafx -mobility -webcommon" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-util/netbeans-7.2 * Using: sun-jdk-1.6 >>> Unpacking source... >>> Unpacking netbeans-7.2-201207171143-src.zip to /var/tmp/portage/dev-util/netbeans-7.2/work * ERROR: dev-util/netbeans-7.2 failed (unpack phase): * netbeans-7.2-201207171143-src.zip does not exist * * Call stack: * ebuild.sh, line 85: Called src_unpack * environment, line 4228: Called unpack 'netbeans-7.2-201207171143-src.zip' * phase-helpers.sh, line 277: Called die * The specific snippet of code: * [[ ! -s ${srcdir}${x} ]] && die "${x} does not exist" * * If you need support, post the output of `emerge --info '=dev-util/netbeans-7.2'`, * the complete build log and the output of `emerge -pqv '=dev-util/netbeans-7.2'`. !!! When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.33" JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="" and of course, the output of emerge --info * The complete build log is located at '/var/tmp/portage/dev-util/netbeans-7.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/netbeans-7.2/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/netbeans-7.2/work' * S: '/var/tmp/portage/dev-util/netbeans-7.2/work' >>> Failed to emerge dev-util/netbeans-7.2, Log file: >>> '/var/tmp/portage/dev-util/netbeans-7.2/temp/build.log' * Messages for package dev-util/netbeans-7.2: * ERROR: dev-util/netbeans-7.2 failed (unpack phase): * netbeans-7.2-201207171143-src.zip does not exist * * Call stack: * ebuild.sh, line 85: Called src_unpack * environment, line 4228: Called unpack 'netbeans-7.2-201207171143-src.zip' * phase-helpers.sh, line 277: Called die * The specific snippet of code: * [[ ! -s ${srcdir}${x} ]] && die "${x} does not exist" * * If you need support, post the output of `emerge --info '=dev-util/netbeans-7.2'`, * the complete build log and the output of `emerge -pqv '=dev-util/netbeans-7.2'`. * The complete build log is located at '/var/tmp/portage/dev-util/netbeans-7.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/netbeans-7.2/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/netbeans-7.2/work' * S: '/var/tmp/portage/dev-util/netbeans-7.2/work' vasko /home/sdr # thanks. fix committed to main tree. |