Skip to content

Instantly share code, notes, and snippets.

@pcarver
Created December 13, 2017 16:21
Show Gist options
  • Save pcarver/33c590d031a6a1173df3b1d440766d77 to your computer and use it in GitHub Desktop.
Save pcarver/33c590d031a6a1173df3b1d440766d77 to your computer and use it in GitHub Desktop.
Error installing third party dependencies
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o third_party/http-parser-2.1/http_parser.o -c -O0 -DDEBUG -g third_party/http-parser-2.1/http_parser.c
scons: done building targets.
+ scons -j 1 --root=/home/pcarver/buildroot install
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: `install' is up to date.
scons: done building targets.
+ mkdir -p /home/pcarver/build/third_party/fysom-1.0.8/fysom
+ cp third_party/fysom-1.0.8/fysom/__init__.py build/third_party/fysom-1.0.8/fysom/
+ cp -r third_party/go build/third_party/
+ cp -r third_party/cni_go_deps build/third_party/
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/containernetworking/cni/.git/objects/pack/pack-ec6b69325d33d8ce39025c72cc038a303cfba3da.idx’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/containernetworking/cni/.git/objects/pack/pack-ec6b69325d33d8ce39025c72cc038a303cfba3da.pack’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/natefinch/lumberjack/.git/objects/pack/pack-6793961b35334dfb9bdd17cd27d3160fafd6e747.idx’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/natefinch/lumberjack/.git/objects/pack/pack-6793961b35334dfb9bdd17cd27d3160fafd6e747.pack’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/vishvananda/netlink/.git/objects/pack/pack-873565f7d29e9a9bece9090022a38f682ed2873b.idx’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/vishvananda/netlink/.git/objects/pack/pack-873565f7d29e9a9bece9090022a38f682ed2873b.pack’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/vishvananda/netns/.git/objects/pack/pack-3141f776c458a5d4503dfcdbc10cf59453c87c49.idx’: Permission denied
cp: cannot create regular file ‘build/third_party/cni_go_deps/src/github.com/vishvananda/netns/.git/objects/pack/pack-3141f776c458a5d4503dfcdbc10cf59453c87c49.pack’: Permission denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment