This repository was archived by the owner on Nov 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Build problem on OpenBSD #178
Copy link
Copy link
Open
Labels
Description
~/git/pick make
*** Warning in /home/drduh/git/pick: '$(shell cd $(GOVENDOR) ; rm -rf src ; find . -mindepth 2 -maxdepth 2 -path ./src
-prune -o -type d -print | sed -e 's/.\///' | xargs -I{} sh -c ' mkdir -p "src/`dirname {}`" ; ln -sfn "../../{}"
"src/{}" ; ' )' expands to '' while building dependencies (Makefile:38)
mkdir -p
usage: mkdir [-p] [-m mode] directory ...
*** Error 1 in /home/drduh/git/pick (Makefile:39 'dependencies')
~/git/pick/vendor rm -rf src
~/git/pick/vendor find . -mindepth 2 -maxdepth 2 -path ./src -prune -o -type d -print | sed -e 's/.\///' | xargs -I{} sh -c ' mkdir -p "src/`dirname {}`" ; ln -sfn "../../{}" "src/{}" '
ln: src/./.: Operation not permitted
mkdir: src/github.com: File exists
ln: src/github.com/atotto: No such file or directory
mkdir: src/github.com: File exists
ln: src/github.com/aws: No such file or directory
mkdir: src/github.com: File exists
ln: src/github.com/fsnotify: No such file
...
~/git/pick/vendor rm -rf src; find . -mindepth 2 -maxdepth 2 -path ./src -prune -o -type d -print | sed -e 's/.\///' | xargs file
.: directory
github.com: directory
github.com/atotto: directory
github.com/aws: directory
github.com/fsnotify: directory
github.com/go-ini: directory
github.com/hashicorp: directory
github.com/inconshreveable: directory
github.com/jmespath: directory
...
~/git/pick/vendor find . -mindepth 2 -maxdepth 2 -path ./src -prune -o -type d -print | sed -e 's/.\///' | xargs -I{} sh -c ' echo "src/`dirname {}`" ; echo "../../{}" "src/{}" '
src/.
../../. src/.
src/.
../../github.com src/github.com
src/github.com
../../github.com/atotto src/github.com/atotto
src/github.com
../../github.com/aws src/github.com/aws
src/github.com
../../github.com/fsnotify src/github.com/fsnotify
src/github.com
...
~/git/pick/vendor uname -a
OpenBSD bsd.whatever 6.4 GENERIC.MP#385 amd64
Reactions are currently unavailable