Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10321 - strange compile error in lolo-sources (every 2nd time..)
Summary: strange compile error in lolo-sources (every 2nd time..)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 03:24 UTC by Thomas Raschbacher
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
output of make bzImage 2> error2.txt (error2.txt,2.69 KB, text/plain)
2002-11-17 22:43 UTC, David Cozatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Raschbacher gentoo-dev 2002-11-06 03:24:46 UTC
hi!

just wanted to drop u a note about this:
i use lolo-sources 2.4.20_pre2-r1 
every time i reconfigure sth with menuconfig then do 'make dep clean bzImage
modules...' i get a compile error in drivers/pci .. (no rule to make target
/usr/src/../drivers/pci/devlist.h needed by names.o) i have to start the whole
process again (i think it's a make dep problem) then it works)

greetings, LordVan
P.S.: feel free to /msg or mail me if u need more details
Comment 1 David Cozatt 2002-11-17 22:40:52 UTC
Hello 
 Have the same thing+ with lolo-2.4.20-rc1-pre3 seems like the second time
through the pci.ids gets set and it makes it thru. 
 However for me with rc3 I have a further problem it stops at rmap.I ran make
bzImage 2> error2.txt.It's attached inhopes it might be useful.

By the way I am using a r1-pre2 kernel with the AEC62xx turned on and boot
offboard set to sucessfully boot a SIIG UDMA 133 on this machine. The attached
hdd is a Maxtor 20G UDMA 100 drive. the mobo is VIA VP3. The card show up as 
AEC6280R but is listed in /proc/pci as a scsi storage controllor Artop
Electronics ATP865 rev(2)

Thx DJ Cozatt

 


Comment 2 David Cozatt 2002-11-17 22:43:14 UTC
Created attachment 5763 [details]
output of make bzImage 2> error2.txt
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-11-19 08:11:19 UTC
I believe both of these have been posted to the LKML and Alan or others are
fixing them... hopefully Alan will do an -rc2-ac1 soon which will have them
taken care of.
Comment 4 David Cozatt 2002-11-26 00:40:20 UTC
In the meantime you could try this and see if it fixes it.
edit /usr/src/linux/drivers/pci/Makedfile line number 38 and add a missing
# in front of include
at least that fixes make devlist.h from that directory and correctly genearates
the file. Not sure yet if it solves anything else.

DJ Cozatt
Comment 5 Brandon Low (RETIRED) gentoo-dev 2003-01-09 15:16:28 UTC
This is kinda the kernel people's fault, and kinda mine regardless the latest
lolo-sources should be fine