From owner-svn-src-head@FreeBSD.ORG Tue Dec 6 09:31:20 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8AB106564A; Tue, 6 Dec 2011 09:31:20 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C8BAA8FC14; Tue, 6 Dec 2011 09:31:19 +0000 (UTC) Received: by eaai12 with SMTP id i12so6830222eaa.13 for ; Tue, 06 Dec 2011 01:31:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; bh=rqSzNaDu3EZnkAl5CCOk/JjdL02EdWksO88FXSavH8A=; b=UwLtrrrAvLGA3oT3dyu2ZbD9ebnZVTg+EBr92JFA+yK+coOjxiPMVtk3JOCLCvuvE+ /OOiZP5lgYgXof/lVV5523mNts+HGseyfaHHnyVJhsIwb4IC5xwa9zZF9uEFQwk8KqxP vECfKxlHf+VKRxDIyRyz2KeGMyyrmuGgiNBWA= Received: by 10.213.28.8 with SMTP id k8mr2138518ebc.61.1323162408259; Tue, 06 Dec 2011 01:06:48 -0800 (PST) Received: from ernst.jennejohn.org (p578E3F12.dip.t-dialin.net. [87.142.63.18]) by mx.google.com with ESMTPS id d6sm68844135eec.10.2011.12.06.01.06.46 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Dec 2011 01:06:47 -0800 (PST) Date: Tue, 6 Dec 2011 10:06:44 +0100 From: Gary Jennejohn To: Hans Petter Selasky Message-ID: <20111206100644.6f61eb4c@ernst.jennejohn.org> In-Reply-To: <201112052143.59972.hselasky@c2i.net> References: <201111301811.pAUIBnr6008539@svn.freebsd.org> <201112052143.59972.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , Max Khon , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r228158 - in head: . share/mk sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 09:31:20 -0000 On Mon, 5 Dec 2011 21:43:59 +0100 Hans Petter Selasky wrote: > Hi, > > I see regressions when building kernel modules from /usr/ports: > > On Monday 05 December 2011 14:39:56 Robert Huff wrote: > > Hello: > > When trying to update I get: > > > > ===> Building for cuse4bsd-kmod-0.1.21_2 > > make -f > > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > > 21/Makefile.lib HAVE_DEBUG=YES all Warning: Object directory not changed > > from original > > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > > 21 make -f > > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1. > > 21/Makefile.kmod all "/sys/conf/kmod.mk", line 204: Malformed conditional > > (${MK_CTF} != "no") "/sys/conf/kmod.mk", line 206: if-less endif > > make: fatal errors encountered -- cannot continue > > *** Error code 1 > I encountered this problem yesterday. My quick hack was to put .if defined(MK_CTF) .endif around the offending lines, similar to EXPORT_SYMS. -- Gary Jennejohn