Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - + git pull --rebase
 - Current branch master is up to date.
 - + do_clone_all
 - + do_clone ffmpeg https://github.com/FFmpeg/FFmpeg.git
 - + set -ex
 - + test -e ffmpeg
 - + cd ffmpeg
 - + git remote set-url origin https://github.com/FFmpeg/FFmpeg.git
 - + git fetch
 - + do_clone fribidi http://anongit.freedesktop.org/git/fribidi/fribidi.git
 - + set -ex
 - + test -e fribidi
 - + cd fribidi
 - + git remote set-url origin http://anongit.freedesktop.org/git/fribidi/fribidi.git
 - + git fetch
 - + do_clone libass https://github.com/libass/libass.git
 - + set -ex
 - + test -e libass
 - + cd libass
 - + git remote set-url origin https://github.com/libass/libass.git
 - + git fetch
 - + do_clone mpv https://github.com/mpv-player/mpv.git
 - + set -ex
 - + test -e mpv
 - + cd mpv
 - + git remote set-url origin https://github.com/mpv-player/mpv.git
 - + git fetch
 - + do_releasetag ffmpeg n
 - + cd ffmpeg
 - + git tag
 - + grep -v rc
 - + + versort_with_prefix n
 - + sed -n -e s/^n\([0-9]\)/\1/p
 - grep -v dev
 - + sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4
 - + sed -e s/^/n/
 - + tail -n 1
 - + version=n3.1.4
 - + git checkout --detach refs/tags/n3.1.4
 - HEAD is now at c2ea7062... Changelog: update
 - + do_releasetag fribidi
 - + cd fribidi
 - + git tag+
 - grep+ -v rcgrep -v
 - dev
 - + versort_with_prefix
 - + sed -n -e s/^\([0-9]\)/\1/p+ sort -n -t .
 - + + sed -e s/^//
 - -k 1,1 -k 2,2 -k 3,3 -k 4,4
 - tail -n 1
 - + version=0.19.7
 - + git checkout --detach refs/tags/0.19.7
 - HEAD is now at 1a6935c... 0.19.7
 - + do_gitmaster libass
 - + set -ex
 - + cd libass
 - + git checkout --detach origin/master
 - HEAD is now at 35dc4dd... Add CVE identifiers of the fuzzing fixes.
 - + git remote prune origin
 - + do_gitmaster mpv v
 - + set -ex
 - + cd mpv
 - + git checkout --detach origin/master
 - HEAD is now at b5357e8... ao_alsa: try to fallback to "hdmi" before "iec958" for spdif
 - + git remote prune origin
 - + do_update_debian_versions
 - + scripts/debian-update-versions
 - + do_bootstrap
 - + scripts/mpv-bootstrap
 - Found 'waf', skipping download.
 - make: Entering directory '/home/torstein/mpv-build/libass'
 - Making distclean in libass
 - make[1]: Entering directory '/home/torstein/mpv-build/libass/libass'
 - test -z "libass.la" || rm -f libass.la
 - rm -f ./so_locations
 - rm -rf .libs _libs
 - rm -rf x86/.libs x86/_libs
 - rm -f *.o
 - rm -f x86/*.o
 - rm -f x86/*.lo
 - rm -f *.lo
 - rm -f *.tab.c
 - test -z "" || rm -f
 - test . = "." || test -z "" || rm -f
 - rm -f x86/.deps/.dirstamp
 - rm -f x86/.dirstamp
 - rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 - rm -rf ./.deps
 - rm -f Makefile
 - make[1]: Leaving directory '/home/torstein/mpv-build/libass/libass'
 - Making distclean in test
 - make[1]: Entering directory '/home/torstein/mpv-build/libass/test'
 - rm -rf .libs _libs
 - rm -f test
 - rm -f *.o
 - rm -f *.lo
 - rm -f *.tab.c
 - test -z "" || rm -f
 - test . = "." || test -z "" || rm -f
 - rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 - rm -rf ./.deps
 - rm -f Makefile
 - make[1]: Leaving directory '/home/torstein/mpv-build/libass/test'
 - Making distclean in profile
 - make[1]: Entering directory '/home/torstein/mpv-build/libass/profile'
 - rm -rf .libs _libs
 - rm -f profile
 - rm -f *.o
 - rm -f *.lo
 - rm -f *.tab.c
 - test -z "" || rm -f
 - test . = "." || test -z "" || rm -f
 - rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 - rm -rf ./.deps
 - rm -f Makefile
 - make[1]: Leaving directory '/home/torstein/mpv-build/libass/profile'
 - make[1]: Entering directory '/home/torstein/mpv-build/libass'
 - rm -rf .libs _libs
 - rm -f *.lo
 - test -z "libass.pc" || rm -f libass.pc
 - test . = "." || test -z "" || rm -f
 - rm -f config.h stamp-h1
 - rm -f libtool config.lt
 - rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 - rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 - make[1]: Leaving directory '/home/torstein/mpv-build/libass'
 - rm -f config.status config.cache config.log configure.lineno config.status.lineno
 - rm -f Makefile
 - make: Leaving directory '/home/torstein/mpv-build/libass'
 - 'distclean' finished successfully (0.001s)
 - Running autoreconf...
 - autoreconf: Entering directory `.'
 - autoreconf: configure.ac: not using Gettext
 - autoreconf: running: aclocal --force -I m4
 - autoreconf: configure.ac: tracing
 - autoreconf: running: libtoolize --copy --force
 - libtoolize: putting auxiliary files in '.'.
 - libtoolize: copying file './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'
 - autoreconf: running: /usr/bin/autoconf --force
 - autoreconf: running: /usr/bin/autoheader --force
 - autoreconf: running: automake --add-missing --copy --force-missing
 - configure.ac:6: installing './compile'
 - configure.ac:2: installing './missing'
 - libass/Makefile.am: installing './depcomp'
 - autoreconf: Leaving directory `.'
 - checking for a BSD-compatible install... /usr/bin/install -c
 - checking whether build environment is sane... yes
 - checking for a thread-safe mkdir -p... /bin/mkdir -p
 - checking for gawk... gawk
 - checking whether make sets $(MAKE)... yes
 - checking whether make supports nested variables... yes
 - checking build system type... x86_64-pc-linux-gnu
 - checking host system type... x86_64-pc-linux-gnu
 - checking how to print strings... printf
 - 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 a sed that does not truncate output... /bin/sed
 - checking for grep that handles long lines and -e... /bin/grep
 - checking for egrep... /bin/grep -E
 - checking for fgrep... /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-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 /usr/bin/ld option to reload object files... -r
 - checking for objdump... objdump
 - checking how to recognize dependent libraries... 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... /bin/dd
 - checking how to truncate binary pipes... /bin/dd bs=4096 count=1
 - checking for mt... mt
 - checking if mt is a manifest tool... no
 - checking how to run the C preprocessor... gcc -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 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 dynamic linker characteristics... GNU/Linux ld.so
 - checking how to hardcode library paths into programs... immediate
 - checking whether stripping libraries is possible... yes
 - checking if libtool supports shared libraries... yes
 - checking whether to build shared libraries... no
 - checking whether to build static libraries... yes
 - checking for gcc... (cached) gcc
 - checking whether we are using the GNU C compiler... (cached) yes
 - checking whether gcc accepts -g... (cached) yes
 - checking for gcc option to accept ISO C89... (cached) none needed
 - checking whether gcc understands -c and -o together... (cached) yes
 - checking dependency style of gcc... (cached) gcc3
 - checking how to run the C preprocessor... gcc -E
 - checking dependency style of gcc... gcc3
 - checking for ANSI C header files... (cached) yes
 - checking for stdbool.h that conforms to C99... yes
 - checking for _Bool... yes
 - checking for stdint.h... (cached) yes
 - checking iconv.h usability... yes
 - checking iconv.h presence... yes
 - checking for iconv.h... yes
 - checking for strdup... yes
 - checking for strndup... yes
 - checking for library containing libiconv_open... no
 - checking for library containing iconv_open... none required
 - checking for fabs in -lm... yes
 - checking for yasm... yes
 - checking if yasm supports vpmovzxwd... yes
 - checking for pkg-config... /usr/bin/pkg-config
 - checking pkg-config is at least version 0.9.0... yes
 - checking for FREETYPE... yes
 - checking for FRIBIDI... yes
 - checking for FONTCONFIG... yes
 - checking for CORETEXT... no
 - checking for DIRECTWRITE... no
 - checking for HARFBUZZ... yes
 - checking whether make supports nested variables... (cached) yes
 - checking that generated files are newer than configure... done
 - configure: creating ./config.status
 - config.status: creating Makefile
 - config.status: creating libass/Makefile
 - config.status: creating test/Makefile
 - config.status: creating profile/Makefile
 - config.status: creating libass.pc
 - config.status: creating config.h
 - config.status: executing depfiles commands
 - config.status: executing libtool commands
 - make: Entering directory '/home/torstein/mpv-build/libass'
 - Making install in libass
 - make[1]: Entering directory '/home/torstein/mpv-build/libass/libass'
 - CC ass.lo
 - CC ass_cache.lo
 - CC ass_font.lo
 - CC ass_fontselect.lo
 - CC ass_render.lo
 - CC ass_utils.lo
 - CC ass_bitmap.lo
 - CC ass_blur.lo
 - CC ass_library.lo
 - CC ass_drawing.lo
 - CC ass_parse.lo
 - CC ass_render_api.lo
 - CC ass_shaper.lo
 - CC ass_strtod.lo
 - CC ass_fontconfig.lo
 - CC ass_string.lo
 - CC ass_rasterizer.lo
 - CC ass_rasterizer_c.lo
 - YASM x86/blend_bitmaps.lo
 - YASM x86/blur.lo
 - YASM x86/cpuid.lo
 - YASM x86/utils.lo
 - YASM x86/rasterizer.lo
 - YASM x86/be_blur.lo
 - CCLD libass.la
 - ar: `u' modifier ignored since `D' is the default (see `U')
 - make[2]: Entering directory '/home/torstein/mpv-build/libass/libass'
 - /bin/mkdir -p '/home/torstein/mpv-build/build_libs/include/ass'
 - /bin/mkdir -p '/home/torstein/mpv-build/build_libs/lib'
 - /bin/bash ../libtool --mode=install /usr/bin/install -c libass.la '/home/torstein/mpv-build/build_libs/lib'
 - /usr/bin/install -c -m 644 ass.h ass_types.h '/home/torstein/mpv-build/build_libs/include/ass'
 - libtool: install: /usr/bin/install -c .libs/libass.lai /home/torstein/mpv-build/build_libs/lib/libass.la
 - libtool: install: /usr/bin/install -c .libs/libas
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment