[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package pkg-create-dbgsym - 0.43

---
pkg-create-dbgsym (0.43) lucid-proposed; urgency=low

  * pkg_create_dbgsym: Do not check debian/files for whether we already
processed a .ddeb, since Launchpad Soyuz disables dpkg-distaddfile for
ddebs still. Instead, skip the run if we do not find any unstripped binary
in the current package. (LP: #562418)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 Apr 2010 14:00:38 +0200

** Changed in: pkg-create-dbgsym (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-05-04 Thread Martin Pitt
I built current lucid xorg-server with the lucid-proposed pkg-create-
dbgsym, and the .ddebs are now alright.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-05-03 Thread Launchpad Bug Tracker
This bug was fixed in the package pkg-create-dbgsym - 0.43

---
pkg-create-dbgsym (0.43) lucid-proposed; urgency=low

  * pkg_create_dbgsym: Do not check debian/files for whether we already
processed a .ddeb, since Launchpad Soyuz disables dpkg-distaddfile for
ddebs still. Instead, skip the run if we do not find any unstripped binary
in the current package. (LP: #562418)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 26 Apr 2010 14:00:38 +0200

** Changed in: pkg-create-dbgsym (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-05-03 Thread Martin Pitt
Copied lucid-proposed to maverick.

** Changed in: pkg-create-dbgsym (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: pkg-create-dbgsym (Ubuntu Lucid)
   Status: Fix Released = Fix Committed

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread John Dong
ACK from SRU for the patch.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Martin Pitt
Accepted pkg-create-dbgsym into lucid-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/pkg-create-dbgsym

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Uwe Geuder
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04 LTS
Release:10.04
Codename:   lucid

I believe I'm affected by the bug. When trying to debug Xorg I get the
CRC mismatch warnings mentioned in the original bug description.

So I thought I could help verify the correction. I understood that the
problem was in pkg-create-dbgsym and the correction to this package
should now be verified.

The first thing I did was building xorg-server source package. That went
fine after installing all the required tools and -dev packages.

$ dpkg-buildpackage -rfakeroot -uc -us

... was the command I used.

I still don't have pkg-create-dbgsym installed at all in this phase...

$ apt-cache policy pkg-create-dbgsym
pkg-create-dbgsym:
  Installed: (none)
  Candidate: 0.42
  Version table:
 0.42 0
500 http://fi.archive.ubuntu.com/ubuntu/ lucid/main Packages

..., but to my surprise the debug package...

../xserver-xorg-core-dbg_1.7.6-2ubuntu7_i386.deb

... has been generated by the normal build command

I had guessed the the debug package would be created by using (tools
inside) pkg-create-dbgsym.

I do understand that launchpad is not a forum for questions, but if somebody 
could provide short instructions
how to verify the correction I would be grateful.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Uwe Geuder
Oops sorry, I guess the answer is in the bug description:

 Produces empty ddebs and broken debug links ...
 , when being built on Soyuz (not locally).

Not sure what Soyuz stands for here, but I guess the problem affects only 
Ubuntu build infrastructure.
If I build locally on my own machine I don't have the problem in the first 
place, so there is no way to verify the correction either?

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Martin Pitt
Uwe,

you actually have to install pkg-create-dbgsym before building xorg-
server. The -dbg package is manually built by xorg-server itself. pkg-
create-dbgsym builds automatic -dbgsym packages for everything.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-27 Thread Martin Pitt
** Summary changed:

- many -dbg packages have debug symbols mismatch
+ empty ddebs when dh_strip is called twice

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-27 Thread Robert Hooker
Awesome, thanks Martin and Tormod! I tested it locally and indeed it
does fix it here as well.

** Changed in: xorg-server (Ubuntu Lucid)
   Status: Confirmed = Invalid

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-27 Thread Martin Pitt
 Confirmed → Invalid

Well, the current ddebs are still broken, so my gut feeling would be to
leave it open until p-c-d goes to lucid-updates and xorg-server gets
rebuilt. It's of some value to have working debug symbols for an LTS, I
guess.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs