IPv6 readyNote: This archive passes through spamassassin. Every mail marked with the subject "*****SPAM*****" has exceed a certain threshold of spam-like behaviour.

Re: [Users] scsi core error

From: Adam Pointon (adam_at_sentinelsecurity.net)
Date: Tue Apr 23 2002 - 08:07:53 CEST


quick n dirty fix:

untar all..
patch freeswan (x509)
make menuconfig in /linux/ tree
dont select any scsi stuff
exit and save config ..

now edit a file:

vi /usr/src/linux/drivers/scsi/53c700.h

at around line 20 or so, you will see:
---snip--
/* WARNING: Leave this in for now: the dependency preprocessor doesn't
 * pick up file specific flags, so must define here if they are not
 * set */
#if !defined(CONFIG_53C700_IO_MAPPED) && !defined(CONFIG_53C700_MEM_MAPPED)
#error "Config.in must define either CONFIG_53C700_IO_MAPPED or
CONFIG_53C700_MEM_MAPPED to use this scsi core."
#endif
--snap--

well, remove the #if !defined... line(s)

basically removing it stops the kernel build from checking whether those
CONFIG_53... variables are set or not..

who cares? i dont need/want scsi..

njoy

setup is: 2.4.18, iptables 1.2.6a + patch-o-matic, fereswan 1.97+x509 patch,
plus a few nix stack hardening patches.

On Friday 19 April 2002 12:42 am, kristian nordal wrote:
> Hi
> I've seen this been postet in the archive, but no responses.
> I get this scsi core error when running make menugo.
>
> ***ERRORS DETECTED in out.kbuild (examine file for details):
> 53c700.h:40:2: #error "Config.in must define either
> CONFIG_53C700_IO_MAPPED or
> CONFIG_53C700_MEM_MAPPED to use this scsi core."
>
> I'm running RedHat 7.2 with the 2.4.18 kernel, and tried with the same
> result the freeswan 1.95, 1.96, and 1.97. I've disabled scsi support in the
> kernel config, and I haven't got any scsi devices. I put freeswan in
> /usr/src/freeswan*, and the kernel in /usr/src/linux.
>
> I've also tried making the rpm's, but then I get missing rpm.spec, even
> though it's there. If this is a known problem, with no current solution.
> Could anyone send me some tips on how to install freeswan with the rpm's
> that is available, I'm having trouble understanding wich rpm's to install,
> and how to install them. Thanks.
>
> Best regards
> Kristian Nordal
> _______________________________________________
> Users mailing list
> Users_at_lists.freeswan.org
> http://lists.freeswan.org/mailman/listinfo/users

---
Adam Pointon
ap_at_sentinelsecurity.net
key:0xF7442AA6[pgp.mit.edu]
----------
_______________________________________________
Users mailing list
Users_at_lists.freeswan.org
http://lists.freeswan.org/mailman/listinfo/users



This archive was generated by hypermail 2.1.3 : Mon Jul 29 2002 - 05:19:53 CEST