[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#837941: [PATCH] linux 4.8~rc5-1~exp1: FTBFS on armhf due to module name change



Source: linux
Version: 4.8~rc5-1~exp1
Severity: serious
Tags: patch

Hello,

the Linux 4.8~rc5-1~exp1 package in experimental FTBFS on armhf
due to an upstream name change of the dwmac-socfpga driver
module.

Attached is a patch against the current debian-kernel git master
that should fix the issue.  A test build is still running and
will probably take until tomorrow (my build hardware is rather
slow).

Regards,
Karsten 
-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
>From cd6150831556cdd68a2edda770051f3ed02746c2 Mon Sep 17 00:00:00 2001
From: Karsten Merker <merker@debian.org>
Date: Thu, 15 Sep 2016 19:28:33 +0200
Subject: [PATCH] [armhf] Fix FTBFS due to dwmac-socfpga module name change.

Upstream commit fb3bbdb859891e6bc27fd1afb3a07319f82c2ee4
has changed the name of the dwmac-socfpga driver module to
"dwmac-altr-socfpga", which results in a FTBFS on armhf
because the module is referenced under its old name in
installer/armhf/modules/armhf-armmp/nic-modules.

Change the nic-modules list entry accordingly.
---
 debian/installer/armhf/modules/armhf-armmp/nic-modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/installer/armhf/modules/armhf-armmp/nic-modules b/debian/installer/armhf/modules/armhf-armmp/nic-modules
index e3d0df7..75a4eb9 100644
--- a/debian/installer/armhf/modules/armhf-armmp/nic-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/nic-modules
@@ -5,7 +5,7 @@ smsc911x
 stmmac
 stmmac-platform
 dwmac-generic
-dwmac-socfpga
+dwmac-altr-socfpga
 dwmac-sunxi
 sun4i-emac
 xgmac
-- 
2.9.3


Reply to: