From: Martin Schlemmer <azarah@nosferatu.za.org>
To: Toad <toad@amphibian.dyndns.org>
Cc: Jeff Garzik <jgarzik@pobox.com>,
Linux Kernel Mailing Lists <linux-kernel@vger.kernel.org>
Subject: Re: 'bad: scheduling while atomic!', preempt kernel, 2.6.1-test11, reading an apparently duff DVD-R
Date: Tue, 16 Dec 2003 10:00:57 +0200 [thread overview]
Message-ID: <1071561657.4995.21.camel@nosferatu.lan> (raw)
In-Reply-To: <20031215174908.GA29901@amphibian.dyndns.org>
[-- Attachment #1.1: Type: text/plain, Size: 539 bytes --]
On Mon, 2003-12-15 at 19:49, Toad wrote:
> I've been completely unable to get cdrtools to compile... The version in
> debian is 2.0a19, which works with IDE-SCSI, and doesn't work without
> it. The RPM from the oss-dvd extension site doesn't work either without
> IDE-SCSI. Nor does dvd+rwtools. Anyone attempting to write DVDs will
> have real problems if IDE-SCSI is removed, judging by this experience.
You might try this patch to get the latest 2.01 beta compiled against
2.6 headers.
Cheers,
--
Martin Schlemmer
[-- Attachment #1.2: cdrtools-2.01-kernel25-support.patch --]
[-- Type: text/x-patch, Size: 616 bytes --]
--- cdrtools-2.01/libscg/scsi-linux-sg.c.orig 2003-02-05 21:01:31.000000000 +0200
+++ cdrtools-2.01/libscg/scsi-linux-sg.c 2003-02-05 21:16:33.000000000 +0200
@@ -66,6 +66,11 @@
#if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
#if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
/* Need to fine tune the ifdef so we get the transition point right. */
+#if LINUX_VERSION_CODE >= 0x020500 /* 2.5.x breaks things again */
+#define __KERNEL__
+#include <asm/types.h>
+#undef __KERNEL__
+#endif
#include <scsi/scsi.h>
#else
#include <linux/scsi.h>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-12-16 7:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-15 13:58 Toad
2003-12-15 15:20 ` Linus Torvalds
2003-12-15 15:54 ` Jeff Garzik
2003-12-15 17:49 ` Toad
2003-12-15 17:54 ` David T Hollis
2003-12-15 17:57 ` grundig
2003-12-15 17:59 ` Jeff Garzik
2003-12-16 8:00 ` Martin Schlemmer [this message]
2003-12-15 18:22 ` Linus Torvalds
2003-12-16 22:34 ` bill davidsen
2003-12-15 15:46 ` Toad
2003-12-15 18:52 ` Linus Torvalds
2003-12-15 18:46 ` Linus Torvalds
2003-12-15 19:13 ` Jens Axboe
2003-12-15 19:52 ` Linus Torvalds
2003-12-15 20:04 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1071561657.4995.21.camel@nosferatu.lan \
--to=azarah@nosferatu.za.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=toad@amphibian.dyndns.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome