'linux' import fails due to deleted librarian file (orig.tar.gz) in .dsc for 2.6.24-5.9 in hardy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Confirmed
|
Low
|
Unassigned |
Bug Description
<http://
Traceback (most recent call last):
File "/srv/package-
persistent_
File "/srv/package-
bstore, possible_
File "/srv/package-
possible_
File "/srv/package-
possible_
File "/srv/package-
location_f = transport.
File "/var/lib/
return action(transport)
File "/srv/package-
return transport.get(name)
File "/var/lib/
code, response_file = self._get(relpath, None)
File "/var/lib/
response = self._perform(
File "/var/lib/
response = self._opener.
File "/usr/lib/
response = meth(req, response)
File "/var/lib/
code, msg, hdrs)
File "/usr/lib/
return self._call_
File "/usr/lib/
result = func(*args)
File "/var/lib/
% (code, msg))
bzrlib.
It's trying to retrieve the orig.tar.gz referenced in the dsc file, but Launchpad gives a 500 error because: “AssertionError: LibraryFileAlia
And sure enough, <https:/
Ideally we'd teach the importer to look elsewhere (perhaps just see if other source packages with the same upstream version can provide it?), but so far just this package is affected so it's probably not a big deal.
Changed in udd: | |
status: | Confirmed → In Progress |
Changed in udd: | |
importance: | Undecided → High |
Changed in udd: | |
assignee: | Andrew Bennetts (spiv) → nobody |
Changed in udd: | |
status: | In Progress → Confirmed |
> we can probably fix this manually.
Specifically, if we run this import with --persistent- download- cache, and then manually add the orig tar gz to that cache, it should avoid this error.