fails to resolve dependencies on virtual packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
debootstrap (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: debootstrap
The following occurs on the dapper version of debootstrap version 0.3.3.0ubuntu2
I reduced the package set in the required field to just the essental packages (base-files, base-passwd, bash, bsdutils, coreutils, debianutils, diff, dpkg, e2fsprogs, findutils, grep, gzip, hostname, login, mawk, mount, ncurses-base, ncurses-bin, perl-base, sed, sysvinit, tar, util-linux) and then let debootstrap resolve the dependencies for the packages. This did not succeed becuase awk was not in the list of resolved dependencies.
I added a 'set -x' to the debootstrap script to attempt to find out what was going on. The function resolve_deps correctly picks up the 'awk' dependency in base-files, but then some time after that (I haven't figured out exactly where yet) awk gets dropped from the list. I'm speculating at this point that awk is getting dropped becuase there is no actual 'awk' package and debootstrap isn't looking in the Provides section for a match so it doesn't pick up mawk or gawk.
I will continue to search for the problem as I find time to help aid in the resolution of this item.
Changed in debootstrap: | |
assignee: | andreas-moog → nobody |
status: | Incomplete → Confirmed |
tags: | added: dapper hardy |
affects: | debootstrap (Ubuntu) → minizip (Ubuntu) |
affects: | minizip (Ubuntu) → debootstrap (Ubuntu) |
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Can you try with latest Ubuntu release? Thanks in advance.