Bug 9033

Summary: errno.h broken on x86_64
Product: Sisyphus Reporter: Anton Farygin <rider>
Component: linux-libc-headersAssignee: Konstantin A Lepikhov (L.A. Kostis) <lakostis>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: blocker    
Priority: P5 CC: zerg
Version: unstable   
Hardware: all   
OS: Linux   

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
Как я понял, этой баги больше нет :)