Date: Thu, 03 Sep 2020 17:30:46 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249083] devel/ruby-gems Message-ID: <bug-249083-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249083 Bug ID: 249083 Summary: devel/ruby-gems Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: ericx@ericx.net Flags: maintainer-feedback?(ruby@FreeBSD.org) Assignee: ruby@FreeBSD.org If one has moved /usr/local to a separate file system and symlink'ed it to = it's original location (e.g.: /usr/ports - > /u1/usr-local ), then during install the commands: /bin/mkdir -p /usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems= /2.6 cd /usr/ports/devel/ruby-gems/work/rubygems-3.0.6/ && /usr/bin/env DONT_USE_BUNDLER_FOR_GEMDEPS=3Dtrue G EM_HOME=3D/usr/ports/devel/ruby-gems/work/stage/usr/local/lib/ruby/gems/2.6 /usr/local/bin/ruby26 setup. rb --destdir=3D/usr/ports/devel/ruby-gems/work/stage --no-regenerate-binstu= bs --no-ri --no-rdoc causes the creation of two trees in ./stage: ./stage/u1/usr-local/bin/gem26 ./stage/usr/local... [everything else] Only the script gem26 appears in the path ./u1/usr-local/.., but that's sufficient for the install to fail with: pkg-static: Unable to access file /usr/ports/devel/ruby-gems/work/stage/usr/local/bin/gem26:No such fi le or directory My work-around was to "make" "mv u1/usr-local/bin/gem26 usr/local/bin/" "ma= ke install" I believe this is a bug in the ruby script 'setup,' but I have never learned ruby. --=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-249083-7788>