[oi-dev] 3255 gmake publish does not work in oi-build
Adam Števko
adam.stevko at gmail.com
Wed Oct 3 23:08:45 UTC 2012
Hi,
Issue: https://www.illumos.org/issues/3255
Changeset: https://bitbucket.org/xenol/oi-build-3255/changeset/aefecd8601319438ebde2b964efd588b9e4b6b50
How to reproduce:
- clone current oi-build
- run gmake publish for some component
Commit https://hg.openindiana.org/oi-build/rev/b4aa1976cf50 introduced source subdirectory. However, $(PKG_PROTO_DIRS) weren't changed so pkgdepend would look for $(COMPONENT_SRC) and not source/$(COMPONENT_SRC) and publish would fail with error.
This was also reported on IRC some time ago.
Also, after running gmake clean, empty source/ directory will exist. Should this be fixed in this commit, as well?
Cheers,
Adam
More information about the oi-dev
mailing list