You are not logged in.
Pages: 1
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,
Offline
It sometimes helps to run
apt-get update
to update your local meta files.
TL;DR; apt asks for particular versions of packages and it does not ask for "whatever is current right now" (as one might think it would do). The meta files tell "slices" of versions across packages that have been tested and shown to work together. Sometimes one would want apt to run "update" automatically upon install of packages, but I guess that would add code "unnecessarily"; anyone who wants update to be part of installing would simply do that themselves.
Sometimes though it's a neworking problem, or that the target server has a transient problem.
Offline
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.
Last edited by fahro (2025-04-01 20:34:28)
Offline
What is in your /etc/apt/sources.list ? Your first quote contains:
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]
Which suggests you have a mixture of devuan and debian resources. That is a recipe for disaster. You should only have devuan in there. Also check /etc/apt/sources.list.d/ as well.
And I'm not sure where the IP address 199.232.18.132 is supposed to be. Reverse DNS lookup fails but it responds to ping.
Offline
Well, I already did some basic troubleshooting and sources.list is fine.
#deb cdrom:[Devuan GNU/Linux 5.0.1 daedalus amd64 - netinstall 20230914]/ daedalus contrib main non-free non-free-firmware
deb http://deb.devuan.org/merged daedalus main non-free-firmware
deb-src http://deb.devuan.org/merged daedalus main non-free-firmware
deb http://deb.devuan.org/merged daedalus-security main non-free-firmware
deb-src http://deb.devuan.org/merged daedalus-security main non-free-firmware
# daedalus-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.devuan.org/merged daedalus-updates main non-free-firmware
deb-src http://deb.devuan.org/merged daedalus-updates main non-free-firmware
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
So far, after timeout apt-get switches to deb.debian.org and I wonder how.
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?
Somewhere down the road of installation of NetBeans, Java, calimero, gradle, ... something went wrong. I will try on Debian vanila box and see how it goes on.
Still, I would like to know mechanics of failback after timeout. Where it is configured? Or, I have malfunctioned package somewhere (or malicious?)
I have the same response when trying to reach 199.232.18.132 80. Traceroute does not report anything as well.
Is it possible to run apt-get with detailed debug logs to check what is going on?
Offline
well, is there any package that is not in main and non-free-firmware you want to install?
the sources.list is missing contrib non-free.
Online
Looks to me like your system is all good and that you have run into a flaw in debian's package provisioning; namely that they happen to include a host that is currently unresponsive.
Debian packages are accessed (by your host) via the domain deb.debian.org which afaik is resolved by "fastly" into one (or possibly a few) actual host IP, and it happens that it transiently offers "bad" IP.
If you want your resolution of deb.debian.org go to a specific host of your choice, then you may set up that resolution in your /etc/hosts file.
Sometimes this kind of thing happens if your local meta files are outdated, in which case you will have to run apt-get update to freshen them.
Offline
I tried apt-get update sequence several times and it does not work. Now, I do not want debian packages from Debian (or anywhere else) unless absolutely necessary.
This is sequence
fahron@ibnrusd:~$ sudo apt-get update
[sudo] password for fahron:
Get:1 http://deb.devuan.org/merged daedalus InRelease [43.0 kB]
Get:2 http://deb.devuan.org/merged daedalus-security InRelease [33.2 kB]
Get:3 http://deb.devuan.org/merged daedalus-updates InRelease [33.4 kB]
Get:4 http://deb.devuan.org/merged daedalus-security/main Sources [117 kB]
Get:5 http://deb.devuan.org/merged daedalus-security/main amd64 Packages [254 kB]
Fetched 481 kB in 1s (508 kB/s)
Reading package lists... Done
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).
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 40 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?
I prepared transcript of all actions since I started. Need to cleanup some trash from console trace and will bring in next post.
Offline
So, this is list of actions I did until I started this thread. All straightforward administration after Devuan netinstall.
sudo apt-get update
sudo apt-get upgrade
apt search openjdk | more
sudo apt search jdk | more
sudo apt search jdk | grep ^openjdk
sudo apt search jdk | grep openjdk
sudo apt-get install openjdk-17*
java -version
cd Downloads/
ls -al
dpkg -i apache-netbeans_24-1_all.deb
sudo dpkg -i apache-netbeans_24-1_all.deb
sudo apt-get update
sudo apt-get upgrade
cd ../Downloads/
ls -al
mv calimero-server-2.6.zip ../sw/.
cd -
ls -al
unzip calimero-server-2.6.zip
clear
ls -al
rm -r calimero-core-release-2.6/
clear
ls- al
ls -al
cd calimerocpp/
ls -la
find . type f
clear
find . -type f
find . -type f -exec rm {} \;
clear
ls -al
cd test
ls -al
cd ..
clear
cd ..
ls -al
unzip calimero-core-release-2.5.1.zip
ls -al
unzip calimero-gui-release-2.5.1.zip
clear
ls -al
rm calimero-core-release-2.5.1.zip
ls -al
rm calimero-gui-release-2.5.1.zip
ls -al
unzip calimero-server-release-2.5.1.zip
ls -al
rm calimero-server-release-2.5.1.zip
ls -al
unzip calimero-tools-release-2.5.1.zip
rm calimero-tools-release-2.5.1.zip
clear
ls -al
gradle -version
sudo apt search gradle
sudo apt search gradle | grep ^gradle
sudo apt-get install gradle
sudo apt-get --fix-missing
sudo apt --fix-missing
sudo apt-get update
sudo apt-get
man apt-get
man apt
man apt-get
sudo apt-get --fix-missing
sudo apt-get install gradle --fix-missing
sudo apt-get install libgradle-core-java
sudo apt-get install libgradle-plugins-java
sudo apt-get install gradle
sudo apt --fix-broken install
sudo apt-get update
sudo apt-get upgrade
gradle --version
sudo apt-get install build-essential debhelper devscripts
sudo apt --fix-broken install
nslookup 195.85.215.80
lsb_release -a
uname -a
sudo apt-get updfate
sudo apt-get update
sudo apt-get upgrade
sudo apt --fix-broken install
sudo apt-get update
sudo apt-get upgrade
y
sudo apt --fix-broken install
sudo apt-get upgrade
sudo cat /etc/apt/sources
sudo cat /etc/apt/sources.list
sudo apt --fix-broken install
sudo cat /etc/apt/sources
sudo cat /etc/apt/sources.list
sudo apt-get
man apt-get
exit
Offline
OK, I give up.
The same problem is on vanilla Debian.
Get:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Get:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Get:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Err:44 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Connection timed out [IP: 199.232.18.132 80]
Fetched 81.2 MB in 3min 9s (429 kB/s)
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?
root@curie:~#
After update/upgrade the same.
root@curie:~# apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
root@curie:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@curie:~# apt-get install gradle
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
ant ant-optional antlr bnd groovy ivy java-wrappers junit4 libantlr-java libaopalliance-java libapache-pom-java libasm-java libatinject-jsr330-api-java libbcel-java libbcpg-java
libbcprov-java libbindex-java libbsf-java libbsh-java libcdi-api-java libcommons-cli-java libcommons-codec-java libcommons-collections3-java libcommons-compress-java libcommons-io-java
libcommons-lang-java libcommons-lang3-java libcommons-logging-java libcommons-parent-java libdd-plist-java libdom4j-java libeclipse-jdt-annotation-java libel-api-java liberror-prone-java
libfelix-framework-java libfelix-gogo-runtime-java libfelix-osgi-obr-java libfelix-resolver-java libfindbugs-java libgeronimo-annotation-1.3-spec-java
libgeronimo-interceptor-3.0-spec-java libgoogle-gson-java libgpars-groovy-java libgradle-core-java libgradle-plugins-java libguava-java libguice-java libhamcrest-java
libhawtjni-runtime-java libhttpclient-java libhttpcore-java libjansi-java libjansi-native-java libjansi1-java libjarjar-java libjatl-java libjavaewah-java libjaxen-java libjcifs-java
libjcip-annotations-java libjcommander-java libjcsp-java libjetty9-java libjformatstring-java libjgit-java libjline2-java libjna-java libjna-jni libjsch-java libjsoup-java
libjsp-api-java libjsr166y-java libjsr305-java libjzlib-java libkryo-java libkxml2-java liblogback-java libmaven-parent-java libmaven-resolver-java libmaven-shared-utils-java
libmaven3-core-java libminlog-java libmultiverse-core-java libnative-platform-java libnative-platform-jni libnekohtml-java libobjenesis-java libosgi-annotation-java
libosgi-compendium-java libosgi-core-java libplexus-cipher-java libplexus-classworlds-java libplexus-component-annotations-java libplexus-container-default-java
libplexus-interpolation-java libplexus-sec-dispatcher-java libplexus-utils2-java libpolyglot-maven-java libqdox-java libreflectasm-java libreflectasm-java-doc librhino-java
libservlet-api-java libsimple-http-java libsisu-inject-java libsisu-plexus-java libslf4j-java libwagon-file-java libwagon-http-java libwagon-provider-api-java libwebsocket-api-java
libxbean-reflect-java libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java libxpp3-java libxstream-java libxz-java libyaml-snake-java testng
Suggested packages:
ant-doc javacc junit jython libactivation-java libcommons-net-java libmail-java libjaxp1.3-java libjdepend-java liblog4j1.2-java liboro-java libregexp-java libxalan2-java gradle-doc
groovy-doc ivy-doc libjsch-agent-proxy-java libatinject-jsr330-api-java-doc libbcel-java-doc bsh rhino libcommons-collections3-java-doc libcommons-io-java-doc libcommons-lang-java-doc
libcommons-lang3-java-doc libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java libmsv-java libxpp2-java libfelix-framework-java-doc
libfelix-gogo-runtime-java-doc libfelix-osgi-obr-java-doc libgoogle-gson-java-doc libcglib-java libjdom1-java libxom-java libjcifs-java-doc libjcommander-java-doc libjcsp-java-doc jetty9
libjsoup-java-doc libjsr305-java-doc libjanino-java libtomcat9-java libmaven-shared-utils-java-doc libnative-platform-java-doc libnekohtml-java-doc libosgi-annotation-java-doc
libosgi-compendium-java-doc libosgi-core-java-doc libplexus-utils2-java-doc libpolyglot-maven-java-doc libqdox-java-doc libsimple-http-java-doc libxerces2-java-doc
libxml-commons-resolver1.1-java-doc libcglib-nodep-java libjdom2-java libjettison-java libjoda-time-java
The following NEW packages will be installed:
ant ant-optional antlr bnd gradle groovy ivy java-wrappers junit4 libantlr-java libaopalliance-java libapache-pom-java libasm-java libatinject-jsr330-api-java libbcel-java libbcpg-java
libbcprov-java libbindex-java libbsf-java libbsh-java libcdi-api-java libcommons-cli-java libcommons-codec-java libcommons-collections3-java libcommons-compress-java libcommons-io-java
libcommons-lang-java libcommons-lang3-java libcommons-logging-java libcommons-parent-java libdd-plist-java libdom4j-java libeclipse-jdt-annotation-java libel-api-java liberror-prone-java
libfelix-framework-java libfelix-gogo-runtime-java libfelix-osgi-obr-java libfelix-resolver-java libfindbugs-java libgeronimo-annotation-1.3-spec-java
libgeronimo-interceptor-3.0-spec-java libgoogle-gson-java libgpars-groovy-java libgradle-core-java libgradle-plugins-java libguava-java libguice-java libhamcrest-java
libhawtjni-runtime-java libhttpclient-java libhttpcore-java libjansi-java libjansi-native-java libjansi1-java libjarjar-java libjatl-java libjavaewah-java libjaxen-java libjcifs-java
libjcip-annotations-java libjcommander-java libjcsp-java libjetty9-java libjformatstring-java libjgit-java libjline2-java libjna-java libjna-jni libjsch-java libjsoup-java
libjsp-api-java libjsr166y-java libjsr305-java libjzlib-java libkryo-java libkxml2-java liblogback-java libmaven-parent-java libmaven-resolver-java libmaven-shared-utils-java
libmaven3-core-java libminlog-java libmultiverse-core-java libnative-platform-java libnative-platform-jni libnekohtml-java libobjenesis-java libosgi-annotation-java
libosgi-compendium-java libosgi-core-java libplexus-cipher-java libplexus-classworlds-java libplexus-component-annotations-java libplexus-container-default-java
libplexus-interpolation-java libplexus-sec-dispatcher-java libplexus-utils2-java libpolyglot-maven-java libqdox-java libreflectasm-java libreflectasm-java-doc librhino-java
libservlet-api-java libsimple-http-java libsisu-inject-java libsisu-plexus-java libslf4j-java libwagon-file-java libwagon-http-java libwagon-provider-api-java libwebsocket-api-java
libxbean-reflect-java libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java libxpp3-java libxstream-java libxz-java libyaml-snake-java testng
0 upgraded, 121 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,613 kB/83.8 MB of archives.
After this operation, 123 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Get:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Get:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Ign:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1
Get:1 http://deb.debian.org/debian bookworm/main amd64 libguava-java all 31.1-1 [2,613 kB]
Err:1 http://deb.debian.org/debian bookworm/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?
If there is a way to run apt-get (apt) with detailed debug information, I can run it on Devuan box. For curiosity solely.
Other than that, thank you.
Offline
Pages: 1