Date: Fri, 7 Aug 1998 09:40:23 +0200 (CEST) From: Henry Vogt <henry@MX.BA-Stuttgart.De> To: freebsd-current@FreeBSD.ORG Subject: CAM/Kernel compile problem in -current Message-ID: <199808070740.JAA01006@marylin.goethestr12-net.marbach-neckar>
next in thread | raw e-mail | index | archive | help
Hello, After successfully upgrading my SMP box with CAM using the 3.0CAM-19980716-SNAP.diffs on a ccd(2 Disks - partly striped, partly mirrored) all was fine:-) After checking out newer sources (from around 2 days ago) trying to compile -current kernel leads to the following error: ----------------------------- C U T ----------------------------- cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../cam/scsi/scsi_da.c ../../cam/scsi/scsi_da.c: In function `daopen': ../../cam/scsi/scsi_da.c:316: warning: passing arg 4 of `dsopen' makes integer from pointer without a cast ../../cam/scsi/scsi_da.c:316: warning: passing arg 5 of `dsopen' from incompatible pointer type ../../cam/scsi/scsi_da.c:316: warning: passing arg 6 of `dsopen' from incompatible pointer type ../../cam/scsi/scsi_da.c:316: warning: passing arg 7 of `dsopen' from incompatible pointer type ../../cam/scsi/scsi_da.c:316: warning: passing arg 8 of `dsopen' from incompatible pointer type ../../cam/scsi/scsi_da.c:316: too few arguments to function `dsopen' *** Error code 1 Stop. ----------------------------- C U T ----------------------------- Obvoiusly the dsopen routine expects now more arguments.. Needs the CAM-Snapshot to be updated ? Or am I doing something wrong? This leads me to a more general question: Whats the supposed way to have CAM a n d to follow the -current sources ? Do i have to re-check out a new source-tree and re-applied CAM, everytime ? Of course I would prefer just to check out the sources as usual.. Sorry, if this is a silly question or something obvious, which I'm not aware of. Regards Henry -- // // Do you suffer from long term memory loss ? I don't remember:-( // // Henry Vogt (henry@BA-Stuttgart.De) // Goethestr. 12, 71672 Marbach (Neckar), Tel. 07144/841653 // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808070740.JAA01006>