[Bug 255895] rubygems, in turn ruby-asciidoctor, fails when PREFIX is set during building a port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 15 06:54:08 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255895
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 at FreeBSD.org
Reporter: parv.0zero9+freebsd at gmail.com
Created attachment 224959
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224959&action=edit
/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 source
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-32c9abcc/perllib'
Making all in doc
gmake[3]: Entering directory
'/src-build/ports-build/src-build/ports/x11-wm/fvwm3-devel/work/fvwm3-32c9abcc/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 (>= 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-32c9abcc/doc'
...
For clarification, /usr/local/ is a symbolic link to /root2/system-local.
In /etc/make.conf (attached)...
PORTSDIR= /src-build/ports
WRKDIRPREFIX= /src-build/ports-build
PACKAGES= /src-build/pkg-save
# Setting $LOCALBASE causes pkg to croak or be confused when it encouters the
# symbolic link to /usr/local.
#LOCALBASE= /root2/system-local
# LOCALBASE: path where ports generally install.
# PREFIX : path to install of a port being installed. Default is $LOCALBASE.
PREFIX= /tmp/test-install
...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list