Your message dated Thu, 13 Oct 2005 06:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#329448: fixed in avrdude 5.0-1
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 Sep 2005 21:28:12 +0000
>From [EMAIL PROTECTED] Wed Sep 21 14:28:12 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 1EIC8S-0000ZH-00; Wed, 21 Sep 2005 14:28:12 -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 1EIC87-0005M1-VR; Wed, 21 Sep 2005 23:27:59 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
        id 1EIC85-0000ti-N3; Wed, 21 Sep 2005 23:27:49 +0200
Content-Type: multipart/mixed; boundary="===============0040505447=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: avrdude: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Wed, 21 Sep 2005 23:27:49 +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.

--===============0040505447==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: avrdude
Severity: important
Tags: patch

Hi,

The current version of avrdude fails to build on GNU/kFreeBSD. Please
find attached a patch to fix that.

It would be nice if you could inclue it in the 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.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--===============0040505447==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="avrdude.diff"

--- avrdude-4.4.0.orig/par.c
+++ avrdude-4.4.0/par.c
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <errno.h>
 
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include <dev/ppbus/ppi.h>
 #elif defined(__linux__)
 #include "linux_ppdev.h"
--- avrdude-4.4.0.orig/ppi.c
+++ avrdude-4.4.0/ppi.c
@@ -19,7 +19,7 @@
 
 /* $Id: ppi.c,v 1.22 2004/05/19 21:02:25 bdean Exp $ */
 
-#if defined(__FreeBSD__) || defined(__linux__)
+#if defined(__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__linux__)
 
 #include "ac_cfg.h"
 
@@ -30,7 +30,7 @@
 #include <unistd.h>
 #include <errno.h>
 
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined (__FreeBSD_kernel__)
 #include <dev/ppbus/ppi.h>
 #elif defined(__linux__)
 #include "linux_ppdev.h"

--===============0040505447==--

---------------------------------------
Received: (at 329448-close) by bugs.debian.org; 13 Oct 2005 13:48:08 +0000
>From [EMAIL PROTECTED] Thu Oct 13 06:48:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EQ3QH-0003U8-00; Thu, 13 Oct 2005 06:47:05 -0700
From: Michael Biebl <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#329448: fixed in avrdude 5.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 13 Oct 2005 06:47:05 -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: avrdude
Source-Version: 5.0-1

We believe that the bug you reported is fixed in the latest version of
avrdude, which is due to be installed in the Debian FTP archive:

avrdude-doc_5.0-1_all.deb
  to pool/main/a/avrdude/avrdude-doc_5.0-1_all.deb
avrdude_5.0-1.diff.gz
  to pool/main/a/avrdude/avrdude_5.0-1.diff.gz
avrdude_5.0-1.dsc
  to pool/main/a/avrdude/avrdude_5.0-1.dsc
avrdude_5.0-1_alpha.deb
  to pool/main/a/avrdude/avrdude_5.0-1_alpha.deb
avrdude_5.0-1_i386.deb
  to pool/main/a/avrdude/avrdude_5.0-1_i386.deb
avrdude_5.0-1_sparc.deb
  to pool/main/a/avrdude/avrdude_5.0-1_sparc.deb
avrdude_5.0.orig.tar.gz
  to pool/main/a/avrdude/avrdude_5.0.orig.tar.gz



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.
Michael Biebl <[EMAIL PROTECTED]> (supplier of updated avrdude 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: Tue,  4 Oct 2005 17:41:14 +0200
Source: avrdude
Binary: avrdude avrdude-doc
Architecture: source i386 alpha sparc all
Version: 5.0-1
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl <[EMAIL PROTECTED]>
Changed-By: Michael Biebl <[EMAIL PROTECTED]>
Description: 
 avrdude    - software for programming Atmel AVR microcontrollers
 avrdude-doc - documentation for avrdude
Closes: 329448 330243
Changes: 
 avrdude (5.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #330243).
     + Removed patch html_doc_build_fix.diff, fixed upstream.
   * Added patch kfreebsd.diff to make avrdude compile on GNU/kFreeBSD
     (closes: #329448). Thanks to Aurelien Jarno.
   * Added patch manpage_fix.diff to reflect Debian specific locations of
     certain files.
   * Updated watch file.
Files: 
 c5b416f07149ec8c68df8227439e4ad2 693 electronics extra avrdude_5.0-1.dsc
 ac21da160853f7cf7f3f0578c756a52c 411884 electronics extra 
avrdude_5.0.orig.tar.gz
 7e1c14163b8d658fcf55634535e93094 2913 electronics extra avrdude_5.0-1.diff.gz
 d38fbeda1f60a35bdf89b8a1437731a5 296488 doc extra avrdude-doc_5.0-1_all.deb
 056c43749aa74c719ed2b37829e56fbb 117014 electronics extra 
avrdude_5.0-1_i386.deb
 7b85ce5e9e6c5b01dc911846d1d0df4a 119830 electronics extra 
avrdude_5.0-1_sparc.deb
 9a86ac86875cec14e9d2429ed290ba16 139272 electronics extra 
avrdude_5.0-1_alpha.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDTmDiipBneRiAKDwRAirLAJ41Loztx6B8oZH1Bt0rlSypHvIJTgCeKqAa
AK1qGZQi/oLFKqaxUbAgMAg=
=lDEp
-----END PGP SIGNATURE-----


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

Reply via email to