Hi

I am trying to use Dapper servers and standard versions on there
to have a setup that is easily reproducible, and can be shown to 
new, remote system administrators.

I need an ide-scsi module to be enable in the boot kernel though.
this is pre-UYOK, faster, and I just want to add the one module
to the standard dapper versions. It has worked perfectly for us before
on Debian Sarge. Uhm, that server and kernel is out of my reach now.
I want to replicate the same thing here, and need ide-scsi again.

So I did this

apt-get source systemimager-boot-i386-standard
dpkg-source -x systemimager_3.4.1-1.dsc

Edit one file: systemimager-3.4.1/patches/linux.i386.config to 
enable ide-scsi; and put the patch in the _debian_ patches directory.

0 [EMAIL PROTECTED]:/usr/local/src/systemimager-3.4.1#cat patches/idescsi.patch 
--- systemimager-3.4.1.orig/patches/linux.i386.config   2007-05-07
10:06:13.000000000 +0200
+++ systemimager-3.4.1/patches/linux.i386.config        2007-05-07
10:08:46.000000000 +0200
@@ -239,7 +239,7 @@
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEFLOPPY=y
-# CONFIG_BLK_DEV_IDESCSI is not set
+CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set

#


Then I do 

dpkg-buildpackage -rfakeroot -us -uc >& ../build.si.log < /dev/null &

and I get up to here:

In file included from subst.c:11:
/usr/include/unistd.h:236: error: two or more data types in declaration
specifiers
make[4]: *** [subst.o] Error 1

Any advice on how to continue will be greatly appreciated.

Full file at http://www.aims.ac.za/~jan/build.si.log

regards,
Jan
-- 
   .~.
   /V\     Jan Groenewald
  /( )\    www.aims.ac.za
  ^^-^^

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to