From owner-freebsd-questions Thu May 22 15:52:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA14912 for questions-outgoing; Thu, 22 May 1997 15:52:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA14890 for ; Thu, 22 May 1997 15:51:59 -0700 (PDT) Received: from netcom5.netcom.com (stanb@netcom5.netcom.com [192.100.81.113]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA02709 for ; Thu, 22 May 1997 15:51:58 -0700 (PDT) Received: (from stanb@localhost) by netcom5.netcom.com (8.6.13/Netcom) id SAA19160; Thu, 22 May 1997 18:51:58 -0400 From: stanb@netcom.com (Stan Brown) Message-Id: <199705222251.SAA19160@netcom5.netcom.com> Subject: Help kernel compile failed (fwd) (Please help) To: freebsd-questions@freebsd.com (Free BSD Questions list) Date: Thu, 22 May 1997 18:51:57 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 -Wpointer-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 -DKERNEL ../../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. > # ^Dexit > > 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.