Не собирается Netbeans-6.8-r1 с модулем cnd
earl1k 12 декабря, 2010 - 00:10
Хочу собрать netbeans с поддержкой java и C. При установке выдалась ошибка, плюнус и собрал с флагами, которые предлагаются по умолчанию (только с поддержкой java). Всё собралось.
x10plus etc # emerge -pv netbeans These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-util/netbeans-6.8-r1 USE="-debug -doc" LINGUAS="ru -ar -ca -cs -de -es -fr -gl -id -it -ja -ko -nl -pl -pt_BR -ro -sq -sv -tr -zh_CN -zh_TW" NETBEANS_MODULES="apisupport harness ide java nb websvccommon -cnd -dlight -enterprise -ergonomics -groovy -identity -mobility -php -profiler -ruby" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB
Решил всё таки разобраться и включить поддержку C. Добавил в make.conf модули для netbeans
NETBEANS_MODULES="apisupport harness ide java nb websvccommon cnd dlight"
Пытаюсь пересобрать пакет, но сборка валится
compile: [mkdir] Created dir: /var/tmp/portage/dev-util/netbeans-6.8-r1/work/cnd.model.services/build/classes [nb-javac] Compiling 39 source files to /var/tmp/portage/dev-util/netbeans-6.8-r1/work/cnd.model.services/build/classes [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/lib/boot.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/core/core.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-netbeans-modules-options-api.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-netbeans-core.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-netbeans-swing-plaf.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-openide-io.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-netbeans-spi-quicksearch.jar": no such file or directory [repeat] warning: [path] bad path element "/var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/netbeans/platform11/modules/org-netbeans-swing-tabcontrol.jar": no such file or directory [repeat] An exception has occurred in the compiler (1.6.0_20). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you. [repeat] com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.netbeans.api.lexer.TokenId not found [nbmerge] Failed to build target: all-cnd.model.services BUILD FAILED /var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/build.xml:362: The following error occurred while executing this line: /var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/build.xml:357: The following error occurred while executing this line: /var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/build.xml:404: The following error occurred while executing this line: /var/tmp/portage/dev-util/netbeans-6.8-r1/work/nbbuild/templates/common.xml:171: Compile failed; see the compiler error output for details. Total time: 202 minutes 16 seconds * ERROR: dev-util/netbeans-6.8-r1 failed: * eant failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 4941: Called eant '-Dstop.when.broken.modules=true' '-Dpermit.jdk6.builds=true' '-Dbuild.compiler.deprecation=false' '-Dnb.clusters.list=nb.cluster.platform,nb.cluster.apisupport,nb.cluster.cnd,nb.cluster.dlight,nb.cluster.harness,nb.cluster.ide,nb.cluster.java,nb.cluster.nb,nb.cluster.websvccommon' '-f' 'nbbuild/build.xml' 'build-nozip' * environment, line 1182: Called die * The specific snippet of code: * ant ${antflags} "${@}" || die "eant failed" * * If you need support, post the output of 'emerge --info =dev-util/netbeans-6.8-r1', * the complete build log and the output of 'emerge -pqv =dev-util/netbeans-6.8-r1'. !!! When you file a bug report, please include the following information: GENTOO_VM=icedtea6-bin CLASSPATH="" JAVA_HOME="/opt/icedtea6-bin-1.9.1" JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="javac" and of course, the output of emerge --info * The complete build log is located at '/var/tmp/portage/dev-util/netbeans-6.8-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/netbeans-6.8-r1/temp/environment'. * S: '/var/tmp/portage/dev-util/netbeans-6.8-r1/work' >>> Failed to emerge dev-util/netbeans-6.8-r1, Log file: >>> '/var/tmp/portage/dev-util/netbeans-6.8-r1/temp/build.log' * Messages for package dev-util/netbeans-6.8-r1: * ERROR: dev-util/netbeans-6.8-r1 failed: * eant failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 4941: Called eant '-Dstop.when.broken.modules=true' '-Dpermit.jdk6.builds=true' '-Dbuild.compiler.deprecation=false' '-Dnb.clusters.list=nb.cluster.platform,nb.cluster.apisupport,nb.cluster.cnd,nb.cluster.dlight,nb.cluster.harness,nb.cluster.ide,nb.cluster.java,nb.cluster.nb,nb.cluster.websvccommon' '-f' 'nbbuild/build.xml' 'build-nozip' * environment, line 1182: Called die * The specific snippet of code: * ant ${antflags} "${@}" || die "eant failed" * * If you need support, post the output of 'emerge --info =dev-util/netbeans-6.8-r1', * the complete build log and the output of 'emerge -pqv =dev-util/netbeans-6.8-r1'. * The complete build log is located at '/var/tmp/portage/dev-util/netbeans-6.8-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/netbeans-6.8-r1/temp/environment'. * S: '/var/tmp/portage/dev-util/netbeans-6.8-r1/work'
В чем же проблема и куда копать?
»
- Для комментирования войдите или зарегистрируйтесь
В багзиллу...
В багзиллу...