Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2013 11:24:39 -0500
From:      Joshua Isom <jrisom@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Ports: make fails, if DESTDIR path has spaces
Message-ID:  <51586347.9040307@gmail.com>
In-Reply-To: <20130331.133829.093.1@DOMY-PC>
References:  <20130331.133829.093.1@DOMY-PC>

next in thread | previous in thread | raw e-mail | index | archive | help
Try "DESTDIR='/usr/TZ\ ONE'; export DESTDIR".

You need to escape the space.

On 3/31/2013 8:38 AM, rank1seeker@gmail.com wrote:
> Under 9.0-RELEASE-p6
>
> --
> #!/bin/sh
>
> # Contains 9.0 world
> DESTDIR='/usr/TZ ONE';  export DESTDIR
>
> cd /usr/ports/benchmarks/unixbench
> /usr/bin/make showconfig
> --
>
>
> Errors:
> -------
> [: /usr/TZ: unexpected operator
> ===>  Creating some important subdirectories
> [: /usr/TZ: unexpected operator
> ===> /tmp subdirectory has been successfully created
> [: /usr/TZ: unexpected operator
> ===> /dev subdirectory has been successfully created
> mktemp: mkdtemp failed on /usr/TZ: File exists
> ===> Failed to create temporary mount point
> *** Error code 9
>
> Stop in /usr/ports/benchmarks/unixbench.
> -------
>
>
> Domagoj Smolčić
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51586347.9040307>