[Pkg-samba-maint] 3.2.0pre1 package build problems
Christian Perrier
bubulle at debian.org
Wed Oct 3 16:48:59 UTC 2007
Quoting Steve Langasek (vorlon at debian.org):
> Looks like the smbstatus-locking.patch applies to 3.2.0, but no longer does
> the right thing and needs to be updated to patch to the right place?
Actually, it seems that the culprit is:
bubulle at mykerinos:~/src/debian/samba/samba-3.0.26a/source/utils> diff
-u status.c ../../../samba-3.2.0pre1/source/utils/status.c
.../...
@@ -247,7 +277,6 @@
{
int c;
int profile_only = 0;
- TDB_CONTEXT *tdb;
BOOL show_processes, show_locks, show_shares;
poptContext pc;
struct poptOption long_options[] = {
Apparently, upstream does not need the declaration of tdb anymore (do
I use the correct vocabulary?) but our patch does.
So, I guess that re-adding the "TDB_CONTEXT *tdb;" line in main() in
status.c would do the job (untested), but would this achieve the goal
of smbstatus-locking.patch, I have no idea..:-)
-------------- 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/20071003/e04262ed/attachment.pgp
More information about the Pkg-samba-maint
mailing list