You are not logged in.

#1 2015-09-30 08:35:27

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

[SOLVED] Building vlc from vanilla ABS fails.

I am trying to build VLC from the PKGBUILD from ABS, but am unable to do so.
I have used the stock config and did not change one thing (as you can see from the SHA1 checksums).
I have installed the dependencies as well and I am using Arch x86_64 and a fully updated system and gcc-multilib.

I have read the error message and it says something about an implicit function call. I thought that if you just ran makepkg -scf on an up-to-date system on a vanilla ABS package it should build just fine. Am I doing something wrong here or is the build process just broken?

akurei@sylveon: ~/Code/abs/buildinhere $ yaourt -G vlc
==> Download vlc sources
receiving file list ... done
./
PKGBUILD
lua53_compat.patch
vlc.install

sent 84 bytes  received 5,764 bytes  3,898.67 bytes/sec
total size is 5,510  speedup is 0.94
akurei@sylveon: ~/Code/abs/buildinhere $ cd vlc 
PKGBUILD  lua53_compat.patch  vlc.install
akurei@sylveon: ~/Code/abs/buildinhere/vlc $ l
total 16K
-rw-r--r-- 1 akurei nobody 4.1K Sep 30 00:07 PKGBUILD
-rw-r--r-- 1 akurei nobody 1018 Sep 30 00:07 lua53_compat.patch
-rw-r--r-- 1 akurei nobody  379 Sep 30 00:07 vlc.install
akurei@sylveon: ~/Code/abs/buildinhere/vlc $ sha1sum *
3372456b827bd326178954bbe96c197902a166aa  PKGBUILD
5d7dba23756ff577a90b8631b187fbeac1f94e17  lua53_compat.patch
27b663147990a99b77e91ae882392835b5a8c1f4  vlc.install
akurei@sylveon: ~/Code/abs/buildinhere/vlc $ makepkg -scf
==> Making package: vlc 2.2.1-7 (Wed Sep 30 10:28:26 CEST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found vlc-2.2.1.tar.xz
  -> Found lua53_compat.patch
==> Validating source files with md5sums...
    vlc-2.2.1.tar.xz ... Passed
    lua53_compat.patch ... Passed
==> Extracting sources...
  -> Extracting vlc-2.2.1.tar.xz with bsdtar
==> Starting prepare()...
patching file modules/lua/vlc.h
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/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 '1000' 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 style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for egrep... (cached) /usr/bin/grep -E
checking whether make sets $(MAKE)... (cached) yes
checking dependency style of gcc... gcc3
checking for desktop-file-validate... desktop-file-validate
checking for yasm... yasm
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for an Android system... no
checking for 3rd party libraries path... not found
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/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... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/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... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/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... /usr/bin/bash
checking if dolt supports this host... yes, replacing libtool
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... 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 whether nanosleep is declared... yes
checking for daemon... yes
checking for fcntl... yes
checking for fstatvfs... yes
checking for fork... yes
checking for getenv... yes
checking for getpwuid_r... yes
checking for isatty... yes
checking for lstat... yes
checking for memalign... yes
checking for mmap... yes
checking for open_memstream... yes
checking for openat... yes
checking for pread... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for setlocale... yes
checking for stricmp... no
checking for strnicmp... no
checking for strptime... yes
checking for uselocale... 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 lldiv... yes
checking for localtime_r... yes
checking for nrand48... yes
checking for poll... yes
checking for posix_memalign... yes
checking for rewind... yes
checking for setenv... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strdup... yes
checking for strlcpy... no
checking for strndup... yes
checking for strnlen... yes
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 strverscmp... yes
checking for fdatasync... yes
checking for static_assert in assert.h... yes
checking for working strcoll... yes
checking for accept4... yes
checking for pipe2... yes
checking for eventfd... yes
checking for vmsplice... yes
checking for sched_getaffinity... yes
checking for struct pollfd... yes
checking for library containing connect... none required
checking for library containing inet_pton... none required
checking for if_nameindex... yes
checking for if_nametoindex... 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 library containing dlopen... -ldl
checking for library containing pthread_rwlock_init... -lpthread
checking for clock_nanosleep in -lrt... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/udplite.h usability... no
checking netinet/udplite.h presence... no
checking for netinet/udplite.h... no
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking for net/if.h... yes
checking for sys/mount.h... yes
checking machine/param.h usability... no
checking machine/param.h presence... no
checking for machine/param.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking linux/dccp.h usability... yes
checking linux/dccp.h presence... yes
checking for linux/dccp.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for ssize_t... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for MINIZIP... no
checking unzip.h usability... no
checking unzip.h presence... no
checking for unzip.h... no
checking for IDN... yes
checking for DBUS... yes
checking for ntohl in sys/param.h... no
checking if gcc accepts -Wall... yes
checking if gcc accepts -Wextra... yes
checking if gcc accepts -Wsign-compare... yes
checking if gcc accepts -Wundef... yes
checking if gcc accepts -Wpointer-arith... yes
checking if gcc accepts -Wbad-function-cast... yes
checking if gcc accepts -Wwrite-strings... yes
checking if gcc accepts -Wmissing-prototypes... yes
checking if gcc accepts -Wvolatile-register-var... yes
checking if gcc accepts -Werror-implicit-function-declaration... yes
checking if gcc accepts -pipe... yes
checking if g++ accepts -Wall... yes
checking if g++ accepts -Wextra... yes
checking if g++ accepts -Wsign-compare... yes
checking if g++ accepts -Wundef... yes
checking if g++ accepts -Wpointer-arith... yes
checking if g++ accepts -Wvolatile-register-var... yes
checking if gcc accepts -fvisibility=hidden... yes
checking if gcc accepts -O4... yes
checking if gcc accepts -ffast-math... yes
checking if gcc accepts -funroll-loops... yes
checking if gcc accepts -fomit-frame-pointer... yes
checking if linker supports -Bsymbolic... -Wl,-Bsymbolic
checking __attribute__ ((aligned ())) support... 64
checking for __attribute__((packed))... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking if gcc groks MMX intrinsics... yes
checking if gcc groks MMX inline assembly... yes
checking if gcc groks MMX EXT inline assembly... yes
checking if gcc groks SSE2 intrinsics... yes
checking if gcc groks SSE inline assembly... 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 SSE4.2 inline assembly... yes
checking if gcc groks SSE4A inline assembly... yes
checking if gcc groks 3D Now! inline assembly... yes
checking for LUA... no
configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
checking for LUA... yes
checking for /usr/bin/luac... /usr/bin/luac
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 DC1394... yes
checking for DV1394... yes
checking for LINSYS_SDI... yes
checking for DVDREAD... yes
checking for DVDNAV... yes
checking for BLURAY... yes
checking for OPENCV... no
configure: WARNING: Library opencv > 2.0 needed for opencv was not found
checking for SMBCLIENT... yes
checking for SFTP... yes
checking linux/videodev2.h usability... yes
checking linux/videodev2.h presence... yes
checking for linux/videodev2.h... yes
checking sys/videoio.h usability... no
checking sys/videoio.h presence... no
checking for sys/videoio.h... no
checking DeckLinkAPIDispatch.cpp usability... no
checking DeckLinkAPIDispatch.cpp presence... no
checking for DeckLinkAPIDispatch.cpp... no
configure: WARNING: Blackmagic DeckLink SDI include files not found
checking for GNOMEVFS... yes
checking for VCDX... yes
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... yes
checking for Linux DVB version 5.1... yes
checking for VNC... yes
checking for FREERDP... yes
checking for ASDCP... no
checking for DVBPSI... yes
checking gme/gme.h usability... yes
checking gme/gme.h presence... yes
checking for gme/gme.h... yes
checking for SID... no
configure: WARNING: No package 'libsidplay2' found (required for sid).
checking for OGG... yes
checking for LIBVORBIS... yes
checking for OGG... yes
checking for MUX_OGG... yes
checking for SHOUT... yes
checking ebml/EbmlVersion.h usability... yes
checking ebml/EbmlVersion.h presence... yes
checking for ebml/EbmlVersion.h... yes
checking for libebml version >= 1.0.0... yes
checking matroska/KaxVersion.h usability... yes
checking matroska/KaxVersion.h presence... yes
checking for matroska/KaxVersion.h... yes
checking for libmatroska version >= 1.0.0... yes
checking matroska/KaxAttachments.h usability... yes
checking matroska/KaxAttachments.h presence... yes
checking for matroska/KaxAttachments.h... yes
checking for main in -lebml_pic... no
checking for main in -lebml... yes
checking for LIBMODPLUG... yes
checking mpc/mpcdec.h usability... no
checking mpc/mpcdec.h presence... no
checking for mpc/mpcdec.h... no
checking mpcdec/mpcdec.h usability... yes
checking mpcdec/mpcdec.h presence... yes
checking for mpcdec/mpcdec.h... yes
checking for SHINE... no
configure: WARNING: Library shine >= 3.0.0 needed for shine was not found
checking interface/mmal/mmal.h usability... no
checking interface/mmal/mmal.h presence... no
checking for interface/mmal/mmal.h... no
configure: WARNING: Cannot find development headers for mmal...
checking for libcrystalhd/libcrystalhd_if.h... no
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking for mad_bit_init in -lmad... yes
checking for libavutil variant... ffmpeg
checking for GST_APP... yes
checking for GST_VIDEO... yes
checking for AVCODEC... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking for LIBVA_DRM... yes
checking for LIBVA_X11... yes
checking libavcodec/vaapi.h usability... yes
checking libavcodec/vaapi.h presence... yes
checking for libavcodec/vaapi.h... yes
configure: VAAPI acceleration activated
checking for AVFORMAT... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libavformat/avio.h usability... yes
checking libavformat/avio.h presence... yes
checking for libavformat/avio.h... yes
checking for libavcodec/avcodec.h... (cached) yes
checking for libavutil/avutil.h... (cached) yes
checking for SWSCALE... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking for libavutil/avutil.h... (cached) yes
checking for POSTPROC... yes
checking postproc/postprocess.h usability... no
checking postproc/postprocess.h presence... no
checking for postproc/postprocess.h... no
checking faad.h usability... yes
checking faad.h presence... yes
checking for faad.h... yes
checking for faacDecOpen in -lfaad... no
checking for NeAACDecOpen in -lfaad... yes
checking for VPX... yes
checking for vpx_codec_vp8_dx in -lvpx... yes
checking for vpx_codec_vp9_dx in -lvpx... yes
checking for TWOLAME... yes
checking a52dec/a52.h usability... yes
checking a52dec/a52.h presence... yes
checking for a52dec/a52.h... yes
checking for a52_free in -la52... yes
checking for DCA... yes
checking for FLAC... yes
checking for LIBMPEG2... yes
checking for VORBIS... yes
checking for SPEEX... yes
checking for SPEEXDSP... yes
checking for OPUS... yes
checking for THEORA... yes
checking for SCHROEDINGER... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_set_rows in -lpng... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for X262... no
checking for X265... yes
checking for X26410B... no
checking for X264... yes
checking for MFX... no
configure: WARNING: Library libmfx needed for mfx was not found
checking for FLUIDSYNTH... yes
checking for ZVBI... yes
checking for LIBASS... yes
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking for KATE... yes
checking for TIGER... yes
checking for EGL... yes
checking for GL... 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 X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XCB... yes
checking for XCB_SHM... yes
checking for XCB_COMPOSITE... yes
checking for XPROTO... yes
checking for XCB_XV... yes
checking for XCB_RANDR... yes
checking for XCB_KEYSYMS... yes
checking for VDPAU... yes
configure: VDPAU decoding acceleration activated
checking for SDL... yes
checking for SDL_IMAGE... yes
checking for FREETYPE... yes
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for fontconfig/fontconfig.h... (cached) yes
checking for FRIBIDI... yes
checking for SVG... yes
checking for SVGDEC... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking aalib.h usability... yes
checking aalib.h presence... yes
checking for aalib.h... yes
checking for CACA... yes
checking kva.h usability... no
checking kva.h presence... no
checking for kva.h... no
checking for interface/mmal/mmal.h... (cached) no
configure: WARNING: Cannot find development headers for mmal...
checking for PULSE... yes
checking for ALSA... yes
checking sndio.h usability... no
checking sndio.h presence... no
checking for sndio.h... no
checking audioclient.h usability... no
checking audioclient.h presence... no
checking for audioclient.h... no
checking for JACK... no
configure: WARNING: Requested 'jack >= 1.9.7' but version of jack is 0.124.1, trying jack1 instead
checking for JACK... yes
checking for SAMPLERATE... yes
checking kai.h usability... no
checking kai.h presence... no
checking for kai.h... no
checking for CHROMAPRINT... yes
checking for QT... yes
checking for QTX11... yes
checking for moc-qt5... /usr/bin/moc-qt5
checking for rcc-qt5... /usr/bin/rcc-qt4
checking for uic-qt5... /usr/bin/uic-qt5
checking whether Qt uses Xlib... no
checking for XPM... yes
checking for XINERAMA... yes
checking for XEXT... yes
checking libtar.h usability... yes
checking libtar.h presence... yes
checking for libtar.h... yes
checking for NCURSES... yes
checking lirc/lirc_client.h usability... yes
checking lirc/lirc_client.h presence... yes
checking for lirc/lirc_client.h... yes
checking for lirc_init in -llirc_client... yes
checking for GOOM... yes
checking for PROJECTM... yes
checking for VSXU... no
configure: WARNING: No package 'libvsxu' found.
checking for BONJOUR... yes
checking for UDEV... yes
checking for MTP... yes
checking for UPNP... yes
checking for LIBXML2... yes
checking whether GCRYCTL_SET_THREAD_CBS is declared... yes
checking for gcry_control in -lgcrypt... yes
checking for GNUTLS... yes
checking for TAGLIB... yes
checking for NOTIFY... yes
checking whether byte ordering is bigendian... no
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 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 modules/access_output/Makefile
config.status: creating modules/audio_filter/Makefile
config.status: creating modules/control/Makefile
config.status: creating modules/gui/Makefile
config.status: creating modules/gui/ios_dialog_provider/Makefile
config.status: creating modules/gui/macosx/Makefile
config.status: creating modules/gui/minimal_macosx/Makefile
config.status: creating modules/gui/macosx_dialog_provider/Makefile
config.status: creating modules/gui/qt4/Makefile
config.status: creating modules/gui/skins2/Makefile
config.status: creating modules/misc/Makefile
config.status: creating modules/mux/Makefile
config.status: creating modules/packetizer/Makefile
config.status: creating modules/stream_out/Makefile
config.status: creating modules/text_renderer/Makefile
config.status: creating modules/video_filter/Makefile
config.status: creating modules/video_output/Makefile
config.status: creating modules/visualization/Makefile
config.status: creating modules/hw/vdpau/Makefile
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               : 2.2.1
system                : linux
architecture          : x86_64 mmx sse sse2
optimizations         : yes
vlc aliases           : cvlc rvlc qvlc svlc nvlc

To build vlc and its plugins, type `make', or `./compile' if you like nice colors.
make  all-recursive
make[1]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1'
Making all in compat
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/compat'
make  all-am
make[3]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/compat'
  CC       dummy.lo
  CC       strlcpy.lo
  CCLD     libcompat.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/compat'
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/compat'
Making all in doc
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/doc'
Making all in po
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/po'
Making all in share
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/share'
mkdir -p skins2
(cd "./skins2"; find default -print0 | \
        LC_ALL=C sort -z | \
        tar cvv --exclude .svn --no-recursion --null -T -) | \
gzip -n > skins2/default.vlt
  GEN      vlc.desktop
drwxr-xr-x akurei/akurei     0 2015-04-13 10:33 default/
drwxr-xr-x akurei/akurei     0 2015-04-13 10:33 default/subX/
-rw-r--r-- akurei/akurei 33054 2014-06-14 17:14 default/subX/about.png
-rw-r--r-- akurei/akurei 31809 2014-06-14 17:14 default/subX/eq.png
-rw-r--r-- akurei/akurei 24700 2014-06-14 17:14 default/subX/font.otf
-rw-r--r-- akurei/akurei 68042 2014-06-14 17:14 default/subX/main.png
-rw-r--r-- akurei/akurei  7739 2014-06-14 17:14 default/subX/pl.png
-rw-r--r-- akurei/akurei   101 2014-06-14 17:14 default/subX/playtreeglyphs.png
-rw-r--r-- akurei/akurei  2245 2014-06-14 17:14 default/subX/sysbuttons.png
-rw-r--r-- akurei/akurei  2063 2014-06-14 17:14 default/subX/vol_anim.png
-rw-r--r-- akurei/akurei    73 2014-06-14 17:14 default/subX/vol_slider.png
-rw-r--r-- akurei/akurei 55484 2014-06-14 17:14 default/theme.xml
  LUAC   lua/intf/cli.luac
  LUAC   lua/extensions/VLSub.luac
  LUAC   lua/intf/dummy.luac
  LUAC   lua/intf/dumpmeta.luac
  LUAC   lua/intf/luac.luac
  LUAC   lua/intf/modules/host.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/fetcher/tvrage.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_xml.luac
  LUAC   lua/playlist/anevia_streams.luac
  LUAC   lua/playlist/bbc_co_uk.luac
  LUAC   lua/playlist/appletrailers.luac
  LUAC   lua/playlist/break.luac
  LUAC   lua/playlist/cue.luac
  LUAC   lua/playlist/canalplus.luac
  LUAC   lua/playlist/dailymotion.luac
  LUAC   lua/playlist/extreme.luac
  LUAC   lua/playlist/france2.luac
  LUAC   lua/playlist/googlevideo.luac
  LUAC   lua/playlist/jamendo.luac
  LUAC   lua/playlist/joox.luac
  LUAC   lua/playlist/koreus.luac
  LUAC   lua/playlist/katsomo.luac
  LUAC   lua/playlist/lelombrik.luac
  LUAC   lua/playlist/liveleak.luac
  LUAC   lua/playlist/metacafe.luac
  LUAC   lua/playlist/mpora.luac
  LUAC   lua/playlist/metachannels.luac
  LUAC   lua/playlist/pluzz.luac
  LUAC   lua/playlist/pinkbike.luac
  LUAC   lua/playlist/rockbox_fm_presets.luac
  LUAC   lua/playlist/vimeo.luac
  LUAC   lua/playlist/soundcloud.luac
  LUAC   lua/playlist/youtube.luac
  LUAC   lua/playlist/youtube_homepage.luac
  LUAC   lua/playlist/zapiks.luac
  LUAC   lua/sd/fmc.luac
  LUAC   lua/sd/icecast.luac
  LUAC   lua/sd/icast.luac
  LUAC   lua/sd/jamendo.luac
  LUAC   lua/sd/metachannels.luac
  LUAC   lua/intf/http.luac
  LUAC   lua/intf/modules/httprequests.luac
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/share'
Making all in src
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/src'
  GEN      stamp-revision
fatal: Not a git repository: '../.git/'
  GEN      ../include/vlc_about.h
make  all-am
make[3]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/src'
  CC       libvlc.lo
  CC       libvlc-module.lo
  CC       missing.lo
  CC       revision.lo
  CC       version.lo
  CC       misc/addons.lo
  CC       misc/filter_chain.lo
  CC       misc/filter.lo
  CC       misc/http_auth.lo
  CC       misc/fingerprinter.lo
  CC       misc/text_style.lo
  CC       misc/subpicture.lo
  CC       network/httpd.lo
  CC       input/vlm.lo
  CC       input/vlm_event.lo
  CC       input/vlmshell.lo
  GEN      vlc-plugin.pc
network/httpd.c: In function ‘httpdLoop’:
network/httpd.c:2025:17: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
                 msleep(100000);
                 ^
input/vlm.c: In function ‘Manage’:
input/vlm.c:393:13: warning: variable ‘i_lastcheck’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
     mtime_t i_lastcheck;
             ^
input/vlm.c:401:16: warning: variable ‘ppsz_scheduled_commands’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
         char **ppsz_scheduled_commands = NULL;
                ^
input/vlm.c:403:13: warning: variable ‘scheduled_command’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
         bool scheduled_command = false;
             ^
  CC       interface/dialog.lo
  CC       interface/interface.lo
  CC       playlist/art.lo
  CC       playlist/aout.lo
  CC       playlist/thread.lo
  CC       playlist/control.lo
  CC       playlist/engine.lo
playlist/thread.c:441:2: warning: #warning Unsynchronized access to *p_input flags... [-Wcpp]
 #warning Unsynchronized access to *p_input flags...
  ^
  CC       playlist/fetcher.lo
  CC       playlist/sort.lo
  CC       playlist/loadsave.lo
  CC       playlist/preparser.lo
  CC       playlist/tree.lo
  CC       playlist/item.lo
  CC       playlist/search.lo
  CC       playlist/services_discovery.lo
playlist/item.c: In function ‘playlist_DeleteItem’:
playlist/item.c:818:29: warning: unused parameter ‘b_stop’ [-Wunused-parameter]
                         bool b_stop )
                             ^
  CC       input/item.lo
  CC       input/access.lo
  CC       input/clock.lo
  CC       input/control.lo
input/clock.c:537:2: warning: #warning "input_clock_SetJitter needs more work" [-Wcpp]
 #warning "input_clock_SetJitter needs more work"
  ^
  CC       input/decoder.lo
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_SetMode’:
input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_GetWakeup’:
input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_GetBuffering’:
input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_GetEmpty’:
input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_SetDelay’:
input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_SetTimes’:
input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_SetJitter’:
input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_GetGroupForced’:
input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
         ^
In file included from input/control.c:37:0:
input/es_out.h: In function ‘es_out_Eos’:
input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
         ^
  CC       input/decoder_synchro.lo
  CC       input/demux.lo
  CC       input/es_out.lo
input/decoder.c: In function ‘spu_new_buffer’:
input/decoder.c:2227:9: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
         msleep( DECODER_SPU_VOUT_WAIT_DURATION );
         ^
input/decoder.c: In function ‘vout_new_buffer’:
input/decoder.c:2191:206: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
  CC       input/es_out_timeshift.lo
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_SetMode’:
input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_GetWakeup’:
input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_GetBuffering’:
input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_GetEmpty’:
input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_SetDelay’:
input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_SetTimes’:
input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_SetJitter’:
input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_GetGroupForced’:
input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
         ^
In file included from input/es_out.c:45:0:
input/es_out.h: In function ‘es_out_Eos’:
input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
         ^
input/es_out.c: In function ‘EsOutDecodersStopBuffering’:
input/es_out.c:600:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret;
         ^
input/es_out.c: In function ‘EsOutDel’:
input/es_out.c:2040:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         while( vlc_object_alive(p_sys->p_input) && !p_sys->b_buffering && es->p_dec )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/es_out.c:34:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/es_out.c: In function ‘EsOutControlLocked’:
input/es_out.c:2566:19: warning: unused variable ‘b_source_paused’ [-Wunused-variable]
         const bool b_source_paused = (bool)va_arg( args, int );
                   ^
input/es_out.c:2578:19: warning: unused variable ‘i_src_rate’ [-Wunused-variable]
         const int i_src_rate = (int)va_arg( args, int );
                   ^
input/es_out.c:2589:23: warning: unused variable ‘i_date’ [-Wunused-variable]
         const mtime_t i_date = (mtime_t)va_arg( args, mtime_t );
                       ^
input/es_out.c: In function ‘EsOutDel’:
input/es_out.c:2047:13: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
             msleep( 20*1000 );
             ^
  CC       input/event.lo
  CC       input/meta.lo
  CC       input/input.lo
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_SetMode’:
input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_GetWakeup’:
input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_GetBuffering’:
input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_GetEmpty’:
input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_SetDelay’:
input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_SetTimes’:
input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_SetJitter’:
input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_GetGroupForced’:
input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
         ^
In file included from input/es_out_timeshift.c:49:0:
input/es_out.h: In function ‘es_out_Eos’:
input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
         ^
input/es_out_timeshift.c: In function ‘TsChangePause’:
input/es_out_timeshift.c:885:50: warning: unused parameter ‘b_source_paused’ [-Wunused-parameter]
 static int TsChangePause( ts_thread_t *p_ts, bool b_source_paused, bool b_paused, mtime_t i_date )
                                                  ^
input/es_out_timeshift.c: In function ‘TsRun’:
input/es_out_timeshift.c:938:13: warning: variable ‘i_buffering_date’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
     mtime_t i_buffering_date = -1;
             ^
  CC       input/resource.lo
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_SetMode’:
input/es_out.h:89:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_GetWakeup’:
input/es_out.h:95:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_GetBuffering’:
input/es_out.h:103:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_GetEmpty’:
input/es_out.h:111:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_SetDelay’:
input/es_out.h:118:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_SetTimes’:
input/es_out.h:143:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_SetJitter’:
input/es_out.h:149:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER,
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_GetGroupForced’:
input/es_out.h:161:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group );
         ^
In file included from input/input.c:41:0:
input/es_out.h: In function ‘es_out_Eos’:
input/es_out.h:167:9: warning: unused variable ‘i_ret’ [-Wunused-variable]
     int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS );
         ^
input/input.c: In function ‘MainLoop’:
input/input.c:703:5: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
     while( vlc_object_alive( p_input ) && !p_input->b_error )
     ^
In file included from ../include/vlc_common.h:909:0,
                 from input/input.c:32:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/input.c: In function ‘ControlPop’:
input/input.c:1509:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive( p_input ) || i_deadline < 0 )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/input.c:32:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/input.c: In function ‘InputSourceInit’:
input/input.c:2299:13: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
             if( vlc_object_alive( p_input ) )
             ^
In file included from ../include/vlc_common.h:909:0,
                 from input/input.c:32:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/input.c:2410:13: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
             if( vlc_object_alive( p_input ) )
             ^
In file included from ../include/vlc_common.h:909:0,
                 from input/input.c:32:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
  CC       input/stats.lo
  CC       input/stream.lo
  CC       input/stream_demux.lo
  CC       input/stream_filter.lo
input/stream.c: In function ‘AStreamPrebufferBlock’:
input/stream.c:666:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive(s) || p_sys->block.i_size > STREAM_CACHE_PREBUFFER_SIZE )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/stream.c:31:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/stream.c: In function ‘AStreamRefillBlock’:
input/stream.c:1004:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive(s) )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/stream.c:31:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/stream.c: In function ‘AStreamRefillStream’:
input/stream.c:1360:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive(s) )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/stream.c:31:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
input/stream.c: In function ‘AStreamPrebufferStream’:
input/stream.c:1421:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive(s) || i_buffered >= STREAM_CACHE_PREBUFFER_SIZE )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from input/stream.c:31:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
  CC       input/stream_memory.lo
  CC       input/subtitles.lo
  CC       input/var.lo
  CC       video_output/control.lo
  CC       video_output/display.lo
  CC       video_output/inhibit.lo
  CC       video_output/interlacing.lo
config.status: creating src/vlc-plugin.pc
In file included from video_output/display.c:43:0:
video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp]
 #warning FIXME: implement video close event
  ^
video_output/display.c: In function ‘VideoBufferNew’:
video_output/display.c:57:27: warning: unused variable ‘fmt’ [-Wunused-variable]
     const video_format_t *fmt = &filter->fmt_out.video;
                           ^
video_output/display.c: In function ‘SplitterPrepare’:
video_output/display.c:1502:43: warning: unused parameter ‘subpicture’ [-Wunused-parameter]
                             subpicture_t *subpicture)
                                           ^
video_output/display.c: In function ‘SplitterDisplay’:
video_output/display.c:1525:43: warning: unused parameter ‘subpicture’ [-Wunused-parameter]
                             subpicture_t *subpicture)
                                           ^
  CC       video_output/snapshot.lo
  CC       video_output/video_output.lo
  CC       video_output/video_text.lo
  CC       video_output/video_epg.lo
  CC       video_output/video_widgets.lo
  CC       video_output/window.lo
  CC       video_output/vout_subpictures.lo
  CC       video_output/opengl.lo
  CC       video_output/vout_intf.lo
video_output/window.c: In function ‘vout_window_New’:
video_output/window.c:93:17: warning: ‘type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     w->module = vlc_module_load(window, type, module, module && *module,
                 ^
video_output/window.c:66:17: note: ‘type’ was declared here
     const char *type;
                 ^
  CC       video_output/vout_wrapper.lo
  CC       audio_output/common.lo
  CC       audio_output/dec.lo
  CC       audio_output/filters.lo
  CC       audio_output/output.lo
video_output/vout_wrapper.c: In function ‘vout_InitWrapper’:
video_output/vout_wrapper.c:137:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         picture_pool_GetSize(display_pool) >= reserved_picture + decoder_picture) {
                                            ^
  CC       audio_output/volume.lo
  CC       network/getaddrinfo.lo
  CC       network/io.lo
  CC       network/tcp.lo
  CC       network/udp.lo
  CC       network/rootbind.lo
  CC       network/tls.lo
  CC       text/charset.lo
  CC       text/strings.lo
  CC       text/unicode.lo
  CC       text/url.lo
  CC       text/filesystem.lo
  CC       text/iso_lang.lo
  CC       misc/md5.lo
  CC       misc/probe.lo
  CC       misc/rand.lo
  CC       misc/mtime.lo
  CC       misc/block.lo
  CC       misc/fourcc.lo
  CC       misc/es_format.lo
misc/block.c: In function ‘block_FifoPace’:
misc/block.c:600:58: warning: variable ‘__cancel_routine’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
misc/block.c:600:18: warning: variable ‘__cancel_arg’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
          mutex_cleanup_push (&fifo->lock);
                  ^
  CC       misc/picture.lo
  CC       misc/picture_fifo.lo
misc/es_format.c: In function ‘video_format_GetTransform’:
misc/es_format.c:301:25: warning: ‘angle2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     int angle = (angle1 + angle2) % 360;
                         ^
misc/es_format.c:294:22: note: ‘angle2’ was declared here
     unsigned angle1, angle2;
                      ^
misc/es_format.c:301:25: warning: ‘angle1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     int angle = (angle1 + angle2) % 360;
                         ^
misc/es_format.c:294:14: note: ‘angle1’ was declared here
     unsigned angle1, angle2;
              ^
misc/es_format.c: In function ‘video_format_TransformBy’:
misc/es_format.c:310:14: warning: ‘angle1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     unsigned angle1, angle2;
              ^
misc/es_format.c:316:39: warning: ‘angle2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     unsigned angle = (angle2 - angle1 + 360) % 360;
                                       ^
misc/es_format.c:310:22: note: ‘angle2’ was declared here
     unsigned angle1, angle2;
                      ^
  CC       misc/picture_pool.lo
  CC       modules/modules.lo
  CC       modules/bank.lo
  CC       modules/cache.lo
modules/bank.c:645:2: warning: #warning FIXME: race condition! [-Wcpp]
 #warning FIXME: race condition!
  ^
  CC       modules/entry.lo
  CC       modules/textdomain.lo
  CC       misc/threads.lo
  CC       misc/cpu.lo
  CC       misc/epg.lo
  CC       misc/exit.lo
  CC       config/core.lo
  CC       config/chain.lo
  CC       config/file.lo
  CC       config/help.lo
  CC       config/intf.lo
  CC       config/keys.lo
  CC       config/getopt.lo
  CC       config/cmdline.lo
  CC       misc/events.lo
  CC       misc/image.lo
  CC       misc/messages.lo
  CC       misc/mime.lo
misc/events.c: In function ‘vlc_event_attach’:
misc/events.c:274:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  CC       misc/variables.lo
  CC       misc/objects.lo
  CC       misc/error.lo
  CC       misc/update.lo
misc/objects.c: In function ‘DumpCommand’:
misc/objects.c:654:9: warning: ‘vlc_object_find_name’ is deprecated [-Wdeprecated-declarations]
         p_object = vlc_object_find_name( p_data, newval.psz_string );
         ^
misc/objects.c:427:15: note: declared here
 vlc_object_t *vlc_object_find_name( vlc_object_t *p_this, const char *psz_name )
               ^
misc/objects.c: In function ‘vlc_object_waitpipe’:
misc/objects.c:373:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
             write (internals->pipes[1], &(uint64_t){ 1 }, sizeof (uint64_t));
             ^
misc/objects.c: In function ‘ObjectKillChildrens’:
misc/objects.c:399:13: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
             write (fd, &(uint64_t){ 1 }, sizeof (uint64_t));
             ^
misc/variables.c: In function ‘var_SetChecked’:
misc/variables.c:700:25: warning: unused parameter ‘expected_type’ [-Wunused-parameter]
                     int expected_type, vlc_value_t val )
                         ^
misc/variables.c: In function ‘var_GetChecked’:
misc/variables.c:763:25: warning: unused parameter ‘expected_type’ [-Wunused-parameter]
                     int expected_type, vlc_value_t *p_val )
                         ^
  CC       misc/update_crypto.lo
  CC       misc/xml.lo
  CC       extras/libc.lo
  CC       extras/tdestroy.lo
  CC       posix/dirs.lo
  CC       posix/error.lo
  CC       posix/filesystem.lo
  CC       posix/netconf.lo
  CC       posix/plugin.lo
  CC       posix/timer.lo
  CC       posix/thread.lo
  CC       posix/linux_cpu.lo
  CC       posix/linux_specific.lo
  CC       posix/specific.lo
  CC       posix/rand.lo
  CC       stream_output/stream_output.lo
stream_output/stream_output.c: In function ‘sout_MuxGetStream’:
stream_output/stream_output.c:559:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if( block_FifoCount( p_input->p_fifo ) < i_blocks )
                                                ^
  CC       stream_output/announce.lo
  CC       stream_output/sap.lo
  CC       stream_output/sdp.lo
  CCLD     libvlccore.la
make[3]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/src'
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/src'
Making all in modules
make[2]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
make  all-recursive
make[3]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
Making all in .
make[4]: Entering directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
  CC       access/libaccess_jack_plugin_la-jack.lo
  CC       access/libaccess_alsa_plugin_la-alsa.lo
  CC       access/libpulsesrc_plugin_la-pulse.lo
  CC       access/libdc1394_plugin_la-dc1394.lo
  CC       access/libdv1394_plugin_la-dv.lo
access/jack.c:455:2: warning: #warning Hmm.... looks wrong [-Wcpp]
 #warning Hmm.... looks wrong
  ^
In function ‘Demux.part.0’,
    inlined from ‘Demux’:
access/dc1394.c:481:9: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
         msleep( 10000 );
         ^
  CC       access/shm.lo
  CC       access/librdp_plugin_la-rdp.lo
  CC       access/libvnc_plugin_la-vnc.lo
  CC       access/libcdda_plugin_la-cdda.lo
  CC       access/libdvdnav_plugin_la-dvdnav.lo
  CC       access/libdvdread_plugin_la-dvdread.lo
  CC       access/liblibbluray_plugin_la-bluray.lo
access/dvdnav.c: In function ‘ProbeDVD’:
access/dvdnav.c:1594:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      || read( fd, iso_dsc, sizeof (iso_dsc) ) < sizeof (iso_dsc)
                                               ^
access/dvdnav.c: In function ‘Demux’:
access/dvdnav.c:836:9: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
         msleep( 40000 );
         ^
In function ‘blurayStillImage’,
    inlined from ‘blurayHandleEvent’ at access/bluray.c:1651:9,
    inlined from ‘blurayDemux’ at access/bluray.c:1685:13:
access/bluray.c:1517:5: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
     msleep( 40000 );
     ^
In function ‘blurayHandleEvent’,
    inlined from ‘blurayDemux’ at access/bluray.c:1685:13:
access/bluray.c:1660:9: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
         msleep( 40000 );
         ^
In function ‘blurayStillImage’,
    inlined from ‘blurayHandleEvent’ at access/bluray.c:1651:9,
    inlined from ‘blurayDemux’ at access/bluray.c:1693:13:
access/bluray.c:1517:5: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
     msleep( 40000 );
     ^
In function ‘blurayHandleEvent’,
    inlined from ‘blurayDemux’ at access/bluray.c:1693:13:
access/bluray.c:1660:9: warning: call to ‘harmful_delay.constprop’ declared with attribute warning: use proper event handling instead of short delay
         msleep( 40000 );
         ^
  CC       access/ftp.lo
  CC       access/http.lo
  CXX      access/liblive555_plugin_la-live555.lo
access/http.c: In function ‘OpenWithCookies’:
access/http.c:430:13: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
             if( !vlc_object_alive (p_access) || Connect( p_access, 0 ) )
             ^
In file included from ../include/vlc_common.h:909:0,
                 from access/http.c:34:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
access/http.c: In function ‘ReadData’:
access/http.c:693:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if( i_len > p_sys->i_chunk )
                   ^
access/http.c: In function ‘Read’:
access/http.c:750:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if( i_len > i_next )
                   ^
access/http.c:773:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( p_sys->b_reconnect && vlc_object_alive( p_access ) )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from access/http.c:34:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
access/http.c: In function ‘Control’:
access/http.c:966:17: warning: unused variable ‘p_meta’ [-Wunused-variable]
     vlc_meta_t *p_meta;
                 ^
access/http.c: In function ‘Connect’:
access/http.c:1119:17: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
                 if( !vlc_object_alive (p_access) || p_sys->b_error )
                 ^
In file included from ../include/vlc_common.h:909:0,
                 from access/http.c:34:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
access/http.c: In function ‘Request’:
access/http.c:1292:9: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive (p_access) || p_sys->b_error )
         ^
In file included from ../include/vlc_common.h:909:0,
                 from access/http.c:34:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
access/live555.cpp: In function ‘int Open(vlc_object_t*)’:
access/live555.cpp:359:18: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
             if( !vlc_object_alive (p_demux) )
                  ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:359:18: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
             if( !vlc_object_alive (p_demux) )
                  ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:359:130: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp: In function ‘int Connect(demux_t*)’:
access/live555.cpp:583:10: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
     if( !vlc_object_alive (p_demux) )
          ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:583:10: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
     if( !vlc_object_alive (p_demux) )
          ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:583:122: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp: In function ‘int SessionsSetup(demux_t*)’:
access/live555.cpp:725:14: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive (p_demux) )
              ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:725:14: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
         if( !vlc_object_alive (p_demux) )
              ^
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
access/live555.cpp:725:126: warning: ‘bool vlc_object_alive(vlc_object_t*)’ is deprecated [-Wdeprecated-declarations]
In file included from ../include/vlc_common.h:909:0,
                 from access/live555.cpp:43:
../include/vlc_objects.h:76:121: note: declared here
  CC       access/tcp.lo
  CC       access/libsmb_plugin_la-smb.lo
  CC       access/udp.lo
  CC       access/libsftp_plugin_la-sftp.lo
  CC       access/libavio_plugin_la-avio.lo
  CC       access/libgnomevfs_plugin_la-gnomevfs.lo
  CC       access/libaccess_mtp_plugin_la-mtp.lo
  CC       audio_output/adummy.lo
access/gnomevfs.c: In function ‘Open’:
access/gnomevfs.c:112:9: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
         asprintf( &psz_name, "%s://%s", p_access->psz_access,
         ^
access/gnomevfs.c:148:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
             asprintf( &psz_uri, "%s%s", psz_unescaped, psz_escaped_path );
             ^
access/rdp.c: In function ‘Open’:
access/rdp.c:431:5: error: implicit declaration of function ‘freerdp_channels_global_init’ [-Werror=implicit-function-declaration]
     freerdp_channels_global_init();
     ^
access/rdp.c:442:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     p_sys->p_instance->PreConnect = preConnectHandler;
                                   ^
access/rdp.c:443:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     p_sys->p_instance->PostConnect = postConnectHandler;
                                    ^
access/rdp.c:444:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     p_sys->p_instance->Authenticate = authenticateHandler;
                                     ^
access/rdp.c: In function ‘Close’:
access/rdp.c:507:5: error: implicit declaration of function ‘freerdp_channels_global_uninit’ [-Werror=implicit-function-declaration]
     freerdp_channels_global_uninit();
     ^
cc1: some warnings being treated as errors
Makefile:8673: recipe for target 'access/librdp_plugin_la-rdp.lo' failed
make[4]: *** [access/librdp_plugin_la-rdp.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
access/avio.c: In function ‘UrlInterruptCallback’:
access/avio.c:73:5: warning: ‘vlc_object_alive’ is deprecated [-Wdeprecated-declarations]
     return !vlc_object_alive((vlc_object_t*)access);
     ^
In file included from ../include/vlc_common.h:909:0,
                 from access/avio.c:29:
../include/vlc_objects.h:76:37: note: declared here
 VLC_API VLC_USED VLC_DEPRECATED bool vlc_object_alive (vlc_object_t *);
                                     ^
access/mtp.c:114:2: warning: #warning Oooh no! Not tempnam()! [-Wcpp]
 #warning Oooh no! Not tempnam()!
  ^
make[4]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
Makefile:9652: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
Makefile:4526: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1/modules'
Makefile:2262: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/shared/build/ARCH/abs/buildinhere/vlc/src/vlc-2.2.1'
Makefile:2147: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting..

Last edited by akurei (2015-09-30 10:28:50)

Offline

#2 2015-09-30 09:05:35

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

Builds fine for me. Try doing it in a clean-chroot.  See the AUR for clean-chroot-manager.

Last edited by graysky (2015-09-30 09:06:20)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2015-09-30 09:37:11

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

It builds with your ccm, thanks! Maybe it has to do with my makepkg.conf as I am using -march=native in it?

EDIT: I have just one problem with your script. I tried to nuke it afterwards witch sudo ccm n and it was unable to delete the two folders 'root' and 'akurei' inside the CHROOTPATH64="/home/shared/build/ARCH/ccm/64/"

akurei@sylveon: ~ $ sudo ccm n
[sudo] password for akurei: 
==> Nuking the chroot...
rm: cannot remove '/home/shared/build/ARCH/ccm/64//akurei': Operation not permitted
rm: cannot remove '/home/shared/build/ARCH/ccm/64//root': Operation not permitted

EDIT: They were btrfs subvolumes! I was able to remove them with btrfs subvolume delete.

mkarchroot creates subvolumes instead of directories so when you try to delete them in your ccm script they don't get deleted because they're subvolumes.

Last edited by akurei (2015-09-30 09:58:18)

Offline

#4 2015-09-30 09:49:00

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

Haven't seem that one before.  All the nuke option is doing is a a rm on the dir you specified.  See line 412 of the script itself.  I also don't understand the double slashes in your error.  What is left in there?  Just two empty dirs?

Last edited by graysky (2015-09-30 09:51:02)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2015-09-30 09:58:47

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

See my edit. I am working on a patch. I will send it to you when I am done.

Offline

#6 2015-09-30 10:00:34

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

Ok.  Ccm allows you to specify a set of CFLAGS which it passes along to the chroot.  I just verified that vlc builds with a march=native in there so that's probably not your problem.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2015-09-30 10:27:45

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

Pull request is on GitHub. I have tested it on btrfs.
EDIT: Lol, nevermind I just saw there is another pull request for exactly this problem already.

Last edited by akurei (2015-09-30 10:51:18)

Offline

#8 2015-09-30 11:48:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

I always like too test the PRs and haven't gotten around to partitioning for btrfs.  I will review your PR.  Thank you.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2015-09-30 12:48:36

akurei
Member
From: Bochum, NRW, Germany
Registered: 2009-05-25
Posts: 152
Website

Re: [SOLVED] Building vlc from vanilla ABS fails.

I have fixed another bug as well. If you had PKGDEST set in your makepkg.conf the script would fail. I have updated the git pull request.

This is my first git pull request that I have done ever, I hope I did everything right.

Offline

Board footer

Powered by FluxBB