[Pkg-samba-maint] Bug#416185: samba-common: net rpc share causes segfault when invoked with -l parameter on windows hosts
Christian Perrier
bubulle at debian.org
Mon Jun 4 05:51:10 UTC 2007
Quoting Steve Langasek (vorlon at debian.org):
> On Sun, Jun 03, 2007 at 07:59:11PM +0200, Christian Perrier wrote:
> > > I hope this is helpful enough. Unfortunately, the samba-dbg package
> > > does not contain debugging symbols for the net command so I can't
> > > provide more info.
>
> > I wonder whether there's a good reason for this. 'net' is in the
> > samba-common package, that could be the reason.
>
> > I'm not very familiar with the way -dbg packages are produced but I'll
> > do some trial and error to see if I can build a package where
> > samba-dbg has debugging symbols for net.
>
> DH_OPTIONS= dh_strip -psamba -psmbclient --dbg-package=samba-dbg
> DH_OPTIONS= dh_strip -Nsamba -Nsmbclient
>
> Add samba-common to the exclusion/inclusion list to get its debugging
> symbols included in samba-common.
So, we would end up with the following patch, then (also adding
debugging symbols to the winbind binaries, which could help in the future):
--- /home/bubulle/src/debian/samba/svn/trunk/samba/debian/rules 2007-05-31 21:09:26.335046389 +0200
+++ rules 2007-06-03 19:56:35.450353046 +0200
@@ -214,8 +214,8 @@
done
dh_installchangelogs -Nlibpam-smbpass
DH_OPTIONS= dh_installchangelogs -plibpam-smbpass source/pam_smbpass/CHANGELOG
- DH_OPTIONS= dh_strip -psamba -psmbclient --dbg-package=samba-dbg
- DH_OPTIONS= dh_strip -Nsamba -Nsmbclient
+ DH_OPTIONS= dh_strip -psamba-common -pwinbind -psamba -psmbclient --dbg-package=samba-dbg
+ DH_OPTIONS= dh_strip -Nsamba-common -Nwinbind -Nsamba -Nsmbclient
dh_link
DH_OPTIONS= dh_pycentral -ppython-samba
dh_python
If that's correct, I don't see any reason for not committing this to
the SVN.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20070604/8d92c52f/attachment.pgp
More information about the Pkg-samba-maint
mailing list