Your message dated Sun, 22 Jan 2006 08:27:49 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347876: fixed in fam 2.7.0-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Jan 2006 08:31:56 +0000
>From [EMAIL PROTECTED] Fri Jan 13 00:31:56 2006
Return-path: <[EMAIL PROTECTED]>
Received: from srv-smtp.math.univ-rennes1.fr ([129.20.36.164])
by spohr.debian.org with esmtp (Exim 4.50)
id 1ExKLj-00016f-Vw
for [EMAIL PROTECTED]; Fri, 13 Jan 2006 00:31:56 -0800
Received: from frobnitz.homelinux.net (dyn37004.math.univ-rennes1.fr
[129.20.37.4])
by srv-smtp.math.univ-rennes1.fr (Postfix) with ESMTP id 10C7FB8A2
for <[EMAIL PROTECTED]>; Fri, 13 Jan 2006 09:31:23 +0100 (CET)
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.60)
(envelope-from <[EMAIL PROTECTED]>)
id 1ExKLC-00059P-DN
for [EMAIL PROTECTED]; Fri, 13 Jan 2006 09:31:22 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: fam: FTBFS: Compiler errors in DNotify.c++
From: Daniel Schepler <[EMAIL PROTECTED]>
Date: Fri, 13 Jan 2006 09:31:21 +0100
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--=-=-=
Package: fam
Version: 2.7.0-8
Severity: serious
>From my pbuilder build log:
...
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DFAM_CONF=\"/etc/fam.conf\"
-g -Wall -O2 -Wno-sign-compare -Wno-deprecated -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -MT DNotify.o -MD -MP -MF ".deps/DNotify.Tpo" -c -o
DNotify.o DNotify.c++; \
then mv -f ".deps/DNotify.Tpo" ".deps/DNotify.Po"; else rm -f
".deps/DNotify.Tpo"; exit 1; fi
DNotify.c++:24:1: warning: "_GNU_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
Monitor.h:45: warning: 'class Monitor' has virtual functions but non-virtual
destructor
DNotify.h:42: warning: 'class DNotify' has virtual functions but non-virtual
destructor
DNotify.c++: In member function 'void
DNotify::FileWatch::add_dir_watch(DNotify::DirWatch*)':
DNotify.c++:126: error: 'realloc' was not declared in this scope
...
make[3]: *** [DNotify.o] Error 1
make[3]: Leaving directory `/tmp/buildd/fam-2.7.0/build-tree/fam-2.7.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/fam-2.7.0/build-tree/fam-2.7.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/fam-2.7.0/build-tree/fam-2.7.0'
make: *** [debian/stamp-makefile-build] Error 2
I've attached a patch which fixes the compilation for me. (Of course,
you might want to integrate it into the main dnotify patch instead of
the separate patch I did here.)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages fam depends on:
ii libc6 2.3.5-11 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.2-6 GCC support library
ii libstdc++6 4.0.2-6 The GNU Standard C++ Library v3
Versions of packages fam recommends:
ii portmap 5-16 The RPC portmapper
-- no debconf information
--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=fam.diff
diff -urN fam-2.7.0.old/debian/patches/08_dnotify_fix.patch
fam-2.7.0/debian/patches/08_dnotify_fix.patch
--- fam-2.7.0.old/debian/patches/08_dnotify_fix.patch 1970-01-01
00:00:00.000000000 +0000
+++ fam-2.7.0/debian/patches/08_dnotify_fix.patch 2006-01-13
08:28:29.000000000 +0000
@@ -0,0 +1,11 @@
+diff -urN fam-2.7.0.old/src/DNotify.c++ fam-2.7.0/src/DNotify.c++
+--- fam-2.7.0.old/src/DNotify.c++ 2006-01-13 08:27:19.000000000 +0000
++++ fam-2.7.0/src/DNotify.c++ 2006-01-13 08:28:01.000000000 +0000
+@@ -27,6 +27,7 @@
+ #include <string.h>
+ #include <signal.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
--=-=-=--
---------------------------------------
Received: (at 347876-close) by bugs.debian.org; 22 Jan 2006 16:30:28 +0000
>From [EMAIL PROTECTED] Sun Jan 22 08:30:28 2006
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 4.50)
id 1F0i4D-0000xO-Nj; Sun, 22 Jan 2006 08:27:49 -0800
From: Chuan-kai Lin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.31 $
Subject: Bug#347876: fixed in fam 2.7.0-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sun, 22 Jan 2006 08:27:49 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: fam
Source-Version: 2.7.0-9
We believe that the bug you reported is fixed in the latest version of
fam, which is due to be installed in the Debian FTP archive:
fam_2.7.0-9.diff.gz
to pool/main/f/fam/fam_2.7.0-9.diff.gz
fam_2.7.0-9.dsc
to pool/main/f/fam/fam_2.7.0-9.dsc
fam_2.7.0-9_i386.deb
to pool/main/f/fam/fam_2.7.0-9_i386.deb
libfam-dev_2.7.0-9_i386.deb
to pool/main/f/fam/libfam-dev_2.7.0-9_i386.deb
libfam0_2.7.0-9_i386.deb
to pool/main/f/fam/libfam0_2.7.0-9_i386.deb
libfam0c102_2.7.0-9_all.deb
to pool/main/f/fam/libfam0c102_2.7.0-9_all.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.
Chuan-kai Lin <[EMAIL PROTECTED]> (supplier of updated fam 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.7
Date: Mon, 16 Jan 2006 17:38:05 -0800
Source: fam
Binary: libfam0c102 libfam0 fam libfam-dev
Architecture: source i386 all
Version: 2.7.0-9
Distribution: unstable
Urgency: medium
Maintainer: Chuan-kai Lin <[EMAIL PROTECTED]>
Changed-By: Chuan-kai Lin <[EMAIL PROTECTED]>
Description:
fam - File Alteration Monitor
libfam-dev - Client library to control the FAM daemon - development files
libfam0 - Client library to control the FAM daemon
libfam0c102 - Dummy package for libfam0
Closes: 325291 327241 332665 332790 332847 335564 337645 339849 347876
Changes:
fam (2.7.0-9) unstable; urgency=medium
.
* Re-introduce the libfam0c102 dummy package to ensure that systems with
libfam0c102 package installed only to satisfy dependency will also
receive updates to new fam libraries. Full story in README.Debian in
the libfam0 package. (closes: #327241, #335564, #332847)
* Include stdlib.h to cure a FTBFS bug (fix by Daniel Schepler).
(closes: #347876)
* Include GNU/kFreeBSD compatibility patch (fix by Robert Millan and
Aurelien Jarno). (closes: #325291)
* Make fam Depend on portmap again because fam cannot work without the
portmapper, even in a local environment. (closes: #332790, #332665)
* Remove start-stop-daemon call. (closes: #339849)
* Add init script dependency description. (closes: #337645)
Files:
52a70e0a4c00e13ad7d0156619f98574 644 admin optional fam_2.7.0-9.dsc
2f078502c528fad080598f11a0efabd6 22534 admin optional fam_2.7.0-9.diff.gz
aab883048f8c06981966a778d080fea3 12030 libs optional
libfam0c102_2.7.0-9_all.deb
2f5df8774d6bb521b9bacf4609260341 70940 admin optional fam_2.7.0-9_i386.deb
2314ed07df8287b5260cf691c0ee38a0 27190 libs optional libfam0_2.7.0-9_i386.deb
86f1052d14eeb1c48cce560f318d7bb8 38054 libdevel optional
libfam-dev_2.7.0-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDzEstqq7AEt0PYmgRAj/BAKDIU2bCRBHVvTDyOyzGT46ZUVNvnACgtdSM
CtBwAZVitl/MavTaC8iCNZ8=
=qeuZ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]