NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/48722 (build attempted to run a shell script directly)
The following reply was made to PR misc/48722; it has been noted by GNATS.
From: rudolf <netbsd%eq.cz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/48722 (build attempted to run a shell script directly)
Date: Thu, 05 Mar 2015 09:10:40 +0100
With MKLLVM=yes and netbsd-7 sources, the build runs
src/external/bsd/llvm/dist/llvm/configure directly instead of with
${HOST_SH} and fails:
dependall ===> llvm
mkdir -p config
printf '#!/bin/sh\necho 2.7.3' > config/python
chmod 755 config/python
cd config && \
/usr/src/tools/llvm/../../external/bsd/llvm/lib/../dist/llvm/configure \
--enable-targets=x86,powerpc,sparc,aarch64,arm,mips \
--with-c-include-dirs=/usr/include/clang-3.6:/usr/include \
--disable-timestamps --prefix=/usr --sysconfdir=/etc/llvm \
--with-clang-srcdir=/usr/src/tools/llvm/../../external/bsd/llvm/lib/../dist/clang
\
--host=x86_64--netbsd --disable-compiler-version-checks \
llvm_cv_gnu_make_command=/usr/B/tools/bin/nbmake ac_cv_path_CIRCO="echo
circo" \
ac_cv_path_DOT="echo dot" ac_cv_path_DOTTY="echo dotty" \
ac_cv_path_FDP="echo fdp" ac_cv_path_NEATO="echo neato" \
ac_cv_path_TWOPI="echo twopi" ac_cv_path_XDOT="echo xdot" \
--enable-optimized CC=cc CXX=c++ \
--with-python=/usr/B/obj/tools/llvm/config/python
sh:
/usr/src/tools/llvm/../../external/bsd/llvm/lib/../dist/llvm/configure:
permission denied
*** Failed target: config/config.status
*** Failed command: [see above]
*** Error code 126
Home |
Main Index |
Thread Index |
Old Index