[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 22 00:20:08 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630
Koichiro Iwao <meta at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #206774|text/x-log |text/plain
mime type| |
--- Comment #5 from Koichiro Iwao <meta at FreeBSD.org> ---
Created attachment 206774
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206774&action=edit
make-stage.log
Hmm, not a bug of stage-qa itself.
When installing rubygem-acme-client, make install perform installation with
following order.
* build acme-client
* try to stage acme-client but faraday is not installed
* build faraday
* stage faraday
* stage-qa faraday
* install faraday
* stage acme-client
* stage-qa acme-client
* install acme-client
portmaster doesn't install faraday before staging. It is an order issue. I'm
not sure why and where this order difference come from.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ruby
mailing list