BIND 10 #1041: BIND10 build fails if a directory in the path has spaces
BIND 10 Development
do-not-reply at isc.org
Fri Aug 12 15:09:46 UTC 2011
#1041: BIND10 build fails if a directory in the path has spaces
-------------------------------------+-------------------------------------
Reporter: cas | Owner:
Type: | Status: new
defect | Milestone:
Priority: major | Sprint-20110816
Component: | Resolution:
configuration | Sensitive: 0
Keywords: | Sub-Project: Core
Defect Severity: | Estimated Difficulty: 3.0
Medium | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jelte):
something like
{{{
if [ test `echo $PWD | grep -c '\s'` != "0" ]; then
AC_MSG_ERROR([BIND 10 cannot be built in a directory that contains
whitespace, because of libtool limitations])
fi
}}}
near the top of configure.ac?
--
Ticket URL: <http://bind10.isc.org/ticket/1041#comment:7>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list