[Bug 275082] Re: no debug symbols package in intrepid

2016-04-25 Thread Laurent Bigonville
With the autogeneration of the -dbgsym packages, I guess this bug can be
closed

** Changed in: libselinux (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/275082

Title:
  no debug symbols package in intrepid

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

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


[Bug 275082] Re: no debug symbols package in intrepid

2012-11-29 Thread Laurent Bigonville
** Changed in: libselinux (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/275082

Title:
  no debug symbols package in intrepid

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

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


[Bug 275082] Re: no debug symbols package in intrepid

2008-11-20 Thread Jose ALISTE
If you do
sudo apt-get build-dep libselinux
export DEB_BUILD_OPTIONS=debug nostrip noopt
fakeroot apt-get source -b libselinux

You will obtain at the end of the proccess some debs. If you use dpkg -i 
libselinux1-.deb to replace your current libselinux1 package
then you will have the debug symbols :)  So it works by following the wiki as 
pointed out. HOwever, it would be more convenient
to have the debug symbols installed as a standard ubuntu package.

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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 275082] Re: no debug symbols package in intrepid

2008-11-20 Thread Filippo Argiolas
Jose, no it doesn't work by following the wiki. The method you posted is under 
the statement Use this section if you are using an Ubuntu version prior to 
Gusty 7.10. , so that guide supposes that intrepid should have debug symbols.
Anyway I already rebuilt the library from source, debugged my issue (see bug 
237156), and found a solution. But this bug still stands since this library 
still doesn't have debug symbols package. Furthermore it had it in the past and 
I cannot see any reason for having been removed.

Note also that bug 237156 is quite widespread, it causes crashes randomly with 
almost every software.
I've seen at least 6 people from different projects complaining about that 
segfault and having bad time trying to debug it without a symbol package.

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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 275082] Re: no debug symbols package in intrepid

2008-11-01 Thread Natan Yellin
I'm also having trouble debugging a segault with selinux. Hopefully we
can get this fixed soon.

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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 275082] Re: no debug symbols package in intrepid

2008-09-28 Thread Michael Bienia
The libselinux1-dbg package is gone in intrepid and there is also no
libselinux1-dbgsym package as the package doesn't use debhelper (and
therefore doesn't call dh_strip which triggers the build the -dbgsym
package).

From the packaging (debian/local.mk):

ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
find $(TMPTOP) -type f | while read i; do   
 \
  if file -b $$i | egrep -q ^ELF.*shared object; then 
 \
strip --strip-unneeded --remove-section=.comment 
--remove-section=.note $$i; \
  fi;   
 \
done
endif


** Changed in: libselinux (Ubuntu)
   Status: New = Confirmed

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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 275082] Re: no debug symbols package in intrepid

2008-09-27 Thread Chris Coulson
Thank you for taking the time to report this bug and help make Ubuntu
better. However, you can add debug symbols for libselinux by following
the guide at https://wiki.ubuntu.com/DebuggingProgramCrash, therefore,
I'm going to close this bug report.

Thanks

** Changed in: libselinux (Ubuntu)
   Status: New = Invalid

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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 275082] Re: no debug symbols package in intrepid

2008-09-27 Thread Filippo Argiolas
First, that guide doesn't talk about intrepid.
Second, there is no libselinux-dbg package in intrepid repos and no 
libselinux-dbgsym package in intrepid ddebs repository.
Am I missing anything? As far as I can tell the debug package has been removed 
in intrepid while there was one in hardy.. correct me if I'm wrong.

** Changed in: libselinux (Ubuntu)
   Status: Invalid = New

-- 
no debug symbols package in intrepid
https://bugs.launchpad.net/bugs/275082
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