Your message dated Fri, 08 Apr 2005 12:03:23 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303419: fixed in steam 1.6.2-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; 6 Apr 2005 15:26:22 +0000
>From [EMAIL PROTECTED] Wed Apr 06 08:26:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d007051.adsl.hansenet.de (localhost.localdomain) [80.171.7.51] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DJCQ9-0005Y2-00; Wed, 06 Apr 2005 08:26:21 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DJCQE-0006Lu-2C; Wed, 06 Apr 2005 17:26:26 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: steam: FTBFS: 'clean' target does not work/configure scripts not 
executable/errors with gcc-4.0 
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 06 Apr 2005 17:26:26 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: steam
Version: 1.6.1-2
Severity: serious
Tags: patch

When trying to build 'steam', I get the following error:

#-/usr/bin/make clean
for a in sources; do ( cd $a && /usr/bin/make  clean); done
make[1]: Entering directory `/steam-1.6.1/sources'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/steam-1.6.1/sources'
make: *** [clean] Error 2

When this is fixed, the build fails because the configure scripts
are not executable.

Additionally, the package does not compile with gcc-4.0
(two "invalid lvalue in assignent" errors in xslt.c).

With the attached patch 'steam' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/steam-1.6.1/debian/rules ./debian/rules
--- ../tmp-orig/steam-1.6.1/debian/rules        2005-04-06 16:45:45.356346394 
+0200
+++ ./debian/rules      2005-04-06 16:45:35.860126886 +0200
@@ -34,6 +34,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
+       chmod a+x configure */configure */*/configure
        ./configure --prefix=$(PREFIX) --with-realdir=$(REAL_DIR) 
--with-pike=/usr/bin/pike7.4 --with-config=/etc/steam 
--with-installdir=$(CURDIR)/$(INSTALL_DIR)
        cd sources && ./configure
        make
@@ -56,7 +57,7 @@
        # The original Makefile deletes configure files, which should be
        # included in debian diffs. So clean manually
        #-$(MAKE) clean
-       for a in sources; do ( cd $$a && $(MAKE) $(MAKE_FLAGS) clean); done
+       for a in sources; do ( if test -f $$a/Makefile; then cd $$a && $(MAKE) 
$(MAKE_FLAGS) clean; fi); done
 
        -rm -rf server/libraries/AbstractCallbacks.pike sources/aclocal.m4 
sources/autom4te.cache sources/libxslt/autom4te.cache 
sources/wiki/autom4te.cache sources/_XML/autom4te.cache spm/aclocal.m4 
spm/autom4te.cache spm/.in server/libraries/*.so sources/wiki/wiki.so 
sources/libxslt/Makefile  sources/Makefile sources/wiki/Makefile 
sources/_XML/Makefile
 
diff -urN ../tmp-orig/steam-1.6.1/sources/libxslt/xslt.c 
./sources/libxslt/xslt.c
--- ../tmp-orig/steam-1.6.1/sources/libxslt/xslt.c      2005-03-04 
10:10:08.000000000 +0100
+++ ./sources/libxslt/xslt.c    2005-04-06 16:43:02.541873271 +0200
@@ -190,7 +190,7 @@
     }
     strcat(out, buf);
  
-    (struct pike_string *)(store->err_str) = make_shared_string(&out[0]);
+    store->err_str = make_shared_string(&out[0]);
     add_ref(store->err_str);
     DEBUG_XSLT("leaving xsl_error() with:\n");
     DEBUG_XSLT(out);
@@ -228,7 +228,7 @@
     strcat(out, buf);
     DEBUG_XSLT("leaving xml_error():\n");
     DEBUG_XSLT(out);
-    (struct pike_string *)(store->err_str) = make_shared_string(&out[0]);
+    store->err_str = make_shared_string(&out[0]);
     add_ref(store->err_str);
 }
 

---------------------------------------
Received: (at 303419-close) by bugs.debian.org; 8 Apr 2005 16:18:35 +0000
>From [EMAIL PROTECTED] Fri Apr 08 09:18:35 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 1DJwBm-0006OG-00; Fri, 08 Apr 2005 09:18:35 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DJvx5-0005fE-00; Fri, 08 Apr 2005 12:03:23 -0400
From: Alain Schroeder <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#303419: fixed in steam 1.6.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 08 Apr 2005 12:03:23 -0400
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: steam
Source-Version: 1.6.2-1

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

steam-lib_1.6.2-1_i386.deb
  to pool/main/s/steam/steam-lib_1.6.2-1_i386.deb
steam_1.6.2-1.diff.gz
  to pool/main/s/steam/steam_1.6.2-1.diff.gz
steam_1.6.2-1.dsc
  to pool/main/s/steam/steam_1.6.2-1.dsc
steam_1.6.2-1_all.deb
  to pool/main/s/steam/steam_1.6.2-1_all.deb
steam_1.6.2.orig.tar.gz
  to pool/main/s/steam/steam_1.6.2.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.
Alain Schroeder <[EMAIL PROTECTED]> (supplier of updated steam 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: Fri,  8 Apr 2005 17:21:36 +0200
Source: steam
Binary: steam-lib steam
Architecture: source all i386
Version: 1.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Alain Schroeder <[EMAIL PROTECTED]>
Changed-By: Alain Schroeder <[EMAIL PROTECTED]>
Description: 
 steam      - environment for cooperative knowledgemanagment
 steam-lib  - environment for cooperative knowledgemanagment (libs)
Closes: 303419
Changes: 
 steam (1.6.2-1) unstable; urgency=low
 .
   * New Upstream
     * Lots of small fixes in the code
     * spm uses random name for files in tmp, instead of fixed ones
     * lots of wiki fixes
   * Fix clean target of debian rules skript and fix failure with gcc-4.0
     (Closes: #303419)
   * Create the configuration template /etc/steam/config.tmp.
Files: 
 a4eba3e516076cd624e0f0a02c06cdaa 665 misc optional steam_1.6.2-1.dsc
 82aa86bdfb67ba5d753161d4889e1be8 517558 misc optional steam_1.6.2.orig.tar.gz
 a33200dbc6e523519c146c3c357773e0 128784 misc optional steam_1.6.2-1.diff.gz
 0e0f23e97b4155c7a0f2e49ea0d97b54 436556 misc optional steam_1.6.2-1_all.deb
 2465315292c5165f79a2961c90d8d668 32298 misc optional steam-lib_1.6.2-1_i386.deb

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

iD8DBQFCVqP9jO6yWbPCgfQRAjZZAJ0e0pCzR7r3Vb+6iXn5TDwA9FSP9wCfT/K+
c8PznnWV0xMCT2zzjdFeQDU=
=+azV
-----END PGP SIGNATURE-----


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

Reply via email to