Your message dated Sat, 17 Jul 2010 17:36:16 +0200
with message-id <20100717153616.ga5...@nighthawk.chemicalconnection.dyndns.org>
and subject line Re: Bug#569299: Fwd: Bug#569299: Please update configure check
to use new nm-glib pkgconfig file names
has caused the Debian Bug report #569299,
regarding Please update configure check to use new nm-glib pkgconfig file names
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 ow...@bugs.debian.org
immediately.)
--
569299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: strongswan
Severity: wishlist
Tags: patch
Hi,
since network-manager 0.7.999-1, libnm_glib and libnm_glib_vpn have been
renamed to libnm-glib and libnm-glib-vpn along with its pkgconfig files.
For now, I ship compat symlinks in libnm-glib-dev and libnm-glib-vpn-dev
so packages like yours don't ftbfs. As I want to get rid of those
symlinks eventually, please consider updating the configure check in
your package. Attached is a patch for that and I would appreciate if you
forward that also to upstream.
You will also need to regenerate ./configure, either by shipping a
separate patch for that or running autoreconf during build time.
You probably also want to bump the build-dependency on
libnm-glib-vpn-dev to >= 0.7.999.
Thanks for considering,
Michael
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.33-rc7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- configure.in.orig 2010-02-11 11:44:50.392808082 +0100
+++ configure.in 2010-02-11 11:45:12.240095694 +0100
@@ -1024,7 +1024,7 @@
fi
if test x$nm = xtrue; then
- PKG_CHECK_MODULES(nm, [NetworkManager libnm_glib_vpn gthread-2.0])
+ PKG_CHECK_MODULES(nm, [NetworkManager libnm-glib-vpn gthread-2.0])
AC_SUBST(nm_CFLAGS)
AC_SUBST(nm_LIBS)
fi
--- End Message ---
--- Begin Message ---
Version: 4.4.0-2
On Thu, Jul 08, 2010 at 02:50:03AM +0200, Michael Biebl wrote:
> On 21.06.2010 10:41, Rene Mayrhofer wrote:
> > On Saturday 19 June 2010 18:09:40 Michael Biebl wrote:
> >> just wanted to know if there was any progress getting this new version of
> >> strongswan uploaded. I'd really appreciate if I could get rid of the
> >> symlink.
> > I'll probably upload this week.
>
> Hi,
>
> just wanted to let you know, that a new upload of network-manager is imminent
> where I'm going to remove those compat symlinks (which in turn will make this
> bug RC).
I just checked, and the current version in unstable still builds fine,
while 4.3.2-1.3 fails with
|configure: error: Package requirements (NetworkManager libnm_glib_vpn
|gthread-2.0) were not met:
|
|No package 'libnm_glib_vpn' found
while 4.4.0-2 has:
|checking for nm... yes
So this bug can be closed.
Cheers,
Michael
--- End Message ---