apache2-mpm-worker-dbgsym is uninstallable

Bug #1196440 reported by Michael Hudson-Doyle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apache2 (Ubuntu)
Fix Released
Undecided
Martin Pitt

Bug Description

This is in a freshly created raring lxc with ddebs enabled and apache2-mpm-worker installed:

root@apache2test:~# apt-get install apache2-mpm-worker-dbgsym=2.2.22-6ubuntu5
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:
 apache2-mpm-worker-dbgsym : Depends: apache2-dbg (= 2.2.22-6ubuntu5) but it is not installable
E: Unable to correct problems, you have held broken packages.

I looked a bit at debian/rules (in which I can see that apache2-dbg is carefully not built on ubuntu) and pkg_create_dbgsym and got a headache.

Revision history for this message
Martin Pitt (pitti) wrote :

That's due to

override_dh_builddeb:
        if [ "$(LSB_RELEASE)" = "Ubuntu" ]; then \
                rm -rf debian/apache2-dbg; \
                sed -i '/apache2-dbg/d' debian/files; \
                dh_builddeb -Napache2-dbg; \
        else \
                dh_builddeb; \
        fi

This needs to be dropped now with current pkg-create-dbgsym.

Changed in apache2 (Ubuntu):
status: New → In Progress
assignee: nobody → Martin Pitt (pitti)
Martin Pitt (pitti)
Changed in apache2 (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

Whoops, my upload was rejected as there is 2.4.4-6ubuntu2 already sitting (and stuck) in -proposed. I'm afraid I have to re-upload that after the apache 2.4 migration was done.

Changed in apache2 (Ubuntu):
status: Fix Committed → Triaged
Revision history for this message
Martin Pitt (pitti) wrote :

Ah, the version in -proposed already drops the Ubuntu specific -dbg handling, so it'll be fixed once it lands.

Changed in apache2 (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

2.4.4-6ubuntu5 finally landed in saucy.

Changed in apache2 (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.