Package: openafs-modules-source
Version: 1.4rc1-1
Severity: important

The following script works with 1.3.81:

  #!/bin/sh
  #
  # Stolen from http://www.scl.ameslab.gov/admin/debian-afs/afs-build-script
  #
  VERLIST=`uname -r`
  
  for VERSION in $VERLIST; do
          cd /usr/src
          echo $VERSION
          rm -r modules/openafs
          tar zxf openafs.tar.gz
          cp -pr kernel-headers-$VERSION afsbuild-kernel-headers-$VERSION
  #       cp -pr linux-headers-$VERSION afsbuild-kernel-headers-$VERSION
          cd afsbuild-kernel-headers-$VERSION
          make-kpkg modules_image
          cd /usr/src
  #       dpkg -i openafs-modules-$VERSION
  
  done

However, when using it to build 1.4rc1-1 against 2.6.8-2-686, I get the 
following message:

  fs1:~# ./afs-build-script 
  2.6.8-2-686
  debian/rules:1637: *** Error. I do not know where the kernel image goes to 
[kimagedest undefined] The usual case for this is that I could not determine 
which arch or subarch tihs machine belongs to. Please specify a subarch, and 
try again..  Stop.

That seems to be the message from "make-kpkg".  I've tried both 8.135 from
stable and 9.007 from testing.
  
-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (900, 'stable'), (700, 'testing')
Architecture: i386
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to