Bug#282529: marked as done (libgnome_2.8.0-3(alpha/unstable): FTBFS: makes assumptions about va_list type)

Debian Bug Tracking System owner@bugs.debian.org
Tue, 23 Nov 2004 05:48:05 -0800


Your message dated Tue, 23 Nov 2004 08:32:03 -0500
with message-id <E1CWam3-0002vG-00@newraff.debian.org>
and subject line Bug#282529: fixed in libgnome 2.8.0-4
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; 22 Nov 2004 20:18:18 +0000
>From rmurray@cyberhqz.com Mon Nov 22 12:18:18 2004
Return-path: <rmurray@cyberhqz.com>
Received: from (straylight.cyberhqz.com) [24.85.92.182] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CWKde-0005dg-00; Mon, 22 Nov 2004 12:18:18 -0800
Received: from localhost (localhost [127.0.0.1])
	by straylight.cyberhqz.com (Postfix) with ESMTP id BD7A054216
	for <submit@bugs.debian.org>; Mon, 22 Nov 2004 12:18:17 -0800 (PST)
Received: from straylight.cyberhqz.com ([127.0.0.1])
	by localhost (straylight [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 02220-05 for <submit@bugs.debian.org>;
	Mon, 22 Nov 2004 12:18:13 -0800 (PST)
Received: by straylight.cyberhqz.com (Postfix, from userid 1000)
	id 16D79541F4; Mon, 22 Nov 2004 12:18:13 -0800 (PST)
Date: Mon, 22 Nov 2004 12:18:13 -0800
From: Ryan Murray <rmurray@debian.org>
To: submit@bugs.debian.org
Subject: libgnome_2.8.0-3(alpha/unstable): FTBFS: makes assumptions about va_list type
Message-ID: <20041122201813.GY18101@cyberhqz.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
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: libgnome
Version: 2.8.0-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of libgnome_2.8.0-3 on goedel by sbuild/alpha 1.170.5
> Build started at 20041122-1927

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), libxml2-dev (>= 2.4.22), libbz2-dev, libgnomevfs2-dev (>= 2.7.91-3), libbonobo2-dev (>= 2.6.0-2), libpopt-dev, libxslt1-dev (>= 1.1.2), zlib1g-dev, intltool, libgconf2-dev (>= 2.7.92), liborbit2-dev (>= 1:2.10.2-1.1), libesd0-dev, libglib2.0-dev (>= 2.4.1-2), cdbs, gnome-pkg-tools, gtk-doc-tools, docbook-xml

[...]

> then mv -f ".deps/gnome-program.Tpo" ".deps/gnome-program.Plo"; \
> else rm -f ".deps/gnome-program.Tpo"; exit 1; \
> fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\"/usr\" -DLIBGNOME_LIBDIR=\"/usr/lib\" -DLIBGNOME_DATADIR=\"/usr/share\" -DLIBGNOME_BINDIR=\"/usr/bin\" -DLIBGNOME_LOCALSTATEDIR=\"/var/lib\" -DLIBGNOME_SYSCONFDIR=\"/etc\" -DVERSION=\"2.8.0\" -DGNOMEVFSVERSION=\"2.8.3\" -DG_LOG_DOMAIN=\"Gnome\" -Wall -g -MT gnome-program.lo -MD -MP -MF .deps/gnome-program.Tpo -c gnome-program.c  -fPIC -DPIC -o .libs/gnome-program.o
> gnome-program.c: In function `gnome_program_init_paramv':
> gnome-program.c:1932: error: incompatible type for argument 8 of `gnome_program_init_common'
> make[4]: *** [gnome-program.lo] Error 1
> make[4]: Leaving directory `/build/buildd/libgnome-2.8.0/libgnome'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/build/buildd/libgnome-2.8.0/libgnome'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/libgnome-2.8.0'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/libgnome-2.8.0'
> make: *** [debian/stamp-makefile-build] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=alpha&pkg=libgnome&ver=2.8.0-3

libgnome passes a "0" into a va_list parameter, assumng that it is an
integer or pointer type, which it isn't on alpha.

---------------------------------------
Received: (at 282529-close) by bugs.debian.org; 23 Nov 2004 13:38:02 +0000
>From katie@ftp-master.debian.org Tue Nov 23 05:38:02 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CWarq-0003Hd-00; Tue, 23 Nov 2004 05:38:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CWam3-0002vG-00; Tue, 23 Nov 2004 08:32:03 -0500
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
To: 282529-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#282529: fixed in libgnome 2.8.0-4
Message-Id: <E1CWam3-0002vG-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 23 Nov 2004 08:32:03 -0500
Delivered-To: 282529-close@bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: libgnome
Source-Version: 2.8.0-4

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

libgnome2-0_2.8.0-4_i386.deb
  to pool/main/libg/libgnome/libgnome2-0_2.8.0-4_i386.deb
libgnome2-common_2.8.0-4_all.deb
  to pool/main/libg/libgnome/libgnome2-common_2.8.0-4_all.deb
libgnome2-dev_2.8.0-4_i386.deb
  to pool/main/libg/libgnome/libgnome2-dev_2.8.0-4_i386.deb
libgnome2-doc_2.8.0-4_all.deb
  to pool/main/libg/libgnome/libgnome2-doc_2.8.0-4_all.deb
libgnome_2.8.0-4.diff.gz
  to pool/main/libg/libgnome/libgnome_2.8.0-4.diff.gz
libgnome_2.8.0-4.dsc
  to pool/main/libg/libgnome/libgnome_2.8.0-4.dsc



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 282529@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý <ondrej@sury.org> (supplier of updated libgnome 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 23 Nov 2004 11:32:32 +0100
Source: libgnome
Binary: libgnome2-common libgnome2-0 libgnome2-doc libgnome2-dev
Architecture: source all i386
Version: 2.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý <ondrej@debian.org>
Changed-By: Ondřej Surý <ondrej@sury.org>
Description: 
 libgnome2-0 - The GNOME 2 library - runtime files
 libgnome2-common - The GNOME 2 library - common files
 libgnome2-dev - The GNOME 2 library - development files
 libgnome2-doc - The GNOME 2 library - documentation files
Closes: 282529
Changes: 
 libgnome (2.8.0-4) unstable; urgency=medium
 .
   * debian/patches/02_va_list_type.patch: patch to fix FTBFS on alpha (Closes: #282529)
Files: 
 5cb525d1bdc1df0791478a224e328ef8 1719 devel optional libgnome_2.8.0-4.dsc
 45e9d92cdfe4e5a4b5293e06ee596c38 7687 devel optional libgnome_2.8.0-4.diff.gz
 efc53633579bb64acc9c0df646f86753 626012 libs optional libgnome2-common_2.8.0-4_all.deb
 c8b0ac5ac4655a3d659c2ed6fe758c6a 91706 doc optional libgnome2-doc_2.8.0-4_all.deb
 37f6b943395ee247938c7db0dc193d6b 93966 libs optional libgnome2-0_2.8.0-4_i386.deb
 b990156d1335601d1c4b369cf1c61157 94100 libdevel optional libgnome2-dev_2.8.0-4_i386.deb

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

iD8DBQFBozll9OZqfMIN8nMRAvRaAJ9NVuOcmnRjU+N7LbwJKVnIysd5qgCcDpDA
P+A1BD3qIPd5DeopLjq1zDA=
=fGFU
-----END PGP SIGNATURE-----