From owner-freebsd-current@FreeBSD.ORG Fri Mar 6 00:28:40 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B32F106564A for ; Fri, 6 Mar 2009 00:28:40 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9E48FC0C for ; Fri, 6 Mar 2009 00:28:39 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ewy10 with SMTP id 10so96795ewy.43 for ; Thu, 05 Mar 2009 16:28:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=2BIuiBXGaIuDClBiq6AVttUK6zOGTRib3G9slocqQfA=; b=jpPBKI7w8kCCDLV5cPPZIWW9KZPmtGqJkTnq2dKm2UdZ39D48/zeAcc0SkDdqy8mUx ZRt0DNkVpuVGtsx33z9aGP+y+c5yWKqM0g0mpY7zFNiixyizbjcog5BblyqC1VswpBBv 3hJoug3Pk4F1Q45Sjw37E12ooa9CfrhvalhAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=ezeEyijCONY8kLxJN2vf/CJg/SA2m9NWhWLAPI8TTsktIrfgIb2zNgidDu4uemBTxS o1I4n6sFtkNgj440HvvktzE+IfnSLo0b2p8inHQnZJyhF28ovHaSb2+EpfkO7kDKzuGF 0d2sfmudfzAwipLf8B3l6vJCQYnvXgtX2AtmM= Received: by 10.210.40.10 with SMTP id n10mr620769ebn.71.1236298046637; Thu, 05 Mar 2009 16:07:26 -0800 (PST) Received: from darklight.homeunix.org ([85.175.25.104]) by mx.google.com with ESMTPS id 5sm934809eyf.52.2009.03.05.16.07.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 16:07:26 -0800 (PST) Received: from darklight.homeunix.org (darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n2607Nhx002513; Fri, 6 Mar 2009 03:07:23 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n2607Nkj002512; Fri, 6 Mar 2009 03:07:23 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Fri, 6 Mar 2009 03:07:23 +0300 From: Yuri Pankov To: Oliver Pinter Message-ID: <20090306000723.GB1081@darklight.homeunix.org> References: <6101e8c40903051506m3fbb16a2yba99b932e3432f70@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6101e8c40903051506m3fbb16a2yba99b932e3432f70@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: current@freebsd.org Subject: Re: [FreeBSD 8-CURRENT] compile error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 00:28:40 -0000 On Fri, Mar 06, 2009 at 12:06:09AM +0100, Oliver Pinter wrote: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=nocona > -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc > -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel > -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx > -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables > -ffreestanding -fstack-protector -Werror vers.c > linking kernel.debug > if_plip.o(.text+0x331): In function `lpstop': > /usr/src/sys/dev/ppbus/if_plip.c:352: undefined reference to > `_ppb_assert_locked' > if_plip.o(.text+0x346): In function `lpstop': > ./ppbus_if.h:27: undefined reference to `ppbus_io_desc' > # Parallel port > #device ppc > #device ppbus # Parallel port bus (required) > #device lpt # Printer > device plip # TCP/IP over parallel Both `device ppbus' and `device ppc' are required for `device plip' (man 4 plip). HTH, Yuri