linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Failure to build ata_id
@ 2011-01-03 22:29 Thomas Koeller
  2011-01-03 23:38 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koeller @ 2011-01-03 22:29 UTC (permalink / raw)
  To: linux-hotplug

Hi,

since kernel release v2.6.35-rc1 (commit 7407e5bba2cc821950344fd1391d9ad1b7e0b397),
scsi/scsi.h is no longer part of the exported kernel headers. Since then, it has
not been possible to do a full build of udev anymore, because extras/ata_id/ata_id.c
wants to include this header.

I suppose new udev releases are tested with a current kernel? Am I missing something?

Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Failure to build ata_id
  2011-01-03 22:29 Failure to build ata_id Thomas Koeller
@ 2011-01-03 23:38 ` Kay Sievers
  0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2011-01-03 23:38 UTC (permalink / raw)
  To: linux-hotplug

On Mon, Jan 3, 2011 at 23:29, Thomas Koeller <thomas@koeller.dyndns.org> wrote:
> since kernel release v2.6.35-rc1 (commit 7407e5bba2cc821950344fd1391d9ad1b7e0b397),
> scsi/scsi.h is no longer part of the exported kernel headers. Since then, it has
> not been possible to do a full build of udev anymore, because extras/ata_id/ata_id.c
> wants to include this header.
>
> I suppose new udev releases are tested with a current kernel? Am I missing something?

It's not a kernel header, it's from glibc. You need a matching glibc
for these new kernel headers.

$ rpm -qf /usr/include/scsi/scsi.h
glibc-devel-2.11.3-4.1.x86_64

Kay

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-03 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 22:29 Failure to build ata_id Thomas Koeller
2011-01-03 23:38 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).