eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

Packages.gz in debian repository is missing recently published packages #130

Closed diogomatsubara closed 5 months ago

diogomatsubara commented 5 months ago

Describe the bug

I was unable to install zenoh-bridge-ros2dds on a pristine Ubuntu environment due to the following error:

root@diogo-ubuntu:~# apt-get install zenoh-plugin-ros2dds 
Reading package lists... Done
Building dependency tree... 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:
 zenoh-plugin-ros2dds : Depends: zenohd (= 0.11.0-rc.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@diogo-ubuntu:~# apt-cache policy zenoh-plugin-ros2dds 
zenoh-plugin-ros2dds:
  Installed: (none)
  Candidate: 0.11.0-rc.2
  Version table:
     0.11.0-rc.2 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.10.1-rc-1 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.10.1~rc.2-1 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
root@diogo-ubuntu:~# apt-cache policy zenoh                
zenoh:
  Installed: (none)
  Candidate: 0.11.0-rc.1
  Version table:
     0.11.0-rc.1 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.10.1-rc-1 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.10.0-rc 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.7.2-rc 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.7.0-rc 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.6.0~beta.1 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.5.0~beta.9 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages
     0.5.0~beta.8 500
        500 https://download.eclipse.org/zenoh/debian-repo  Packages

To reproduce

  1. echo "deb [trusted=yes] https://download.eclipse.org/zenoh/debian-repo/ /" | sudo tee -a /etc/apt/sources.list > /dev/null
  2. apt update
  3. apt install zenoh-bridge-ros2dds

System info