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
