Bug #2084
RSB 0.10 debian packages broken
Status: | Resolved | Start date: | 11/15/2014 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | Robotics Service Bus - rsb-0.11 |
Description
On a fresh 14.04 while trying to follow the installation guidelines, I got stuck after one minute of testing:
swrede@swrede-ubuntu-1404:~$ sudo apt-get install librsb0.10 cl-rsb rsb-tools-cpp0.10 rsb-tools-cl0.10 Reading package lists... Done Building dependency tree Reading state information... Done Package librsb0.10 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'librsb0.10' has no installation candidate
History
#1 Updated by S. Wrede almost 9 years ago
- Subject changed from Error: Package 'librsb0.10' has no installation candidate to RSB 0.10 debian packages broken
- Priority changed from Normal to High
swrede@swrede-ubuntu-1404:~$ sudo apt-get install librsb0.10 cl-rsb rsb-tools-cpp0.10 rsb-tools-cl0.10 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: librsb0.10 : Depends: librsc0.10 but it is not installable rsb-tools-cpp0.10 : Depends: librsc0.10 but it is not installable E: Unable to correct problems, you have held broken packages.
#2 Updated by J. Moringen almost 9 years ago
- Status changed from New to Feedback
Installing librsb0.10
via the main repository should work now.
Apparently, the problem was that uploaded packages were not integrated into the repository for some time for an unknown (to me, jmoringe) reason. Since we added the trusty slaves, no successful repository integrations had been performed for most (all?) rs*0.10 packages.
The integration currently works again and triggering builds of all rs*0.10 packaging jobs has probably fixed all problems. Unfortunately, we can probably not find out what went wrong previously.
The following packages have unmet dependencies: librsb0.10 : Depends: librsc0.10 but it is not installable rsb-tools-cpp0.10 : Depends: librsc0.10 but it is not installable E: Unable to correct problems, you have held broken packages.
This was an intermediate state in which
librsb0.10
had already been rebuilt and integrated but librsc0.10
had not.#3 Updated by S. Wrede almost 9 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Installation via Debian now works again on a Trusty VM.