From owner-freebsd-current@FreeBSD.ORG Sun Oct 19 16:09:46 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0894C73D for ; Sun, 19 Oct 2014 16:09:46 +0000 (UTC) Received: from forward6l.mail.yandex.net (forward6l.mail.yandex.net [IPv6:2a02:6b8:0:1819::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B60B76CD for ; Sun, 19 Oct 2014 16:09:45 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward6l.mail.yandex.net (Yandex) with ESMTP id D87D514E0CF2 for ; Sun, 19 Oct 2014 20:09:33 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 5029117039D9 for ; Sun, 19 Oct 2014 20:09:33 +0400 (MSK) Received: from unknown (unknown [178.76.214.146]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id OFDZiJSr0A-9WeSFUrY; Sun, 19 Oct 2014 20:09:32 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: dd6a48aa-387f-4f1c-9440-be5ee55f5ad4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1413734972; bh=DIu+9M0lqeGk1Ts2gxu4oIcNOUNy/J4wKoEcFp1cF54=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=HPRfs4KngaU7Vn6jXc/LnEduieotCaFJeZlNA+X9Jg3ZnyT1i+2ihsTbwg47Ce1eQ jEWYuWDzTCc9ej+qE/d6ExMm6YubL/7oYZixR3XZQXP/iQ6tmUMitpCQOZhVuxRB0p 1FB3qRtNT3MqXdNrRrNZf28uy9mVJi7aPphrUmBI= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5443E225.9090502@yandex.ru> Date: Sun, 19 Oct 2014 20:09:09 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: FreeBSD Current Subject: broken virtualbox-ose-kmod build Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 19 Oct 2014 16:27:34 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 19 Oct 2014 16:09:46 -0000 Hello, after updating to -current r273266 I have problem with building any port with portmaster like this: ===> libdrm-2.4.58_1,1 depends on file: /usr/local/sbin/pkg - found usage: mkdir [-pv] [-m mode] directory_name ... make:: not found *** Error code 127 And another, not related issue, is virtualbox-ose-kmod. If I try to build it with make install clean I got this: """ *** Building 'vboxdrv' module *** make[3]: "/usr/src/sys/conf/kmod.mk" line 199: Malformed conditional (${MK_CTF} != "no") make[3]: Fatal errors encountered -- cannot continue make[3]: stopped in /mnt/media/d1/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.3.16/out/freebsd.amd64/release/bin/src/vboxdrv *** [all] Error code 1 make[2]: stopped in /mnt/media/d1/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.3.16/out/freebsd.amd64/release/bin/src 1 error make[2]: stopped in /mnt/media/d1/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.3.16/out/freebsd.amd64/release/bin/src ===> Compilation failed unexpectedly. """ Does anybody aware of this issue? -- Regards, Ruslan T.O.S. Of Reality