Source: linux
Version: 3.8.12-1
Severity: wishlist
Tags: sid patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

linux FTBFS on powerpcspe[1] like this:

...
dh_prep
kernel-wedge install-files 3.8-1
        install -D -m 644 
debian/linux-image-3.8-1-powerpcspe/boot/vmlinux-3.8-1-powerpcspe 
debian/kernel-image-3.8-1-powerpcspe-di/boot/vmlinux
        install -d 
debian/kernel-image-3.8-1-powerpcspe-di/lib/modules/3.8-1-powerpcspe
        install -m 644 
debian/linux-image-3.8-1-powerpcspe/lib/modules/3.8-1-powerpcspe/modules.builtin
 debian/linux-image-3.8-1-powerpcspe/lib/modules/3.8-1-powerpcspe/modules.order 
debian/kernel-image-3.8-1-powerpcspe-di/lib/modules/3.8-1-powerpcspe/
        install -D -m 644 
debian/linux-image-3.8-1-powerpcspe/boot/System.map-3.8-1-powerpcspe 
debian/kernel-image-3.8-1-powerpcspe-di/boot/System.map
        install -d debian/kernel-image-3.8-1-powerpcspe-di/usr/lib
        cp -a 
debian/linux-image-3.8-1-powerpcspe/usr/lib/linux-image-3.8-1-powerpcspe 
debian/kernel-image-3.8-1-powerpcspe-di/usr/lib/linux-image-3.8-1-powerpcspe
        kernel-wedge copy-modules 3.8-1 powerpcspe 3.8-1-powerpcspe
missing module tms380tr
command exited with status 1
make[2]: *** [install-udeb_powerpcspe] Error 2
make[1]: *** [binary-arch_powerpcspe] Error 2
...

This is due to a module referenced in the di module lists which is not
available anymore in 3.8. Attaching a patch that fixes this. The module is now
only referenced by powerpcspe.

(The issue surfaces when #708094 is fixed.)

Thanks in advance,

Roland


[1] http://wiki.debian.org/PowerPCSPEPort


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.8.0 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/installer/powerpcspe/modules/powerpcspe/nic-extra-modules.orig	2013-05-14 16:01:10.836962816 +0200
+++ debian/installer/powerpcspe/modules/powerpcspe/nic-extra-modules	2013-05-14 16:01:22.068972821 +0200
@@ -1,3 +1,2 @@
 #include <nic-extra-modules>
 
-tms380tr
--- debian/installer/powerpcspe/modules/powerpcspe-powerpcspe-miboot/nic-extra-modules.orig	2013-05-14 16:01:41.624968756 +0200
+++ debian/installer/powerpcspe/modules/powerpcspe-powerpcspe-miboot/nic-extra-modules	2013-05-14 16:01:55.000968207 +0200
@@ -11,7 +11,6 @@
 abyss
 lanstreamer
 olympic
-tms380tr
 tmspci
 de2104x
 dmfe

Reply via email to