Search Criteria
Package Details: netbeans-cpp 8.2-2
Git Clone URL: | https://aur.archlinux.org/netbeans-cpp.git (read-only, click to copy) |
---|---|
Package Base: | netbeans-cpp |
Description: | Netbeans IDE development platform - C/C++ only |
Upstream URL: | https://netbeans.org/ |
Licenses: | CDDL |
Conflicts: | netbeans |
Provides: | netbeans |
Replaces: | netbeans-cpp-beta |
Submitter: | AlexandrePTJ |
Maintainer: | ashok |
Last Packager: | json |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2008-07-23 18:31 (UTC) |
Last Updated: | 2018-03-04 18:20 (UTC) |
Dependencies (1)
- java-runtime (java-gcj-compat, jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk11-graalvm-ee-bin, jdk16-adoptopenjdk, zulu-jdk-fx-bin, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg, jre12-openjdk, jre15-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9, jre-lts, jre, zulu-15-bin, zulu-embedded-jdk, jre-jbr-xdg, jre-openjdk-xdg, jre-openjdk-xdg-bin, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk, jdk17-openj9-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, liberica-jdk-8-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, liberica-jdk-11-full-bin, jre-jetbrains, zulu-jre-fx-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk17-dragonwell-standard-bin, jdk8-dragonwell-extended, jre8-adoptopenjdk, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, jre17-jetbrains-imfix, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, jdk11-temurin, jdk17-temurin, jdk-temurin, jdk17-graalvm-ee-bin, java-openjdk-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, java-openjdk-ea-bin, liberica-jdk-full-bin, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
Required by (2)
- yourkit (requires netbeans) (optional)
- yourkit-2013 (requires netbeans) (optional)
Latest Comments
1 2 Next › Last »
zwastik commented on 2022-09-15 02:33 (UTC) (edited on 2022-09-15 02:36 (UTC) by zwastik)
==> Retrieving sources...
-> Found netbeans.desktop
-> Downloading netbeans-8.2-cpp-linux.sh...
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
100 311 100 311 0 0 723 0 --:--:-- --:--:-- --:--:-- 724
0 11861 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-cpp-linux-x64.sh
Command 'makepkg --force' failed to execute.
Twooey commented on 2020-01-11 21:06 (UTC)
You need to use openjfk for the version of Java you have installed, in my case, it was openjdk8. Worked like a charm after that.
WSDMatty commented on 2019-08-30 15:04 (UTC)
Netbeans-cpp fails to install on my system when building in a tmpfs through BUILDDIR in makepkg.conf. The line
/bin/sh $srcdir/../netbeans-$pkgver-cpp-linux.sh --silent --userdir $srcdir -J-Dnb-base.installation.location=$pkgdir/usr/share/netbeans
when run in the BUILDDIR fails because it is looking for "/tmp/makepkg/netbeans-xpp/src/../netbeans-8.2.cpp-linux.sh" which does not exist. I tried removing the "/../" and referring to the symlink in the $srcdir, but the netbeans installer fails, saying the installer script is corrupted.
To fix this, I've applied the below patch. It's not elegant, and uses a depreciated PKGBUILD variable. If there's a better way to do this, please let me know.
This patch also fixes the missing dependency of java-openjfx.
https://github.com/mssxtn/patches/blob/master/netbeans-cpp-PKGBUILD.patch
WSDMatty commented on 2019-02-28 20:56 (UTC)
java-openjfx needs added to dependencies. Otherwise it crashes on Loading Modules. I believe Tonich said the same thing but i can't read Russian without more vodka.
Tonich commented on 2018-10-30 07:11 (UTC)
Следует добавить в зависимости java-openjfx, без него не стартуют модули.
json commented on 2018-03-04 13:41 (UTC)
Adopted and updated checksums
pansen commented on 2017-09-10 08:58 (UTC)
mibbio commented on 2015-01-11 14:40 (UTC)
1 2 Next › Last »