[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#336894: marked as done (okle: FTBFS on GNU/kFreeBSD)



Your message dated Wed, 16 Nov 2005 21:02:06 +0100
with message-id <1132171327.7503.23.camel@darwin.os9.nl>
and subject line okle: FTBFS on GNU/kFreeBSD
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 Nov 2005 19:21:57 +0000
>From aurel32@debian.org Tue Nov 01 11:21:57 2005
Return-path: <aurel32@debian.org>
Received: from farad.aurel32.net [82.232.2.251] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EX0Ft-0001WR-00; Tue, 01 Nov 2005 09:49:05 -0800
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 1EX0Fs-0004kH-70; Tue, 01 Nov 2005 18:49:04 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
	id 1EX0Fs-000BPx-4T; Tue, 01 Nov 2005 18:49:04 +0100
Content-Type: multipart/mixed; boundary="===============1699382697=="
MIME-Version: 1.0
From: Aurelien Jarno <aurel32@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: okle: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 18:49:04 +0100
Message-Id: <[🔎] E1EX0Fs-000BPx-4T@hertz.aurel32.net>
Delivered-To: submit@bugs.debian.org
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.

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

Package: okle
Severity: important
Tags: patch

Hi,

The current version of gimp-gap fails to build on GNU/kFreeBSD, because
linux/soundcard.h is Linux specific. sys/soundcard.h should be included
instead on *BSD. Please find attached a patch to fix that. It would be
nice if you could include 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)

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

Author: aurel32
Status: in BTS

--- okle-0.4+cvs20040728.orig/src/mixer.cpp
+++ okle-0.4+cvs20040728/src/mixer.cpp
@@ -13,7 +13,7 @@
 #undef HARDWARE_VOLUME
 #elif defined(__linux__)
 #include <sys/soundcard.h>
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include <sys/soundcard.h>
 #elif defined(__NetBSD__)
 #include <soundcard.h>

--===============1699382697==--

---------------------------------------
Received: (at 336894-done) by bugs.debian.org; 16 Nov 2005 20:02:09 +0000
>From kink@squirrelmail.org Wed Nov 16 12:02:09 2005
Return-path: <kink@squirrelmail.org>
Received: from warp.os9.nl ([145.99.151.132])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EcTTt-0003AI-39
	for 336894-done@bugs.debian.org; Wed, 16 Nov 2005 12:02:09 -0800
Received: from darwin.os9.nl (darwin.os9.nl [145.99.151.130])
	by warp.os9.nl (Postfix) with ESMTP id 58EB2E6ACF;
	Wed, 16 Nov 2005 21:01:19 +0100 (CET)
Received: by darwin.os9.nl (Postfix, from userid 1000)
	id 457C313923; Wed, 16 Nov 2005 21:02:07 +0100 (CET)
Subject: Re: okle: FTBFS on GNU/kFreeBSD
From: Thijs Kinkhorst <kink@squirrelmail.org>
To: 336894-done@bugs.debian.org
Cc: luk@debian.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JHyvQguPn7lEmkycpLqC"
Organization: Squirrelmail Development Team
Date: Wed, 16 Nov 2005 21:02:06 +0100
Message-Id: <1132171327.7503.23.camel@darwin.os9.nl>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02


--=-JHyvQguPn7lEmkycpLqC
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Version: 0.4+cvs20040728-5

Hello Aurelien,

You fixed this bug yourself already by your upload of 2005-10-13, hence
I'm closing this bug.


regards,
Thijs

--=-JHyvQguPn7lEmkycpLqC
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDe5A+JdKMxZV9WM8RAiCEAKDCvam/yRHOjuFRL1U9DorFEtzdXwCfdisa
Y9GQJfqEn6hTfRf4bWmIxxo=
=Okje
-----END PGP SIGNATURE-----

--=-JHyvQguPn7lEmkycpLqC--



Reply to: