Bug 193606 - glibc-kernheaders dropped asmmacro.h
Summary: glibc-kernheaders dropped asmmacro.h
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc-kernheaders
Version: rawhide
Hardware: ia64
OS: Linux
medium
high
Target Milestone: ---
Assignee: David Woodhouse
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks: fedora-ia64
TreeView+ depends on / blocked
 
Reported: 2006-05-30 22:28 UTC by Aron Griffis
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-30 22:46:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Aron Griffis 2006-05-30 22:28:11 UTC
Recent glibc-kernheaders has dropped /usr/include/asm/asmmacro.h.  This file is
needed for xen compilation on ia64.

$ rpm -qpl glibc-kernheaders-3.0-7.ia64.rpm | grep asmmacro
/usr/include/asm/asmmacro.h

$ rpm -qpl glibc-kernheaders-3.0-36.ia64.rpm | grep asmmacro
(nothing)

Comment 1 David Woodhouse 2006-05-30 22:46:19 UTC
That's because it's a kernel _PRIVATE_ header. Unless I'm mistaken, there is no
part of the kernel<->user ABI described in it.

The kernel's private headers are not a library provided for userspace. Please
reopen if there's anything in asmmacro.h that you actually have any business
accessing, and be very specific about what it is that you need and why.

Comment 2 Aron Griffis 2006-05-30 23:23:12 UTC
Thanks David.  Looks like this dependency was recently fixed in
xen-ia64-unstable upstream.  Sorry for the bother.


Note You need to log in before you can comment on or make changes to this bug.