Your message dated Fri, 12 Feb 2010 12:48:52 +0000
with message-id <[email protected]>
and subject line Bug#569537: fixed in gnome-main-menu 0.9.13-5
has caused the Debian Bug report #569537,
regarding gnome-main-menu: FTBFS on GNU/kFreeBSD (network-manager is not
available)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
569537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569537
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-main-menu
Version: 0.9.13-4
Severity: serious
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version again fails to build on GNU/kFreeBSD.
The problem is caused by this part of debian/patches/nm-glib-0.8.diff:
+NM_GLIB=
+PKG_CHECK_EXISTS(libnm-glib, [ NM_GLIB=libnm-glib ])
+if test "x$NM_GLIB" = "x"; then
+ PKG_CHECK_EXISTS(libnm_glib, [ NM_GLIB=libnm_glib ], [ AC_ERROR(cannot
find NetworkManager Glib library) ])
+fi
This check should be obviously performed only when NM_GLIB will be needed,
i.e. when iwlib have been found. Please alter whole
debian/patches/nm-glib-0.8.diff as show bellow.
It would also be nice if you can ask upstream
to include debian/patches/non-linux.diff changes.
Thanks in advance.
Petr
--- a/configure.in
+++ b/configure.in
@@ -66,7 +66,10 @@ if test "x$have_iwlib" != "xyes" ; then
AC_DEFINE(NO_NETMAN, 1, [do not use network manager, wireless])
PKG_CHECK_MODULES(MAIN_MENU, [ $COMMON_MODULES libpanelapplet-2.0
gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1
hal-storage cairo x11])
else
- PKG_CHECK_MODULES(MAIN_MENU, [ $COMMON_MODULES libpanelapplet-2.0
gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1
hal-storage cairo NetworkManager libnm_glib >= 0.7.0 libnm-util >= 0.7.0 x11])
+NM_GLIB=
+PKG_CHECK_EXISTS(libnm-glib, [ NM_GLIB=libnm-glib ])
+if test "x$NM_GLIB" = "x"; then
+ PKG_CHECK_EXISTS(libnm_glib, [ NM_GLIB=libnm_glib ], [
AC_ERROR(cannot find NetworkManager Glib library) ])
+fi
+ PKG_CHECK_MODULES(MAIN_MENU, [ $COMMON_MODULES libpanelapplet-2.0
gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1
hal-storage cairo NetworkManager $NM_GLIB >= 0.7.0 libnm-util >= 0.7.0 x11])
MAIN_MENU_LIBS="$MAIN_MENU_LIBS -liw"
AC_SUBST(MAIN_MENU_LIBS)
fi
--- End Message ---
--- Begin Message ---
Source: gnome-main-menu
Source-Version: 0.9.13-5
We believe that the bug you reported is fixed in the latest version of
gnome-main-menu, which is due to be installed in the Debian FTP archive:
gnome-main-menu_0.9.13-5.diff.gz
to main/g/gnome-main-menu/gnome-main-menu_0.9.13-5.diff.gz
gnome-main-menu_0.9.13-5.dsc
to main/g/gnome-main-menu/gnome-main-menu_0.9.13-5.dsc
gnome-main-menu_0.9.13-5_amd64.deb
to main/g/gnome-main-menu/gnome-main-menu_0.9.13-5_amd64.deb
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.
Julian Andres Klode <[email protected]> (supplier of updated gnome-main-menu
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: RIPEMD160
Format: 1.8
Date: Fri, 12 Feb 2010 12:57:18 +0100
Source: gnome-main-menu
Binary: gnome-main-menu
Architecture: source amd64
Version: 0.9.13-5
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode <[email protected]>
Changed-By: Julian Andres Klode <[email protected]>
Description:
gnome-main-menu - GNOME start menu applet
Closes: 569537
Changes:
gnome-main-menu (0.9.13-5) unstable; urgency=low
.
* nm-glib-0.8.diff: Only check for NM if we have iwlib (Closes: #569537).
Checksums-Sha1:
5750aaeac02f6c04b43e9c301220f00328030514 1618 gnome-main-menu_0.9.13-5.dsc
787ba8c94bfa7499ec028a90850d006edb7c8c83 9235 gnome-main-menu_0.9.13-5.diff.gz
ac877a29a82af7c28d59fc0ea8bc915d74dae4c7 319174
gnome-main-menu_0.9.13-5_amd64.deb
Checksums-Sha256:
3d500df371d0a15ddbe298ff1b65cfa15b65b43667d63ab18dc8f6a0b16d15f9 1618
gnome-main-menu_0.9.13-5.dsc
1281f00754d27793a3d3b5a6333fada723dd732b820308a647b1a2b85e0abbaa 9235
gnome-main-menu_0.9.13-5.diff.gz
2e1c63d3fb5a12e1cb13a079d926ce95a4e8385e813b60aaaa51b0738fd2d97e 319174
gnome-main-menu_0.9.13-5_amd64.deb
Files:
d8d3df042728663508ccaa640fa72192 1618 gnome optional
gnome-main-menu_0.9.13-5.dsc
9f0af1488102d843f461196ddf7e7603 9235 gnome optional
gnome-main-menu_0.9.13-5.diff.gz
440f91b15263c852b0e92dbae0b832b6 319174 gnome optional
gnome-main-menu_0.9.13-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAkt1Q9oACgkQrCpf/gCCPsJQ0gCZAaULbtidHwZtnx6hjscqtAYl
VfAAmwRexi3S0sCw+dQVt25uGSuWP0k7
=hfKf
-----END PGP SIGNATURE-----
--- End Message ---