This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Make fail: Failed to retrieve a list of dependencies: Error resolving imports #46
Labels
Comments
@saurabh-deochake did you tried with "glide cc" command? |
I agree with @PatrykMatyjasek - posted logs point that cached deps are used and that might be a root cause of your issue - |
Thank you for your reply @PatrykMatyjasek and @IzabellaRaulin. I tried I posting some excerpts of the
Am I missing anything? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Snap daemon version (use
snapteld -v
): snapteld version 1.3.0Environment:
uname -a
): Linux node2 3.10.0-514.21.1.el7.x86_64 Disk statistics collector #1 SMP Thu May 25 17:04:51 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxWhat happened:
Upon
make
of source code, I get above error of[ERROR] Failed to retrieve a list of dependencies: Error resolving imports
What you expected to happen:
make
builds the plugin in ./build/Steps to reproduce it (as minimally and precisely as possible):
make
Anything else do we need to know (e.g. issue happens only occasionally):
Upon reviewing glide logs using
glide --debug up
, I found out that it cannot find a packagefileutils
atgithub.com/intelsdi-x/snap/pkg/fileutils.
Posting a snapshot of logs here:
The text was updated successfully, but these errors were encountered: