$ grep RootMethod /sw/etc/fink.conf
RootMethod: sudo
and I just typed
$ fink -Kkml --build-as-nobody build texlive
for the build.
FYI: in /etc/sudoers, on both 10.9 and 10.10,
Defaultsenv_reset
...
Defaultsenv_keep += "CHARSET LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE"
So, sudo
Hanspeter,
You can use the attached packaging with the following changes to
debug the strigi build issue on 10.9 against Xcode 6.2 by substituting
the clang-3.5/clang++-3.5 compilers from llvm35-3.5.2 which also
exhibits the new strictness.
Jack
--- strigi.info 2015-04-17 15
Hanspeter,
This is a slight variation that make sure that on 10.9 with
clang35 only the one error occurs during the build.
Jack
On Fri, Apr 17, 2015 at 3:26 PM, Jack Howarth wrote:
> Hanspeter,
> You can use the attached packaging with the following changes to
> debug th