[MacPorts] #57154: dvisvgm @2.3.4: build failure
MacPorts
noreply at macports.org
Mon Sep 24 09:28:07 UTC 2018
#57154: dvisvgm @2.3.4: build failure
--------------------------+---------------------
Reporter: hugo-ribeiro | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.3
Keywords: | Port: dvisvgm
--------------------------+---------------------
The problem might be due to the installation script looking for grep
instead of ggrep; I have the macports version of grep installed (grep
@3.1_1).
{{{
if [ `type -p asciidoc` ]; then \
asciidoc -a icons -a 'iconsdir=.' -a badges -a
'revnumber=2.3.4' --unsafe -bdocbook -dmanpage -o dvisvgm-man.xml.tmp
dvisvgm.txt; \
xsltproc -o dvisvgm-man.xml ../doc/tweak-db-refentry.xsl
dvisvgm-man.xml.tmp; \
rm dvisvgm-man.xml.tmp; \
fi
if [ `type -p xmlto` ]; then \
xmlto -m ../doc/conf-dblatex-man.xsl --stringparam
man.endnotes.list.enabled=0 --stringparam man.endnotes.are.numbered=0
--stringparam man.authors.section.enabled=0 man dvisvgm-man.xml; \
fi
/opt/local/bin/xmlto: line 264: /opt/local/bin/grep: No such file or
directory
Input file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_dvisvgm/dvisvgm/work/dvisvgm-2.3.4/doc
/dvisvgm-man.xml not found
make[2]: *** [dvisvgm.1] Error 1
make[2]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_dvisvgm/dvisvgm/work/dvisvgm-2.3.4/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_dvisvgm/dvisvgm/work/dvisvgm-2.3.4'
make: *** [all] Error 2
}}}
However, during the configuration part ggrep is detected.
{{{
checking for grep that handles long lines and -e... /opt/local/bin/ggrep
}}}
p.s: the port has no maintainer. I'm cc'ing drkp since he was the last one
submitting a commit for dvisvgm.
--
Ticket URL: <https://trac.macports.org/ticket/57154>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list