Your message dated Sat, 30 Aug 2008 09:19:37 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#496880: fixed in samba 2:3.2.3-2
has caused the Debian Bug report #496880,
regarding samba: FTBFS on GNU/kFreeBSD (cifs.upcall is linux specific)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
496880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496880
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: samba
Severity: important
Version: 2:3.2.3-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to debian/rules, see bellow.

Thanks in advance

                        Petr


--- debian/rules~       2008-08-28 10:00:55.000000000 +0000
+++ debian/rules        2008-08-28 10:00:55.000000000 +0000
@@ -135,7 +135,9 @@

        # doesn't belong in /sbin; will be fixed upstream, in the meantime
        # install it in the right place so that we're future-proofed
+ifeq ($(mount_cifs),yes)
        mv $(DESTDIR)/sbin/cifs.upcall $(DESTDIR)/usr/sbin/cifs.upcall
+endif

        # Starting with Samba 3.0.6 libsmbclient.so is installed in
        # /usr/lib/samba. We don't want it there since it is not in the




--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 2:3.2.3-2

We believe that the bug you reported is fixed in the latest version of
samba, which is due to be installed in the Debian FTP archive:

libpam-smbpass_3.2.3-2_amd64.deb
  to pool/main/s/samba/libpam-smbpass_3.2.3-2_amd64.deb
libsmbclient-dev_3.2.3-2_amd64.deb
  to pool/main/s/samba/libsmbclient-dev_3.2.3-2_amd64.deb
libsmbclient_3.2.3-2_amd64.deb
  to pool/main/s/samba/libsmbclient_3.2.3-2_amd64.deb
libwbclient0_3.2.3-2_amd64.deb
  to pool/main/s/samba/libwbclient0_3.2.3-2_amd64.deb
samba-common_3.2.3-2_amd64.deb
  to pool/main/s/samba/samba-common_3.2.3-2_amd64.deb
samba-dbg_3.2.3-2_amd64.deb
  to pool/main/s/samba/samba-dbg_3.2.3-2_amd64.deb
samba-doc-pdf_3.2.3-2_all.deb
  to pool/main/s/samba/samba-doc-pdf_3.2.3-2_all.deb
samba-doc_3.2.3-2_all.deb
  to pool/main/s/samba/samba-doc_3.2.3-2_all.deb
samba-tools_3.2.3-2_amd64.deb
  to pool/main/s/samba/samba-tools_3.2.3-2_amd64.deb
samba_3.2.3-2.diff.gz
  to pool/main/s/samba/samba_3.2.3-2.diff.gz
samba_3.2.3-2.dsc
  to pool/main/s/samba/samba_3.2.3-2.dsc
samba_3.2.3-2_amd64.deb
  to pool/main/s/samba/samba_3.2.3-2_amd64.deb
smbclient_3.2.3-2_amd64.deb
  to pool/main/s/samba/smbclient_3.2.3-2_amd64.deb
smbfs_3.2.3-2_amd64.deb
  to pool/main/s/samba/smbfs_3.2.3-2_amd64.deb
swat_3.2.3-2_amd64.deb
  to pool/main/s/samba/swat_3.2.3-2_amd64.deb
winbind_3.2.3-2_amd64.deb
  to pool/main/s/samba/winbind_3.2.3-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated samba package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 30 Aug 2008 00:46:07 -0700
Source: samba
Binary: samba samba-common samba-tools smbclient swat samba-doc samba-doc-pdf 
smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg 
libwbclient0
Architecture: source all amd64
Version: 2:3.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description: 
 libpam-smbpass - pluggable authentication module for SMB/CIFS password database
 libsmbclient - shared library that allows applications to talk to SMB/CIFS 
serve
 libsmbclient-dev - libsmbclient static libraries and headers
 libwbclient0 - client library for interfacing with winbind service
 samba      - a LanManager-like file and printer server for Unix
 samba-common - Samba common files used by both the server and the client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation (PDF format)
 samba-tools - tools provided by the Samba suite
 smbclient  - a LanManager-like simple client for Unix
 smbfs      - mount and umount commands for the smbfs (for kernels >= than 2.2.
 swat       - Samba Web Administration Tool
 winbind    - service to resolve user and group information from Windows NT ser
Closes: 496880
Changes: 
 samba (2:3.2.3-2) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Fix FTBFS on GNU/kFreeBSD. Closes: #496880
Checksums-Sha1: 
 222d65b8685a3f80740b6c4cfdee397fa1bb8d5a 1774 samba_3.2.3-2.dsc
 9efaedc3bb915da6c550ec91675f668457521dba 216188 samba_3.2.3-2.diff.gz
 7d05e40d495642febdf0f6abd1e54525e12730e1 7944006 samba-doc_3.2.3-2_all.deb
 507fd3651006699645529e35ebebf1c47e65b85d 6251788 samba-doc-pdf_3.2.3-2_all.deb
 f1200c24918eaa4550c606fb0ccbe711fe109d83 4773452 samba_3.2.3-2_amd64.deb
 26d8ccdc7337baef3e673e3a9a7b55676fe0e2a2 3724930 samba-common_3.2.3-2_amd64.deb
 c6766195dff5225473493c7545b95af3f7eefd11 5646604 samba-tools_3.2.3-2_amd64.deb
 3e33cec14778441e7e580b0ee3b43a3c451f16e1 7007824 smbclient_3.2.3-2_amd64.deb
 b0563ebefd312e43006d97269e8cb5fa0a7381cf 1082566 swat_3.2.3-2_amd64.deb
 077e44ca0d97b3519bb3f04c26eb5776eefbfee5 1491202 smbfs_3.2.3-2_amd64.deb
 cebcd55280b8f5c7ca75ac48928a0562a73e6c3b 626384 
libpam-smbpass_3.2.3-2_amd64.deb
 3754d58333728edffd3bd76ed067677840b3c945 1357556 libsmbclient_3.2.3-2_amd64.deb
 a082fead6ab0c8cf2a35b04050e48087a23c5457 1952592 
libsmbclient-dev_3.2.3-2_amd64.deb
 0419f8fe5d9f78652eb0f3e8a0df2b214c7bf8f9 3275368 winbind_3.2.3-2_amd64.deb
 7aa8f55c1fae92a779386c8664b6253faaf00c82 1992342 samba-dbg_3.2.3-2_amd64.deb
 a3220bb26067e00f27ac47c6889c4b31258ac9bb 78914 libwbclient0_3.2.3-2_amd64.deb
Checksums-Sha256: 
 cec093210a62182c03d5c7cf7d5dbbcaf0365f82899b0568b55d1c4093fc2373 1774 
samba_3.2.3-2.dsc
 e3d7e41c397e607d944d813a76907efcc80b4d853f61d68fa5736525774d4533 216188 
samba_3.2.3-2.diff.gz
 b85657cee7ffc155a66fa1c7c674cd8cfe3223a06476c924deb2a5a48223e3e7 7944006 
samba-doc_3.2.3-2_all.deb
 63ba1278672079b9db9147a421f2270b6c2df7bf1c7940f19020f10d4d06023f 6251788 
samba-doc-pdf_3.2.3-2_all.deb
 98941d95ba1b3623092591a7b57777484026bebf9fd3cb2bb5883f553f192db7 4773452 
samba_3.2.3-2_amd64.deb
 316137eb169ec972b2ec851a645463602f697dd9805db5b9964af5bbff042ffa 3724930 
samba-common_3.2.3-2_amd64.deb
 b9e9b0f92af3e987458821f58f720cbe4d655e4f72d5bced3c90d8cfd542c5da 5646604 
samba-tools_3.2.3-2_amd64.deb
 fc593e5fb9a255561e484ded339892a514b33c11fcf6c9f2130042c6beca2134 7007824 
smbclient_3.2.3-2_amd64.deb
 12936dff9ffd90e06ab4fedb591afc085b5234cd2ec14a6ecdcfcab106abaf45 1082566 
swat_3.2.3-2_amd64.deb
 deaf6d1f1be54170012d7a48b260e4abb1bec7d17a26ad661204043ddac740d3 1491202 
smbfs_3.2.3-2_amd64.deb
 98c16a5bddc37486a02120af8d5ac9da3d70d16e700ca367510137ec1c806626 626384 
libpam-smbpass_3.2.3-2_amd64.deb
 e742b550a2c46c2c4d000144bdd54b33e23e8fac3b9fd37b103cdae5a14b46c7 1357556 
libsmbclient_3.2.3-2_amd64.deb
 f8e69478a8b64cd45e448e33831207530c553d026c732ec067ad8009aa12260f 1952592 
libsmbclient-dev_3.2.3-2_amd64.deb
 9cdb8869ceddb731cec644f0581547384c64de6973592a698fa8cffc9f610284 3275368 
winbind_3.2.3-2_amd64.deb
 106738986ce2ab570186c39decc95b699faddaf98ae28c43b0ff802081a43b11 1992342 
samba-dbg_3.2.3-2_amd64.deb
 59643caa04f70c49c426ce42c300ce1aaa51ba923e64b827fa1658119af821aa 78914 
libwbclient0_3.2.3-2_amd64.deb
Files: 
 a0908b562f16518c2c32f96c7e13ebbc 1774 net optional samba_3.2.3-2.dsc
 c0121d5c5521b591b1399850ebff971a 216188 net optional samba_3.2.3-2.diff.gz
 4520047c1b6735f4d51433a269a9248a 7944006 doc optional samba-doc_3.2.3-2_all.deb
 5ab86716e8f5f8e1a9f7302b73a6d34e 6251788 doc optional 
samba-doc-pdf_3.2.3-2_all.deb
 c27c90d5083afdb1f0ec95cc5886fef7 4773452 net optional samba_3.2.3-2_amd64.deb
 568c42cb60a8b6d7465e5ce31b37e8de 3724930 net optional 
samba-common_3.2.3-2_amd64.deb
 df610e5e9cbed3feda5fe628dfe98798 5646604 net optional 
samba-tools_3.2.3-2_amd64.deb
 8cc2f6ead420ddbeba11cbea4c8e7c74 7007824 net optional 
smbclient_3.2.3-2_amd64.deb
 88e3b45dccbe5c7f52161c5d267012d6 1082566 net optional swat_3.2.3-2_amd64.deb
 43501a7456dbf081e6fffb895b9f3e4c 1491202 otherosfs optional 
smbfs_3.2.3-2_amd64.deb
 1f5d8ae76299bed425904d60c9f1250a 626384 admin extra 
libpam-smbpass_3.2.3-2_amd64.deb
 36d85bf88aec3c989bd728f42cad591d 1357556 libs optional 
libsmbclient_3.2.3-2_amd64.deb
 1052fd0beece01804bfbd2a02d2f42ac 1952592 libdevel extra 
libsmbclient-dev_3.2.3-2_amd64.deb
 4334e4f8a197590e39fbc3b3f81a3171 3275368 net optional winbind_3.2.3-2_amd64.deb
 15ef569d86c1b0bdbc0fdd4c968f2200 1992342 devel extra 
samba-dbg_3.2.3-2_amd64.deb
 e8f8898e52f9875f248bf92612a83671 78914 libs optional 
libwbclient0_3.2.3-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIuP3mKN6ufymYLloRAnByAKC1lL+3K97czWUEkwDxyUavvZzs6wCgtcve
B+Sb/BIWU5fdcb5RrIcUofo=
=jr6m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to