beware using godeps to generate dependencies.tsv
roger peppe
rogpeppe at gmail.com
Fri Jul 25 17:20:52 UTC 2014
Note that there is an easy temporary workaround for this: change npipe so
it will compile under other platforms (it could just return an error on
non-Windows platforms) and make sure that it is imported anyway.
I suggest doing that until godeps is changed to be cleverer in this respect.
On 25 Jul 2014 16:17, "Nate Finch" <nate.finch at canonical.com> wrote:
> With the recent addition of npipe (a windows named pipe package), godeps
> can no longer be relied upon to report the full list of dependencies for
> juju. Godeps is currently platform-specific, so it'll generate the
> dependencies for the current platform, but it won't generate dependencies
> included only in platform-specific files that aren't built for this
> platform.... this includes the npipe package when running on linux.
>
> So, for now, please take care when adding dependencies to dependencies.tsv
> - if you use godeps to generate the list, you'll have to manually re-add
> npipe if you're running on windows.
>
> Note that using godeps to *update* your packages locally will still work
> fine (since you'll only care about the packages that build on your platform
> anyway).
>
> -Nate
>
> --
> Juju-dev mailing list
> Juju-dev at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20140725/ceb072bd/attachment.html>
More information about the Juju-dev
mailing list