Your message dated Sat, 15 Oct 2005 22:02:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332987: fixed in gnomebaker 0.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; 9 Oct 2005 21:53:42 +0000
>From [EMAIL PROTECTED] Sun Oct 09 14:53:42 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 1EOj70-0002yM-00; Sun, 09 Oct 2005 14:53:42 -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 1EOj6x-0002vY-JC; Sun, 09 Oct 2005 23:53:41 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
        id 1EOj6x-000NDx-H3; Sun, 09 Oct 2005 23:53:39 +0200
Content-Type: multipart/mixed; boundary="===============0932019902=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gnomebaker: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Sun, 09 Oct 2005 23:53:39 +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.

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

Package: gnomebaker
Severity: important
Tags: patch

Hi,

gnomebaker fails to build on GNU/kFreeBSD due to missing support. 
Please find attached a patch to fix that. Could you please add it in 
the next upload?

Don't hesitate to contact me if you need more information.

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)

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

Author: aurel32
Status: in BTS

--- gnomebaker-0.4.2.orig/src/devices.c
+++ gnomebaker-0.4.2/src/devices.c
@@ -32,7 +32,7 @@
 #include <fcntl.h>
 #include <stdlib.h>
 
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include <sys/cdio.h>
 #define CDROM_DRIVE_STATUS     0x5326
 #define CDS_NO_DISC        1
@@ -684,13 +684,13 @@
                        
 
     /* Use ioctl to send the CDROMEJECT (CDIOCEJECT on FreeBSD) command to the 
device */
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined (__FreeBSD_kernel__)
        if (ioctl(cdrom,CDIOCEJECT,0)<0)
 #else 
     if (ioctl(cdrom,CDROMEJECT,0)<0)    
 #endif    
        {
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined (__FreeBSD_kernel__)
         return TRUE;
 #else
         g_critical("devices_query_cdstatus - ioctl failed");

--===============0932019902==--

---------------------------------------
Received: (at 332987-close) by bugs.debian.org; 16 Oct 2005 05:08:14 +0000
>From [EMAIL PROTECTED] Sat Oct 15 22:08:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ER0er-0005u1-00; Sat, 15 Oct 2005 22:02:05 -0700
From: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#332987: fixed in gnomebaker 0.5.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 15 Oct 2005 22:02: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: gnomebaker
Source-Version: 0.5.0-1

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

gnomebaker_0.5.0-1.diff.gz
  to pool/main/g/gnomebaker/gnomebaker_0.5.0-1.diff.gz
gnomebaker_0.5.0-1.dsc
  to pool/main/g/gnomebaker/gnomebaker_0.5.0-1.dsc
gnomebaker_0.5.0-1_i386.deb
  to pool/main/g/gnomebaker/gnomebaker_0.5.0-1_i386.deb
gnomebaker_0.5.0.orig.tar.gz
  to pool/main/g/gnomebaker/gnomebaker_0.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.
Goedson Teixeira Paixao <[EMAIL PROTECTED]> (supplier of updated gnomebaker 
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: Sat, 15 Oct 2005 23:01:53 -0300
Source: gnomebaker
Binary: gnomebaker
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
Changed-By: Goedson Teixeira Paixao <[EMAIL PROTECTED]>
Description: 
 gnomebaker - application for CD/DVD creation in the GNOME desktop
Closes: 332987
Changes: 
 gnomebaker (0.5.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Applied patch to fix building on GNU/kFreeBSD, thanks to Aurelien Jarno
     (Closes: #332987).
Files: 
 9e9e881d0aa2e84ed24a72f0d461b7ae 696 gnome optional gnomebaker_0.5.0-1.dsc
 728c471403ac35a156eac6680d507388 1184251 gnome optional 
gnomebaker_0.5.0.orig.tar.gz
 f2e2667f8fa1be694781fb90ab50b828 8058 gnome optional gnomebaker_0.5.0-1.diff.gz
 be4eaa11dc97343dfa506e93aba3f37f 775538 gnome optional 
gnomebaker_0.5.0-1_i386.deb

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

iD8DBQFDUdid7tjUzB3rjq4RArlWAJ9Iop1NLtyZlKkPpLsaCatFQiiplACdFXKh
1SZxLHWisbj90Juh8WxMu6s=
=cryI
-----END PGP SIGNATURE-----


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

Reply via email to