From owner-freebsd-current Fri Sep 4 08:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03257 for freebsd-current-outgoing; Fri, 4 Sep 1998 08:13:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from darkstar.psa.at (darkstar.psa.at [194.152.163.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03250 for ; Fri, 4 Sep 1998 08:13:33 -0700 (PDT) (envelope-from root@frag.quake.at) Received: from entropy.quake.at (uvo-39.univie.ac.at [131.130.230.39]) by darkstar.psa.at (8.8.5/8.8.5) with ESMTP id RAA07142 for ; Fri, 4 Sep 1998 17:10:16 +0200 Received: from root by entropy.quake.at with local (Exim 1.92 #1) for current@freebsd.org id 0zEwqj-0000su-00; Fri, 4 Sep 1998 16:28:29 +0200 Message-ID: <19980904162829.A3292@compufit.at> Date: Fri, 4 Sep 1998 16:28:29 +0200 From: Alexander Sanda To: current@FreeBSD.ORG Subject: Small compiling problem today... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i X-Operating-System: FreeBSD 3.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG CVSup from today (09/04): [32]root@darkstar:/sys/compile/TEST #>make all .... .... loading kernel pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment pmap.o: Undefined symbol `_PAGE_WAKEUP' referenced from text segment *** Error code 1 I'am not so familar with the kernel, but I think, it's only that somebody has forgotten to replace them with calls vm_page_wakeup(). At least, that's what I found after browsing my Mail/freebsd-current archive. There was a lengthy discussion about replacing the macros with inline functions just a week ago (or so). -- # /AS/ http://privat.schlund.de/entropy/ # # # # XX has detected, that your mouse cursor has changed position. Please # # restart XX, so it can be updated. -- From The Gimp manual # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message