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" <[email protected]> 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 > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju-dev > >
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
