Your message dated Sun, 06 Aug 2006 05:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337872: fixed in drivel 2.0.3-1
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)

--- Begin Message ---
Package: drivel
Version: 2.0.2-4
Severity: serious
Justification: no longer builds from source

drivel fails to build on Alpha:

[...]
if alpha-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   
-DGNOMELOCALEDIR=\""/usr/share/locale"\" 
-DDRIVEL_GLADE_DIR=\"/usr/share/drivel/glade\" 
-DDRIVEL_GLADE_FILE=\"drivel.glade\" 
-DDRIVEL_LANGUAGES_DIR=\"/usr/share/drivel/languages\" 
-DDATADIR=\""/usr/share"\" -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" 
-DG_LOG_DOMAIN=\"Drivel\" -DSYSCONFDIR=\""/usr/etc"\" 
-DPIXMAPDIR=\""/usr/share/pixmaps"\" -I.. -I../src/libegg -Wall 
-Wmissing-prototypes  -I/usr/include -DXTHREADS -DORBIT2=1 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -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/libgnome-2.0 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 
-I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 
-I/usr/include/libglade-2.0 -I/usr/include/gtksourceview-1.0 
-I/usr/include/libgnomeprint-2.2 -I/usr/include/gtkspell-2.0    -std=c89 -g -O2 
-MT xmlrpc.o -MD -MP -MF ".deps/xmlrpc.Tpo" \
  -c -o xmlrpc.o `test -f 'xmlrpc.c' || echo './'`xmlrpc.c; \
then mv -f ".deps/xmlrpc.Tpo" ".deps/xmlrpc.Po"; \
else rm -f ".deps/xmlrpc.Tpo"; exit 1; \
fi
xmlrpc.c: In function 'parse_parameter_types':
xmlrpc.c:44: error: used struct type value where scalar is required
xmlrpc.c:52: warning: pointer targets in passing argument 3 of 'xmlNewChild' 
differ in signedness
[...]
make[4]: *** [xmlrpc.o] Error 1
make[4]: Leaving directory `/tmp/drivel-2.0.2/src'
[...]

The problem is:

static void
parse_parameter_types (va_list *args, xmlNodePtr node)
{
        xmlNodePtr xml_param, xml_value;
        gchar *value;
        gint type, value_int;
        gdouble value_double;
        GTimeVal value_time;
        
        g_return_if_fail (node);
        g_return_if_fail (*args); // <- here

Dereferencing a va_list* makes no sense at all, I have no idea what it
is supposed to do, probably it can simply be removed.

Full log at:
http://buildd.debian.org/fetch.php?&pkg=drivel&ver=2.0.2-4&arch=alpha&stamp=1129027124&file=log&as=raw


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


--- End Message ---
--- Begin Message ---
Source: drivel
Source-Version: 2.0.3-1

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

drivel_2.0.3-1.diff.gz
  to pool/main/d/drivel/drivel_2.0.3-1.diff.gz
drivel_2.0.3-1.dsc
  to pool/main/d/drivel/drivel_2.0.3-1.dsc
drivel_2.0.3-1_i386.deb
  to pool/main/d/drivel/drivel_2.0.3-1_i386.deb
drivel_2.0.3.orig.tar.gz
  to pool/main/d/drivel/drivel_2.0.3.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil McGovern <[EMAIL PROTECTED]> (supplier of updated drivel 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun,  6 Aug 2006 12:16:32 +0100
Source: drivel
Binary: drivel
Architecture: source i386
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Neil McGovern <[EMAIL PROTECTED]>
Changed-By: Neil McGovern <[EMAIL PROTECTED]>
Description: 
 drivel     - Blogging client for the GNOME desktop
Closes: 333868 337872 353704 381664
Changes: 
 drivel (2.0.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #381664)
   * ACK NMU (Closes: #337872)
   * Fetches correct metadata (pictures, sound etc) from old entries
     (Closes: #353704)
   * No longer crashes when trying to access non-existant entry
     (Closes: #333868)
   * Updated policy version to 3.7.2
   * Updated description - now supports lots of other blog formats
Files: 
 cd63cd9a3d8550dadcfa5f6602fa1c2c 868 net optional drivel_2.0.3-1.dsc
 6ea7a82d49698d894d89ccb1f8dd3d08 885399 net optional drivel_2.0.3.orig.tar.gz
 5ca991b81cfaf3ed70107eed719fee58 113307 net optional drivel_2.0.3-1.diff.gz
 3976e76325028aa7352dc085c0ef8f04 406044 net optional drivel_2.0.3-1_i386.deb

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

iD8DBQFE1drq97LBwbNFvdMRAtFtAJwKuW/dyw9KJYxrXoF9WXxBSPTJGACfRUQ9
xx7ZUMUWXJwhrf2BtB+7JWM=
=LVOv
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to