From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 21 20:40:12 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11FFC1065673 for ; Mon, 21 Nov 2011 20:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C92808FC0C for ; Mon, 21 Nov 2011 20:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pALKeBa6083795 for ; Mon, 21 Nov 2011 20:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pALKeBFs083794; Mon, 21 Nov 2011 20:40:11 GMT (envelope-from gnats) Resent-Date: Mon, 21 Nov 2011 20:40:11 GMT Resent-Message-Id: <201111212040.pALKeBFs083794@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Evans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CA9F106564A for ; Mon, 21 Nov 2011 20:39:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6B48FC15 for ; Mon, 21 Nov 2011 20:39:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pALKdJlc055432 for ; Mon, 21 Nov 2011 20:39:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pALKdJLC055431; Mon, 21 Nov 2011 20:39:19 GMT (envelope-from nobody) Message-Id: <201111212039.pALKdJLC055431@red.freebsd.org> Date: Mon, 21 Nov 2011 20:39:19 GMT From: Stephen Evans To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/162736: r214955 (nanobsd) broke build with whitespace in KERNCONFDIR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2011 20:40:12 -0000 >Number: 162736 >Category: kern >Synopsis: r214955 (nanobsd) broke build with whitespace in KERNCONFDIR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 21 20:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Evans >Release: i386 RELENG_8 >Organization: >Environment: FreeBSD freebsd.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #2: Mon Nov 21 11:18:37 GMT 2011 root@freebsd.localdomain:/usr/obj/usr/src/sys/P8P67LE i386 >Description: r214955 broke my nanobsd build. Solved by a simple rename of the project directory to remove whitespace from the directory path. Original path of nanobsd configuration file and kernel configuration file (problematic, nanobsd.sh stops in build_kernel): /home/stephen/ALIX\ Project/ Fixed (now builds): /home/stephen/ALIX_Project/ r214955 is a definite improvement. >How-To-Repeat: Put whitespace in the path of the nanobsd configuration file used with the -c option. e.g. cd /home/stephen/ALIX\ Project /bin/sh nanobsd.sh -c mynano.conf (nanobsd.sh stops in build_kernel) >Fix: >Release-Note: >Audit-Trail: >Unformatted: