[Bug 232967] multimedia/vlc3: unsetting NLS prevents share/vlc.appdata.xml form being created
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 4 19:06:02 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232967
Bug ID: 232967
Summary: multimedia/vlc3: unsetting NLS prevents
share/vlc.appdata.xml form being created
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia at FreeBSD.org
Reporter: Trond.Endrestol at ximalas.info
Assignee: multimedia at FreeBSD.org
Flags: maintainer-feedback?(multimedia at FreeBSD.org)
If I unset NLS, this happens during configure:
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
and this happens during stage:
Making install in share
gmake[4]: Entering directory
'/construction/xports/multimedia/vlc3/work/vlc-3.0.4/share'
: --xml --template vlc.appdata.xml.in -d ../po -o vlc.appdata.xml || cp
vlc.appdata.xml.in vlc.appdata.xml
gmake[5]: Entering directory
'/construction/xports/multimedia/vlc3/work/vlc-3.0.4/share'
gmake[5]: Nothing to be done for 'install-exec-am'.
: --xml --template vlc.appdata.xml.in -d ../po -o vlc.appdata.xml || cp
vlc.appdata.xml.in vlc.appdata.xml
/bin/mkdir -p
'/construction/xports/multimedia/vlc3/work/stage/usr/local/share/metainfo'
install -m 0644 ./vlc.appdata.xml
'/construction/xports/multimedia/vlc3/work/stage/usr/local/share/metainfo'
install: ./vlc.appdata.xml: No such file or directory
Judging by the executed commands, it would be better if gmsgfmt is set to
false, failing the first part of the two commands above, falling back to simply
copying the input file to the output file. Patching ${WRKSRC}/share/Makefile is
also a possibility.
Complete build logs are available at https://ximalas.info/~trond/vlc3/ due to
the size restrictions of bz.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list