Your message dated Sun, 16 Sep 2007 20:47:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441449: fixed in memlockd 0.03-0.2
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)

--- Begin Message ---
Package: memlockd
Severity: serious
Tags: patch

memlockd fails to build on multiple architectures (at least arm, mips,
and mipsel) due to the way the compiler is invoked:

gcc -O2 memlockd.cpp -o memlockd -Wall -W -Wshadow -Wpointer-arith -Wcast-align 
-Wwrite-strings -Wcast-qual -pedantic -ffor-scope -lstdc++
gcc: error trying to exec 'cc1plus': execvp: No such file or directory

--- memlockd-0.03.orig/Makefile
+++ memlockd-0.03/Makefile
@@ -5,7 +5,7 @@


 memlockd: memlockd.cpp
-       gcc -O2 memlockd.cpp -o memlockd $(WFLAGS) -lstdc++
+       g++ -O2 memlockd.cpp -o memlockd $(WFLAGS)

 clean:
        rm -f memlockd

-- 
Robert Edmonds
[EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: memlockd
Source-Version: 0.03-0.2

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

memlockd_0.03-0.2.diff.gz
  to pool/main/m/memlockd/memlockd_0.03-0.2.diff.gz
memlockd_0.03-0.2.dsc
  to pool/main/m/memlockd/memlockd_0.03-0.2.dsc
memlockd_0.03-0.2_amd64.deb
  to pool/main/m/memlockd/memlockd_0.03-0.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.
Robert S. Edmonds <[EMAIL PROTECTED]> (supplier of updated memlockd 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: Sun, 09 Sep 2007 17:17:20 -0400
Source: memlockd
Binary: memlockd
Architecture: source amd64
Version: 0.03-0.2
Distribution: unstable
Urgency: low
Maintainer: Russell Coker <[EMAIL PROTECTED]>
Changed-By: Robert S. Edmonds <[EMAIL PROTECTED]>
Description: 
 memlockd   - daemon to lock files into RAM
Closes: 441449
Changes: 
 memlockd (0.03-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Compile with g++, not gcc -lstdc++; closes: #441449.
Files: 
 ce87ef23240f9006561863a6e5691a58 559 admin optional memlockd_0.03-0.2.dsc
 2f7126a41cbd2054b1e034394faf48ba 1169 admin optional memlockd_0.03-0.2.diff.gz
 376a91dee46f205827511a5ca9d69756 10958 admin optional 
memlockd_0.03-0.2_amd64.deb

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

iD8DBQFG5GZBdp+/SHMBQJERAojLAJoCrbXMfJCSaCHxMYaW4BROg4L36QCeI9YJ
5MWid6y32oiz7Mf+hZxW3Gg=
=Lprf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to