First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 107852
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: lars brun nielsen <lbn@carbon14.dk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 107852 depends on: Show dependency tree
Show dependency graph
Bug 107852 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-02 01:21 0000
cc -Wall   -c -o linux.o linux.c
linux.c: In function `getsize':
linux.c:112: error: `u64' undeclared (first use in this function)
linux.c:112: error: (Each undeclared identifier is reported only once
linux.c:112: error: for each function it appears in.)
make: *** [linux.o] Error 1


Reproducible: Always
Steps to Reproduce:
1.emerge -av vblade
2.
3.




simple hack : inserting typedef unsigned long long u64 in 'linux.c' will fix it - 
although why it should be necessary, since 'linux.c' include 'sys/types.h',
eludes me.

------- Comment #1 From Robin Johnson 2005-12-01 00:42:59 0000 -------
please provide your emerge info output.

------- Comment #2 From Robin Johnson 2005-12-04 18:00:48 0000 -------
fixed with version bump to vblade-9.

First Last Prev Next    No search results available      Search page      Enter new bug