I can tell only about natty. I don't have oneiric environment. The issue probably appears because of building package with bzr-buildpackage. Try
bzr branch lp:ubuntu/natty/procps natty cd natty bzr bd --dont-purge -- -B -uc -us cd ../build-area/procps-3.2.8/debian/procps/usr/bin/ ./pmap -x $$ Seems the same procedure was applied while building official version. In my natty environment. If I install procps 1:3.2.8-10ubuntu3 from an official repository I can reproduce an issue: pmap -x $$ 4274: -bash Address Kbytes RSS Dirty Mode Mapping 00110000 0 528 0 r-x-- libc-2.13.so 0026a000 0 0 0 ----- libc-2.13.so ... b78fc000 0 8 8 rw--- [ anon ] bfc04000 0 44 44 rw--- [ stack ] -------- ------- ------- ------- ------- total kB 10336 - - - It does not correctly apply quilt patches, as auxiliary .ps/ directory was put into bzr branch. I reimported upstream version into 3.2.8-10ubuntu3.1, removed all quilt generated files from the branch and added them to .bzrignore. Now it applies patches correctly. issue disappears when I install locally compilled version 1:3.2.8-10ubuntu3.1 AFAIK, If you build package by extracting sources with dget then build them with dpkg-buildpackage issue would disappear also. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/795033 Title: Regression of pmap bug 753124 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/795033/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
