do not require apt lists to be pre-installed
Bug #1489410 reported by
Pat McGowan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Pat McGowan | ||
apport (Ubuntu) |
Fix Released
|
Critical
|
Martin Pitt |
Bug Description
On the phone images the space required for the lists in /var/lib/apt/lists is excessive (around 70MB) for the device targets we have. The partition it currently resides in did not include this requirement when their size was specified.
Removing those prevents one from using apport-cli to report bugs about packages that are from the -updates pocket. This is due to the fact that apport will not allow one to report bugs about packages which it cannot determine are from the official archive or a native origin PPA.
Possible solutions include generating the list dynamically as part of the writable partition or including a smaller simpler manifest.
This report was inspired by bug #1471903
Related branches
Changed in canonical-devices-system-image: | |
assignee: | nobody → Pat McGowan (pat-mcgowan) |
importance: | Undecided → Critical |
milestone: | none → ww40-2015 |
status: | New → Confirmed |
description: | updated |
tags: | added: lt-blocker lt-category-noimpact |
Changed in apport (Ubuntu): | |
assignee: | nobody → Martin Pitt (pitti) |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
another option would be to simply make apport use the manifest files on cdimage or launchpad or provide another way of handling this data remotely ... after all whoopsie and apport rely on being able to send the reports to a server so a usable network connection exists at some point.
this would also help for future use of apport on snappy personal or snappy based phone images where we have neither apt nor dpkg available at all.