You are not logged in.
Pages: 1
It seems as permanent problem. Still getting the same errors, but now I cannot upgrade in general; whilst apt-get update passed.
fahron@ibnrusd:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libguava-java
The following NEW packages will be installed:
libguava-java
0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.
7 not fully installed or removed.
Need to get 2,613 kB of archives.
After this operation, 2,959 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Err:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Connection timed out [IP: 199.232.18.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/g/guava-libraries/libguava-java_31.1-1_all.deb Connection timed out [IP: 199.232.18.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
fahron@ibnrusd:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
liberror-prone-java : Depends: libguava-java but it is not installed
libgradle-core-java : Depends: libguava-java (>= 23.0) but it is not installed
libguice-java : Depends: libguava-java but it is not installed
libplexus-container-default-java : Depends: libguava-java but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I will have to look for something else. Anyway, thank you.
Hello,
I am trying to resolve issue with libguava-java. The context is: I want to prepare build environment for calimero java libraries in NetBeans. Gradle installation failed with errors related to libguava-java. Also gradle --version fails.
--fix-missing fails with:
fahron@ibnrusd:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libguava-java
The following NEW packages will be installed:
libguava-java
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
7 not fully installed or removed.
Need to get 2,613 kB of archives.
After this operation, 2,959 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Get:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1 [2,613 kB]
Err:1 http://deb.devuan.org/merged daedalus/main amd64 libguava-java all 31.1-1
Connection timed out [IP: 199.232.18.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/g/guava-libraries/libguava-java_31.1-1_all.deb Connection timed out [IP: 199.232.18.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Environment is
fahron@ibnrusd:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Devuan
Description: Devuan GNU/Linux 5 (daedalus)
Release: 5
Codename: daedalus
fahron@ibnrusd:~$
fahron@ibnrusd:~$ uname -a
Linux ibnrusd 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
fahron@ibnrusd:~$
Any help is highly appreciated.
Thank You,
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.
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,
Hi,
It did work after I updated sources according to document and added security.
Will align code console output posts as requested. Thx for notification.
Enjoy,
Hi folks,
I'm trying to install libssl-dev and apt complains about broken dependency.
root@fermi:~# apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libssl-dev : Depends: zlib1g-dev but it is not installable
Recommends: libssl-doc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any idea how to fix it?
My /etc/apt/sources.list contains only:
deb [url]http://auto.mirror.devuan.org/merged/[/url] jessie-security main non-free
deb-src [url]http://auto.mirror.devuan.org/merged[/url] jessie-security main non-free
PS: I am actually trying to build stunnel-5.48 and it fails for TLS directory check; based on other systems where it passed it seems I have problem with headers and libs for openssl.
Thx,
Fahro
Pages: 1