From owner-freebsd-current Fri Aug 7 00:58:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21447 for freebsd-current-outgoing; Fri, 7 Aug 1998 00:58:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.111.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21407 for ; Fri, 7 Aug 1998 00:58:35 -0700 (PDT) (envelope-from henry@MX.BA-Stuttgart.De) Received: from marylin.goethestr12-net.marbach-neckar (marylin.informatik.ba-stuttgart.de [141.31.112.1]) by terminator.informatik.ba-stuttgart.de (8.8.8/8.8.8) with ESMTP id JAA21441 for ; Fri, 7 Aug 1998 09:42:26 +0200 (CEST) (envelope-from henry@MX.BA-Stuttgart.De) Received: (from henry@localhost) by marylin.goethestr12-net.marbach-neckar (8.9.1/8.8.8) id JAA01006 for freebsd-current@freebsd.org; Fri, 7 Aug 1998 09:40:24 +0200 (CEST) (envelope-from henry) From: Henry Vogt Message-Id: <199808070740.JAA01006@marylin.goethestr12-net.marbach-neckar> Subject: CAM/Kernel compile problem in -current To: freebsd-current@FreeBSD.ORG Date: Fri, 7 Aug 1998 09:40:23 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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