Your message dated Sun, 5 Jun 2005 06:37:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line iptables: 1.2.11-8 doesn't compile
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; 1 Dec 2004 16:49:15 +0000
>From [EMAIL PROTECTED] Wed Dec 01 08:49:14 2004
Return-path: <[EMAIL PROTECTED]>
Received: from balabit.hu [195.70.34.196]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZXfF-0007se-00; Wed, 01 Dec 2004 08:49:13 -0800
Content-Type: multipart/mixed; boundary="===============1936143478=="
MIME-Version: 1.0
From: Geller Sandor <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: iptables: 1.2.11-8 doesn't compile
Date: Wed, 01 Dec 2004 17:03:23 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1936143478==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: iptables
Version: 1.2.11-2
Severity: important
Tags: patch
Justification: fails to build from source
Maybe this is a duplicate of bug #270564.
iptables 1.2.11-8 doesn't compile on my machine. The scripts/prep.sh
contains the following lines:
for i in $((cd ${upstream}; ls CL???-changes*) | sort -r); do
for patch in $(find $patches -maxdepth 1 -type f -name \*.patch | sort
-k 3 -t /); do
However, these aren't compatible with bash or dash. I attached a small
patch which corrects these problems.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.28-rc4
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Versions of packages iptables depends on:
ii debconf 1.4.30.10 Debian configuration management sy
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
-- no debconf information
--===============1936143478==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="prepshfix.patch"
--- iptables-1.2.11.old/scripts/prep.sh 2004-11-07 22:12:17.000000000 +0100
+++ iptables-1.2.11/scripts/prep.sh 2004-12-01 16:56:47.000000000 +0100
@@ -78,7 +78,7 @@
# compile upstream changelog
dinfo "assembling changelog..."
rm -f "${doc}/changelog"
-for i in $((cd ${upstream}; ls CL???-changes*) | sort -r); do
+for i in `cd ${upstream}; ls CL???-changes* | sort -r`; do
dinfo "$i"
if echo $i | grep -q .txt; then
cat "${upstream}/${i}" >> "${doc}/changelog"
@@ -99,7 +99,7 @@
else
patches="$patches/all"
fi
-for patch in $(find $patches -maxdepth 1 -type f -name \*.patch | sort -k 3 -t
/); do
+for patch in `find $patches -maxdepth 1 -type f -name \*.patch | sort -k 3 -t
/`; do
dinfo "${patch##*/patches/}"
patch -p1 -s -d "$build" < "$patch"
done
--===============1936143478==--
---------------------------------------
Received: (at 283822-done) by bugs.debian.org; 5 Jun 2005 11:37:01 +0000
>From [EMAIL PROTECTED] Sun Jun 05 04:37:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DetR6-0002qs-00; Sun, 05 Jun 2005 04:37:00 -0700
Received: from ljlane by master.debian.org with local (Exim 3.35 1 (Debian))
id 1DetR6-0008Ef-00; Sun, 05 Jun 2005 06:37:00 -0500
Date: Sun, 5 Jun 2005 06:37:00 -0500
From: "Laurence J. Lane" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: iptables: 1.2.11-8 doesn't compile
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Linux-Distro: Debian GNU/Linux http://www.debian.org
Sender: Laurence Lane <[EMAIL PROTECTED]>
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=-1.0 required=4.0 tests=BAYES_00,OUR_MTA_MSGID
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Fixed for sarge after the freeze by the release team
allowing a newer package in.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]