Your message dated Sat, 05 Jan 2008 06:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#456936: fixed in libgtop2 2.20.0-2
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: libgtop2
Severity: important
Version: 2.20.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs extended build-dependencies and small tweak.
Please find attached patch with that.

It would also be nice if you can ask upstream
to include change in sysdeps/freebsd/open.c.

Thanks in advance

                        Petr
diff -u libgtop2-2.20.0/debian/control.in libgtop2-2.20.0/debian/control.in
--- libgtop2-2.20.0/debian/control.in
+++ libgtop2-2.20.0/debian/control.in
@@ -13,6 +13,8 @@
                texinfo,
                dpkg-dev (>= 1.13.19),
                libxml-parser-perl,
+               libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
+               libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
                libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
 Standards-Version: 3.7.2
 
only in patch2:
unchanged:
--- libgtop2-2.20.0.orig/sysdeps/freebsd/open.c
+++ libgtop2-2.20.0/sysdeps/freebsd/open.c
@@ -63,9 +63,11 @@
        server->machine.euid = geteuid ();
        server->machine.gid = getgid ();
        server->machine.egid = getegid ();
-
+#if defined(__FreeBSD_kernel__)
+       server->os_version_code = __FreeBSD_kernel_version;
+#else
        server->os_version_code = __FreeBSD_version;
-
+#endif
        /* Setup machine-specific data */
        server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open");
 

--- End Message ---
--- Begin Message ---
Source: libgtop2
Source-Version: 2.20.0-2

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

libgtop2-7_2.20.0-2_i386.deb
  to pool/main/libg/libgtop2/libgtop2-7_2.20.0-2_i386.deb
libgtop2-common_2.20.0-2_all.deb
  to pool/main/libg/libgtop2/libgtop2-common_2.20.0-2_all.deb
libgtop2-dev_2.20.0-2_i386.deb
  to pool/main/libg/libgtop2/libgtop2-dev_2.20.0-2_i386.deb
libgtop2_2.20.0-2.diff.gz
  to pool/main/libg/libgtop2/libgtop2_2.20.0-2.diff.gz
libgtop2_2.20.0-2.dsc
  to pool/main/libg/libgtop2/libgtop2_2.20.0-2.dsc



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.
Sebastian Dröge <[EMAIL PROTECTED]> (supplier of updated libgtop2 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: Sat, 05 Jan 2008 07:14:55 +0100
Source: libgtop2
Binary: libgtop2-7 libgtop2-common libgtop2-dev
Architecture: source all i386
Version: 2.20.0-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Sebastian Dröge <[EMAIL PROTECTED]>
Description: 
 libgtop2-7 - gtop system monitoring library
 libgtop2-common - common files for the gtop system monitoring library
 libgtop2-dev - gtop system monitoring library
Closes: 456936
Changes: 
 libgtop2 (2.20.0-2) unstable; urgency=low
 .
   * debian/patches/01_kfreebsd.patch,
     debian/control.in:
     + Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger for the patch
       (Closes: #456936).
   * debian/control.in:
     + Update Standards-Version to 3.7.3, no additional changes needed.
   * debian/patches/99_ltmain_as-needed.patch,
     debian/rules:
     + Link with --as-needed to remove some unnecessary dependencies.
Files: 
 0e681584fa1bc8485c35db025a2e193c 1030 libs optional libgtop2_2.20.0-2.dsc
 cf6d5e155ad90aa14c8fdd38f7c5153e 6844 libs optional libgtop2_2.20.0-2.diff.gz
 fa709d20fa63492bf8e344579c4aee6d 107626 libs optional 
libgtop2-common_2.20.0-2_all.deb
 0c7a7847b047df8797a2c57ebeeb878b 66060 libs optional 
libgtop2-7_2.20.0-2_i386.deb
 8413dd9669ac56ab182c833710b94ea9 104258 libdevel optional 
libgtop2-dev_2.20.0-2_i386.deb

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

iD8DBQFHfyL5BsBdh1vkHyERAutkAKCtANL7W7+T5XT7s+wItHgnRyZu0gCgsJKZ
bfhNsH+biiX97PUeHjJ7Y6g=
=Oo6D
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Reply via email to