Bug 330031 - /usr/include/error.h includes a non-existent header <bits/error.h>
Summary: /usr/include/error.h includes a non-existent header <bits/error.h>
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-12 20:51 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-15 07:38:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dominik 'Rathann' Mierzejewski 2007-10-12 20:51:35 UTC
Description of problem:
/usr/include/error.h includes a non-existent header <bits/error.h>, which
prevents me from building MPlayer.

Version-Release number of selected component (if applicable):
glibc-headers-2.6.90-18.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Get MPlayer-1.0rc2 source
2. ./configure
3. make
  
Actual results:
[...]
In file included from dvb_tune.c:33:
/usr/include/error.h:53:25: error: bits/error.h: No such file or directory
make[1]: *** [dvb_tune.o] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/MPlayer-1.0rc2/stream'
make: *** [stream/stream.a] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.86535 (%build)


Expected results:
MPlayer should build successfully, like it does on F-7.

Additional info:

Lines 52-54 from /usr/include/error.h are responsible:
52 #if defined __extern_always_inline && defined __va_arg_pack
53 # include <bits/error.h>
54 #endif

$ rpm --root /var/lib/mock/fedora-development-x86_64/root -ql glibc-headers |
grep error.h
/usr/include/error.h

There's no bits/error.h anywhere.

Comment 1 Jakub Jelinek 2007-10-15 07:38:21 UTC
Should be fixed in glibc-2.6.90-20.


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