Am 28.04.2011 11:29, schrieb Robert Schwebel:
On Thu, Apr 28, 2011 at 11:11:35AM +0200, Michael Olbrich wrote:
On Wed, Apr 27, 2011 at 03:43:11PM +0200, Marius Brehler wrote:
I have upgraded our build server from Debian Lenny to Squeeze, the
Toolchain from 1.99.3 to 2011.03.0 (including the changes of
mkl/OSELAS.Toolchain.git) and PTXdist from 2011.01.0 to 2011.04.1.
Since then libnl does not build anymore. I attached the build log,
right now I fixed the problem by upgrading to libnl 3.0 (patch is
attached).

This breaks the option LIBNL_MONITOR as nl-monitor is not installed.
I'm not sure how usefull this is. rsc: you introduced this option,
what do you think? patch or don't install it?

patch. I think nl-monitor is useful if you want to check what's going on
on a system.

I modified my patch, so the problem with the nl-monitor should be solved.
Regards

Marius
>From 8c748e6b91c579418571c09d6f823cd23e6267c9 Mon Sep 17 00:00:00 2001
From: Marius Brehler <mar...@linux.sungazer.de>
Date: Thu, 28 Apr 2011 12:30:30 +0200
Subject: [PATCH] libnl: version bump: 1.1 -> 3.0

---
 rules/libnl.make |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libnl.make b/rules/libnl.make
index a52a1cd..fa7f35b 100644
--- a/rules/libnl.make
+++ b/rules/libnl.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_LIBNL) += libnl
 #
 # Paths and names
 #
-LIBNL_VERSION	:= 1.1
+LIBNL_VERSION	:= 3.0
 LIBNL		:= libnl-$(LIBNL_VERSION)
 LIBNL_SUFFIX	:= tar.gz
-LIBNL_URL	:= http://people.suug.ch/~tgr/libnl/files/$(LIBNL).$(LIBNL_SUFFIX)
+LIBNL_URL	:= http://www.infradead.org/~tgr/libnl/files/$(LIBNL).$(LIBNL_SUFFIX)
 LIBNL_SOURCE	:= $(SRCDIR)/$(LIBNL).$(LIBNL_SUFFIX)
 LIBNL_DIR	:= $(BUILDDIR)/$(LIBNL)
 
@@ -60,7 +60,7 @@ $(STATEDIR)/libnl.targetinstall:
 	@$(call install_lib, libnl, 0, 0, 0644, libnl)
 
 ifdef PTXCONF_LIBNL_MONITOR
-	@$(call install_copy, libnl, 0, 0, 0755, -, /usr/sbin/nl-monitor)
+	@$(call install_copy, libnl, 0, 0, 0755, ${LIBNL_DIR}/src/nl-monitor, /usr/sbin/nl-monitor)
 endif
 
 # genl-ctrl-dump
-- 
1.7.2.5

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to