Hello,
I have the same problem, like its described in two Bugs: "Bug 249083" "Bug 251667".
Description: In my jail I want to install ports-mgmt/portupgrade. This port need the port devel/ruby-gems. devel/ruby-gems could be build without any error, but the install fails:
And in fact there are no files behind ../local/... such as ../local/bin/gem
The ports are nullfs ro mounted. So to build ports in make.conf is set:
This works, but with devel/ruby-gems the installation fails. To people has written 2020 the Bugs entries, but nothing happens since this.
What can I do now to install ports-mgmt/portupgrade this way?
I have the same problem, like its described in two Bugs: "Bug 249083" "Bug 251667".
Description: In my jail I want to install ports-mgmt/portupgrade. This port need the port devel/ruby-gems. devel/ruby-gems could be build without any error, but the install fails:
Code:
===> Installing for ruby30-gems-3.3.23
===> Checking if ruby30-gems is already installed
===> Registering installation for ruby30-gems-3.3.23 as automatic
pkg-static: Unable to access file /tmp/usr/ports/devel/ruby-gems/work/stage/usr/local/bin/gem:No such file or directory
*** Error code 1
Stop.
make[6]: stopped in /usr/ports/devel/ruby-gems
*** Error code 1
The ports are nullfs ro mounted. So to build ports in make.conf is set:
WRKDIRPREFIX=/tmp
.This works, but with devel/ruby-gems the installation fails. To people has written 2020 the Bugs entries, but nothing happens since this.
What can I do now to install ports-mgmt/portupgrade this way?