You are not logged in.
Pages: 1
Hello everyone,
I need subversion 1.9.* because NetBeans does not work with version 1.10.*. I have work station with ASCII installed and subversion 1.9.* works nice with NetBeans 8.2. C++ bundle.
Afer I installed Beowulf 3.1; NetBeans have weird errors; it claims it requires subversion 1.5 or higher which is nonsesne. Only difference I can spot is subversion release; so I would like to install 1.9.* from ASCII release. How to do that?
Any other ideas are welcome as well but please no javahl and svnkit; they also causes more problems then they are worth.
Thank you,
Offline
You could start here: https://pkginfo.devuan.org/cgi-bin/pack … 5-1+deb9u5
So you have updated to latest stable but want to use oldstable packages?, i think you may run into some dependency issues.
Last edited by dice (2021-03-02 14:22:21)
Offline
I managed to get netbeans to run, but I had to remove all the java jre and jdk packages from the Beowulf 3.1 install first. There were many conflicts.
But if you can expand/extract the pacakges from the ascii 2.1 iso, you may have joy with this list...
dpkg -i /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/subversion/subversion_1.9.5-1+deb9u4_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/a/apr-util/libaprutil1_1.5.4-3_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/a/apr/libapr1_1.5.2-5_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/subversion/libsvn1_1.9.5-1+deb9u4_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/g/gdbm/libgdbm3_1.8.3-14_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/serf/libserf-1-1_1.3.9-3+deb9u1_amd64.deb
dpkg -i --force-downgrade /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jdk_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jdk-headless_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jre-headless_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jre_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre-headless_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk-headless_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/c/ca-certificates-java/ca-certificates-java_20170929~deb9u3_all.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/java-common_0.58+deb9u1_all.deb
#install netbeans as (user) from the download directory
./netbeans-8.2-linux.sh
#run netbeans as (user)
/home/glenn/netbeans-8.2rc/bin/netbeans
I hope this helps you
ps, here is the list...
/pool/DEBIAN/main/s/subversion/subversion_1.9.5-1+deb9u4_amd64.deb
/pool/DEBIAN/main/a/apr-util/libaprutil1_1.5.4-3_amd64.deb
/pool/DEBIAN/main/a/apr/libapr1_1.5.2-5_amd64.deb
/pool/DEBIAN/main/s/subversion/libsvn1_1.9.5-1+deb9u4_amd64.deb
/pool/DEBIAN/main/g/gdbm/libgdbm3_1.8.3-14_amd64.deb
/pool/DEBIAN/main/s/serf/libserf-1-1_1.3.9-3+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jdk_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jdk-headless_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jre-headless_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jre_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre-headless_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk-headless_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/c/ca-certificates-java/ca-certificates-java_20170929~deb9u3_all.deb
/pool/DEBIAN/main/j/java-common/java-common_0.58+deb9u1_all.deb
Last edited by GlennW (2021-03-02 17:52:16)
pic from 1993, new guitar day.
Offline
Thank you both;
I have no issues with running NetBeans. It work on all projects I checked out, but I had to use external tool for repository management; which is far from elegant. Only feature I used not working is SVN CLI tools integration; it seems that NetBeans has hard coded versions because it recognizes 1.9.* and cannot recognize 1.10.* and claims it wants 1.5.* or newer. I tried to configure javahl, and svn but it does not work as well.
I am not fan of breaking system, prefer distro as is; far more people is involved in QA. I will try to build binaries and localize them to directory, if there are not endless dependencies.
C++ support for NetBeans is questionable, so it may be worth considering scrapping it and looking for something else; till then keep ASCII and enjoy while it works.
Thank you anyway.
Offline
Pages: 1