sparc64: sparc64: Unrecognized architecture

Bug #141524 reported by Martin Pitt
4
Affects Status Importance Assigned to Milestone
util-linux (Ubuntu)
Fix Released
Critical
LaMont Jones
Nominated for Gutsy by Anthony S

Bug Description

Binary package hint: util-linux

d-i on sparc currently FTBFSes:

# Set up modules.dep, ensure there is at least one standard dir (kernel
# in this case), so depmod will use its prune list for archs with no
# modules.
set -e; \
  sysmap_name=; sysmap_opt=; if [ -n "" ]; then [ ! -e ./tmp/sparc64_netboot-2.6/tree/boot/System.map-2.6.22-12-sparc64 ] || sysmap_name="./tmp/sparc64_netboot-2.6/tree/boot/System.map-2.6.22-12-sparc64"; else [ ! -e ./tmp/sparc64_netboot-2.6/tree/boot/System.map ] || sysmap_name="./tmp/sparc64_netboot-2.6/tree/boot/System.map"; fi; [ -z "$sysmap_name" ] || sysmap_opt="-F $sysmap_name"; if [ -d ./tmp/sparc64_netboot-2.6/tree/lib/modules/2.6.22-12-sparc64 ]; then mkdir -p ./tmp/sparc64_netboot-2.6/tree/lib/modules/2.6.22-12-sparc64/kernel; sparc64 depmod $sysmap_opt -q -a -b ./tmp/sparc64_netboot-2.6/tree/ 2.6.22-12-sparc64; fi; [ -z "$sysmap_name" ] || mv $sysmap_name ./tmp/sparc64_netboot-2.6;
sparc64: sparc64: Unrecognized architecture
make[7]: *** [stamps/tree-unpack-sparc64_netboot-2.6-stamp] Error 1

Allegedly this is a bug in util-linux. Lamont, you seem to know what's going on here?

Revision history for this message
Martin Pitt (pitti) wrote :

This is release cricital, we need a sparc d-i for beta.

Changed in util-linux:
importance: Undecided → Critical
Revision history for this message
LaMont Jones (lamont) wrote :

Fixed in 2.13-6{,ubuntu1}

Changed in util-linux:
assignee: nobody → lamont
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.