Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10214 - linux-2.4.19-gentoo-r9 compilation error (drivers/scsi)
Summary: linux-2.4.19-gentoo-r9 compilation error (drivers/scsi)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 14:04 UTC by Markus Nigbur (RETIRED)
Modified: 2003-05-05 12:45 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 Markus Nigbur (RETIRED) gentoo-dev 2002-11-04 14:04:47 UTC
While checking dependencies on drivers/scsi make returns with error

Missing seperator on line 1269

grep { /usr/src/linux/drivers/scsi/.depend|wc -> 55
grep } /usr/src/linux/drivers/scsi/.depend|wc -> 54
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2002-11-04 15:08:57 UTC
s/checking/creating/

vanilla-sources work fine, so it's in the gentoo_r9 patch.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-11-05 11:29:21 UTC
Have you done a make mrproper?  

# cd /usr/src/linux
 - save your config file
# cp .config ../config.save
# make mrproper
# mv ../config.save .config
# make menuconfig
 - make sure everything is as you want it 
# make dep && make bzImage modules && make modules_install
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2002-11-06 06:28:14 UTC
sure i tried, but with no success.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2002-12-01 04:08:57 UTC
maybe it's a wrong scsi config (kernel)

try to disable complete scsi, recompile kernel

then add one by one option in the kernel and recompile every time.
Comment 5 Brandon Low (RETIRED) gentoo-dev 2003-01-09 15:12:46 UTC
Blargh, test with lolo-sources-2.4.20.1_rc3 or later, let me know.
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:19 UTC
db fix
Comment 7 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:09 UTC
db fix
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-05-05 12:45:26 UTC
works