Your message dated Mon, 19 May 2008 00:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465336: fixed in encfs 1.4.2-1
has caused the Debian Bug report #465336,
regarding Do not build -- missing dependencies and more
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.)
--
465336: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465336
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: encfs
Version: 1.4.1.1-1
Severity: serious
Tags: patch
There are several build issues with the newest version. I fixed it as
you can see in the attaching patch.
1. The build dependency was missing libboost-dev and pkg-config.
2. There was missing -lpthread as libfuse2 has forgotten this. (May be
not the bug of encfs but this work around is sufficient.)
Please note, this patch is only the interdeff between -1 and my version
-1.1.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (60,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.4.35.3
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to
de_DE)
Versions of packages encfs depends on:
ii fuse-utils 2.7.1-1 Filesystem in USErspace (utilities
ii libc6 2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii libfuse2 2.7.1-1 Filesystem in USErspace library
ii libgcc1 1:4.1.1-21 GCC support library
ii librlog1c2a 1.3.7-1 flexible message logging library
ii libssl0.9.8 0.9.8c-4etch1 SSL shared libraries
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
encfs recommends no packages.
-- no debconf information
--
Klaus Ethgen http://www.ethgen.de/
pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
diff -u encfs-1.4.1.1/debian/control encfs-1.4.1.1/debian/control
--- encfs-1.4.1.1/debian/control
+++ encfs-1.4.1.1/debian/control
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), librlog-dev, librlog1c2a, libfuse-dev (>> 2.6), libssl-dev (>> 0.9.8), quilt
+Build-Depends: debhelper (>= 4.0.0), librlog-dev, librlog1c2a, libfuse-dev (>> 2.6), libssl-dev (>> 0.9.8), quilt, libboost-dev, pkg-config
Standards-Version: 3.7.2
Package: encfs
diff -u encfs-1.4.1.1/debian/rules encfs-1.4.1.1/debian/rules
--- encfs-1.4.1.1/debian/rules
+++ encfs-1.4.1.1/debian/rules
@@ -27,7 +27,7 @@
config.status: configure $(QUILT_STAMPFN)
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,--as-needed -lulockmgr" ./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,--as-needed -lulockmgr -lpthread" ./configure --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
touch config.status
build: build-stamp
diff -u encfs-1.4.1.1/debian/changelog encfs-1.4.1.1/debian/changelog
--- encfs-1.4.1.1/debian/changelog
+++ encfs-1.4.1.1/debian/changelog
@@ -1,3 +1,11 @@
+encfs (1.4.1.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Adding build dependencies to libboost-dev.
+ * Fixing pthread issue.
+
+ -- Klaus Ethgen <[EMAIL PROTECTED]> Mon, 11 Feb 2008 22:43:36 +0100
+
encfs (1.4.1.1-1) unstable; urgency=low
* New upstream release (closes: #460287)
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: encfs
Source-Version: 1.4.2-1
We believe that the bug you reported is fixed in the latest version of
encfs, which is due to be installed in the Debian FTP archive:
encfs_1.4.2-1.diff.gz
to pool/main/e/encfs/encfs_1.4.2-1.diff.gz
encfs_1.4.2-1.dsc
to pool/main/e/encfs/encfs_1.4.2-1.dsc
encfs_1.4.2-1_amd64.deb
to pool/main/e/encfs/encfs_1.4.2-1_amd64.deb
encfs_1.4.2.orig.tar.gz
to pool/main/e/encfs/encfs_1.4.2.orig.tar.gz
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.
Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated encfs 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: Mon, 19 May 2008 01:41:51 +0200
Source: encfs
Binary: encfs
Architecture: source amd64
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
Changed-By: Eduard Bloch <[EMAIL PROTECTED]>
Description:
encfs - encrypted virtual filesystem
Closes: 465336 466316 472697
Changes:
encfs (1.4.2-1) unstable; urgency=low
.
* New upstream release
+ broken ulockmgr support is gone (closes: #466316, #472697, #465336)
Checksums-Sha1:
fe6e261c592aaf67e87c37b597864f6a79744301 1051 encfs_1.4.2-1.dsc
f4d115a0b356b2ffe01eb403a60fef8136df617b 893484 encfs_1.4.2.orig.tar.gz
1a75044b689c14c6a94e3e1d06d38b077a83f7bf 4319 encfs_1.4.2-1.diff.gz
61b5643d5d99cf88a0353d1e637ef7c68bc42a60 360728 encfs_1.4.2-1_amd64.deb
Checksums-Sha256:
5a2c7674050a5609407bcb26e56a807ca307ce2655b5d645e2c4160165162c75 1051
encfs_1.4.2-1.dsc
8d0ebd0037248939eb791b3b1e0476befd99526657948702f4d74724c6571ee9 893484
encfs_1.4.2.orig.tar.gz
2ae683af08cf05aa496e1a90708a8585617732834cefb01125b7179bfe6cae6c 4319
encfs_1.4.2-1.diff.gz
6cdaf3b191b01639781bd59763cd547cb5e891ad75852feaec215a9553806d05 360728
encfs_1.4.2-1_amd64.deb
Files:
6256d20f4b24ba185899c01fbd9f1f8d 1051 utils optional encfs_1.4.2-1.dsc
61e42ab2093b9797b9c669b9a1ff665b 893484 utils optional encfs_1.4.2.orig.tar.gz
08a17802dc4af64368cfeae5a19b7921 4319 utils optional encfs_1.4.2-1.diff.gz
99103b89cbeefe5df70be91dbba1684e 360728 utils optional encfs_1.4.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIML974QZIHu3wCMURAliWAJ49zYybAok43KjkWuexa7bzrOaJTQCeLNYh
thDzJy+j2KBHml1MuK8TLPc=
=x7/n
-----END PGP SIGNATURE-----
--- End Message ---