Bug#542315: does not build on armv5tel

2009-09-02 Thread Daniel Bayer
Hello Russ,

sorry for the late reply.

On Thu, Aug 20, 2009 at 05:23:15PM -0700, Russ Allbery wrote:
 Daniel Bayer dan...@halbordnung.de writes:
  the list of architectures in debian/sysname misses armv5tel and so the
  module does not build. The attached patch fixes this.
 
 This will be fixed in the next release, but I should also make sure that
 it's fixed upstream for people who don't force the AFS sysname like the
 Debian package build does.  What is the GNU triplet for this architecture?

The GNU triplet is what dpkg-architecture calles *_GNU_TYPE? Then it is
arm-linux-gnueabi.


Daniel


pgpsVh4vwnOPE.pgp
Description: PGP signature


Bug#542315: does not build on armv5tel

2009-09-02 Thread Russ Allbery
Daniel Bayer dan...@halbordnung.de writes:
 On Thu, Aug 20, 2009 at 05:23:15PM -0700, Russ Allbery wrote:
 Daniel Bayer dan...@halbordnung.de writes:
  the list of architectures in debian/sysname misses armv5tel and so the
  module does not build. The attached patch fixes this.
 
 This will be fixed in the next release, but I should also make sure that
 it's fixed upstream for people who don't force the AFS sysname like the
 Debian package build does.  What is the GNU triplet for this architecture?

 The GNU triplet is what dpkg-architecture calles *_GNU_TYPE? Then it is
 arm-linux-gnueabi.

Cool, thanks.  The next upstream release will auto-detect the sysname, so
DKMS builds will also work correctly.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542315: does not build on armv5tel

2009-08-20 Thread Russ Allbery
Daniel Bayer dan...@halbordnung.de writes:

 the list of architectures in debian/sysname misses armv5tel and so the
 module does not build. The attached patch fixes this.

This will be fixed in the next release, but I should also make sure that
it's fixed upstream for people who don't force the AFS sysname like the
Debian package build does.  What is the GNU triplet for this architecture?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542315: does not build on armv5tel

2009-08-18 Thread Daniel Bayer
Package: openafs-modules-source
Version: 1.4.11+dfsg-1~bpo50+1
Severity: normal

Hello,

the list of architectures in debian/sysname misses armv5tel and so the
module does not build. The attached patch fixes this.

Regards,


Daniel

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.30-bpo.1-orion5x
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openafs-modules-source depends on:
ii  bison   1:2.3.dfsg-5 A parser generator that is compati
ii  debhelper   7.0.15   helper programs for debian/rules
ii  flex2.5.35-6 A fast lexical analyzer generator.
ii  kernel-package  11.015   A utility for building Linux kerne
ii  module-assistant0.10.11.0tool to make module package creati

openafs-modules-source recommends no packages.

openafs-modules-source suggests no packages.

-- no debconf information
From 7145316f072e91a1fdc44bd8b8f11681f3b4d6ca Mon Sep 17 00:00:00 2001
From: Daniel Bayer dan...@halbordnung.de
Date: Wed, 19 Aug 2009 00:44:23 +0200
Subject: [PATCH] add armv5tel to sysname

---
 debian/sysname |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/sysname b/debian/sysname
index b39a520..da8fd1a 100755
--- a/debian/sysname
+++ b/debian/sysname
@@ -9,7 +9,7 @@ case `dpkg --print-architecture` in
 alpha)
 echo alpha_linux_26
 ;;
-arm|armel)
+arm|armel|armv5tel)
 echo arm_linux26
 ;;
 amd64)
-- 
1.6.3.3



pgpzQum7gc8Sz.pgp
Description: PGP signature