From owner-freebsd-mobile Mon Jan 24 3: 2: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by hub.freebsd.org (Postfix) with ESMTP id 4DC6914D77 for ; Mon, 24 Jan 2000 03:01:54 -0800 (PST) (envelope-from talon@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.9.3/jtpda-5.3.3) with ESMTP id MAA66841 for ; Mon, 24 Jan 2000 12:01:45 +0100 (CET) Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (8.9.1a/jtpda-5.3.1) with ESMTP id MAA09981 for ; Mon, 24 Jan 2000 12:01:45 +0100 (MET) Received: from (talon@localhost) by niobe.lpthe.jussieu.fr (8.9.3/jtpda-5.3.1) id MAA87983 for freebsd-mobile@FreeBSD.ORG; Mon, 24 Jan 2000 12:01:45 +0100 (CET) Date: Mon, 24 Jan 2000 12:01:45 +0100 From: Michel TALON To: freebsd-mobile@FreeBSD.ORG Subject: Re: PAO3 + 3.4-STABLE Message-ID: <20000124120144.F87825@lpthe.jussieu.fr> References: <200001231603.IAA06548@goose.prod.itd.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001231603.IAA06548@goose.prod.itd.earthlink.net>; from pmoyer@hyperon.com on Sun, Jan 23, 2000 at 11:10:16AM -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jan 23, 2000 at 11:10:16AM -0500, Philip R. Moyer wrote: > > Forgive me if this is a silly question, but I have cvsupped the latest > 3.4-STABLE sources from FreeBSD, then cvsupped the latest PAO3 sources > from Japan (1). Everything goes well until I'm building the kernel, when > I get errors from apm.c: > > Script started on Sun Jan 23 10:59:26 2000 > penrose# make > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/apm/apm.c > ../../i386/apm/apm.c: In function `apm_do_suspend': > ../../i386/apm/apm.c:538: structure has no member named `suspending' > ../../i386/apm/apm.c:546: structure has no member named `suspending' > ../../i386/apm/apm.c: In function `apm_resume': > ../../i386/apm/apm.c:669: structure has no member named `suspending' > ../../i386/apm/apm.c: In function `apmattach': > ../../i386/apm/apm.c:1089: `APM_FORCE_APM10_FLAG' undeclared (first use this function) > ../../i386/apm/apm.c:1089: (Each undeclared identifier is reported only once > ../../i386/apm/apm.c:1089: for each function it appears in.) > ../../i386/apm/apm.c:1095: `APM_NO_CLOCK_ADJUST_FLAG' undeclared (first use this function) > ../../i386/apm/apm.c:1101: `APM_FORCE_64K_SEG_FLAG' undeclared (first use this function) > *** Error code 1 Perhaps you have done the same error than me: i had expanded paoall.tgz which replaced files in the /sys directory then in /usr/src/pao3 i did make patch or similar which clobbered all the previous files. Then i could no more compile a kernel. The cure was to expand once more paoall.tgz which reinstalled the good kernel files, and run all the makes except make patch. Then all was OK and my laptop works since a month. -- Michel TALON To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message