Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Nov 2018 19:05:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232967] multimedia/vlc3: unsetting NLS prevents share/vlc.appdata.xml form being created
Message-ID:  <bug-232967-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232967

            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@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@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 si=
mply
copying the input file to the output file. Patching ${WRKSRC}/share/Makefil=
e is
also a possibility.

Complete build logs are available at https://ximalas.info/~trond/vlc3/ due =
to
the size restrictions of bz.

--=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-232967-7788>