Your message dated Fri, 25 Feb 2005 19:32:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287453: fixed in libxtemplate-ruby1.8 0.8.0-1
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; 27 Dec 2004 20:26:17 +0000
>From [EMAIL PROTECTED] Mon Dec 27 12:26:17 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c156115.adsl.hansenet.de (localhost.localdomain)
[213.39.156.115]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cj1RZ-0006Ii-00; Mon, 27 Dec 2004 12:26:17 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cj1Wh-0004cC-22; Mon, 27 Dec 2004 21:31:35 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libxtemplate-ruby1.8: FTBFS (amd64/gcc-4.0): invalid storage class for
function 'rb_xt_xnode_deep_dup'
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 27 Dec 2004 21:31:35 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libxtemplate-ruby1.8
Severity: normal
Tags: patch
When building 'libxtemplate-ruby1.8' on amd64 with gcc-4.0,
I get the following error:
gcc -fPIC -Wall -g -O2 -fPIC -I. -I/usr/lib/ruby/1.8/x86_64-linux
-I/usr/lib/ruby/1.8/x86_64-linux -I/libxtemplate-ruby1.8-0.7.0/ext -c xt.c
xt.c: In function 'rb_xt_sanitize':
xt.c:44: warning: unused variable 'str'
xt.c: In function 'rb_xt_xnode_deep_dup_ii':
xt.c:250: error: invalid storage class for function 'rb_xt_xnode_deep_dup'
make[1]: *** [xt.o] Error 1
make[1]: Leaving directory `/libxtemplate-ruby1.8-0.7.0/ext'
setup failed
'system make' failed
Try 'ruby install.rb --help' for detailed usage.
make: *** [build-stamp] Error 1
With the attached patch 'libxtemplate-ruby1.8' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libxtemplate-ruby1.8-0.7.0/ext/xt.c ./ext/xt.c
--- ../tmp-orig/libxtemplate-ruby1.8-0.7.0/ext/xt.c 2003-05-26
00:20:00.000000000 +0200
+++ ./ext/xt.c 2004-12-27 21:26:52.755164808 +0100
@@ -243,11 +243,12 @@
return rb_funcall(children, i_collect, 0);
}
+static VALUE rb_xt_xnode_deep_dup(int, VALUE[], VALUE);
+
static VALUE
rb_xt_xnode_deep_dup_ii(VALUE child, VALUE data)
{
VALUE node = data;
- static VALUE rb_xt_xnode_deep_dup(int, VALUE[], VALUE);
if( rb_obj_is_kind_of(child, rb_cXNode) ){
VALUE argv[1] = {node};
---------------------------------------
Received: (at 287453-close) by bugs.debian.org; 26 Feb 2005 00:38:14 +0000
>From [EMAIL PROTECTED] Fri Feb 25 16:38:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D4pyI-0002cr-00; Fri, 25 Feb 2005 16:38:14 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D4psT-0002cS-00; Fri, 25 Feb 2005 19:32:13 -0500
From: akira yamada <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287453: fixed in libxtemplate-ruby1.8 0.8.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Feb 2005 19:32:13 -0500
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-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-Spam-Level:
Source: libxtemplate-ruby1.8
Source-Version: 0.8.0-1
We believe that the bug you reported is fixed in the latest version of
libxtemplate-ruby1.8, which is due to be installed in the Debian FTP archive:
libxtemplate-ruby1.8_0.8.0-1.diff.gz
to pool/main/libx/libxtemplate-ruby1.8/libxtemplate-ruby1.8_0.8.0-1.diff.gz
libxtemplate-ruby1.8_0.8.0-1.dsc
to pool/main/libx/libxtemplate-ruby1.8/libxtemplate-ruby1.8_0.8.0-1.dsc
libxtemplate-ruby1.8_0.8.0-1_i386.deb
to pool/main/libx/libxtemplate-ruby1.8/libxtemplate-ruby1.8_0.8.0-1_i386.deb
libxtemplate-ruby1.8_0.8.0.orig.tar.gz
to pool/main/libx/libxtemplate-ruby1.8/libxtemplate-ruby1.8_0.8.0.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.
akira yamada <[EMAIL PROTECTED]> (supplier of updated libxtemplate-ruby1.8
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, 26 Feb 2005 09:15:39 +0900
Source: libxtemplate-ruby1.8
Binary: libxtemplate-ruby1.8
Architecture: source i386
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: akira yamada <[EMAIL PROTECTED]>
Changed-By: akira yamada <[EMAIL PROTECTED]>
Description:
libxtemplate-ruby1.8 - Lightweight XML templating engine like Amrita and XSLT
Closes: 287453
Changes:
libxtemplate-ruby1.8 (0.8.0-1) unstable; urgency=low
.
* new upstream version.
* applied patch. (closes: #287453)
Thanks to Andreas Jochens.
* samples/sample3[34].rb: added shebang line and removed linefeed.
* Standards-Version: 3.6.1
Files:
53df0869bf025c7d394de53f82146792 632 interpreters optional
libxtemplate-ruby1.8_0.8.0-1.dsc
84132c80f71d6f5fbb538f87d52e9388 41533 interpreters optional
libxtemplate-ruby1.8_0.8.0.orig.tar.gz
abfef8aa2d8fdb7c4607b4ec045f60a0 4406 interpreters optional
libxtemplate-ruby1.8_0.8.0-1.diff.gz
1aa2c1043be563591cfa54e3b7c359cf 44202 interpreters optional
libxtemplate-ruby1.8_0.8.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCH8LCXzkxpuIT8aARAiVYAJ93TNf/F1/JZNuTfpkngUlXu/afiACeI7Fq
NglEMXDvqnq7vFIJ2F7/eMc=
=gme1
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]