search for: build_depends

Displaying 3 results from an estimated 3 matches for "build_depends".

2003 May 22
1
readmes
...| \ ${SED} -e 's/([^)]*)//;s/.*<//;s/>.*//')"'|g' \ -e 's|%%MAINTAINER%%|${MAINTAINER}|g' \ - -e 's|%%WEBSITE%%|'"$$(cd ${.CURDIR} && ${MAKE} \ - ${__softMAKEFLAGS} pretty-print-www-site)"'|' \ - -e 's|%%BUILD_DEPENDS%%|'"$$(cd ${.CURDIR} && ${MAKE} \ - ${__softMAKEFLAGS} pretty-print-build-depends-list)"'|' \ - -e 's|%%RUN_DEPENDS%%|'"$$(cd ${.CURDIR} && ${MAKE} \ - ${__softMAKEFLAGS} pretty-print-run-depends-list)"'|' \ + -e 's|%%W...
2003 Sep 03
1
index build killed by ports/science/chemtool
...p in /usr/ports.||||||| ||||||| *** Dan's posting is reproduced below: error executing make command for science/chemtool for database freshports : make -V PORTNAME -V PKGNAME -V DESCR -V CATEGORIES -V PORTVERSION - V PORTREVISION -V COMMENT -V COMMENTFILE -V MAINTAINER -V EXTRACT_SUFX -V BUILD_DEPENDS -V RUN_DEPENDS -V FORBIDDEN -V BROKEN - f /usr/home/dan/ports/science/chemtool/Makefile PORTSDIR=/usr/home/dan/ports 2>/tmp/FreshPorts.science.chemtool.make- error.2003.9.3.15.37.46.6207 => "/usr/home/dan/ports/science/chemtool/Makefile", line 23: Unassociated shell command &quo...
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
Hello, I am building the SPEC 2006 Benchmark with Clang as the compiler. I have written a function pass in LLVM and I am trying to run that for SPEC by invoking the pass in the build options of SPEC. The build options of SPEC are in a *.cfg config file, which allows us to specify the choice of compiler while building SPEC. (https://www.spec.org/cpu2006/Docs/install-guide-unix.html) The pass