From owner-svn-src-head@FreeBSD.ORG Tue Dec 6 13:00:03 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 7BF5C106566C; Tue, 6 Dec 2011 13:00:03 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 491B18FC12; Tue, 6 Dec 2011 13:00:02 +0000 (UTC) Received: by lagv3 with SMTP id v3so1090138lag.13 for ; Tue, 06 Dec 2011 05:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SVsPmA4STmuZJayrSbm2a3jx+qx2eKeeroeRc4MRMUw=; b=qmfs0BL0JTpsHtTSNWsAmDyvutu9wRgKbFAFuqbZyzBjvQdx2UzleydZSTMgRD+8Hc hNrYduJYdt3hYHgYuLMcZp/dAA56ItBlrhi6K+mMfKH2CW8cgb9QdDfhP35M23k/YABX xg8Hl636hcuC7cWoHQgzIj11LpGNiqO1alyGY= Received: by 10.152.111.1 with SMTP id ie1mr9149996lab.7.1323176400289; Tue, 06 Dec 2011 05:00:00 -0800 (PST) Received: from localhost ([78.157.92.5]) by mx.google.com with ESMTPS id mi5sm20934229lab.14.2011.12.06.04.59.59 (version=SSLv3 cipher=OTHER); Tue, 06 Dec 2011 04:59:59 -0800 (PST) Date: Tue, 6 Dec 2011 15:00:02 +0200 From: Gleb Kurtsou To: Hans Petter Selasky Message-ID: <20111206130002.GA1915@reks> References: <201111301811.pAUIBnr6008539@svn.freebsd.org> <201112052143.59972.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201112052143.59972.hselasky@c2i.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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 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 13:00:03 -0000 On (05/12/2011 21:43), Hans Petter Selasky wrote: > Hi, > > I see regressions when building kernel modules from /usr/ports: make buildworld && make installworld should fix it > > 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 > > > --HPS