Verified with debdiff that all debs, in all archs, have no other
changes.

Every deb has changes to the Version: and versioned Depends: in other debs of 
src:packagekit.
But _only_ packagekit:armhf has a versioned Depends: change in something else, 
which is the expected 'libapt-pkg6.0t64' (from 2.8.2 to 2.7.14build2 now).

I agree with the aging exception considering there are no other changes,
and this is an incremental fix to something that has already aged in -proposed
and has been released to -updates.

Steps:
---

$ rmadison packagekit | grep noble-
 packagekit | 1.2.8-2ubuntu1                  | noble-updates    | source, 
amd64, arm64, armhf, ppc64el, riscv64, s390x
 packagekit | 1.2.8-2ubuntu1.1                | noble-proposed   | source, 
amd64, arm64, armhf, ppc64el, riscv64, s390x

VERSION_UPDATES='1.2.8-2ubuntu1'
VERSION_PROPOSED='1.2.8-2ubuntu1.1'

for ARCH in amd64 arm64 armhf ppc64el riscv64 s390x; do
    mkdir -p $ARCH
    pushd $ARCH >/dev/null
    pull-lp-debs --arch $ARCH packagekit noble $VERSION_UPDATES
    pull-lp-debs --arch $ARCH packagekit noble $VERSION_PROPOSED
    popd >/dev/null
done


for ARCH in amd64 arm64 armhf ppc64el riscv64 s390x; do
    echo "Arch: $ARCH"
    echo
    find "$ARCH" -name "*_${VERSION_UPDATES}_*.deb" \
    | while read DEB_UPDATES; do
    
        echo "Package: ${DEB_UPDATES%%_*}"
        DEB_PROPOSED=$(echo $DEB_UPDATES | sed 
"s/$VERSION_UPDATES/$VERSION_PROPOSED/")
        
        debdiff $DEB_UPDATES $DEB_PROPOSED | sed -e 's/^/\t/'
        echo
    done
done > packagekit_debs_delta.txt 2>&1 # attached

187 Package: armhf/packagekit
188         File lists identical (after any substitutions)
189
190         Control files: lines which differ (wdiff format)
191         ------------------------------------------------
192         Depends: libglib2.0-bin, polkitd, init-system-helpers (>= 1.52), 
libappstream5 (>= 1.0.0), libapt-pkg6.0t64 (>= [-2.8.2),-] {+2.7.14build2),+} 
libc6 (>= 2.38), libgcc-s1 (>= 3.5), libglib2.0-0t64 (>= 2.79.0), 
libgstreamer1.0-0 (>= 1.0.0), libpackagekit-glib2-18 (>= 1.2.4)    , 
libpolkit-gobject-1-0 (>= 0.99), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), 
libsystemd0 (>= 214)

** Attachment added: "packagekit_debs_delta.txt"
   
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/2091714/+attachment/5845867/+files/packagekit_debs_delta.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to packagekit in Ubuntu.
https://bugs.launchpad.net/bugs/2091714

Title:
  packagekit noble update uninstallable on armhf, depends on libapt-
  pkg6.0t64 (>= 2.8.2) from proposed

Status in packagekit package in Ubuntu:
  Invalid
Status in packagekit source package in Noble:
  Fix Committed

Bug description:
  [ Impact ]

  The noble packagekit update[1] to fix LP: #2086773 picked up those
  dependencies on armhf due to t64 mangling changes in the C++ symbols,
  and is now uninstallable:

  ubuntu@n-armhf:~$ sudo apt install packagekit
  Reading package lists... Done
  Building dependency tree... Done
  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:
   packagekit : Depends: libapt-pkg6.0t64 (>= 2.8.2) but 2.7.14build2 is to be 
installed
  E: Unable to correct problems, you have held broken packages.

  The planned fix is to remove apt 2.8.2 from noble-proposed (done),
  rebuild packagekit (this bug), and release that.

  1. https://launchpad.net/ubuntu/+source/packagekit/1.2.8-2ubuntu1

  [ Test Plan ]

  On a noble armhf system, install packagekit from noble-proposed. It
  must not pull in other non-packagekit packages from noble-proposed.

  In addition to that, the noble excuses report[2] should be clean of
  errors and show no interdependencies preventing the release of
  packagekit.

  
  2. 
https://ubuntu-archive-team.ubuntu.com/proposed-migration/noble/update_excuses.html#packagekit


  [ Where problems could occur ]

  This is a no-change rebuild. Like all SRUs, it's always built with the
  proposed pocket enabled, but this time the newer apt 2.8.2 is not
  there, so that dependency will not be picked up. That being said, the
  risk is the same that an unintended dependency from noble-proposed
  will be picked up, but the test plan specifically checks for that.

  [ Other Info ]

  This is fixing a regression introduced by the release of
  https://launchpad.net/bugs/2086773 to updates, where even though it
  was noticed that the excuses page was flagging packagekit to be
  depending on apt from proposed, it was incorrectly deemed irrelevant
  by me (@ahasenack) at the time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/2091714/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to