Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#13373 - gcc -m32 does not work

Attached to Project: Arch Linux
Opened by Windel Bouwman (windel) - Thursday, 19 February 2009, 09:44 GMT
Last edited by Allan McRae (Allan) - Thursday, 19 February 2009, 10:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
when VirtualBox OSE configure script checks for 32 bit build support, the following error is raised:

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

Additional info:
* core/gcc 4.3.3-1


Steps to reproduce (from the configure.log from VirtualBox):

***** Checking 32-bit support *****
compiling the following source file:
#include <stdint.h>
int main(void)
{
return 0;
}
using the following command line:
gcc -m32 -O -Wall -o .tmp_out .tmp_src.c
In file included from /usr/include/features.h:354,
from /usr/include/stdint.h:26,
from .tmp_src.c:1:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 19 February 2009, 10:24 GMT
Reason for closing:  Won't fix
Additional comments about closing:  See  FS#8369 

Loading...