Your message dated Sat, 14 Jan 2006 03:17:05 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347357: fixed in dwww 1.9.27
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; 10 Jan 2006 10:09:49 +0000
>From [EMAIL PROTECTED] Tue Jan 10 02:09:49 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 1EwGRp-0000Cd-BD
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 02:09:49 -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 6FD4FB88E
        for <[EMAIL PROTECTED]>; Tue, 10 Jan 2006 11:09:12 +0100 (CET)
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1EwGRD-00061z-Ta
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 11:09:11 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dwww: FTBFS with new make
From: Daniel Schepler <[EMAIL PROTECTED]>
Date: Tue, 10 Jan 2006 11:09:11 +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: dwww
Severity: serious
Version: 1.9.26
Tags: patch

>From my pbuilder build log:

...
perl -e '                                       \
                use lib ".";                            \
                use Debian::Dwww::Initialize;           \
                $d=&DwwwInitialize;                     \
                $v="";                                  \
                foreach $k (sort keys %{$d}) {  \
                        $v.="\t$k=\"$d->{$k}\"\n"       \
                                if $k ne "DWWW_TITLE";  \
                }                                       \
                while (<>) {                            \
                        s/#VERSION#/1.9.26/g;   \
                        s/^.*#DWWWVARS#.*$/$v/g;        \
                        print;                          \
                }'                                      \
          < Dwww/Version.pm.in > Dwww/Version.pm
"use" not allowed in expression at -e line 2, near ""
syntax error at -e line 2, near "use lib "
"use" not allowed in expression at -e line 3, near ""
syntax error at -e line 6, near "foreach "
Execution of -e aborted due to compilation errors.
make[1]: *** [Dwww/Version.pm] Error 255
make[1]: Leaving directory `/tmp/buildd/dwww-1.9.26'
make: *** [build-stamp] Error 2

I've attached a patch which fixes the build for me.

-- 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)

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=dwww.diff

diff -urN dwww-1.9.26.old/Makefile dwww-1.9.26/Makefile
--- dwww-1.9.26.old/Makefile    2005-04-07 23:40:08.000000000 +0000
+++ dwww-1.9.26/Makefile        2006-01-10 10:03:19.000000000 +0000
@@ -70,20 +70,20 @@
 
 
 %::%.in $(source_links)
-       perl -e '                                       \
-               use lib ".";                            \
-               use Debian::Dwww::Initialize;           \
-               $$d=&DwwwInitialize;                    \
-               $$v="";                                 \
-               foreach $$k (sort keys %{$$d}) {        \
-                       $$v.="\t$$k=\"$$d->{$$k}\"\n"   \
-                               if $$k ne "DWWW_TITLE"; \
-               }                                       \
-               while (<>) {                            \
-                       s/#VERSION#/$(VERSION)/g;       \
-                       s/^.*#DWWWVARS#.*$$/$$v/g;      \
-                       print;                          \
-               }'                                      \
+       perl -e '                                       '\
+'              use lib ".";                            '\
+'              use Debian::Dwww::Initialize;           '\
+'              $$d=&DwwwInitialize;                    '\
+'              $$v="";                                 '\
+'              foreach $$k (sort keys %{$$d}) {        '\
+'                      $$v.="\t$$k=\"$$d->{$$k}\"\n"   '\
+'                              if $$k ne "DWWW_TITLE"; '\
+'              }                                       '\
+'              while (<>) {                            '\
+'                      s/#VERSION#/$(VERSION)/g;       '\
+'                      s/^.*#DWWWVARS#.*$$/$$v/g;      '\
+'                      print;                          '\
+'              }'                                      \
          < $< > $@
        touch -r $< $@
 

--=-=-=--

---------------------------------------
Received: (at 347357-close) by bugs.debian.org; 14 Jan 2006 11:20:35 +0000
>From [EMAIL PROTECTED] Sat Jan 14 03:20:35 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1ExjP7-0006aO-8r; Sat, 14 Jan 2006 03:17:05 -0800
From: Robert Luberda <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#347357: fixed in dwww 1.9.27
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 14 Jan 2006 03:17:05 -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
X-CrossAssassin-Score: 4

Source: dwww
Source-Version: 1.9.27

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

dwww_1.9.27.dsc
  to pool/main/d/dwww/dwww_1.9.27.dsc
dwww_1.9.27.tar.gz
  to pool/main/d/dwww/dwww_1.9.27.tar.gz
dwww_1.9.27_i386.deb
  to pool/main/d/dwww/dwww_1.9.27_i386.deb
realpath_1.9.27_i386.deb
  to pool/main/d/dwww/realpath_1.9.27_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.
Robert Luberda <[EMAIL PROTECTED]> (supplier of updated dwww 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: Sat, 14 Jan 2006 12:06:10 +0100
Source: dwww
Binary: dwww realpath
Architecture: source i386
Version: 1.9.27
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda <[EMAIL PROTECTED]>
Changed-By: Robert Luberda <[EMAIL PROTECTED]>
Description: 
 dwww       - Read all on-line documentation with a WWW browser
 realpath   - Return the canonicalized absolute pathname
Closes: 336926 339547 342149 347357
Changes: 
 dwww (1.9.27) unstable; urgency=low
 .
   * Fix FTBFS with new make (closes: #347357).
   * Initial translations of debconf templates:
     + Swedish (closes: #339547)
     + Portuguese (closes: #336926).
   * realpath.1: add reference to basename(1) and dirname(1) (closes: #342149).
   * menu-method: update path for install-menu program (lintian).
Files: 
 b48dacc8729a4795987d9513630acf14 505 doc optional dwww_1.9.27.dsc
 52397768d7548edbc5042ec0e3e3648f 108278 doc optional dwww_1.9.27.tar.gz
 93d2409cb7e76c78c64c3f0a06a35da2 104410 doc optional dwww_1.9.27_i386.deb
 db2a29076307bbd8019f7a1729829b5d 23986 utils optional realpath_1.9.27_i386.deb

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

iD8DBQFDyNuDThh1cJ0wnDsRAgnGAKCFFfyxBsm1AiHw3jKGk4vS3I87jwCfeChF
BqnHNaVRY7qnvnJEKsLA8VY=
=xkdd
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to