Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 1794  / 2 Years ago, sat, february 26, 2022, 2:25:08

I'm trying to create a build environment for Lucid, and calling cowbuilder --create --distribution lucid fails with the messages below:



Get:1 http://us-east-1.ec2.archive.ubuntu.com lucid Release.gpg [189B]
Hit http://us-east-1.ec2.archive.ubuntu.com lucid Release
Hit http://us-east-1.ec2.archive.ubuntu.com lucid/main Packages
Fetched 189B in 0s (2376B/s)
Reading package lists...
I: Obtaining the cached apt archive contents
Reading package lists...
Building dependency tree...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
apt is already the newest version.
Package cowdancer 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 cowdancer has no installation candidate
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
pbuilder create failed
forking: rm -rf /opt/cowbuilder

More From » 10.04

 Answers
6

Try adding the following to your ~/.pbuilderrc:



COMPONENTS="main universe multiverse restricted"


or, as SunSparc suggested, enter the command as follows:



COMPONENTS="main universe multiverse restricted" cowbuilder --create --distribution lucid


cowbuilder is in the universe component for lucid. I don't see the create operation trying to access universe in the output you included in your question.



The file ~/.pbuilderrc can be set up to set many pbuilder options that are used for cowbuilder as well.


[#36242] Sunday, February 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowovey

Total Points: 287
Total Questions: 98
Total Answers: 117

Location: Bosnia and Herzegovina
Member since Thu, Jan 14, 2021
3 Years ago
;