Date: Sat, 15 May 2021 06:54:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255895] rubygems, in turn ruby-asciidoctor, fails when PREFIX is set during building a port Message-ID: <bug-255895-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255895 Bug ID: 255895 Summary: rubygems, in turn ruby-asciidoctor, fails when PREFIX is set during building a port Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: parv.0zero9+freebsd@gmail.com Created attachment 224959 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224959&action= =3Dedit /etc/make.conf I was trying to develop a port (x11-wm/fvwm3-devel for bleeding edge) based= on an existing one (x11-wm/fvwm3 uses released versions). The updated fvwm3 so= urce code relies on ruby-asciidoctor to convert documentation to manual pages. The port-in-development successfully builds (as in all the manual pages are produced) when PREFIX (during port building) is not set in /etc/make.conf (= same as default LOCALBSE of /usr/local). Otherwise, manual page conversion fails= ... ... gmake[3]: Leaving directory '/src-build/ports-build/src-build/ports/x11-wm/fvwm3-devel/work/fvwm3-32c9a= bcc/perllib' Making all in doc gmake[3]: Entering directory '/src-build/ports-build/src-build/ports/x11-wm/fvwm3-devel/work/fvwm3-32c9a= bcc/doc' DOC fvwm3/fvwm3.1 /root2/system-local/lib/ruby/site_ruby/2.7/rubygems.rb:284:in `find_spec_for_exe': can't find gem asciidoctor (>=3D 0.a) with executable asciidoctor (Gem::GemNotFoundException) from /root2/system-local/lib/ruby/site_ruby/2.7/rubygems.rb:303:in `activate_bin_path' from /usr/local/bin/asciidoctor:23:in `<main>' gmake[3]: *** [Makefile:538: fvwm3/fvwm3.1] Error 1 gmake[3]: Leaving directory '/src-build/ports-build/src-build/ports/x11-wm/fvwm3-devel/work/fvwm3-32c9a= bcc/doc' ... For clarification, /usr/local/ is a symbolic link to /root2/system-local. In /etc/make.conf (attached)... PORTSDIR=3D /src-build/ports WRKDIRPREFIX=3D /src-build/ports-build PACKAGES=3D /src-build/pkg-save # Setting $LOCALBASE causes pkg to croak or be confused when it encouters t= he # symbolic link to /usr/local. #LOCALBASE=3D /root2/system-local # LOCALBASE: path where ports generally install. # PREFIX : path to install of a port being installed. Default is $LOCALBA= SE. PREFIX=3D /tmp/test-install ... --=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-255895-7788>