Your message dated Thu, 28 Jul 2005 09:02:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319905: fixed in primaxscan 0.93beta3-6
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; 25 Jul 2005 15:24:08 +0000
>From [EMAIL PROTECTED] Mon Jul 25 08:24:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dx4oJ-00035h-00; Mon, 25 Jul 2005 08:24:07 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1Dx4oI-0004sm-EG; Mon, 25 Jul 2005 17:24:06 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
id 1Dx4oJ-000GqA-Ea; Mon, 25 Jul 2005 17:24:07 +0200
Content-Type: multipart/mixed; boundary="===============1673093712=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.15
Date: Mon, 25 Jul 2005 17:24:06 +0200
Message-Id: <[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-Level:
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============1673093712==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: primaxscan
Severity: important
Hello,
primaxscan currently fails to build on GNU/kFreeBSD due to the
following reasons:
- kfreebsd-i386 is not in the arch list
- outdated config.guess and config.sub
- use of asm/io.h instead of sys/io.h
Please find attached a patch to fix that. Could you please include it
in your next upload?
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--===============1673093712==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="primaxscan_0.93beta3-5.kfreebsd.patch"
diff -u primaxscan-0.93beta3/debian/rules primaxscan-0.93beta3/debian/rules
--- primaxscan-0.93beta3/debian/rules
+++ primaxscan-0.93beta3/debian/rules
@@ -14,6 +14,7 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
+ cp -f /usr/share/misc/config.{guess,sub} $(CURDIR)
./configure --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info
touch configure-stamp
@@ -36,6 +37,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
+ rm -f config.{guess,sub}
# Add here commands to clean up after the build process.
-$(MAKE) distclean
diff -u primaxscan-0.93beta3/debian/control primaxscan-0.93beta3/debian/control
--- primaxscan-0.93beta3/debian/control
+++ primaxscan-0.93beta3/debian/control
@@ -2,11 +2,11 @@
Section: misc
Priority: extra
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), perl, libtiff4-dev, zlib1g-dev (>=
1:1.1.3)
+Build-Depends: debhelper (>> 3.0.0), perl, libtiff4-dev, zlib1g-dev (>=
1:1.1.3), autotools-dev
Standards-Version: 3.6.1
Package: primaxscan
-Architecture: i386 amd64
+Architecture: i386 kfreebsd-i386 amd64
Depends: ${shlibs:Depends}
Description: Primax Colorado Direct scanner software
This is a stand-alone driver program for the Primax Colorado Direct
only in patch2:
unchanged:
--- primaxscan-0.93beta3.orig/lp.c
+++ primaxscan-0.93beta3/lp.c
@@ -25,7 +25,7 @@
-#include <asm/io.h>
+#include <sys/io.h>
#include <stdio.h>
#include <unistd.h>
#include <sched.h>
only in patch2:
unchanged:
--- primaxscan-0.93beta3.orig/primax_scan.c
+++ primaxscan-0.93beta3/primax_scan.c
@@ -22,7 +22,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <asm/io.h>
+#include <sys/io.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
--===============1673093712==--
---------------------------------------
Received: (at 319905-close) by bugs.debian.org; 28 Jul 2005 16:25:36 +0000
>From [EMAIL PROTECTED] Thu Jul 28 09:25:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1DyAqE-0008Eg-00; Thu, 28 Jul 2005 09:02:38 -0700
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319905: fixed in primaxscan 0.93beta3-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 09:02:38 -0700
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-Level:
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
Source: primaxscan
Source-Version: 0.93beta3-6
We believe that the bug you reported is fixed in the latest version of
primaxscan, which is due to be installed in the Debian FTP archive:
primaxscan_0.93beta3-6.diff.gz
to pool/main/p/primaxscan/primaxscan_0.93beta3-6.diff.gz
primaxscan_0.93beta3-6.dsc
to pool/main/p/primaxscan/primaxscan_0.93beta3-6.dsc
primaxscan_0.93beta3-6_i386.deb
to pool/main/p/primaxscan/primaxscan_0.93beta3-6_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated primaxscan package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 25 Jul 2005 23:05:34 +0200
Source: primaxscan
Binary: primaxscan
Architecture: source i386
Version: 0.93beta3-6
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description:
primaxscan - Primax Colorado Direct scanner software
Closes: 319905
Changes:
primaxscan (0.93beta3-6) unstable; urgency=low
.
* Applied patch from Aurelien Jarno <[EMAIL PROTECTED]> to allow
building on GNU/kFreeBSD, closes: #319905.
Files:
871683d58fb9c5cd5e1d3e6978279a3e 663 misc extra primaxscan_0.93beta3-6.dsc
8a85f04db0b8fe519274b67d06b5ef6d 5669 misc extra primaxscan_0.93beta3-6.diff.gz
12c4e4abcc76192ab9b7b98f67b792a6 18712 misc extra
primaxscan_0.93beta3-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC5VXwGKGxzw/lPdkRAuLFAJ9TBx9ny0Hir5Fp+v0HLY7XgyJjfQCgqd+G
yVc/Y++8NtN37gTe7+Awu2o=
=6ilN
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]