Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#120509: marked as done (chromium_0.9-7(unstable/hppa): fails to build with g++-3.0)

0 views
Skip to first unread message

Debian Bug Tracking System

unread,
Nov 22, 2001, 3:30:17 PM11/22/01
to
Your message dated Thu, 22 Nov 2001 15:03:58 -0500
with message-id <E16704k-...@auric.debian.org>
and subject line Bug#120509: fixed in chromium 0.9-8
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; 21 Nov 2001 15:42:07 +0000
From lap...@ruari-quinn.demon.co.uk Wed Nov 21 09:42:07 2001
Return-path: <lap...@ruari-quinn.demon.co.uk>
Received: from cicero.e-mis.co.uk [212.240.194.162] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 166ZVn-0003Wr-00; Wed, 21 Nov 2001 09:42:07 -0600
Received: from juvenal.e-mis.co.uk ([212.240.40.114] helo=plato.systems)
by cicero.e-mis.co.uk with esmtp (Exim 3.12 #1 (Debian))
id 166ZVl-0005sq-00
for <sub...@bugs.debian.org>; Wed, 21 Nov 2001 15:42:05 +0000
Received: from laptop by plato.systems with local (Exim 3.32 #1 (Debian))
id 166ZVl-0007xT-00
for <sub...@bugs.debian.org>; Wed, 21 Nov 2001 15:42:05 +0000
To: sub...@bugs.debian.org
Subject: chromium_0.9-7(unstable/hppa): fails to build with g++-3.0
Mail-Copies-To: never
From: James Troup <ja...@nocrew.org>
Date: 21 Nov 2001 15:42:05 +0000
Message-ID: <84lmh0g...@plato.systems>
Lines: 48
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: James Troup (laptop) <lap...@ruari-quinn.demon.co.uk>
Delivered-To: sub...@bugs.debian.org

Package: chromium
Version: 0.9-7
Severity: important
Tags: patch

Trivial missing #include causes compile failure on g++-3.0; patch
below, please apply.

| Automatic build of chromium_0.9-7 on sarti by sbuild/hppa 1.159
| Build started at 20011120-0023
| ******************************************************************************

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev (>= 1.2.2-3.1), libsmpeg-dev, libopenal-dev, libglpng-dev, xlibmesa-dev

[...]

| g++ -c -pipe `/usr/bin/sdl-config --cflags` -DUSE_SDL `/usr/bin/smpeg-config --cflags` -O2 -DAUDIO_OPENAL -D_REENTRANT -I../support/include -I../support/glpng/include -I/usr/X11R6/include -o NCString.o NCString.cpp
| NCString.cpp: In member function `NCString& NCString::sprintf(const char*,
| ...)':
| NCString.cpp:281: `va_list' undeclared (first use this function)
| NCString.cpp:281: (Each undeclared identifier is reported only once for each
| function it appears in.)
| NCString.cpp:281: parse error before `;' token
| NCString.cpp:286: `args' undeclared (first use this function)
| NCString.cpp:286: `va_start' undeclared (first use this function)
| NCString.cpp:288: `va_end' undeclared (first use this function)
| make[2]: *** [NCString.o] Error 1

A complete build log can be found at
http://buildd.debian.org/build.php?arch=hppa&pkg=chromium&ver=0.9-7

--
James

diff -ur chromium-0.9.old/src/NCString.cpp chromium-0.9/src/NCString.cpp
--- chromium-0.9.old/src/NCString.cpp Sun May 20 18:04:58 2001
+++ chromium-0.9/src/NCString.cpp Wed Nov 21 15:35:45 2001
@@ -1,6 +1,7 @@
#include "NCString.h"

#include <stdio.h>
+#include <stdarg.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>

---------------------------------------
Received: (at 120509-close) by bugs.debian.org; 22 Nov 2001 20:03:59 +0000
From tr...@auric.debian.org Thu Nov 22 14:03:59 2001
Return-path: <tr...@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16704l-0005WW-00; Thu, 22 Nov 2001 14:03:59 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16704k-0001V6-00; Thu, 22 Nov 2001 15:03:58 -0500
From: Peter Joseph <knee...@debian.org>
To: 120509...@bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#120509: fixed in chromium 0.9-8
Message-Id: <E16704k-...@auric.debian.org>
Sender: James Troup <tr...@auric.debian.org>
Date: Thu, 22 Nov 2001 15:03:58 -0500
Delivered-To: 120509...@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
chromium, which has been installed in the Debian FTP archive:

chromium_0.9-8.dsc
to pool/main/c/chromium/chromium_0.9-8.dsc
chromium_0.9-8.tar.gz
to pool/main/c/chromium/chromium_0.9-8.tar.gz
chromium_0.9-8_i386.deb
to pool/main/c/chromium/chromium_0.9-8_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 120...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Joseph <knee...@debian.org> (supplier of updated chromium 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 ftpm...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Nov 2001 16:15:55 +0000
Source: chromium
Binary: chromium
Architecture: source i386
Version: 0.9-8
Distribution: unstable
Urgency: low
Maintainer: Peter Joseph <knee...@debian.org>
Changed-By: Peter Joseph <knee...@debian.org>
Description:
chromium - Slick scrolling space shooter
Closes: 120509
Changes:
chromium (0.9-8) unstable; urgency=low
.
* Patched /src/NCString.cpp file to fix g++3.0 build problems
(closes: #120509)
Files:
bb147401007dce0a98089a6b1ac6cf81 625 games optional chromium_0.9-8.dsc
cd9ebc15d6a6c7e2873a0ef9841b880f 633966 games optional chromium_0.9-8.tar.gz
8836d509af19466fdadea43c2e4fd0e5 111518 games optional chromium_0.9-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7/S1523KXQVmEVPERAhNBAJ9RyeCldvr4GTlUoZkc+NqIjwjzgACfVli+
bs9gpdzzRBwzAPnJAPVjQxM=
=Ea5F
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-bugs-c...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

0 new messages