Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2019 00:20:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)
Message-ID:  <bug-229630-21402-TLhUqGTUtT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229630-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229630-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229630

Koichiro Iwao <meta@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206774|text/x-log                  |text/plain
          mime type|                            |

--- Comment #5 from Koichiro Iwao <meta@FreeBSD.org> ---
Created attachment 206774
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206774&action=
=3Dedit
make-stage.log

Hmm, not a bug of stage-qa itself.=20

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229630-21402-TLhUqGTUtT>