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

Bug#264778: marked as done (gtk-menu: FTBFS with gcc-3.4: storage size of 'action' isn't known)



Your message dated Wed, 1 Sep 2004 13:44:56 +0100
with message-id <20040901124456.GA26367@deprecation.cyrius.com>
and subject line Removed
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; 10 Aug 2004 09:50:49 +0000
>From aj@andaco.de Tue Aug 10 02:50:49 2004
Return-path: <aj@andaco.de>
Received: from d001013.adsl.hansenet.de (localhost) [80.171.1.13] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BuTHM-0008On-00; Tue, 10 Aug 2004 02:50:48 -0700
Received: from aj by localhost with local (Exim 4.34)
	id 1BuTHK-0003ou-Pe; Tue, 10 Aug 2004 11:50:46 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: gtk-menu: FTBFS with gcc-3.4: storage size of 'action' isn't known
Message-Id: <E1BuTHK-0003ou-Pe@localhost>
Date: Tue, 10 Aug 2004 11:50:46 +0200
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: gtk-menu
Severity: normal
Tags: patch

When building 'gtk-menu' with gcc-3.4 I get the following error:

gtk-menu.c: In function `install_signal_handlers':
gtk-menu.c:74: error: storage size of 'action' isn't known
gtk-menu.c:77: warning: implicit declaration of function `sigemptyset'
gtk-menu.c:79: warning: implicit declaration of function `sigaction'
gtk-menu.c:74: warning: unused variable `action'
gtk-menu.c: In function `fork_exec':
gtk-menu.c:202: warning: implicit declaration of function `strdup'
gtk-menu.c:202: warning: assignment makes pointer from integer without a cast
gtk-menu.c:210: warning: implicit declaration of function `putenv'
make[1]: *** [gtk-menu.o] Error 1
make[1]: Leaving directory `/gtk-menu-0.0.0.cvs20010710'
make: *** [build-stamp] Error 2

With the attached patch 'gtk-menu' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gtk-menu-0.0.0.cvs20010710/Makefile ./Makefile
--- ../tmp-orig/gtk-menu-0.0.0.cvs20010710/Makefile	2001-07-10 17:29:21.000000000 +0200
+++ ./Makefile	2004-08-10 11:42:59.349010014 +0200
@@ -1,4 +1,4 @@
-CFLAGS=-g -ansi-error -pedantic -Wall `gtk-config --cflags`
+CFLAGS=-g -pedantic -Wall `gtk-config --cflags`
 LDFLAGS=
 GTK_LDFLAGS=${LDFLAGS} `gtk-config --libs`
 

---------------------------------------
Received: (at 264778-done) by bugs.debian.org; 1 Sep 2004 12:45:18 +0000
>From tbm@cyrius.com Wed Sep 01 05:45:17 2004
Return-path: <tbm@cyrius.com>
Received: from sorrow.cyrius.com [65.19.161.204] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C2UUH-0008Nc-00; Wed, 01 Sep 2004 05:45:17 -0700
Received: by sorrow.cyrius.com (Postfix, from userid 10)
	id B3B4064D44; Wed,  1 Sep 2004 12:45:17 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
	id 45EBCFEB8; Wed,  1 Sep 2004 13:44:56 +0100 (BST)
Date: Wed, 1 Sep 2004 13:44:56 +0100
From: Martin Michlmayr <tbm@cyrius.com>
To: 188017-done@bugs.debian.org, 194771-done@bugs.debian.org,
	211730-done@bugs.debian.org, 264778-done@bugs.debian.org
Subject: Removed
Message-ID: <20040901124456.GA26367@deprecation.cyrius.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040818i
Delivered-To: 264778-done@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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 4

gtk-menu has been removed from Debian unstable because it has not been
maintained for a while and upstream agrees with the removal.

-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: