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

Bug#37485: marked as done (gnotes_1.10-1(unstable): doesn't compile with gtk1.2)



Your message dated Fri, 4 Jun 1999 12:24:30 +0200
with message-id <[🔎] 19990604122430.A10416@wormhole.galaxy>
and subject line This is already fixed
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 11 May 1999 13:16:22 +0000
Received: (qmail 19175 invoked from network); 11 May 1999 13:16:18 -0000
Received: from faui20.informatik.uni-erlangen.de (131.188.32.20)
  by master.debian.org with SMTP; 11 May 1999 13:16:18 -0000
Received: from faui22c.informatik.uni-erlangen.de (faui22c.informatik.uni-erlangen.de [131.188.32.72])
	by faui20.informatik.uni-erlangen.de (8.9.1a/8.1.7-FAU) with ESMTP id PAA03886; Tue, 11 May 1999 15:16:05 +0200 (MET DST)
Received: (from rnhodek@localhost)
	by faui22c.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) id PAA08791; Tue, 11 May 1999 15:16:05 +0200 (MET DST)
Date: Tue, 11 May 1999 15:16:05 +0200 (MET DST)
Message-Id: <199905111316.PAA08791@faui22c.informatik.uni-erlangen.de>
From: Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
To: submit@bugs.debian.org
Subject: gnotes_1.10-1(unstable): doesn't compile with gtk1.2
Reply-to: Roman.Hodek@informatik.uni-erlangen.de

Package: gnotes
Version: 1.10-1
Severity: important

The gnotes package needs some adaptions for libgtk1.2 and glib1.2 --
it doesn't compile anymore with them. Some logs (on m68k):

> Automatic build of gnotes_1.10-1 on kullervo by sbuild
> Build started at 19990511-0848
> ******************************************************************************
> Fetching .dsc file...
> Fetching source files...
> Checking for already installed source dependencies...
> libgnome-dev: already installed (in sufficient version 1.0.9-1 >= 0.30.1-2)
> liborbit-dev: already installed (in sufficient version 0.4.3-0.1 >= 0.3.0-1)
> zlib1g-dev: already installed
> gdk-imlib-dev: already installed
> orbit: already installed
> libjpeg62-dev: already installed
> libungif3g-dev: already installed (in sufficient version 3.0-2.1 >= 3.0-2)
> libglib1.2-dev: already installed (in sufficient version 1.2.2-1 >= 1.1.3-2)
> libtiff3g-dev: already installed
> libgtk1.2-dev: already installed
> libpng2-dev: already installed
> Checking for source dependency conflicts...
> 	/usr/bin/sudo /usr/bin/apt-get -q -y install libpanel-applet-dev
> Reading Package Lists...
> Building Dependency Tree...
> The following extra packages will be installed:
> 	libpanel-applet0 
> The following NEW packages will be installed:
> 	libpanel-applet-dev libpanel-applet0 
> 0 packages upgraded, 2 newly installed, 0 to remove and 43 not upgraded.
> Need to get 0b/404kb of archives. After unpacking 1194kb will be used.
> Selecting previously deselected package libpanel-applet0.
> (Reading database ... 22399 files and directories currently installed.)
> Unpacking libpanel-applet0 (from .../libpanel-applet0_1.0.5-0.2.deb) ...
> Selecting previously deselected package libpanel-applet-dev.
> Unpacking libpanel-applet-dev (from /home/roman/AddPkg/./libpanel-applet-dev_1.0.5-0.2.deb) ...
> Setting up libpanel-applet0 (1.0.5-0.2) ...
> 
> Setting up libpanel-applet-dev (1.0.5-0.2) ...
> Checking correctness of source dependencies...
[...]
> Making all in src
> make[3]: Entering directory `/usr/local/build/buildd/gnotes-1.10/src'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/lib/glib/include -I/usr/include -I/usr/X11R6/include -I/usr/lib/glib/include -O2 -g -Wall -c gnote.c
> gnote.c: In function `gnote_delete_cb':
> gnote.c:74: warning: unused variable `naddr'
> gnote.c:74: warning: unused variable `addr'
> gnote.c: In function `gnote_changed_cb':
> gnote.c:107: warning: control reaches end of non-void function
> gnote.c: In function `gnote_menu':
> gnote.c:123: warning: unused variable `entry'
> gnote.c:112: warning: unused variable `sub'
> gnote.c: In function `gnote_handle_button_cb':
> gnote.c:317: warning: enumeration value `GDK_NOTHING' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DELETE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DESTROY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_EXPOSE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_MOTION_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_2BUTTON_PRESS' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_3BUTTON_PRESS' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_KEY_PRESS' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_KEY_RELEASE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_ENTER_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_LEAVE_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_FOCUS_CHANGE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_CONFIGURE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_MAP' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_UNMAP' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_PROPERTY_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_SELECTION_CLEAR' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_SELECTION_REQUEST' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_SELECTION_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_PROXIMITY_IN' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_PROXIMITY_OUT' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DRAG_ENTER' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DRAG_LEAVE' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DRAG_MOTION' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DRAG_STATUS' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DROP_START' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_DROP_FINISHED' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_CLIENT_EVENT' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_VISIBILITY_NOTIFY' not handled in switch
> gnote.c:317: warning: enumeration value `GDK_NO_EXPOSE' not handled in switch
> gnote.c: In function `gnotes_action':
> gnote.c:528: warning: unused variable `stats'
> plaid.xpm: At top level:
> plaid.xpm:2: warning: `plaid_xpm' defined but not used
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/lib/glib/include -I/usr/include -I/usr/X11R6/include -I/usr/lib/glib/include -O2 -g -Wall -c gnotes.c
> gnotes.c: In function `properties_cb':
> gnotes.c:102: warning: `label' might be used uninitialized in this function
> gnotes.c: In function `gnotes_button':
> gnotes.c:347: too few arguments to function `applet_widget_new'
> gnotes.c: At top level:
> gnotes.c:406: elements of array `arguments' have incomplete type
> gnotes.c:412: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:412: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:412: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:412: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:413: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:413: warning: excess elements in struct initializer after `arguments[0]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:414: warning: excess elements in struct initializer after `arguments[1]'
> gnotes.c:415: invalid use of undefined type `struct argp_option'
> gnotes.c:420: parse error before `parse_an_arg'
> gnotes.c:420: warning: `struct argp_state' declared inside parameter list
> gnotes.c:420: warning: its scope is only this definition or declaration,
> gnotes.c:420: warning: which is probably not what you want.
> gnotes.c:421: warning: return-type defaults to `int'
> gnotes.c:427: variable `parser' has initializer but incomplete type
> gnotes.c:429: warning: excess elements in struct initializer after `parser'
> gnotes.c:430: warning: excess elements in struct initializer after `parser'
> gnotes.c:431: warning: excess elements in struct initializer after `parser'
> gnotes.c:432: warning: excess elements in struct initializer after `parser'
> gnotes.c:433: warning: excess elements in struct initializer after `parser'
> gnotes.c:435: warning: excess elements in struct initializer after `parser'
> gnotes.c:438: warning: excess elements in struct initializer after `parser'
> gnotes.c: In function `main':
> gnotes.c:448: warning: implicit declaration of function `mkdir'
> gnotes.c:452: warning: statement with no effect
> gnotes.c:453: warning: statement with no effect
> gnotes.c:457: warning: implicit declaration of function `make_param_string'
> gnotes.c:457: warning: assignment makes pointer from integer without a cast
> gnotes.c:459: warning: implicit declaration of function `applet_widget_init_defaults'
> gnotes.c: At top level:
> gnotes.c:96: warning: `properties_cb' defined but not used
> make[3]: *** [gnotes.o] Error 1

The real errors among the tons of warnings are:

gnotes.c:347: too few arguments to function `applet_widget_new'
gnotes.c:406: elements of array `arguments' have incomplete type
gnotes.c:415: invalid use of undefined type `struct argp_option'
gnotes.c:420: parse error before `parse_an_arg'

Roman


Reply to: