[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#293972: marked as done (libgtk-perl: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment)



Your message dated Sat, 11 Jun 2005 03:02:32 -0400
with message-id <E1Dh00m-0000pO-00@newraff.debian.org>
and subject line Bug#293972: fixed in libgtk-perl 0.7009-3
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; 7 Feb 2005 08:23:10 +0000
>From aj@andaco.de Mon Feb 07 00:23:09 2005
Return-path: <aj@andaco.de>
Received: from d168173.adsl.hansenet.de (localhost.localdomain) [80.171.168.173] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cy4An-0000qa-00; Mon, 07 Feb 2005 00:23:09 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
	id 1Cy4Aj-000878-1e; Mon, 07 Feb 2005 09:23:05 +0100
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: libgtk-perl: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <E1Cy4Aj-000878-1e@localhost.localdomain>
Date: Mon, 07 Feb 2005 09:23:05 +0100
Delivered-To: submit@bugs.debian.org
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: libgtk-perl
Severity: normal
Tags: patch

When building 'libgtk-perl' on amd64 with gcc-4.0,
I get the following error:

cc -c  -I/libgtk-perl-0.7009/Gnome/../Gtk/../blib/arch/Gtk/Install/ -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT  -I. -I./build -I/libgtk-perl-0.7009/Gnome/../GdkImlib/blib/arch/Gtk/Gdk/ImlibImage/Install/ -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64    -DVERSION=\"0.7009\" -DXS_VERSION=\"0.7009\" -fPIC "-I/usr/lib/perl/5.8/CORE"  -DPERL_POLLUTE -DLAZY_LOAD -DPGTK_THREADS -DGTK_HVER=0x01020a -DGNOME_HVER=0x010402 xs/Gnome.c
Gnome.xs: In function 'get_options':
Gnome.xs:249: error: invalid lvalue in assignment
make[2]: *** [xs/Gnome.o] Error 1
make[2]: Leaving directory `/libgtk-perl-0.7009/Gnome'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgtk-perl-0.7009/Gnome/xs/Gnome.xs ./Gnome/xs/Gnome.xs
--- ../tmp-orig/libgtk-perl-0.7009/Gnome/xs/Gnome.xs	2005-02-07 08:48:15.227865339 +0100
+++ ./Gnome/xs/Gnome.xs	2005-02-07 08:45:19.480981418 +0100
@@ -245,8 +245,8 @@
 		SV **s;
 
 		o->argInfo = POPT_ARG_NONE;
-		if ((s=av_fetch(av, i, 0)) && SvOK(*s))
-			longopt = (char*) o->longName = g_strdup(SvPV(*s, PL_na));
+		if ((s=av_fetch(av, i, 0)) && SvOK(*s)) 
+			longopt = o->longName = g_strdup(SvPV(*s, PL_na));
 		if (longopt && (p=strchr(longopt, '|'))) { /* short option */
 			*p++ = 0;
 			o->shortName = *p;

---------------------------------------
Received: (at 293972-close) by bugs.debian.org; 11 Jun 2005 07:08:08 +0000
>From katie@ftp-master.debian.org Sat Jun 11 00:08:08 2005
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 1Dh06B-0005OS-00; Sat, 11 Jun 2005 00:08:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Dh00m-0000pO-00; Sat, 11 Jun 2005 03:02:32 -0400
From: Frank Lichtenheld <djpig@debian.org>
To: 293972-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#293972: fixed in libgtk-perl 0.7009-3
Message-Id: <E1Dh00m-0000pO-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 11 Jun 2005 03:02:32 -0400
Delivered-To: 293972-close@bugs.debian.org
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: libgtk-perl
Source-Version: 0.7009-3

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

libgladexml-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgladexml-perl_0.7009-3_i386.deb
libgnome-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgnome-perl_0.7009-3_i386.deb
libgnome-print-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgnome-print-perl_0.7009-3_i386.deb
libgtk-imlib-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-imlib-perl_0.7009-3_i386.deb
libgtk-perl_0.7009-3.diff.gz
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3.diff.gz
libgtk-perl_0.7009-3.dsc
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3.dsc
libgtk-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3_i386.deb
libgtk-pixbuf-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-pixbuf-perl_0.7009-3_i386.deb
libgtkglarea-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtkglarea-perl_0.7009-3_i386.deb
libgtkxmhtml-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtkxmhtml-perl_0.7009-3_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 293972@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Lichtenheld <djpig@debian.org> (supplier of updated libgtk-perl 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: Sat, 11 Jun 2005 08:28:51 +0200
Source: libgtk-perl
Binary: libgnome-perl libgtk-pixbuf-perl libgtk-imlib-perl libgladexml-perl libgtk-perl libgnome-print-perl libgtkglarea-perl libgtkxmhtml-perl
Architecture: source i386
Version: 0.7009-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Frank Lichtenheld <djpig@debian.org>
Description: 
 libgladexml-perl - Perl module for the libglade library
 libgnome-perl - Perl module for the gnome and zvt libraries
 libgnome-print-perl - Perl module for the gnome print library
 libgtk-imlib-perl - Perl module for the gdkimlib library
 libgtk-perl - Perl module for the gtk+ library
 libgtk-pixbuf-perl - Perl module for the gdkpixbuf library
 libgtkglarea-perl - Perl module for the gtkglarea library
 libgtkxmhtml-perl - Perl module for the libgtkxmhtml library
Closes: 293972
Changes: 
 libgtk-perl (0.7009-3) unstable; urgency=low
 .
   * QA Upload
   * Bug fix: "libgtk-perl: FTBFS (amd64/gcc-4.0): invalid lvalue in
     assignment", thanks to Andreas Jochens (Closes: #293972).
Files: 
 df632fab7405c1e96efcfeab8504ba24 989 perl optional libgtk-perl_0.7009-3.dsc
 f9b4a19046702a80d0e74e9b5e165f59 9291 perl optional libgtk-perl_0.7009-3.diff.gz
 c3c8d0791e9c41f8381232d76a00a2ef 801214 perl optional libgtk-perl_0.7009-3_i386.deb
 cadfe1e0c4d931e1eb57414273beebf0 58132 perl optional libgtk-imlib-perl_0.7009-3_i386.deb
 6030b64272166fafb761a289237489bb 55040 perl optional libgtk-pixbuf-perl_0.7009-3_i386.deb
 1d7859d3ef5f8f5a9389e1965c60c445 268712 perl optional libgnome-perl_0.7009-3_i386.deb
 1f88a81136453b9ac01d1da6696d696c 82970 perl optional libgnome-print-perl_0.7009-3_i386.deb
 a8d6b9e155caa3a3d8765444e82bf26f 47974 perl optional libgtkglarea-perl_0.7009-3_i386.deb
 504d82ed82d059ded48e1f0a6033792c 48792 perl optional libgladexml-perl_0.7009-3_i386.deb
 aa610e5ae4625b666d997c8e135ea082 46592 perl optional libgtkxmhtml-perl_0.7009-3_i386.deb

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

iD8DBQFCqopdQbn06FtxPfARAlp6AJ4t9qDJS1wPEdnF7e0J9rnT9s0wOACgjV2m
bk55PwN7i7s/sPRi7+lMiv4=
=9iVG
-----END PGP SIGNATURE-----



Reply to: