Bug 9033 - errno.h broken on x86_64
Summary: errno.h broken on x86_64
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: linux-libc-headers (show other bugs)
Version: unstable
Hardware: all Linux
: P5 blocker
Assignee: Konstantin A Lepikhov (L.A. Kostis)
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 17:09 MSK by Anton Farygin
Modified: 2006-03-04 01:13 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Farygin 2006-02-07 17:09:37 MSK
testcase:
#include <errno.h>

int main(void)
{
    return(0);
}

error:
gcc ~/test.c 
In file included from /usr/include/linux/errno.h:143,
                 from /usr/include/bits/errno.h:25,
                 from /usr/include/errno.h:36,
                 from /home/rider/test.c:1:
/usr/include/asm/errno.h:12:34: asm-x86_64/errno.h: No such file or directory
Comment 1 Anton Farygin 2006-02-07 17:10:10 MSK
как вариант - сделать так же как для i386
Comment 2 Anton Farygin 2006-02-07 17:27:38 MSK
весь фикс заключается в отключении dual arch в спеке. По согласованию с
мантейнером пошло NMU.
Comment 3 Konstantin A Lepikhov (L.A. Kostis) 2006-03-04 00:57:17 MSK
Как я понял, этой баги больше нет :)