Your message dated Mon, 16 Apr 2007 18:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414205: fixed in xfce4-systemload-plugin 0.4.2-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: xfce4-systemload-plugin
Severity: important
Tags: patch

Salut Corsac et al.,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> cc -DHAVE_CONFIG_H -I. -I. -I..    -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" 
> -I/usr/include/xfce4/ -I/usr/include/xfce4 -I/usr/include/gtk-2.0 
> -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/libpng12 -I/usr/include/atk-1.0   -g -Wall -O2 -c -o 
> xfce4_systemload_plugin-memswap.o `test -f 'memswap.c' || echo './'`memswap.c
> memswap.c:465:2: error: #error "Your platform is not yet support"
> make[3]: *** [xfce4_systemload_plugin-memswap.o] Error 1
> make[3]: Leaving directory 
> `/build/buildd/xfce4-systemload-plugin-0.4/panel-plugin'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/xfce4-systemload-plugin-0.4'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/xfce4-systemload-plugin-0.4'
> make: *** [debian/stamp-makefile-build] Error 2

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=xfce4-systemload-plugin>.

Please find attached a patch which fixes that.

Cheers,

-- 
Cyril Brulebois
--- xfce4-systemload-plugin-0.4/panel-plugin/cpu.c	2007-03-10 00:02:05.997544000 +0100
+++ xfce4-systemload-plugin-0.4/panel-plugin/cpu.c	2007-03-10 00:02:27.000000000 +0100
@@ -37,7 +37,7 @@
 #include <libxfcegui4/dialogs.h>
 #include "cpu.h" 
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__)
 #define PROC_STAT "/proc/stat"
 
 /* user, nice, system, interrupt(BSD specific), idle */
--- xfce4-systemload-plugin-0.4/panel-plugin/memswap.c	2007-03-10 00:01:41.904882000 +0100
+++ xfce4-systemload-plugin-0.4/panel-plugin/memswap.c	2007-03-10 00:01:55.000000000 +0100
@@ -32,7 +32,7 @@
 #include "memswap.h"
 
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__)
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
--- xfce4-systemload-plugin-0.4/panel-plugin/uptime.c	2007-03-10 00:03:36.023726000 +0100
+++ xfce4-systemload-plugin-0.4/panel-plugin/uptime.c	2007-03-10 00:03:56.000000000 +0100
@@ -34,7 +34,7 @@
 
 #include "uptime.h"
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__)
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

--- End Message ---
--- Begin Message ---
Source: xfce4-systemload-plugin
Source-Version: 0.4.2-1

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

xfce4-systemload-plugin_0.4.2-1.diff.gz
  to pool/main/x/xfce4-systemload-plugin/xfce4-systemload-plugin_0.4.2-1.diff.gz
xfce4-systemload-plugin_0.4.2-1.dsc
  to pool/main/x/xfce4-systemload-plugin/xfce4-systemload-plugin_0.4.2-1.dsc
xfce4-systemload-plugin_0.4.2-1_amd64.deb
  to 
pool/main/x/xfce4-systemload-plugin/xfce4-systemload-plugin_0.4.2-1_amd64.deb
xfce4-systemload-plugin_0.4.2.orig.tar.gz
  to 
pool/main/x/xfce4-systemload-plugin/xfce4-systemload-plugin_0.4.2.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.
Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated 
xfce4-systemload-plugin 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: Mon, 16 Apr 2007 19:02:23 +0100
Source: xfce4-systemload-plugin
Binary: xfce4-systemload-plugin
Architecture: source amd64
Version: 0.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description: 
 xfce4-systemload-plugin - system load monitor plugin for the Xfce4 panel
Closes: 414205
Changes: 
 xfce4-systemload-plugin (0.4.2-1) unstable; urgency=low
 .
   (Stefan Ott)
   * debian/control: updated the url
 .
   (Yves-Alexis Perez)
   * New upstream release.
   * Added patch to fix plugin crash when choosing bar color.
   * debian/control:
    - removed Jani from uploaders as he's not anymore in the team.
    - removed gtk from build-dep as it's pulled by xfce4-panel-dev anyway.
   * debian/patches: 01_fix-ftbfs-kfreebsd.patch (Thanks Kibi)  Closes:#414205
 .
   (Simon Huggins)
   * Build against the latest and greatest xfce.
Files: 
 b3886b05aa6f1c85f0700b61c8be51a2 926 x11 optional 
xfce4-systemload-plugin_0.4.2-1.dsc
 5f831a3ffa6043b2cd876f34eaa2e387 224930 x11 optional 
xfce4-systemload-plugin_0.4.2.orig.tar.gz
 281ac6e581debffcf8fce215466ea7e7 2917 x11 optional 
xfce4-systemload-plugin_0.4.2-1.diff.gz
 03d0b761cdd68c78b9949a5af7414253 25246 x11 optional 
xfce4-systemload-plugin_0.4.2-1_amd64.deb

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

iD8DBQFGI8IuMQdl+99c4rQRAtSNAJ9sR94cuptq+BAYDxD4TwLc/RX1ZQCfYRUR
Z6ow0wHQf/1Wl7Ye7pRMfu4=
=jjXV
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to