Ports: make fails, if DESTDIR path has spaces

rank1seeker at gmail.com rank1seeker at gmail.com
Sun Mar 31 13:38:29 UTC 2013


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ć


More information about the freebsd-hackers mailing list