Gentoo Archives: gentoo-dev

From: Martin Vaeth <vaeth@××××××××××××××××××××××××.de>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] OT: Whitespace in paths (was: Patch applying function for EAPI 6)
Date: Sat, 24 Aug 2013 12:44:35
Message-Id: slrnl1hajl.ind.vaeth@lounge.imp.fu-berlin.de
In Reply to: Re: [gentoo-dev] Re: Patch applying function for EAPI 6 by Ulrich Mueller
1 Ulrich Mueller <ulm@g.o> wrote:
2 > [Whitespace in paths]
3 >> Not that it's anywhere near supported most of the place.
4 >
5 > Many upstream build systems fail with it.
6
7 Make and autotools are not able to handle whitespace reasonable.
8 However, this does not mean that gentoo cannot:
9
10 Build systems usually use relative paths to their build/source dirs
11 (except for linking to libraries or installing which is both a
12 different issue). And even if they do, it would be sufficient
13 that PORTAGE_TMPDIR contains no whitespace.
14 All other portage directories have nothing to do with upstream
15 build systems.