Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123050 - rt2500-1.1.0_beta3: oid.h not fount
Summary: rt2500-1.1.0_beta3: oid.h not fount
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL: http://rt2x00.serialmonkey.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 08:29 UTC by André Sencioles
Modified: 2006-03-05 01:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Sencioles 2006-02-16 08:29:12 UTC
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 Stefan Schweizer (RETIRED) gentoo-dev 2006-02-19 00:27:50 UTC
does your workaround make it work?
Comment 2 André Sencioles 2006-02-20 03:31:45 UTC
Yes, it did...
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-03-05 01:51:53 UTC
thanks, fixed