From owner-freebsd-hackers Fri May 23 02:52:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA11630 for hackers-outgoing; Fri, 23 May 1997 02:52:31 -0700 (PDT) Received: from jocki.domestic.de (kuebart.stuttgart.netsurf.de [194.233.216.182]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA11596 for ; Fri, 23 May 1997 02:52:25 -0700 (PDT) Received: (from joki@localhost) by jocki.domestic.de (8.8.5/8.8.5) id LAA00423; Fri, 23 May 1997 11:52:03 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199705222251.SAA19160@netcom5.netcom.com> Date: Fri, 23 May 1997 11:39:19 +0200 (CEST) From: Joachim Kuebart To: (Stan Brown) , hackers@freebsd.org Subject: RE: Help kernel compile failed (fwd) (Please help) Cc: (Free BSD Questions list) Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Could you send me a few lines around line 21 and around line 203 from /sys/pccard/pccard_subr.c? I don4t seem to have this file?!? PS: I forwarded this to hackers, it seems to be a problem for them... On 22-May-97 at 22:51:57 Stan Brown wrote: > I still have not recieved any sugestions at all on this error I would > *greatly* appreciate any input at all on this. > >> >> I am trying to upgrade a 2.2-970310-GAMMA to the latest 2_2-RELENG >> release. I have vsuped the sources and installed the latest PAO patches >> (this machine is a laptop and requires these patches)/. The PAO patches >> were PAO-970331 . >> >> I then folowed the README from these about installing the kernel patch >> which appeared to go well. I then installed the various files the >> README requested to be installed. This machine had alreay been running >> thse PAO stuff so I think my configuration should be OK. >> >> I then did a make world. This went well and told me it was sucseful. I >> then wnet to build a kernel. I did a config, folowed by a make depend; >> make. This failed as follows. >> >> >> Script started on Thu May 22 06:50:21 1997 >> # make >> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W pointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DSBC_IRQ=5 -DAPM_BROKEN_STATCLOCK -DAPM_NO_CLOCK_ADJUST -DAPM_BATT _LOW_SUSPEND -DPCIC_RESUME_RESET -DAPM_PCCARD_RESUME -DLAPTOP -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKE RNEL ../../pccard/pccard_subr.c >> ../../pccard/pccard_subr.c:203: redefinition of `pccard_insert_beep_type0' >> ../../pccard/pccard_subr.c:21: `pccard_insert_beep_type0' previously defined here >> ../../pccard/pccard_subr.c:208: redefinition of `pccard_remove_beep_type0' >> ../../pccard/pccard_subr.c:26: `pccard_remove_beep_type0' previously defined here >> ../../pccard/pccard_subr.c:213: redefinition of `pccard_success_beep_type0' >> ../../pccard/pccard_subr.c:31: `pccard_success_beep_type0' previously defined here >> ../../pccard/pccard_subr.c:218: redefinition of `pccard_failure_beep_type0' >> ../../pccard/pccard_subr.c:36: `pccard_failure_beep_type0' previously defined here >> ../../pccard/pccard_subr.c:230: redefinition of `pccard_insert_beep_type1' >> ../../pccard/pccard_subr.c:48: `pccard_insert_beep_type1' previously defined here >> ../../pccard/pccard_subr.c:235: redefinition of `pccard_remove_beep_type1' >> ../../pccard/pccard_subr.c:53: `pccard_remove_beep_type1' previously defined here >> ../../pccard/pccard_subr.c:240: redefinition of `pccard_success_beep_type1' >> ../../pccard/pccard_subr.c:58: `pccard_success_beep_type1' previously defined here >> ../../pccard/pccard_subr.c:245: redefinition of `pccard_failure_beep_type1' >> ../../pccard/pccard_subr.c:63: `pccard_failure_beep_type1' previously defined here >> ../../pccard/pccard_subr.c:250: redefinition of `pccard_insert_beep0_type2' >> ../../pccard/pccard_subr.c:68: `pccard_insert_beep0_type2' previously defined here >> ../../pccard/pccard_subr.c:256: redefinition of `pccard_insert_beep_type2' >> ../../pccard/pccard_subr.c:74: `pccard_insert_beep_type2' previously defined here >> ../../pccard/pccard_subr.c:262: redefinition of `pccard_remove_beep0_type2' >> ../../pccard/pccard_subr.c:80: `pccard_remove_beep0_type2' previously defined here >> ../../pccard/pccard_subr.c:268: redefinition of `pccard_remove_beep_type2' >> ../../pccard/pccard_subr.c:86: `pccard_remove_beep_type2' previously defined here >> ../../pccard/pccard_subr.c:274: redefinition of `pccard_success_beep1_type2' >> ../../pccard/pccard_subr.c:92: `pccard_success_beep1_type2' previously defined here >> ../../pccard/pccard_subr.c:280: redefinition of `pccard_success_beep0_type2' >> ../../pccard/pccard_subr.c:98: `pccard_success_beep0_type2' previously defined here >> ../../pccard/pccard_subr.c:287: redefinition of `pccard_success_beep_type2' >> ../../pccard/pccard_subr.c:105: `pccard_success_beep_type2' previously defined here >> ../../pccard/pccard_subr.c:293: redefinition of `pccard_failure_beep1_type2' >> ../../pccard/pccard_subr.c:111: `pccard_failure_beep1_type2' previously defined here >> ../../pccard/pccard_subr.c:299: redefinition of `pccard_failure_beep0_type2' >> ../../pccard/pccard_subr.c:117: `pccard_failure_beep0_type2' previously defined here >> ../../pccard/pccard_subr.c:305: redefinition of `pccard_failure_beep_type2' >> ../../pccard/pccard_subr.c:123: `pccard_failure_beep_type2' previously defined here >> ../../pccard/pccard_subr.c:310: redefinition of `insert' >> ../../pccard/pccard_subr.c:128: `insert' previously defined here >> ../../pccard/pccard_subr.c:311: redefinition of `remove' >> ../../pccard/pccard_subr.c:129: `remove' previously defined here >> ../../pccard/pccard_subr.c:312: redefinition of `success' >> ../../pccard/pccard_subr.c:130: `success' previously defined here >> ../../pccard/pccard_subr.c:313: redefinition of `failure' >> ../../pccard/pccard_subr.c:131: `failure' previously defined here >> ../../pccard/pccard_subr.c:316: redefinition of `pccard_beep_select' >> ../../pccard/pccard_subr.c:134: `pccard_beep_select' previously defined here >> ../../pccard/pccard_subr.c:346: redefinition of `pccard_insert_beep' >> ../../pccard/pccard_subr.c:164: `pccard_insert_beep' previously defined here >> ../../pccard/pccard_subr.c:351: redefinition of `pccard_remove_beep' >> ../../pccard/pccard_subr.c:169: `pccard_remove_beep' previously defined here >> ../../pccard/pccard_subr.c:356: redefinition of `pccard_success_beep' >> ../../pccard/pccard_subr.c:174: `pccard_success_beep' previously defined here >> ../../pccard/pccard_subr.c:361: redefinition of `pccard_failure_beep' >> ../../pccard/pccard_subr.c:179: `pccard_failure_beep' previously defined here >> *** Error code 1 >> >> Stop. >> # ^D exit >> >> Script done on Thu May 22 06:50:48 1997 >> >> What have I done wrong? How can I get my machine back in a useable >> state? I am afraid to rebooot it fr fear it won't come up. >> >> Thanks for the help. >> >> -- >> Stan Brown stanb@netcom.com 404-996-6955 >> Factory Automation Systems >> Atlanta Ga. >> -- >> Look, look, see Windows 95. Buy, lemmings, buy! >> Pay no attention to that cliff ahead... Henry Spencer >> (c) 1997 Stan Brown. Redistribution via the Microsoft Network is prohibited. >> > > >-- >Stan Brown stanb@netcom.com 404-996-6955 >Factory Automation Systems >Atlanta Ga. >-- >Look, look, see Windows 95. Buy, lemmings, buy! >Pay no attention to that cliff ahead... Henry Spencer >(c) 1997 Stan Brown. Redistribution via the Microsoft Network is prohibited. cu Jo --------------------------------------------------------------------- FreeBSD - top breeders recommend it Joachim Kuebart Tel: +49 711 653706 Germany