Your message dated Fri, 10 Jun 2005 15:33:30 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#245015: openafs-modules-source: shell syntax in makefile:
fails to build against headers
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Apr 2004 01:06:21 +0000
>From [EMAIL PROTECTED] Tue Apr 20 18:06:21 2004
Return-path: <[EMAIL PROTECTED]>
Received: from cpe.atm0-0-0-1201001.0x503f72d6.albnxx2.customer.tele.dk
(auryn.jones.dk) [80.63.114.214]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BG6Br-0002qZ-00; Tue, 20 Apr 2004 18:06:15 -0700
Received: by auryn.jones.dk (Postfix, from userid 1000)
id 8C5643F2298; Wed, 21 Apr 2004 03:06:01 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: openafs-modules-source: shell syntax in makefile: fails to build
against
headers
Reply-To: [EMAIL PROTECTED]
X-Mailer: reportbug 2.56
Date: Wed, 21 Apr 2004 03:06:01 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
Package: openafs-modules-source
Version: 1.2.11-1
Severity: serious
Tags: patch
Justification: no longer builds from source
The following is in debian/rules at line #18:
KVERS=`perl -e '$$_ = <>; $$_ =~ m/"(.+)"/; print "$$1\n";' <
$(KSRC)/include/linux/version.h`
The surrounding `` is shell syntax, not make syntax, and when used the build
fails.
Replacing with the following fixes the problem:
KVERS=$(shell perl -e '$$_ = <>; $$_ =~ m/"(.+)"/; print "$$1\n";' <
$(KSRC)/include/linux/version.h)
- Jonas
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.25-powerpc-small
Locale: LANG=da_DK, LC_CTYPE=da_DK
Versions of packages openafs-modules-source depends on:
ii bison 1:1.875a-1.1 A parser generator that is compati
ii debhelper 4.2.8 helper programs for debian/rules
ii e2fslibs-dev 1.35-5 The EXT2 filesystem libraries - he
ii flex 2.5.31-24 A fast lexical analyzer generator.
ii kernel-package 8.087 A utility for building Linux kerne
ii libncurses5-dev 5.4-3 Developer's libraries and docs for
ii libpam0g-dev 0.76-19 Development files for PAM
-- no debconf information
---------------------------------------
Received: (at 245015-done) by bugs.debian.org; 10 Jun 2005 22:33:32 +0000
>From [EMAIL PROTECTED] Fri Jun 10 15:33:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp1.stanford.edu [171.67.16.123]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dgs4B-0001hc-00; Fri, 10 Jun 2005 15:33:31 -0700
Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147])
by smtp1.Stanford.EDU (8.12.11/8.12.11) with SMTP id j5AMXUmK021089
for <[EMAIL PROTECTED]>; Fri, 10 Jun 2005 15:33:30 -0700
Received: (qmail 30361 invoked by uid 1000); 10 Jun 2005 22:33:30 -0000
To: [EMAIL PROTECTED]
Subject: Re: Bug#245015: openafs-modules-source: shell syntax in makefile:
fails to build against headers
From: Russ Allbery <[EMAIL PROTECTED]>
Organization: The Eyrie
Date: Fri, 10 Jun 2005 15:33:30 -0700
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Jumbo Shrimp, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
I don't believe the original KVERS report is actually a problem, as
mentioned in a previous message in this bug. There were several other
problems with building OpenAFS using make-kpkg, though, and those have now
been fixed. I think things should now work as expected.
If something is still not working correctly, please open a new bug saying
specifically what you were trying to do and what error messages or failure
modes you then saw.
Thanks!
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]