Skip to content

Instantly share code, notes, and snippets.

@PerchunPak
Created December 5, 2024 20:50
Show Gist options
  • Save PerchunPak/17635f3fe69a3577b74ec9d32a414fac to your computer and use it in GitHub Desktop.
Save PerchunPak/17635f3fe69a3577b74ec9d32a414fac to your computer and use it in GitHub Desktop.
Running phase: qtPreHook
@nix { "action": "setPhase", "phase": "qtPreHook" }
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/kfij1lfc3p5xgzajqpjsfnqmjkc7990b-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/yckanhib69vk0sm9jq6jl0l33n5r0m9x-0001-Add-lssl-and-lcrypto-to-liblive555_plugin_la_LIBADD.patch
patching file modules/access/Makefile.am
Hunk #1 succeeded at 360 with fuzz 2 (offset 26 lines).
Running phase: autoreconfPhase
@nix { "action": "setPhase", "phase": "autoreconfPhase" }
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/[email protected]
Copying file po/[email protected]
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
libtoolize: copying file 'autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force
autoreconf: running: /nix/store/zwva6ar5cd1v1wvsilxj2bc70yld4dw2-autoconf-2.72/bin/autoconf --force
autoreconf: running: /nix/store/zwva6ar5cd1v1wvsilxj2bc70yld4dw2-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:41: installing 'autotools/compile'
configure.ac:28: installing 'autotools/config.guess'
configure.ac:28: installing 'autotools/config.sub'
configure.ac:32: installing 'autotools/install-sh'
configure.ac:32: installing 'autotools/missing'
parallel-tests: installing 'autotools/test-driver'
bin/Makefile.am: installing 'autotools/depcomp'
configure.ac: installing 'autotools/ylwrap'
autoreconf: 'autotools/install-sh' is updated
autoreconf: Leaving directory '.'
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Updating Autotools / GNU config script to a newer upstream version: ./autotools/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./autotools/config.guess
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
fixing libtool script ./autotools/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/wzqxk7a8f67rc4w8cv0xz43s4w7p8h10-vlc4-0-unstable-2024-12-05 --enable-srt --with-kde-solid=\$out/share/apps/solid/actions --enable-skins2 --enable-wayland --enable-sout --enable-chromecast --enable-microdns
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether gcc supports C17... yes
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether the compiler supports GNU Objective C... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking for grep that handles long lines and -e... /nix/store/85amyk92rg19l4fy0qmy7wr4jmq8p5z0-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/85amyk92rg19l4fy0qmy7wr4jmq8p5z0-gnugrep-3.11/bin/grep -E
checking whether make sets $(MAKE)... (cached) yes
checking dependency style of gcc... none
checking for flex... no
checking for lex... no
checking for bison... bison -y
checking for desktop-file-validate... no
checking for c17-gcc... /nix/store/4apajimszc47rxwcpvc3g3rj2icinl71-gcc-wrapper-13.3.0/bin/gcc
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict__
checking whether g++ supports C++17 features with -std=c++17... yes
checking whether the C++ compiler supports typeof... no
checking whether C compiler accepts -Werror=invalid-command-line-argument... no
checking whether C compiler accepts -Werror=unknown-warning-option... no
checking for nasm... no
checking for yasm... no
checking for 3rd party libraries path... not found
(cached) checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/vmby25zqxnx94awvj0k7zn0rsd0zyrwg-gnused-4.9/bin/sed
checking for fgrep... /nix/store/85amyk92rg19l4fy0qmy7wr4jmq8p5z0-gnugrep-3.11/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for a working dd... /nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/bin/dd
checking how to truncate binary pipes... /nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -std=c++17 -E
checking for ld used by g++ -std=c++17... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -std=c++17 linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=c++17 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++17 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++17 static flag -static works... no
checking if g++ -std=c++17 supports -c -o file.o... yes
checking if g++ -std=c++17 supports -c -o file.o... (cached) yes
checking whether the g++ -std=c++17 linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking for bash... /nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/bash
checking if dolt supports this host... yes, replacing libtool
checking whether NLS is requested... yes
checking for msgfmt... /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt
checking for gmsgfmt... /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt
checking for xgettext... /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/xgettext
checking for msgmerge... /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge
checking for ld... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib64
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for buggy GNU/libc versions... not present
checking for shared objects suffix... .so
checking for accept4... yes
checking for dup3... yes
checking for fcntl... yes
checking for flock... yes
checking for fstatat... yes
checking for fstatvfs... yes
checking for fork... yes
checking for getmntent_r... yes
checking for getenv... yes
checking for getpwuid_r... yes
checking for isatty... yes
checking for memalign... yes
checking for mkostemp... yes
checking for mmap... yes
checking for open_memstream... yes
checking for newlocale... yes
checking for pipe2... yes
checking for posix_fadvise... yes
checking for setlocale... yes
checking for uselocale... yes
checking for wordexp... yes
checking for aligned_alloc... yes
checking for asprintf... yes
checking for atof... yes
checking for atoll... yes
checking for dirfd... yes
checking for fdopendir... yes
checking for flockfile... yes
checking for fsync... yes
checking for getdelim... yes
checking for getpid... yes
checking for gmtime_r... yes
checking for lfind... yes
checking for lldiv... yes
checking for localtime_r... yes
checking for memrchr... yes
checking for nrand48... yes
checking for poll... yes
checking for posix_memalign... yes
checking for readv... yes
checking for recvmsg... yes
checking for rewind... yes
checking for sendmsg... yes
checking for setenv... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strdup... yes
checking for strlcpy... yes
checking for strndup... yes
checking for strnlen... yes
checking for strnstr... no
checking for strsep... yes
checking for strtof... yes
checking for strtok_r... yes
checking for strtoll... yes
checking for swab... yes
checking for tdestroy... yes
checking for tfind... yes
checking for timegm... yes
checking for timespec_get... yes
checking for strverscmp... yes
checking for vasprintf... yes
checking for writev... yes
checking for gettimeofday... yes
checking for fdatasync... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether realpath is declared... yes
checking for working strcoll... yes
checking for eventfd... yes
checking for vmsplice... yes
checking for sched_getaffinity... yes
checking for recvmmsg... yes
checking for memfd_create... yes
checking for getauxval... yes
checking for struct timespec... yes
checking for max_align_t... yes
checking for library containing connect... none required
checking for library containing inet_pton... none required
checking for struct if_nameindex... yes
checking for if_nameindex... yes
checking for socklen_t in sys/socket.h... yes
checking for struct sockaddr_storage... yes
checking for getopt_long... yes
checking for cos in -lm... yes
checking for lrintf in -lm... yes
checking for nanf in -lm... yes
checking for sincos in -lm... yes
checking broken qsort_r prototype... no
checking _Thread_local support... ok
checking for threads.h... yes
checking for getaddrinfo_a in -lanl... yes
checking for library containing dlsym... none required
checking for library containing clock_nanosleep... none required
checking for clock_gettime... yes
checking for clock_nanosleep... yes
checking for clock_getres... yes
checking for stdbit.h... yes
checking for stdckdint.h... no
checking for arpa/inet.h... yes
checking for poll.h... yes
checking for pthread.h... yes
checking for search.h... yes
checking for sys/shm.h... yes
checking for sys/socket.h... yes
checking for sys/uio.h... yes
checking for wordexp.h... yes
checking for net/if.h... yes
checking for syslog.h... yes
checking for netinet/tcp.h... yes
checking for netinet/udplite.h... no
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking for features.h... yes
checking for getopt.h... yes
checking for linux/dccp.h... yes
checking for linux/magic.h... yes
checking for sys/auxv.h... yes
checking for sys/eventfd.h... yes
checking for xlocale.h... no
checking for struct pollfd... yes
checking if C++ headers define locale_t... yes
checking for ssize_t... yes
checking pkg-config is at least version 0.9.0... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
checking for libidn... no
checking for dbus-1 >= 1.6.0... yes
checking for libsystemd... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wvolatile-register-var... yes
checking whether C compiler accepts -Wformat... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wduplicated-branches... yes
checking whether C compiler accepts -Wduplicated-cond... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wsign-compare... yes
checking whether C++ compiler accepts -Wundef... yes
checking whether C++ compiler accepts -Wpointer-arith... yes
checking whether C++ compiler accepts -Wvolatile-register-var... yes
checking whether C++ compiler accepts -Wformat... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wduplicated-branches... yes
checking whether C++ compiler accepts -Wduplicated-cond... yes
checking whether C compiler accepts -Wbad-function-cast... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Werror-implicit-function-declaration... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wshadow=local... yes
checking whether C compiler accepts -Wmultistatement-macros... yes
checking whether C compiler accepts -pipe... yes
checking for valgrind/valgrind.h... no
checking if gcc accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fno-math-errno... yes
checking whether C compiler accepts -funsafe-math-optimizations... yes
checking whether C compiler accepts -fno-rounding-math... yes
checking whether C compiler accepts -fno-signaling-nans... yes
checking whether C compiler accepts -fcx-limited-range... yes
checking whether C compiler accepts -fno-math-errno... (cached) yes
checking whether C compiler accepts -funsafe-math-optimizations... (cached) yes
checking whether C compiler accepts -fno-rounding-math... (cached) yes
checking whether C compiler accepts -fno-signaling-nans... (cached) yes
checking whether C compiler accepts -fcx-limited-range... (cached) yes
checking if gcc accepts -funroll-loops... yes
checking whether C compiler accepts -fstack-protector-strong... yes
checking whether C compiler accepts -fstack-protector-strong... (cached) yes
checking if linker supports -Bsymbolic... -Wl,-Bsymbolic
checking if linker supports -z,defs... yes
checking for __attribute__((packed))... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking if gcc groks SSE2 intrinsics... yes
checking if gcc groks SSE2 inline assembly... yes
checking if gcc groks SSE3 inline assembly... yes
checking if gcc groks SSSE3 inline assembly... yes
checking if gcc groks SSE4.1 inline assembly... yes
checking if gcc groks AVX2 intrinsics... yes
checking if gcc groks AVX inline assembly... yes
checking if gcc groks AVX2 inline assembly... yes
checking for lua5.2... yes
checking for luac... luac
checking for libarchive >= 3.1.0... yes
checking for live555... no
configure: WARNING: No package 'live555' found.
checking for live555 version 1324598400 or later... yes
checking for main in -lliveMedia_pic... no
checking for main in -lliveMedia... yes
checking for libdc1394-2 >= 2.1.0... yes
checking for libraw1394 >= 2.0.1 libavc1394 >= 0.5.3... no
configure: WARNING: Library libraw1394 >= 2.0.1 libavc1394 >= 0.5.3 needed for dv1394 was not found
checking for zvbi-0.2 >= 0.2.28... no
configure: WARNING: No package 'zvbi-0.2' found.
checking for dvdread > 6.0.0... yes
checking for dvdnav >= 6.0.0... yes
checking for libbluray >= 1.1.0... yes
checking for opencv > 2.0... no
configure: WARNING: Library opencv > 2.0 needed for opencv was not found
checking for smbclient... yes
checking for libdsm >= 0.2.0... no
checking for libssh2... yes
checking for libnfs >= 1.10.0... no
configure: WARNING: Library libnfs >= 1.10.0 needed for nfs was not found
checking for libsmb2 >= 3.0.0... no
configure: WARNING: Library libsmb2 >= 3.0.0 needed for smb2 was not found
checking for linux/videodev2.h... yes
checking for sys/videoio.h... no
checking for ffnvcodec/dynlink_loader.h... no
checking for AMF/core/PropertyStorage.h... no
checking for AMF/components/HQScaler.h... no
checking for AMF/core/PropertyStorage.h... (cached) no
checking for AMF/components/VQEnhancer.h... no
checking for AMF/core/PropertyStorage.h... (cached) no
checking for AMF/components/FRC.h... no
checking for DeckLinkAPI.h... no
configure: WARNING: Blackmagic DeckLink SDI include files not found, decklink disabled
checking for cdrom_msf0 in linux/cdrom.h... yes
checking for scsireq in sys/scsiio.h... no
checking for ioc_toc_header in sys/cdio.h... no
checking for libcddb >= 0.9.5... yes
checking for Linux DVB version 5.1... yes
checking for libvncclient >= 0.9.9... no
configure: WARNING: Library libvncclient >= 0.9.9 needed for vnc was not found
checking for freerdp2 >= 2.0.0... no
configure: WARNING: Library freerdp2 >= 2.0.0 needed for freerdp was not found
checking for asdcplib... no
checking for libdvbpsi >= 1.2.0... yes
checking for dvbcsa... no
checking for dvbcsa/dvbcsa.h... no
checking for libgme... no
configure: WARNING: Library libgme needed for gme was not found
checking for libsidplay2... no
configure: WARNING: No package 'libsidplay2' found (required for sid).
checking for ogg >= 1.0... yes
checking for vorbis >= 1.1... yes
checking for ogg >= 1.0... yes
checking for shout >= 2.4.3... no
configure: WARNING: Library shout >= 2.4.3 needed for shout was not found
checking for libebml >= 1.3.6 libmatroska... yes
checking for libmodplug >= 0.8.9.0... yes
checking for mpc/mpcdec.h... no
checking for shine >= 3.0.0... no
configure: WARNING: Library shine >= 3.0.0 needed for shine was not found
checking for mad.h... yes
checking for mad_bit_init in -lmad... yes
checking for libmpg123... no
configure: WARNING: Library libmpg123 needed for mpg123 was not found
checking for gstreamer-app-1.0... no
configure: WARNING: No package 'gstreamer-app-1.0' found. GStreamer modules will not be built.
checking for libavcodec >= 58.54.100 libavutil >= 56.31.100... yes
checking for libva >= 1.0... yes
checking for libva-drm... yes
checking for libva-x11... yes
checking for libva-wayland... yes
checking for dxgidebug.h... no
checking for dxgi1_6.h... no
checking for d3d11_4.h... no
checking for dcomp.h... no
checking for libavformat >= 58.29.100 libavcodec libavutil... yes
checking for libavformat/avformat.h... yes
checking for libavformat/avio.h... yes
checking for libswscale >= 0.5.0... yes
checking for libpostproc libavutil... yes
checking for postproc/postprocess.h... no
checking for faad2... yes
checking for aom... no
configure: WARNING: Library aom needed for aom was not found
checking for rav1e... no
configure: WARNING: Library rav1e needed for rav1e was not found
checking for dav1d >= 0.5.0... no
configure: WARNING: Library dav1d >= 0.5.0 needed for dav1d was not found
checking for vpx >= 1.5.0... no
checking for twolame... no
configure: WARNING: Library twolame needed for twolame was not found
checking for flac... yes
checking for ogg vorbis >= 1.1 vorbisenc >= 1.1... yes
checking for ogg speex >= 1.0.5... yes
checking for speexdsp... yes
checking for rnnoise... no
configure: WARNING: Library rnnoise needed for rnnoise was not found
checking for ogg opus >= 1.0.3... yes
checking for spatialaudio... yes
checking for ogg theoradec >= 1.0 theoraenc... yes
checking for ogg... yes
checking for schroedinger-1.0 >= 1.0.10... yes
checking for png.h... yes
checking for png_set_alpha_mode in -lpng... yes
checking for jpeglib.h... yes
checking for JPEG library source/destination support... yes
checking for libbpg.h... no
checking for x262... no
checking for x265... no
configure: WARNING: Library x265 needed for x265 was not found
checking for x264 >= 0.148... no
checking for x264 >= 0.153... no
checking for vpl... no
configure: WARNING: Library vpl needed for vpl was not found
checking for davs2... no
configure: WARNING: Library davs2 needed for davs2 was not found
checking for fluidsynth >= 1.1.2... yes
checking for fluidlite... no
configure: WARNING: Library fluidlite needed for fluidlite was not found
checking for fluidlite.h... no
checking for zvbi-0.2 >= 0.2.28... no
configure: WARNING: No package 'zvbi-0.2' found. Enabling the telx module instead.
checking for libaribcaption... no
configure: WARNING: Library libaribcaption needed for aribcaption was not found
checking for aribb24 >= 1.0.1... no
configure: WARNING: Library aribb24 needed for aribsub was not found
checking for aribb25 >= 0.2.6... no
configure: WARNING: Library aribb25 >= 0.2.6 needed for aribb25 was not found
checking for kate >= 0.3.0... yes
checking for tiger >= 0.3.1... yes
checking for libplacebo >= 4.192... yes
checking for libplacebo/vulkan.h... yes
checking for libplacebo/opengl.h... yes
checking for egl... yes
checking for gl... yes
checking for glesv2... yes
checking for vulkan >= 1.0.26... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for xcb >= 1.8... yes
checking for xcb-composite... yes
checking for xcb-randr >= 1.3... yes
checking for xcb-render... yes
checking for xcb-shm >= 1.9.2... yes
checking for xcb-xkb... yes
checking for xproto... yes
checking for xkbcommon-x11... yes
checking for xcb-keysyms >= 0.3.4... yes
checking for xcb-damage... yes
checking for xcb-xfixes... yes
checking for vdpau >= 0.6... yes
configure: VDPAU decoding acceleration activated
checking for wayland-client >= 1.19.91... yes
checking for wayland-cursor... yes
checking for wayland-egl... yes
checking for wayland-scanner >= 1.15... yes
checking for wayland-protocols >= 1.15... yes
checking for xkbcommon... yes
checking for freetype2... yes
checking for fontconfig >= 2.11... yes
checking for fribidi... yes
checking for harfbuzz... yes
checking for libass >= 0.9.8... yes
checking for ISpObjectToken... no
configure: WARNING: sapi.h not found. Text to Speech renderer for Windows disabled
checking for librsvg-2.0 >= 2.9.0... yes
checking for librsvg-2.0 >= 2.9.0 cairo >= 1.13.1... yes
checking for drm/drm_mode.h... yes
checking for libdrm >= 2.4.83... yes
checking for caca >= 0.99.beta14... yes
checking for kva.h... no
checking for interface/mmal/mmal.h... no
configure: WARNING: Cannot find development headers for mmal...
checking for libpipewire-0.3 >= 0.3.64... no
checking for libpulse >= 6.0... yes
checking for alsa >= 1.0.24... yes
checking for sndio... no
checking for audioclient.h... no
checking for jack >= 1.9.7... no
configure: WARNING: No package 'jack' found, trying jack1 instead
checking for jack >= 0.120.1 jack < 1.0... no
configure: WARNING: No package 'jack' found
No package 'jack' found.
checking for samplerate... yes
checking for soxr >= 0.1.2... no
configure: WARNING: Library soxr >= 0.1.2 needed for soxr was not found
checking for libebur128 >= 1.2.4... no
configure: WARNING: Library libebur128 >= 1.2.4 needed for ebur128 was not found
checking for kai.h... no
checking for libchromaprint >= 0.6.0... no
configure: WARNING: Library libchromaprint >= 0.6.0 needed for chromaprint was not found
checking for protobuf-lite... yes
checking for protoc... /nix/store/q9masc42g6rwzkpi8ma4qwbnmkzj7vz2-protobuf-28.3/bin/protoc
checking protobuf-lite matches /nix/store/q9masc42g6rwzkpi8ma4qwbnmkzj7vz2-protobuf-28.3/bin/protoc version 28.3... yes
checking for KF6WindowSystem >= 6.0.0... no
checking for qmake6... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/bin/qmake6
checking if contribs provide target_qt.conf... no
checking Qt is at least 6.2... (6.8.0) yes
configure: using /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/bin/qmake6
checking for Qt libraries... yes
checking for moc... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/libexec/moc
checking for rcc... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/libexec/rcc
checking for uic... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/libexec/uic
checking for qsb... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/bin/qsb
checking for qmlcachegen... /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/libexec/qmlcachegen
checking for python3... python3
checking if required Qt plugins are installed with /nix/store/46whviwkzv6la7g5581ykhgjp83kdlw9-vlc4-qtdeps/bin/qmake6 and conf ... checking for QtQml.Models ... yes
checking for QtQml.WorkerScript ... yes
checking for QtQuick.Layouts ... yes
checking for QtQuick.Window ... yes
checking for QtQuick.Controls ... yes
checking for QtQuick.Effects ... yes
yes
checking for Qt QTest... no
checking for QuickTest... checking for QtTest ... yes
yes
checking for fxc... no
checking for Qt Core private... yes
checking for Qt GUI private... yes
checking for Qt Quick private... yes
checking for gtk+-3.0 >= 3.20... yes
checking for xpm... yes
checking for xinerama... yes
checking for xcursor... yes
checking for xext... yes
checking for ncursesw... yes
checking for srt >= 1.3.2... yes
checking for librist... no
configure: WARNING: Library librist needed for rist was not found
checking for libgoom2... no
configure: WARNING: Library libgoom2 needed for goom was not found
checking for libprojectM... no
configure: WARNING: No package 'libprojectM' found.
checking for libvsxu... no
configure: WARNING: No package 'libvsxu' found.
checking for avahi-client >= 0.6... yes
checking for libudev >= 142... yes
checking for libmtp >= 1.0.0... yes
checking for libupnp >= 1.8.3... yes
checking for microdns >= 0.1.2... yes
checking for libxml-2.0 >= 2.5... yes
checking for gcrypt 1.6.0 or later... yes
checking for gnutls >= 3.5.0... yes
checking for taglib >= 1.11... yes
checking for libsecret-1 >= 0.18... no
configure: WARNING: Library libsecret-1 >= 0.18 needed for secret was not found
checking for gbm... no
checking for libnotify... no
configure: WARNING: Library libnotify needed for notify was not found
checking for medialibrary >= 0.13.0... no
configure: WARNING: Library medialibrary >= 0.13.0 needed for medialibrary was not found
checking whether byte ordering is bigendian... no
./configure: line 67912: hostname: command not found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating modules/Makefile
config.status: creating modules/gui/qt/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating share/Makefile
config.status: creating compat/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating bin/Makefile
config.status: creating test/Makefile
config.status: creating share/org.videolan.vlc.appdata.xml.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
libvlc configuration
--------------------
version : 4.0.0-dev
system : linux
architecture : x86_64 sse2 avx avx2
optimizations : yes
vlc aliases : cvlc rvlc qvlc svlc nvlc
To build vlc and its plugins, type `make', or `./compile' if you like nice colors.
configurePhase completed in 39 seconds
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: SHELL=/nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in compat
make[2]: Entering directory '/build/source/compat'
CC dummy.lo
CC strnstr.lo
CCLD libcompat.la
make[2]: Leaving directory '/build/source/compat'
Making all in po
make[2]: Entering directory '/build/source/po'
test ! -f ./vlc.pot || \
test -z "ach.gmo af.gmo am.gmo an.gmo ar.gmo as_IN.gmo ast.gmo az.gmo be.gmo bg.gmo bn_IN.gmo bn.gmo br.gmo brx.gmo bs.gmo ca.gmo cgg.gmo ckb.gmo co.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo ff.gmo fi.gmo fr.gmo fur.gmo fy.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo km.gmo kn.gmo ko.gmo ks_IN.gmo ky.gmo lg.gmo lt.gmo lv.gmo mai.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt_BR.gmo pt_PT.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo ta.gmo te.gmo tet.gmo th.gmo tl.gmo tr.gmo ug.gmo uk.gmo uz.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo zu.gmo" || make ach.gmo af.gmo am.gmo an.gmo ar.gmo as_IN.gmo ast.gmo az.gmo be.gmo bg.gmo bn_IN.gmo bn.gmo br.gmo brx.gmo bs.gmo ca.gmo cgg.gmo ckb.gmo co.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo ff.gmo fi.gmo fr.gmo fur.gmo fy.gmo ga.gmo gd.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kk.gmo km.gmo kn.gmo ko.gmo ks_IN.gmo ky.gmo lg.gmo lt.gmo lv.gmo mai.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo my.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo ps.gmo pt_BR.gmo pt_PT.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo ta.gmo te.gmo tet.gmo th.gmo tl.gmo tr.gmo ug.gmo uk.gmo uz.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo zu.gmo
make[3]: Entering directory '/build/source/po'
rm -f ach.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ach.1po ach.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ach.gmo ach.1po && rm -f ach.1po
ach.1po: 890 translated messages.
rm -f af.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o af.1po af.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o af.gmo af.1po && rm -f af.1po
af.1po: 1673 translated messages.
rm -f am.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o am.1po am.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o am.gmo am.1po && rm -f am.1po
am.1po: 891 translated messages.
rm -f an.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o an.1po an.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o an.gmo an.1po && rm -f an.1po
an.1po: 4391 translated messages.
rm -f ar.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ar.1po ar.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ar.gmo ar.1po && rm -f ar.1po
ar.1po: 3226 translated messages.
rm -f as_IN.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o as_IN.1po as_IN.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o as_IN.gmo as_IN.1po && rm -f as_IN.1po
as_IN.1po: 5545 translated messages.
rm -f ast.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ast.1po ast.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ast.gmo ast.1po && rm -f ast.1po
ast.1po: 4479 translated messages.
rm -f az.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o az.1po az.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o az.gmo az.1po && rm -f az.1po
az.1po: 156 translated messages.
rm -f be.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o be.1po be.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o be.gmo be.1po && rm -f be.1po
be.1po: 5347 translated messages.
rm -f bg.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o bg.1po bg.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o bg.gmo bg.1po && rm -f bg.1po
bg.1po: 4223 translated messages.
rm -f bn_IN.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o bn_IN.1po bn_IN.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o bn_IN.gmo bn_IN.1po && rm -f bn_IN.1po
bn_IN.1po: 4631 translated messages.
rm -f bn.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o bn.1po bn.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o bn.gmo bn.1po && rm -f bn.1po
bn.1po: 3991 translated messages.
rm -f br.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o br.1po br.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o br.gmo br.1po && rm -f br.1po
br.1po: 1575 translated messages.
rm -f brx.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o brx.1po brx.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o brx.gmo brx.1po && rm -f brx.1po
brx.1po: 5550 translated messages.
rm -f bs.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o bs.1po bs.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o bs.gmo bs.1po && rm -f bs.1po
bs.1po: 2347 translated messages.
rm -f ca.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ca.1po ca.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ca.gmo ca.1po && rm -f ca.1po
ca.1po: 5444 translated messages.
rm -f cgg.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o cgg.1po cgg.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o cgg.gmo cgg.1po && rm -f cgg.1po
cgg.1po: 607 translated messages.
rm -f ckb.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ckb.1po ckb.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ckb.gmo ckb.1po && rm -f ckb.1po
ckb.1po: 1118 translated messages.
rm -f co.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o co.1po co.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o co.gmo co.1po && rm -f co.1po
co.1po: 2348 translated messages.
rm -f cs.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o cs.1po cs.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o cs.gmo cs.1po && rm -f cs.1po
cs.1po: 3349 translated messages.
rm -f cy.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o cy.1po cy.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o cy.gmo cy.1po && rm -f cy.1po
cy.1po: 3677 translated messages.
rm -f da.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o da.1po da.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o da.gmo da.1po && rm -f da.1po
da.1po: 5596 translated messages.
rm -f de.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o de.1po de.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o de.gmo de.1po && rm -f de.1po
de.1po: 5622 translated messages.
rm -f el.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o el.1po el.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o el.gmo el.1po && rm -f el.1po
el.1po: 5579 translated messages.
rm -f en_GB.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o en_GB.1po en_GB.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o en_GB.gmo en_GB.1po && rm -f en_GB.1po
en_GB.1po: 515 translated messages.
rm -f es.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o es.1po es.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o es.gmo es.1po && rm -f es.1po
es.1po: 5596 translated messages.
rm -f et.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o et.1po et.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o et.gmo et.1po && rm -f et.1po
et.1po: 4873 translated messages.
rm -f eu.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o eu.1po eu.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o eu.gmo eu.1po && rm -f eu.1po
eu.1po: 5564 translated messages.
rm -f fa.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o fa.1po fa.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o fa.gmo fa.1po && rm -f fa.1po
fa.1po: 1775 translated messages.
rm -f ff.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ff.1po ff.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ff.gmo ff.1po && rm -f ff.1po
ff.1po: 1242 translated messages.
rm -f fi.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o fi.1po fi.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o fi.gmo fi.1po && rm -f fi.1po
fi.1po: 5347 translated messages.
rm -f fr.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o fr.1po fr.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.1po && rm -f fr.1po
fr.1po: 5597 translated messages.
rm -f fur.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o fur.1po fur.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o fur.gmo fur.1po && rm -f fur.1po
fur.1po: 662 translated messages.
rm -f fy.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o fy.1po fy.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o fy.gmo fy.1po && rm -f fy.1po
fy.1po: 5560 translated messages.
rm -f ga.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ga.1po ga.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ga.gmo ga.1po && rm -f ga.1po
ga.1po: 2537 translated messages.
rm -f gd.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o gd.1po gd.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o gd.gmo gd.1po && rm -f gd.1po
gd.1po: 2485 translated messages.
rm -f gl.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o gl.1po gl.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o gl.gmo gl.1po && rm -f gl.1po
gl.1po: 5421 translated messages.
rm -f gu.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o gu.1po gu.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o gu.gmo gu.1po && rm -f gu.1po
gu.1po: 5548 translated messages.
rm -f he.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o he.1po he.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o he.gmo he.1po && rm -f he.1po
he.1po: 2943 translated messages.
rm -f hi.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o hi.1po hi.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o hi.gmo hi.1po && rm -f hi.1po
hi.1po: 1104 translated messages.
rm -f hr.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o hr.1po hr.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o hr.gmo hr.1po && rm -f hr.1po
hr.1po: 5075 translated messages.
rm -f hu.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o hu.1po hu.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o hu.gmo hu.1po && rm -f hu.1po
hu.1po: 5622 translated messages.
rm -f hy.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o hy.1po hy.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o hy.gmo hy.1po && rm -f hy.1po
hy.1po: 1828 translated messages.
rm -f ia.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ia.1po ia.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ia.gmo ia.1po && rm -f ia.1po
ia.1po: 235 translated messages.
rm -f id.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o id.1po id.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o id.gmo id.1po && rm -f id.1po
id.1po: 4179 translated messages.
rm -f is.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o is.1po is.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o is.gmo is.1po && rm -f is.1po
is.1po: 3471 translated messages.
rm -f it.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o it.1po it.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o it.gmo it.1po && rm -f it.1po
it.1po: 5622 translated messages.
rm -f ja.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ja.1po ja.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.1po && rm -f ja.1po
ja.1po: 5622 translated messages.
rm -f ka.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ka.1po ka.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ka.gmo ka.1po && rm -f ka.1po
ka.1po: 759 translated messages.
rm -f kk.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o kk.1po kk.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o kk.gmo kk.1po && rm -f kk.1po
kk.1po: 2609 translated messages.
rm -f km.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o km.1po km.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o km.gmo km.1po && rm -f km.1po
km.1po: 5348 translated messages.
rm -f kn.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o kn.1po kn.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o kn.gmo kn.1po && rm -f kn.1po
kn.1po: 5432 translated messages.
rm -f ko.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ko.1po ko.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ko.gmo ko.1po && rm -f ko.1po
ko.1po: 5597 translated messages.
rm -f ks_IN.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ks_IN.1po ks_IN.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ks_IN.gmo ks_IN.1po && rm -f ks_IN.1po
ks_IN.1po: 5550 translated messages.
rm -f ky.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ky.1po ky.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ky.gmo ky.1po && rm -f ky.1po
ky.1po: 753 translated messages.
rm -f lg.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o lg.1po lg.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o lg.gmo lg.1po && rm -f lg.1po
lg.1po: 824 translated messages.
rm -f lt.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o lt.1po lt.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o lt.gmo lt.1po && rm -f lt.1po
lt.1po: 3841 translated messages.
rm -f lv.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o lv.1po lv.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o lv.gmo lv.1po && rm -f lv.1po
lv.1po: 5597 translated messages.
rm -f mai.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o mai.1po mai.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o mai.gmo mai.1po && rm -f mai.1po
mai.1po: 5550 translated messages.
rm -f mk.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o mk.1po mk.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o mk.gmo mk.1po && rm -f mk.1po
mk.1po: 141 translated messages.
rm -f ml.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ml.1po ml.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ml.gmo ml.1po && rm -f ml.1po
ml.1po: 5560 translated messages.
rm -f mn.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o mn.1po mn.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o mn.gmo mn.1po && rm -f mn.1po
mn.1po: 1339 translated messages.
rm -f mr.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o mr.1po mr.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o mr.gmo mr.1po && rm -f mr.1po
mr.1po: 5560 translated messages.
rm -f ms.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ms.1po ms.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ms.gmo ms.1po && rm -f ms.1po
ms.1po: 5597 translated messages.
rm -f my.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o my.1po my.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o my.gmo my.1po && rm -f my.1po
my.1po: 194 translated messages.
rm -f nb.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o nb.1po nb.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o nb.gmo nb.1po && rm -f nb.1po
nb.1po: 5597 translated messages.
rm -f ne.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ne.1po ne.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ne.gmo ne.1po && rm -f ne.1po
ne.1po: 2347 translated messages.
rm -f nl.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o nl.1po nl.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o nl.gmo nl.1po && rm -f nl.1po
nl.1po: 5622 translated messages.
rm -f nn.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o nn.1po nn.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o nn.gmo nn.1po && rm -f nn.1po
nn.1po: 3115 translated messages.
rm -f oc.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o oc.1po oc.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o oc.gmo oc.1po && rm -f oc.1po
oc.1po: 5560 translated messages.
rm -f or.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o or.1po or.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o or.gmo or.1po && rm -f or.1po
or.1po: 331 translated messages.
rm -f pa.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o pa.1po pa.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o pa.gmo pa.1po && rm -f pa.1po
pa.1po: 3306 translated messages.
rm -f pl.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o pl.1po pl.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.1po && rm -f pl.1po
pl.1po: 5622 translated messages.
rm -f ps.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ps.1po ps.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ps.gmo ps.1po && rm -f ps.1po
ps.1po: 715 translated messages.
rm -f pt_BR.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o pt_BR.1po pt_BR.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.1po && rm -f pt_BR.1po
pt_BR.1po: 5564 translated messages.
rm -f pt_PT.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o pt_PT.1po pt_PT.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o pt_PT.gmo pt_PT.1po && rm -f pt_PT.1po
pt_PT.1po: 5597 translated messages.
rm -f ro.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ro.1po ro.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ro.gmo ro.1po && rm -f ro.1po
ro.1po: 4247 translated messages.
rm -f ru.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ru.1po ru.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ru.gmo ru.1po && rm -f ru.1po
ru.1po: 5622 translated messages.
rm -f si.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o si.1po si.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o si.gmo si.1po && rm -f si.1po
si.1po: 2639 translated messages.
rm -f sk.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o sk.1po sk.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o sk.gmo sk.1po && rm -f sk.1po
sk.1po: 5622 translated messages.
rm -f sl.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o sl.1po sl.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o sl.gmo sl.1po && rm -f sl.1po
sl.1po: 5553 translated messages.
rm -f sq.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o sq.1po sq.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o sq.gmo sq.1po && rm -f sq.1po
sq.1po: 959 translated messages.
rm -f sr.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o sr.1po sr.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o sr.gmo sr.1po && rm -f sr.1po
sr.1po: 3126 translated messages.
rm -f sv.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o sv.1po sv.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.1po && rm -f sv.1po
sv.1po: 4965 translated messages.
rm -f ta.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ta.1po ta.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ta.gmo ta.1po && rm -f ta.1po
ta.1po: 1775 translated messages.
rm -f te.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o te.1po te.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o te.gmo te.1po && rm -f te.1po
te.1po: 1768 translated messages.
rm -f tet.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o tet.1po tet.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o tet.gmo tet.1po && rm -f tet.1po
tet.1po: 2 translated messages.
rm -f th.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o th.1po th.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o th.gmo th.1po && rm -f th.1po
th.1po: 3329 translated messages.
rm -f tl.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o tl.1po tl.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o tl.gmo tl.1po && rm -f tl.1po
tl.1po: 2 translated messages.
rm -f tr.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o tr.1po tr.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o tr.gmo tr.1po && rm -f tr.1po
tr.1po: 5622 translated messages.
rm -f ug.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o ug.1po ug.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o ug.gmo ug.1po && rm -f ug.1po
ug.1po: 930 translated messages.
rm -f uk.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o uk.1po uk.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o uk.gmo uk.1po && rm -f uk.1po
uk.1po: 5622 translated messages.
rm -f uz.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o uz.1po uz.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o uz.gmo uz.1po && rm -f uz.1po
uz.1po: 904 translated messages.
rm -f vi.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o vi.1po vi.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o vi.gmo vi.1po && rm -f vi.1po
vi.1po: 4545 translated messages.
rm -f wa.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o wa.1po wa.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o wa.gmo wa.1po && rm -f wa.1po
wa.1po: 3533 translated messages.
rm -f zh_CN.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o zh_CN.1po zh_CN.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.1po && rm -f zh_CN.1po
zh_CN.1po: 5622 translated messages.
rm -f zh_TW.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o zh_TW.1po zh_TW.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o zh_TW.gmo zh_TW.1po && rm -f zh_TW.1po
zh_TW.1po: 3657 translated messages.
rm -f zu.gmo && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgmerge --for-msgfmt -o zu.1po zu.po vlc.pot && /nix/store/v34vi1nqnkdbk8lydckhcn9zar100pmf-gettext-0.21.1/bin/msgfmt -c --statistics --verbose -o zu.gmo zu.1po && rm -f zu.1po
zu.1po: 892 translated messages.
make[3]: Leaving directory '/build/source/po'
touch ./stamp-po
make[2]: Leaving directory '/build/source/po'
Making all in share
make[2]: Entering directory '/build/source/share'
LUAC lua/extensions/VLSub.luac
LUAC lua/intf/cli.luac
LUAC lua/intf/dummy.luac
LUAC lua/intf/dumpmeta.luac
LUAC lua/intf/http.luac
LUAC lua/intf/luac.luac
LUAC lua/intf/modules/host.luac
LUAC lua/intf/modules/httprequests.luac
LUAC lua/intf/telnet.luac
LUAC lua/meta/art/02_frenchtv.luac
LUAC lua/meta/art/03_lastfm.luac
LUAC lua/meta/art/01_googleimage.luac
LUAC lua/meta/art/00_musicbrainz.luac
LUAC lua/meta/reader/filename.luac
LUAC lua/modules/common.luac
LUAC lua/modules/dkjson.luac
LUAC lua/modules/sandbox.luac
LUAC lua/modules/simplexml.luac
LUAC lua/playlist/anevia_streams.luac
LUAC lua/playlist/anevia_xml.luac
LUAC lua/playlist/appletrailers.luac
LUAC lua/playlist/bbc_co_uk.luac
LUAC lua/playlist/break.luac
LUAC lua/playlist/cue.luac
LUAC lua/playlist/dailymotion.luac
LUAC lua/playlist/extreme.luac
LUAC lua/playlist/france2.luac
LUAC lua/playlist/jamendo.luac
LUAC lua/playlist/katsomo.luac
LUAC lua/playlist/koreus.luac
LUAC lua/playlist/lelombrik.luac
LUAC lua/playlist/mpora.luac
LUAC lua/playlist/newgrounds.luac
LUAC lua/playlist/pinkbike.luac
LUAC lua/playlist/rockbox_fm_presets.luac
LUAC lua/playlist/soundcloud.luac
LUAC lua/playlist/vimeo.luac
LUAC lua/playlist/vocaroo.luac
LUAC lua/playlist/youtube.luac
LUAC lua/playlist/twitch.luac
LUAC lua/playlist/zapiks.luac
LUAC lua/sd/fmc.luac
LUAC lua/sd/jamendo.luac
GEN org.videolan.vlc.appdata.xml
GEN vlc.desktop
GEN vlc-openbd.desktop
GEN vlc-opendvd.desktop
GEN vlc-openvcd.desktop
GEN vlc-opencda.desktop
GEN skins2/default.vlt
-rw-r--r-- root/root 33054 1970-01-01 00:00 default/subX/about.png
-rw-r--r-- root/root 31809 1970-01-01 00:00 default/subX/eq.png
-rw-r--r-- root/root 24700 1970-01-01 00:00 default/subX/font.otf
gzip: warning: GZIP environment variable is deprecated; use an alias or script
-rw-r--r-- root/root 68042 1970-01-01 00:00 default/subX/main.png
-rw-r--r-- root/root 7739 1970-01-01 00:00 default/subX/pl.png
-rw-r--r-- root/root 101 1970-01-01 00:00 default/subX/playtreeglyphs.png
-rw-r--r-- root/root 2245 1970-01-01 00:00 default/subX/sysbuttons.png
-rw-r--r-- root/root 2063 1970-01-01 00:00 default/subX/vol_anim.png
-rw-r--r-- root/root 73 1970-01-01 00:00 default/subX/vol_slider.png
-rw-r--r-- root/root 55484 1970-01-01 00:00 default/theme.xml
make[2]: Leaving directory '/build/source/share'
Making all in src
make[2]: Entering directory '/build/source/src'
GEN ../include/vlc_about.h
CC fourcc_gen
GEN fourcc_tables.h
video: 967 entries
audio: 273 entries
spu: 51 entries
GEN stamp-revision
/nix/store/p6k7xp1lsfmbdd731mlglrdj2d66mr82-bash-5.2p37/bin/bash: line 2: git: command not found
make all-am
make[3]: Entering directory '/build/source/src'
CC libvlccore_la-libvlc.lo
CC libvlccore_la-libvlc-module.lo
CC libvlccore_la-missing.lo
GEN revision.c
CC libvlccore_la-revision.lo
CC libvlccore_la-version.lo
CC config/libvlccore_la-cat.lo
CC config/libvlccore_la-core.lo
CC config/libvlccore_la-chain.lo
CC config/libvlccore_la-dirs.lo
CC config/libvlccore_la-file.lo
CC config/libvlccore_la-help.lo
CC config/libvlccore_la-intf.lo
CC config/libvlccore_la-cmdline.lo
CC config/libvlccore_la-getopt.lo
CC config/libvlccore_la-jaro_winkler.lo
CC extras/libvlccore_la-libc.lo
CC media_source/libvlccore_la-media_source.lo
CC media_source/libvlccore_la-media_tree.lo
CC modules/libvlccore_la-modules.lo
CC modules/libvlccore_la-bank.lo
CC modules/libvlccore_la-cache.lo
CC modules/libvlccore_la-entry.lo
CC modules/libvlccore_la-textdomain.lo
CC interface/libvlccore_la-dialog.lo
CC interface/libvlccore_la-interface.lo
CC playlist/libvlccore_la-content.lo
CC playlist/libvlccore_la-control.lo
CC playlist/libvlccore_la-export.lo
CC playlist/libvlccore_la-item.lo
CC playlist/libvlccore_la-notify.lo
CC playlist/libvlccore_la-player.lo
CC playlist/libvlccore_la-playlist.lo
CC playlist/libvlccore_la-preparse.lo
CC playlist/libvlccore_la-randomizer.lo
CC playlist/libvlccore_la-request.lo
CC playlist/libvlccore_la-shuffle.lo
CC playlist/libvlccore_la-sort.lo
CC preparser/libvlccore_la-art.lo
CC preparser/libvlccore_la-fetcher.lo
CC preparser/libvlccore_la-preparser.lo
CC input/libvlccore_la-item.lo
CC input/libvlccore_la-access.lo
CC clock/libvlccore_la-clock_internal.lo
CC clock/libvlccore_la-input_clock.lo
clock/input_clock.c:436:2: warning: #warning "input_clock_SetJitter needs more work" []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
436 | #warning "input_clock_SetJitter needs more work"
| ^~~~~~~
CC clock/libvlccore_la-clock.lo
CC input/libvlccore_la-decoder.lo
input/decoder.c: In function 'vlc_input_decoder_GetFifoSize':
input/decoder.c:2722:5: warning: 'vlc_fifo_Size' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
2722 | return block_FifoSize( p_owner->p_fifo );
| ^~~~~~
In file included from ../include/vlc_block.h:26,
from input/decoder.c:35:
../include/vlc_frame.h:833:22: note: declared here
833 | static inline size_t vlc_fifo_Size (vlc_fifo_t *fifo)
| ^~~~~~~~~~~~~
In file included from ../include/vlc_queue.h:34,
from ../include/vlc_frame.h:585:
input/decoder.c: In function 'ModuleThread_NewSpuBuffer':
../include/vlc_threads.h:848:14: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;]
848 | ? harmful_delay(d) \
| ^~~~~~~~~~~~~~~~
../include/vlc_threads.h:864:42: note: in expansion of macro 'check_delay'
864 | #define vlc_tick_sleep(d) vlc_tick_sleep(check_delay(d))
| ^~~~~~~~~~~
input/decoder.c:889:9: note: in expansion of macro 'vlc_tick_sleep'
889 | vlc_tick_sleep( DECODER_SPU_VOUT_WAIT_DURATION );
| ^~~~~~~~~~~~~~
CC input/libvlccore_la-decoder_device.lo
CC input/libvlccore_la-decoder_helpers.lo
CC input/libvlccore_la-demux.lo
CC input/libvlccore_la-demux_chained.lo
CC input/libvlccore_la-es_out.lo
In file included from ../include/vlc_queue.h:34,
from ../include/vlc_frame.h:585,
from ../include/vlc_block.h:26,
from input/es_out.c:39:
input/es_out.c: In function 'EsOutDrainDecoder':
../include/vlc_threads.h:848:14: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;]
848 | ? harmful_delay(d) \
| ^~~~~~~~~~~~~~~~
../include/vlc_threads.h:864:42: note: in expansion of macro 'check_delay'
864 | #define vlc_tick_sleep(d) vlc_tick_sleep(check_delay(d))
| ^~~~~~~~~~~
input/es_out.c:3024:9: note: in expansion of macro 'vlc_tick_sleep'
3024 | vlc_tick_sleep(VLC_TICK_FROM_MS(20));
| ^~~~~~~~~~~~~~
CC input/libvlccore_la-es_out_source.lo
CC input/libvlccore_la-es_out_timeshift.lo
CC input/libvlccore_la-input.lo
In file included from ../include/vlc_demux.h:31,
from input/input_internal.h:26,
from input/input.c:39:
input/input.c: In function 'Init':
../include/vlc_es_out.h:259:31: warning: ignoring return value of 'es_out_SetMeta' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
259 | #define es_out_ControlSetMeta es_out_SetMeta
input/input.c:1377:13: note: in expansion of macro 'es_out_ControlSetMeta'
1377 | es_out_ControlSetMeta(&priv->p_es_out->out, p_meta);
| ^~~~~~~~~~~~~~~~~~~~~
input/input.c: In function 'InputUpdateMeta':
../include/vlc_es_out.h:259:31: warning: ignoring return value of 'es_out_SetMeta' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
259 | #define es_out_ControlSetMeta es_out_SetMeta
input/input.c:3089:5: note: in expansion of macro 'es_out_ControlSetMeta'
3089 | es_out_ControlSetMeta(&input_priv(p_input)->p_es_out->out, p_meta);
| ^~~~~~~~~~~~~~~~~~~~~
CC input/libvlccore_la-meta.lo
CC input/libvlccore_la-attachment.lo
CC input/libvlccore_la-parse.lo
CC player/libvlccore_la-player.lo
CC player/libvlccore_la-input.lo
CC player/libvlccore_la-timer.lo
CC player/libvlccore_la-track.lo
CC player/libvlccore_la-title.lo
CC player/libvlccore_la-aout.lo
CC player/libvlccore_la-vout.lo
CC player/libvlccore_la-osd.lo
CC player/libvlccore_la-medialib.lo
CC player/libvlccore_la-metadata.lo
CC input/libvlccore_la-resource.lo
CC input/libvlccore_la-services_discovery.lo
CC input/libvlccore_la-source.lo
CC input/libvlccore_la-stats.lo
CC input/libvlccore_la-stream.lo
CC input/libvlccore_la-stream_fifo.lo
CC input/libvlccore_la-stream_extractor.lo
CC input/libvlccore_la-stream_filter.lo
CC input/libvlccore_la-stream_memory.lo
CC input/libvlccore_la-subtitles.lo
CC input/libvlccore_la-var.lo
CC audio_output/libvlccore_la-common.lo
CC audio_output/libvlccore_la-dec.lo
CC audio_output/libvlccore_la-filters.lo
CC audio_output/libvlccore_la-meter.lo
CC audio_output/libvlccore_la-output.lo
CC audio_output/libvlccore_la-volume.lo
CC video_output/libvlccore_la-control.lo
CC video_output/libvlccore_la-display.lo
video_output/display.c: In function 'vout_display_PlaceRotatedPicture':
video_output/display.c:126:12: warning: 'fit_height' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;]
126 | if (fit_height) {
| ^
video_output/display.c:107:14: note: 'fit_height' was declared here
107 | bool fit_height;
| ^~~~~~~~~~
CC video_output/libvlccore_la-inhibit.lo
CC video_output/libvlccore_la-interlacing.lo
CC video_output/libvlccore_la-snapshot.lo
CC video_output/libvlccore_la-video_output.lo
CC video_output/libvlccore_la-video_text.lo
CC video_output/libvlccore_la-video_epg.lo
CC video_output/libvlccore_la-video_widgets.lo
CC video_output/libvlccore_la-vout_subpictures.lo
video_output/vout_subpictures.c: In function 'SpuRenderRegion':
video_output/vout_subpictures.c:1044:47: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;]
1044 | const unsigned dst_width = apply_scale ? spu_scale_w(region->fmt.i_visible_width, scale_size) : region->fmt.i_visible_width;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
video_output/vout_subpictures.c:1045:47: warning: operand of '?:' changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;]
1045 | const unsigned dst_height = apply_scale ? spu_scale_h(region->fmt.i_visible_height, scale_size) : region->fmt.i_visible_height;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC video_output/libvlccore_la-video_window.lo
CC video_output/libvlccore_la-window.lo
CC video_output/libvlccore_la-opengl.lo
CC video_output/libvlccore_la-vout_intf.lo
CC video_output/libvlccore_la-vout_wrapper.lo
CC network/libvlccore_la-getaddrinfo.lo
CC network/libvlccore_la-http_auth.lo
CC network/libvlccore_la-httpd.lo
CC network/libvlccore_la-io.lo
CC network/libvlccore_la-tcp.lo
CC network/libvlccore_la-udp.lo
CC network/libvlccore_la-rootbind.lo
CC network/libvlccore_la-stream.lo
CC network/libvlccore_la-tls.lo
CC text/libvlccore_la-charset.lo
CC text/libvlccore_la-memstream.lo
CC text/libvlccore_la-strings.lo
CC text/libvlccore_la-unicode.lo
CC text/libvlccore_la-url.lo
CC text/libvlccore_la-filesystem.lo
CC text/libvlccore_la-iso_lang.lo
CC misc/libvlccore_la-actions.lo
CC misc/libvlccore_la-ancillary.lo
CC misc/libvlccore_la-executor.lo
CC misc/libvlccore_la-md5.lo
CC misc/libvlccore_la-probe.lo
CC misc/libvlccore_la-rand.lo
CC misc/libvlccore_la-mtime.lo
CC misc/libvlccore_la-frame.lo
CC misc/libvlccore_la-fifo.lo
CC misc/libvlccore_la-filesystem.lo
CC misc/libvlccore_la-fourcc.lo
CC misc/libvlccore_la-es_format.lo
CC misc/libvlccore_la-extensions.lo
CC misc/libvlccore_la-picture.lo
CC misc/libvlccore_la-picture_fifo.lo
CC misc/libvlccore_la-picture_pool.lo
CC misc/libvlccore_la-interrupt.lo
CC misc/libvlccore_la-keystore.lo
CC misc/libvlccore_la-rcu.lo
CC misc/libvlccore_la-renderer_discovery.lo
CC misc/libvlccore_la-threads.lo
CC misc/libvlccore_la-cpu.lo
CC misc/libvlccore_la-diffutil.lo
CC misc/libvlccore_la-epg.lo
CC misc/libvlccore_la-exit.lo
CC misc/libvlccore_la-image.lo
CC misc/libvlccore_la-messages.lo
CC misc/libvlccore_la-tracer.lo
CC misc/libvlccore_la-mime.lo
CC misc/libvlccore_la-objects.lo
misc/objects.c: In function 'vlc_list_children':
misc/objects.c:207:14: warning: 'vlc_object_hold' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
207 | tab[count] = vlc_object_hold(vlc_externals(priv));
| ^~~
In file included from ../include/vlc_common.h:1137,
from misc/objects.c:40:
../include/vlc_objects.h:204:36: note: declared here
204 | VLC_DEPRECATED static inline void *vlc_object_hold(vlc_object_t *o)
| ^~~~~~~~~~~~~~~
CC misc/libvlccore_la-objres.lo
CC misc/libvlccore_la-queue.lo
CC misc/libvlccore_la-variables.lo
CC misc/libvlccore_la-xml.lo
CC misc/libvlccore_la-addons.lo
CC misc/libvlccore_la-filter.lo
CC misc/libvlccore_la-filter_chain.lo
CC misc/libvlccore_la-httpcookies.lo
CC misc/libvlccore_la-fingerprinter.lo
CC misc/libvlccore_la-text_style.lo
CC misc/libvlccore_la-sort.lo
CC misc/libvlccore_la-subpicture.lo
CC misc/libvlccore_la-medialibrary.lo
CC misc/libvlccore_la-viewpoint.lo
CC linux/libvlccore_la-cpu.lo
CC linux/libvlccore_la-dirs.lo
CC linux/libvlccore_la-thread.lo
CC linux/libvlccore_la-filesystem.lo
CC posix/libvlccore_la-filesystem.lo
CC posix/libvlccore_la-plugin.lo
CC posix/libvlccore_la-rand.lo
CC posix/libvlccore_la-timer.lo
CC posix/libvlccore_la-sort.lo
CC posix/libvlccore_la-thread.lo
CC posix/libvlccore_la-netconf.lo
CC posix/libvlccore_la-dirs.lo
CC posix/libvlccore_la-error.lo
CC posix/libvlccore_la-picture.lo
CC posix/libvlccore_la-spawn.lo
CC posix/libvlccore_la-specific.lo
CC posix/libvlccore_la-getaddrinfo.lo
CC stream_output/libvlccore_la-sap.lo
CC stream_output/libvlccore_la-stream_output.lo
stream_output/stream_output.c: In function 'sout_MuxGetStream':
stream_output/stream_output.c:520:9: warning: 'vlc_fifo_Count' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;]
520 | if( block_FifoCount( p_input->p_fifo ) < i_blocks )
| ^~
In file included from ../include/vlc_block.h:26,
from stream_output/stream_output.c:48:
../include/vlc_frame.h:845:22: note: declared here
845 | static inline size_t vlc_fifo_Count (vlc_fifo_t *fifo)
| ^~~~~~~~~~~~~~
CC input/libvlccore_la-vlm.lo
CC input/libvlccore_la-vlm_event.lo
CC input/libvlccore_la-vlmshell.lo
CCLD libvlccore.la
GEN vlc-plugin.pc
config.status: creating src/vlc-plugin.pc
make[3]: Leaving directory '/build/source/src'
make[2]: Leaving directory '/build/source/src'
Making all in modules
make[2]: Entering directory '/build/source/modules'
GEN access/screen/screenshooter-client-protocol.h
YACC codec/webvtt/CSSGrammar.c
updating codec/webvtt/CSSGrammar.h
YACC demux/json/grammar.c
updating demux/json/grammar.h
GEN misc/inhibit/idle-inhibit-client-protocol.h
GEN misc/inhibit/idle-inhibit-protocol.c
GEN video_output/wayland/viewporter-client-protocol.h
GEN video_output/wayland/viewporter-protocol.c
GEN video_output/wayland/xdg-shell-client-protocol.h
GEN video_output/wayland/xdg-shell-protocol.c
GEN video_output/wayland/xdg-decoration-client-protocol.h
GEN video_output/wayland/xdg-decoration-protocol.c
GEN stream_out/chromecast/28.3/cast_channel.pb.cc
GEN vlc_modules_list
make all-recursive
make[3]: Entering directory '/build/source/modules'
Making all in .
make[4]: Entering directory '/build/source/modules'
CC access/data.lo
CCLD libdata_plugin.la
CC access/libfilesystem_plugin_la-file.lo
CC access/libfilesystem_plugin_la-directory.lo
CC access/libfilesystem_plugin_la-fs.lo
CCLD libfilesystem_plugin.la
CC access/idummy.lo
In file included from ../include/vlc_interface.h:28,
from access/idummy.c:33:
access/idummy.c: In function 'DemuxHold':
../include/vlc_threads.h:848:14: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;]
848 | ? harmful_delay(d) \
| ^~~~~~~~~~~~~~~~
../include/vlc_threads.h:864:42: note: in expansion of macro 'check_delay'
864 | #define vlc_tick_sleep(d) vlc_tick_sleep(check_delay(d))
| ^~~~~~~~~~~
access/idummy.c:58:5: note: in expansion of macro 'vlc_tick_sleep'
58 | vlc_tick_sleep( VLC_HARD_MIN_SLEEP ); /* FIXME!!! */
| ^~~~~~~~~~~~~~
access/idummy.c: In function 'DemuxPause':
../include/vlc_threads.h:848:14: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;]
848 | ? harmful_delay(d) \
| ^~~~~~~~~~~~~~~~
../include/vlc_threads.h:864:42: note: in expansion of macro 'check_delay'
864 | #define vlc_tick_sleep(d) vlc_tick_sleep(check_delay(d))
| ^~~~~~~~~~~
access/idummy.c:76:5: note: in expansion of macro 'vlc_tick_sleep'
76 | vlc_tick_sleep( VLC_HARD_MIN_SLEEP ); /* FIXME!!! */
| ^~~~~~~~~~~~~~
CCLD libidummy_plugin.la
CC access/imem-access.lo
CCLD libimem_plugin.la
CC access/imem.lo
CCLD libaccess_imem_plugin.la
CC access/sdp.lo
CCLD libsdp_plugin.la
CC access/timecode.lo
CCLD libtimecode_plugin.la
CC access/vdr.lo
CCLD libvdr_plugin.la
CC access/libaccess_alsa_plugin_la-alsa.lo
CCLD libaccess_alsa_plugin.la
CC access/libpulsesrc_plugin_la-pulse.lo
CC audio_output/libvlc_pulse_la-vlcpulse.lo
CCLD libvlc_pulse.la
CCLD libpulsesrc_plugin.la
CC access/libdc1394_plugin_la-dc1394.lo
In file included from ../include/vlc_queue.h:34,
from ../include/vlc_frame.h:585,
from ../include/vlc_block.h:26,
from ../include/vlc_stream.h:27,
from ../include/vlc_demux.h:30,
from access/dc1394.c:37:
access/dc1394.c: In function 'Demux':
../include/vlc_threads.h:848:14: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattribute-warning-Wattribute-warning]8;;]
848 | ? harmful_delay(d) \
| ^~~~~~~~~~~~~~~~
../include/vlc_threads.h:864:42: note: in expansion of macro 'check_delay'
864 | #define vlc_tick_sleep(d) vlc_tick_sleep(check_delay(d))
| ^~~~~~~~~~~
access/dc1394.c:473:9: note: in expansion of macro 'vlc_tick_sleep'
473 | vlc_tick_sleep( VLC_HARD_MIN_SLEEP );
| ^~~~~~~~~~~~~~
CCLD libdc1394_plugin.la
CC access/linsys/linsys_hdsdi.lo
access/linsys/linsys_hdsdi.c: In function 'Close':
access/linsys/linsys_hdsdi.c:271:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
271 | write( p_sys->evfd, &(uint64_t){ 1 }, sizeof (uint64_t));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD liblinsys_hdsdi_plugin.la
CC access/shm.lo
CCLD libshm_plugin.la
CC access/v4l2/libv4l2_plugin_la-v4l2.lo
CC access/v4l2/libv4l2_plugin_la-buffers.lo
CC access/v4l2/libv4l2_plugin_la-video.lo
CC access/v4l2/libv4l2_plugin_la-vbi.lo
CC access/v4l2/libv4l2_plugin_la-demux.lo
CC access/v4l2/libv4l2_plugin_la-access.lo
CC access/v4l2/libv4l2_plugin_la-radio.lo
CC access/v4l2/libv4l2_plugin_la-controls.lo
CC access/v4l2/libv4l2_plugin_la-lib.lo
CCLD libv4l2_plugin.la
CC access/screen/libxcb_screen_plugin_la-xcb.lo
CCLD libxcb_screen_plugin.la
CC access/screen/libwl_screenshooter_plugin_la-wayland.lo
GEN access/screen/screenshooter-protocol.c
CC access/screen/libwl_screenshooter_plugin_la-screenshooter-protocol.lo
CCLD libwl_screenshooter_plugin.la
CC access/libcdda_plugin_la-cdda.lo
CC access/vcd/libcdda_plugin_la-cdrom.lo
CC misc/webservices/libcdda_plugin_la-musicbrainz.lo
LEX demux/json/libvlc_json_la-lexicon.c
CC demux/json/libvlc_json_la-libvlc_json_la-lexicon.lo
cc1: fatal error: ./demux/json/libvlc_json_la-lexicon.c: No such file or directory
compilation terminated.
make[4]: *** [Makefile:26960: demux/json/libvlc_json_la-libvlc_json_la-lexicon.lo] Error 1
make[4]: Leaving directory '/build/source/modules'
make[3]: *** [Makefile:31458: all-recursive] Error 1
make[3]: Leaving directory '/build/source/modules'
make[2]: *** [Makefile:14162: all] Error 2
make[2]: Leaving directory '/build/source/modules'
make[1]: *** [Makefile:1636: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:1523: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment