First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 123050
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: André Sencioles <andre@sencioles.eng.br>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 123050 depends on: Show dependency tree
Show dependency graph
Bug 123050 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: 2006-02-16 08:29 0000
emerging rt2500-1.1.0_beta3 prints a lot of errors while compiling:

>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/rt2500-1.1.0_beta3/work/rt2500-1.1.0-b3 ...
sed: can't read oid.h: No such file or directory
 * Preparing rt2500 module

Followed by lots of:

/var/tmp/portage/rt2500-1.1.0_beta3/work/rt2500-1.1.0-b3/Module/oid.h:108:5:
warning: "RT2500_DBG" is not defined

The line 42 of the ebuild,
sed -i "s:#if RT2500_DBG:#ifdef RT2500_DBG:" oid.h

seems wrong, as the "oid.h" file is in the "Module" directory.

Maybe:
sed -i "s:#if RT2500_DBG:#ifdef RT2500_DBG:" Module/oid.h

------- Comment #1 From Stefan Schweizer 2006-02-19 00:27:50 0000 -------
does your workaround make it work?

------- Comment #2 From André Sencioles 2006-02-20 03:31:45 0000 -------
Yes, it did...

------- Comment #3 From Stefan Schweizer 2006-03-05 01:51:53 0000 -------
thanks, fixed

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