First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45716
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Sparc Porters <sparc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael Hellwig <mhellwig@gmx.at>
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 45716 depends on: Show dependency tree
Bug 45716 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2004-03-25 09:00 0000
error is the following:

diet -Os gcc -o httpd httpd.o libowfat.a -mcpu=ultrasparc -O3 -pipe
httpd.o(.text+0x1774): In function `doit':
: undefined reference to `fstat64'
httpd.o(.text+0x1ca8): In function `handledirlist':
: undefined reference to `stat64'
httpd.o(.text+0x1e2c): In function `handledirlist':
: undefined reference to `lstat64'
httpd.o(.text+0x2084): In function `handleindexcgi':
: undefined reference to `stat64'
httpd.o(.text+0x247c): In function `serve_read_write':
: undefined reference to `lseek64'
httpd.o(.text+0x28b4): In function `serve_static_data':
: undefined reference to `lseek64'
collect2: ld returned 1 exit status
make: *** [httpd] Error 1

------- Comment #1 From Jason Wever (RETIRED) 2004-03-25 13:42:33 0000 -------
So after further investigation, both dietlibc and fnord need to be built with
an -mcpu value less than v9 or ultrasparc.  I'd added the replace-sparc64-flags
which will adjust any -mcpu=ultrasparc or -mcpu=v9 to -mcpu=v8 to the existing
dietlibc and fnord ebuilds.  You'll need to re-emerge dietlibc once it hits the
mirrors.

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