From owner-freebsd-current@FreeBSD.ORG Fri Mar 6 16:17:53 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 0B80E1065673 for ; Fri, 6 Mar 2009 16:17:53 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5AC8FC17 for ; Fri, 6 Mar 2009 16:17:52 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: by bwz8 with SMTP id 8so401717bwz.43 for ; Fri, 06 Mar 2009 08:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G1WPTJQ6wf3OvSkSz2zuztNGrpUztqc++quV9s9DkUs=; b=ABrP/6c0H89/QL2e/6AFq1o6/6eyFKHRkgsB4b70+vijzaGKzlcWOqUSQnqHbJs3oe +XpGGMQlTSHgd6q1i0G3SyzPBey8iFjpEBZ/yoW+tnS9EOXKiSRkS+ZyEqmGHSbMz3Q2 9J3uvu6/mlmCwpEVekVeyJ8kSijIpMKClrfMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DJtVgINkodMjJHqDZ2d5WTPEqm10+IeS4xkBBIjoV3LtkcFRlXCoQ5fLiSjiCszveG D632GpGeXtYQ7s1wqBhmaegEpqEDkWY9PM3AhDwoNS+EpHykLF9vwQSZJHxC4pPjGvMy GuBGJNURxwm3lvwF3lczEtOWHy16Vn6cgOK4M= MIME-Version: 1.0 Received: by 10.103.223.2 with SMTP id a2mr1150111mur.4.1236356271208; Fri, 06 Mar 2009 08:17:51 -0800 (PST) In-Reply-To: <20090306000723.GB1081@darklight.homeunix.org> References: <6101e8c40903051506m3fbb16a2yba99b932e3432f70@mail.gmail.com> <20090306000723.GB1081@darklight.homeunix.org> Date: Fri, 6 Mar 2009 17:17:51 +0100 Message-ID: <6101e8c40903060817i9865fddvf5178ff563a4f95c@mail.gmail.com> From: Oliver Pinter To: Yuri Pankov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 16:17:53 -0000 Hi! after writing this mail, I realize that On 3/6/09, Yuri Pankov wrote: > 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 >