Your message dated Tue, 21 Mar 2006 17:17:12 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356582: fixed in linm 0.7.7-3
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: linm
Version: 0.6.7-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of linm_0.6.7-2 on bigsur by sbuild/mips 1.89
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../src  -O2  -g 
> -O2 -MT menu.o -MD -MP -MF ".deps/menu.Tpo" -c -o menu.o menu.cpp; \
>       then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; else rm -f 
> ".deps/menu.Tpo"; exit 1; fi
> ../src/panel.h:108: error: extra qualification 'MLS::Panel::' on member 
> 'SetCur'
> make[3]: *** [menu.o] Error 1


--- ./src/panel.h~      2006-03-12 20:57:32.000000000 +0000
+++ ./src/panel.h       2006-03-12 20:57:36.000000000 +0000
@@ -105,7 +105,7 @@
        Reader *_tReader;                               ///< tReader
 
        /// @brief              파일위치 설정.
-       void Panel::SetCur(const int cur)
+       void SetCur(const int cur)
        {
                _cur = cur;
                _page = _cur / (_ncol * _nrow);

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: linm
Source-Version: 0.7.7-3

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

linm_0.7.7-3.dsc
  to pool/main/l/linm/linm_0.7.7-3.dsc
linm_0.7.7-3.tar.gz
  to pool/main/l/linm/linm_0.7.7-3.tar.gz
linm_0.7.7-3_i386.deb
  to pool/main/l/linm/linm_0.7.7-3_i386.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.
Ki-Heon Kim <[EMAIL PROTECTED]> (supplier of updated linm 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: Wed,  22 Mar 2006 09:48:10 +0900
Source: linm
Binary: linm
Architecture: source i386
Version: 0.7.7-3
Distribution: unstable
Urgency: low
Maintainer: Ki-Heon Kim <[EMAIL PROTECTED]>
Changed-By: Ki-Heon Kim <[EMAIL PROTECTED]>
Description: 
 linm       - The famous file manager from the MS-DOS age
Closes: 356582
Changes: 
 linm (0.7.7-3) unstable; urgency=low
 .
   * bug fix again. Closes: #356582
Files: 
 796a85ae97c4da87896e34d628d23630 529 utils optional linm_0.7.7-3.dsc
 3e40e262104de8032af784b4c82fefd6 671318 utils optional linm_0.7.7-3.tar.gz
 b3f85e7d792ae5ffc980c2a8f6ed0665 750220 utils optional linm_0.7.7-3_i386.deb

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

iD8DBQFEIKHT822JQk25dpQRAl2pAJ9JgszVyLHQEtbOQs8oI3mfvx/TYQCeLT53
tbQQ12gjk37BusZoPGc5gXg=
=utzH
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to