Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 17:38:43 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Thomas Zander <riggs@freebsd.org>
Cc:        "ports-committers@FreeBSD.org" <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r550187 - head/multimedia/libass
Message-ID:  <ft74-y2d8-wny@FreeBSD.org>
In-Reply-To: <CAFU734wiay9WG_K3yxUBndK4yNb4=RLi7bGuZKcmgNeHzKnBrg@mail.gmail.com> (Thomas Zander's message of "Sat, 26 Sep 2020 17:08:52 %2B0200")
References:  <202009261416.08QEGOFc051658@repo.freebsd.org> <4knk-38mi-wny@FreeBSD.org> <CAFU734wiay9WG_K3yxUBndK4yNb4=RLi7bGuZKcmgNeHzKnBrg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain

Thomas Zander <riggs@freebsd.org> writes:

> On Sat, 26 Sep 2020 at 16:39, Jan Beich <jbeich@freebsd.org> wrote:
>> > -USE_GITHUB=  yes
>> > -
>> > -USES=                autoreconf iconv libtool pathfix pkgconfig
>> > +USES=                autoreconf iconv libtool pathfix pkgconfig tar:xz
>>
>> Why did you keep USES=autoreconf given pre-generated configure script in the new distfile?
>
> I hit compilation issues with the pre-generated configure script during testing.
> Since we had no problem with the non-release-tarball generating
> configure, I opted to continue using autoreconf for now.

I can't reproduce, see attached patch and build log.

If you're not using pre-generated build files there's no point switching
from USE_GITHUB. Maybe look at the PHB chapter referenced in bug 249502
to understand "suggest" can just as well be "faulty generalization".

https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github


--=-=-=
Content-Type: text/plain
Content-Disposition: attachment; filename=libass.no-autoreconf.diff
Content-Description: multimedia/libass: drop USES=autoreconf

diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile
index 41a431df5bc9..27335b7e4b6c 100644
--- a/multimedia/libass/Makefile
+++ b/multimedia/libass/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfribidi.so:converters/fribidi \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		autoreconf iconv libtool pathfix pkgconfig tar:xz
+USES=		iconv libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
diff --git a/multimedia/libass/files/patch-configure b/multimedia/libass/files/patch-configure
new file mode 100644
index 000000000000..d7da30f2718d
--- /dev/null
+++ b/multimedia/libass/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig	2017-10-31 12:56:56 UTC
++++ configure
+@@ -13619,7 +13619,17 @@ else
+                     ASFLAGS="$ASFLAGS -f macho$BITTYPE -DPREFIX -DHAVE_ALIGNED_STACK=1"  ;; #(
+   *linux*|*dragonfly*|*bsd*|*solaris*) :
+ 
+-                    ASFLAGS="$ASFLAGS -f elf$BITTYPE -DHAVE_ALIGNED_STACK=1"  ;; #(
++                    ASFLAGS="$ASFLAGS -f elf$BITTYPE"
++                    if test x$BITS = x64; then :
++
++                        ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=1"
++
++else
++
++                        ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=0"
++
++fi
++                 ;; #(
+   *cygwin*|*mingw*) :
+ 
+                     ASFLAGS="$ASFLAGS -f win$BITTYPE"
diff --git a/multimedia/libass/files/patch-configure.ac b/multimedia/libass/files/patch-configure.ac
deleted file mode 100644
index 513b9f1085b2..000000000000
--- a/multimedia/libass/files/patch-configure.ac
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.ac.orig	2017-10-31 12:55:50 UTC
-+++ configure.ac
-@@ -87,7 +87,13 @@ AS_IF([test x$enable_asm != xno], [
-                 [*darwin*], [
-                     ASFLAGS="$ASFLAGS -f macho$BITTYPE -DPREFIX -DHAVE_ALIGNED_STACK=1" ],
-                 [*linux*|*dragonfly*|*bsd*|*solaris*], [
--                    ASFLAGS="$ASFLAGS -f elf$BITTYPE -DHAVE_ALIGNED_STACK=1" ],
-+                    ASFLAGS="$ASFLAGS -f elf$BITTYPE"
-+                    AS_IF([test x$BITS = x64], [
-+                        ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=1"
-+                    ], [
-+                        ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=0"
-+                    ])
-+                ],
-                 [*cygwin*|*mingw*], [
-                     ASFLAGS="$ASFLAGS -f win$BITTYPE"
-                     AS_IF([test x$BITS = x64], [

--=-=-=
Content-Type: text/plain
Content-Disposition: attachment; filename=libass-0.14.0.log
Content-Transfer-Encoding: quoted-printable
Content-Description: multimedia/libass: built on 11.3 i386

build started at Sat Sep 26 13:20:29 -02 2020
port directory: /usr/ports/multimedia/libass
package name: libass-0.14.0
building for: FreeBSD 113i386-default 11.3-RELEASE-p11 FreeBSD 11.3-RELEASE=
-p11 i386
maintained by: multimedia@FreeBSD.org
Makefile ident:=20
Poudriere version: 3.3.99.20200326
Host OSVERSION: 1300115
Jail OSVERSION: 1103000
Job Id:=20

---Begin Environment---
SHELL=3D/bin/csh
UNAME_p=3Di386
UNAME_m=3Di386
OSVERSION=3D1103000
UNAME_v=3DFreeBSD 11.3-RELEASE-p11
UNAME_r=3D11.3-RELEASE-p11
BLOCKSIZE=3DK
MAIL=3D/var/mail/root
STATUS=3D1
HOME=3D/root
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b=
in
LOCALBASE=3D/usr/local
USER=3Droot
TRYBROKEN=3Dyes
LIBEXECPREFIX=3D/usr/local/libexec/poudriere
POUDRIERE_VERSION=3D3.3.99.20200326
MASTERMNT=3D/poudriere/data/.m/113i386-default/ref
LC_COLLATE=3DC
POUDRIERE_BUILD_TYPE=3Dbulk
PACKAGE_BUILDING=3Dyes
SAVED_TERM=3Dtmux-256color
GID=3D0
OUTPUT_REDIRECTED_STDERR=3D4
OUTPUT_REDIRECTED=3D1
UID=3D0
PWD=3D/poudriere/data/.m/113i386-default/ref/.p
OUTPUT_REDIRECTED_STDOUT=3D3
NO_WARNING_PKG_INSTALL_EOL=3Dyes
P_PORTS_FEATURES=3DFLAVORS SELECTED_OPTIONS
MASTERNAME=3D113i386-default
SCRIPTPREFIX=3D/usr/local/share/poudriere
OLDPWD=3D/poudriere/data/.m/113i386-default/ref/.p/pool
SCRIPTPATH=3D/usr/local/share/poudriere/testport.sh
POUDRIEREPATH=3D/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=3D
PKGENV=3DPACKAGES=3D/tmp/pkgs PKGREPOSITORY=3D/tmp/pkgs PKGLATESTREPOSITORY=
=3D/tmp/pkgs/Latest
FLAVOR=3D
DEPENDS_ARGS=3D
MAKE_ARGS=3D
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
=3D=3D=3D> The following configuration options are available for libass-0.1=
4.0:
     ASM=3Don: Use optimized assembly code
     HARFBUZZ=3Don: Font shaping via HarfBuzz
=3D=3D=3D> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
multimedia@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--enable-asm --enable-harfbuzz --prefix=3D/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PKG_CONFIG=3Dpkgconf XDG_DATA_HOME=3D/wrkdirs/usr/ports/multimedia/libass/w=
ork  XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/multimedia/libass/work  HOME=3D/w=
rkdirs/usr/ports/multimedia/libass/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr=
/ports/multimedia/libass/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local=
/sbin:/usr/local/bin:/root/bin SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh CONFI=
G_SITE=3D/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=3D524288
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=3D/wrkdirs/usr/ports/multimedia/libass/work  XDG_CONFIG_HOME=
=3D/wrkdirs/usr/ports/multimedia/libass/work  HOME=3D/wrkdirs/usr/ports/mul=
timedia/libass/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/multimedia/li=
bass/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin=
:/root/bin NO_PIE=3Dyes MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D=
/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local  LOCALBASE=3D/usr/local  CC=3D"cc=
" CFLAGS=3D"-O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-strict=
-aliasing "  CPP=3D"cpp" CPPFLAGS=3D"-DLIBICONV_PLUG"  LDFLAGS=3D" -fstack-=
protector-strong -Wl,-znotext" LIBS=3D""  CXX=3D"c++" CXXFLAGS=3D"-O2 -pipe=
 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing  -DLIBICONV_=
PLUG "  MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"install  -s -m 555"=
  BSD_INSTALL_LIB=3D"install  -s -m 0644"  BSD_INSTALL_SCRIPT=3D"install  -=
m 555"  BSD_INSTALL_DATA=3D"install  -m 0644"  BSD_INSTALL_MAN=3D"install  =
-m 444"
--End MAKE_ENV--

--PLIST_SUB--
 OSREL=3D11.3 PREFIX=3D%D LOCALBASE=3D/usr/local  RESETPREFIX=3D/usr/local =
LIB32DIR=3Dlib DOCSDIR=3D"share/doc/libass"  EXAMPLESDIR=3D"share/examples/=
libass"  DATADIR=3D"share/libass"  WWWDIR=3D"www/libass"  ETCDIR=3D"etc/lib=
ass"
--End PLIST_SUB--

--SUB_LIST--
 PREFIX=3D/usr/local LOCALBASE=3D/usr/local  DATADIR=3D/usr/local/share/lib=
ass DOCSDIR=3D/usr/local/share/doc/libass EXAMPLESDIR=3D/usr/local/share/ex=
amples/libass  WWWDIR=3D/usr/local/www/libass ETCDIR=3D/usr/local/etc/libass
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=3Dyes
BATCH=3Dyes
WRKDIRPREFIX=3D/wrkdirs
PORTSDIR=3D/usr/ports
PACKAGES=3D/packages
DISTDIR=3D/distfiles
FORCE_PACKAGE=3Dyes
PACKAGE_BUILDING=3Dyes
PACKAGE_BUILDING_FLAVORS=3Dyes
MACHINE=3Di386
MACHINE_ARCH=3Di386
ARCH=3D${MACHINE_ARCH}
#### /usr/local/etc/poudriere.d/make.conf ####
DEV_WARNING_WAIT=3D0
#NO_IGNORE=3D

# Minimize TeX dependency
devel_doxygen_UNSET +=3D DOCS LATEX

# Bootstrapping isn't necessary for modern compilers and prevents taking
# advantage of native-xtools. GCC < 6 aren't C++11-compatible while
# Clang >=3D 6 and GCC >=3D 6 default to C++14.
lang_gcc7_UNSET +=3D BOOTSTRAP
lang_gcc8_UNSET +=3D BOOTSTRAP
lang_gcc9_UNSET +=3D BOOTSTRAP
lang_gcc10_UNSET +=3D BOOTSTRAP
lang_gcc11_UNSET +=3D BOOTSTRAP

# Workaround GCC/qemu crashes
.if ${MACHINE:Marm*}
math_ceres-solver_UNSET +=3D OPENMP
graphics_colmap_UNSET +=3D OPENMP
.endif
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/final 3=
56365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd11.3 Thread model:=
 posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=3Dnone
_CXXINTERNAL_acaad9ca=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/final=
 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd11.3 Thread mode=
l: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-li=
nker" "/libexec/ld-elf.so.1" "--hash-style=3Dboth" "--enable-new-dtags" "-m=
" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/li=
b/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" =
"-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-n=
eeded" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=3Dyes
CC_OUTPUT_921dbbb2_9bdba57c=3Dyes
CC_OUTPUT_921dbbb2_6a4fe7f5=3Dyes
CC_OUTPUT_921dbbb2_6bcac02b=3Dyes
CC_OUTPUT_921dbbb2_67d20829=3Dyes
CC_OUTPUT_921dbbb2_bfa62e83=3Dyes
CC_OUTPUT_921dbbb2_f0b4d593=3Dyes
CC_OUTPUT_921dbbb2_308abb44=3Dyes
CC_OUTPUT_921dbbb2_f00456e5=3Dyes
CC_OUTPUT_921dbbb2_65ad290d=3Dyes
CC_OUTPUT_921dbbb2_f2776b26=3Dyes
CC_OUTPUT_921dbbb2_b2657cc3=3Dyes
CC_OUTPUT_921dbbb2_380987f7=3Dyes
CC_OUTPUT_921dbbb2_160933ec=3Dyes
CC_OUTPUT_921dbbb2_fb62803b=3Dyes
_OBJC_CCVERSION_921dbbb2=3DFreeBSD clang version 8.0.0 (tags/RELEASE_800/fi=
nal 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd11.3 Thread m=
odel: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=3Dnone
ARCH=3Di386
OPSYS=3DFreeBSD
_OSRELEASE=3D11.3-RELEASE-p11
OSREL=3D11.3
OSVERSION=3D1103000
PYTHONBASE=3D/usr/local
_SMP_CPUS=3D8
CONFIGURE_MAX_CMD_LEN=3D524288
HAVE_PORTS_ENV=3D1
#### Misc Poudriere ####
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  63536
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: check-sanity   >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  License ISCL accepted by the user
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: pkg-depends    >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>   libass-0.14.0 depends on file: /usr/local/sbin/pkg - not found
=3D=3D=3D>   Installing existing package /packages/All/pkg-1.15.6.txz
[113i386-default] Installing pkg-1.15.6...
[113i386-default] Extracting pkg-1.15.6: .......... done
=3D=3D=3D>   libass-0.14.0 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: fetch-depends  >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: fetch          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  License ISCL accepted by the user
=3D=3D=3D>   libass-0.14.0 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by libass-0.14.0 for building
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: checksum       >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  License ISCL accepted by the user
=3D=3D=3D>   libass-0.14.0 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by libass-0.14.0 for building
=3D> SHA256 Checksum OK for libass-0.14.0.tar.xz.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: extract-depends>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: extract        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  License ISCL accepted by the user
=3D=3D=3D>   libass-0.14.0 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by libass-0.14.0 for building
=3D=3D=3D>  Extracting for libass-0.14.0
=3D> SHA256 Checksum OK for libass-0.14.0.tar.xz.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: patch-depends  >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: patch          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Patching for libass-0.14.0
=3D=3D=3D>  Applying FreeBSD patches for libass-0.14.0 from /usr/ports/mult=
imedia/libass/files
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: build-depends  >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>   libass-0.14.0 depends on executable: nasm - not found
=3D=3D=3D>   Installing existing package /packages/All/nasm-2.15.05,1.txz
[113i386-default] Installing nasm-2.15.05,1...
[113i386-default] Extracting nasm-2.15.05,1: .......... done
=3D=3D=3D>   libass-0.14.0 depends on executable: nasm - found
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D>   libass-0.14.0 depends on package: pkgconf>=3D1.3.0_1 - not fou=
nd
=3D=3D=3D>   Installing existing package /packages/All/pkgconf-1.7.3,1.txz
[113i386-default] Installing pkgconf-1.7.3,1...
[113i386-default] Extracting pkgconf-1.7.3,1: .......... done
=3D=3D=3D>   libass-0.14.0 depends on package: pkgconf>=3D1.3.0_1 - found
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: lib-depends    >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfreetype.so - not =
found
=3D=3D=3D>   Installing existing package /packages/All/freetype2-2.10.2_1.t=
xz
[113i386-default] Installing freetype2-2.10.2_1...
[113i386-default] `-- Installing png-1.6.37...
[113i386-default] `-- Extracting png-1.6.37: .......... done
[113i386-default] Extracting freetype2-2.10.2_1: .......... done
=3D=3D=3D=3D=3D
Message from freetype2-2.10.2_1:

--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option)=
 as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).

The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:

FREETYPE_PROPERTIES=3Dtruetype:interpreter-version=3D35 \
	cff:no-stem-darkening=3D1 \
	autofitter:warping=3D1

This allows to select, say, the subpixel hinting mode at runtime for a given
application.

If LONG_PCF_NAMES port's option was enabled, the PCF family names may inclu=
de
the foundry and information whether they contain wide characters. For examp=
le,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled=
 at
run time with using pcf:no-long-family-names property, if needed. Example:

FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1

How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=3Dpcf:no-long-family-names=3D1 fc-cache -fsv

The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation=
 was installed).
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfreetype.so - foun=
d (/usr/local/lib/libfreetype.so)
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfribidi.so - not f=
ound
=3D=3D=3D>   Installing existing package /packages/All/fribidi-1.0.10.txz
[113i386-default] Installing fribidi-1.0.10...
[113i386-default] Extracting fribidi-1.0.10: .......... done
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfribidi.so - found=
 (/usr/local/lib/libfribidi.so)
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfontconfig.so - no=
t found
=3D=3D=3D>   Installing existing package /packages/All/fontconfig-2.13.92_2=
,1.txz
[113i386-default] Installing fontconfig-2.13.92_2,1...
[113i386-default] `-- Installing expat-2.2.8...
[113i386-default] `-- Extracting expat-2.2.8: .......... done
[113i386-default] `-- Installing gettext-runtime-0.21...
[113i386-default] |   `-- Installing indexinfo-0.3.1...
[113i386-default] |   `-- Extracting indexinfo-0.3.1: .... done
[113i386-default] `-- Extracting gettext-runtime-0.21: .......... done
[113i386-default] Extracting fontconfig-2.13.92_2,1: .......... done
Running fc-cache to build fontconfig cache...
Font directories:
	/usr/local/share/fonts
	/usr/local/lib/X11/fonts
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfontconfig.so - fo=
und (/usr/local/lib/libfontconfig.so)
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D>   libass-0.14.0 depends on shared library: libharfbuzz.so - not =
found
=3D=3D=3D>   Installing existing package /packages/All/harfbuzz-2.7.2_1.txz
[113i386-default] Installing harfbuzz-2.7.2_1...
[113i386-default] `-- Installing glib-2.66.0_1,1...
[113i386-default] |   `-- Installing libffi-3.3_1...
[113i386-default] |   `-- Extracting libffi-3.3_1: .......... done
[113i386-default] |   `-- Installing libiconv-1.16...
[113i386-default] |   `-- Extracting libiconv-1.16: .......... done
[113i386-default] |   `-- Installing libxml2-2.9.10_1...
[113i386-default] |   `-- Extracting libxml2-2.9.10_1: .......... done
[113i386-default] |   `-- Installing pcre-8.44...
[113i386-default] |   `-- Extracting pcre-8.44: .......... done
[113i386-default] |   `-- Installing python37-3.7.9...
[113i386-default] |   | `-- Installing readline-8.0.4...
[113i386-default] |   | `-- Extracting readline-8.0.4: .......... done
[113i386-default] |   `-- Extracting python37-3.7.9: .......... done
[113i386-default] `-- Extracting glib-2.66.0_1,1: .......... done
No schema files found: doing nothing.
[113i386-default] `-- Installing graphite2-1.3.14...
[113i386-default] `-- Extracting graphite2-1.3.14: .......... done
[113i386-default] Extracting harfbuzz-2.7.2_1: .......... done
=3D=3D=3D=3D=3D
Message from python37-3.7.9:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py37-gdbm       databases/py-gdbm@py37
py37-sqlite3    databases/py-sqlite3@py37
py37-tkinter    x11-toolkits/py-tkinter@py37
=3D=3D=3D>   libass-0.14.0 depends on shared library: libharfbuzz.so - foun=
d (/usr/local/lib/libharfbuzz.so)
=3D=3D=3D>   Returning to build of libass-0.14.0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Recording filesystem state for prebuild... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: configure      >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>   libass-0.14.0 depends on executable: nasm - found
=3D=3D=3D>   libass-0.14.0 depends on package: libiconv>=3D1.14_11 - found
=3D=3D=3D>   libass-0.14.0 depends on package: pkgconf>=3D1.3.0_1 - found
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfreetype.so - foun=
d (/usr/local/lib/libfreetype.so)
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfribidi.so - found=
 (/usr/local/lib/libfribidi.so)
=3D=3D=3D>   libass-0.14.0 depends on shared library: libfontconfig.so - fo=
und (/usr/local/lib/libfontconfig.so)
=3D=3D=3D>   libass-0.14.0 depends on shared library: libharfbuzz.so - foun=
d (/usr/local/lib/libharfbuzz.so)
=3D=3D=3D>  Configuring for libass-0.14.0
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i386-portbld-freebsd11.3
checking host system type... i386-portbld-freebsd11.3
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /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
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 524288
checking how to convert i386-portbld-freebsd11.3 file names to i386-portbld=
-freebsd11.3 format... func_convert_file_noop
checking how to convert i386-portbld-freebsd11.3 file names to toolchain fo=
rmat... 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... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=3D4096 count=3D1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... y=
es
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd11.3 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... yes
checking whether to build static libraries... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking dependency style of cc... gcc3
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) 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... (cached) yes
checking for strndup... (cached) yes
checking for library containing libiconv_open... no
checking for library containing iconv_open... none required
checking for fabs in -lm... yes
checking for nasm... yes
checking if nasm supports vpmovzxwd... yes
checking pkg-config is at least version 0.9.0... yes
checking for freetype2 >=3D 9.10.3... yes
checking for fribidi >=3D 0.19.0... yes
checking for fontconfig >=3D 2.10.92... yes
checking for CORETEXT... no
checking for DIRECTWRITE... no
checking for harfbuzz >=3D 0.9.5... 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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: build          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Building for libass-0.14.0
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in libass
--- x86/.dirstamp ---
--- x86/.deps/.dirstamp ---
--- ass.lo ---
--- ass_utils.lo ---
--- ass_string.lo ---
--- ass_strtod.lo ---
--- ass_library.lo ---
--- ass_cache.lo ---
--- ass.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass.lo -MD -MP -MF .dep=
s/ass.Tpo -c -o ass.lo ass.c
--- ass_utils.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_utils.lo -MD -MP -M=
F .deps/ass_utils.Tpo -c -o ass_utils.lo ass_utils.c
--- ass_string.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_string.lo -MD -MP -=
MF .deps/ass_string.Tpo -c -o ass_string.lo ass_string.c
--- ass_font.lo ---
--- ass_fontselect.lo ---
--- ass_library.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_library.lo -MD -MP =
-MF .deps/ass_library.Tpo -c -o ass_library.lo ass_library.c
--- ass_cache.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_cache.lo -MD -MP -M=
F .deps/ass_cache.Tpo -c -o ass_cache.lo ass_cache.c
--- ass_strtod.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_strtod.lo -MD -MP -=
MF .deps/ass_strtod.Tpo -c -o ass_strtod.lo ass_strtod.c
--- ass_font.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_font.lo -MD -MP -MF=
 .deps/ass_font.Tpo -c -o ass_font.lo ass_font.c
--- ass_fontselect.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_fontselect.lo -MD -=
MP -MF .deps/ass_fontselect.Tpo -c -o ass_fontselect.lo ass_fontselect.c
--- ass_string.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_string.lo -MD -MP -MF .deps/ass_string.Tpo -c ass_string.c  -fPIC -DP=
IC -o .libs/ass_string.o
--- ass_utils.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_utils.lo -MD -MP -MF .deps/ass_utils.Tpo -c ass_utils.c  -fPIC -DPIC =
-o .libs/ass_utils.o
--- ass_strtod.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_strtod.lo -MD -MP -MF .deps/ass_strtod.Tpo -c ass_strtod.c  -fPIC -DP=
IC -o .libs/ass_strtod.o
--- ass_font.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_font.lo -MD -MP -MF .deps/ass_font.Tpo -c ass_font.c  -fPIC -DPIC -o =
.libs/ass_font.o
--- ass.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass.lo -MD -MP -MF .deps/ass.Tpo -c ass.c  -fPIC -DPIC -o .libs/ass.o
--- ass_library.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_library.lo -MD -MP -MF .deps/ass_library.Tpo -c ass_library.c  -fPIC =
-DPIC -o .libs/ass_library.o
--- ass_fontselect.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_fontselect.lo -MD -MP -MF .deps/ass_fontselect.Tpo -c ass_fontselect.=
c  -fPIC -DPIC -o .libs/ass_fontselect.o
--- ass_cache.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_cache.lo -MD -MP -MF .deps/ass_cache.Tpo -c ass_cache.c  -fPIC -DPIC =
-o .libs/ass_cache.o
--- ass_string.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_string.lo -MD -MP -MF .deps/ass_string.Tpo -c ass_string.c -o ass_str=
ing.o >/dev/null 2>&1
--- ass_strtod.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_strtod.lo -MD -MP -MF .deps/ass_strtod.Tpo -c ass_strtod.c -o ass_str=
tod.o >/dev/null 2>&1
--- ass_library.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_library.lo -MD -MP -MF .deps/ass_library.Tpo -c ass_library.c -o ass_=
library.o >/dev/null 2>&1
--- ass_string.lo ---
mv -f .deps/ass_string.Tpo .deps/ass_string.Plo
--- ass_render.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_render.lo -MD -MP -=
MF .deps/ass_render.Tpo -c -o ass_render.lo ass_render.c
--- ass_strtod.lo ---
mv -f .deps/ass_strtod.Tpo .deps/ass_strtod.Plo
--- ass_render_api.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_render_api.lo -MD -=
MP -MF .deps/ass_render_api.Tpo -c -o ass_render_api.lo ass_render_api.c
--- ass_utils.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_utils.lo -MD -MP -MF .deps/ass_utils.Tpo -c ass_utils.c -o ass_utils.=
o >/dev/null 2>&1
--- ass_library.lo ---
mv -f .deps/ass_library.Tpo .deps/ass_library.Plo
--- ass_parse.lo ---
--- ass_render.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_render.lo -MD -MP -MF .deps/ass_render.Tpo -c ass_render.c  -fPIC -DP=
IC -o .libs/ass_render.o
--- ass_parse.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_parse.lo -MD -MP -M=
F .deps/ass_parse.Tpo -c -o ass_parse.lo ass_parse.c
--- ass_render_api.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_render_api.lo -MD -MP -MF .deps/ass_render_api.Tpo -c ass_render_api.=
c  -fPIC -DPIC -o .libs/ass_render_api.o
--- ass_font.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_font.lo -MD -MP -MF .deps/ass_font.Tpo -c ass_font.c -o ass_font.o >/=
dev/null 2>&1
--- ass_fontselect.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_fontselect.lo -MD -MP -MF .deps/ass_fontselect.Tpo -c ass_fontselect.=
c -o ass_fontselect.o >/dev/null 2>&1
--- ass_cache.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_cache.lo -MD -MP -MF .deps/ass_cache.Tpo -c ass_cache.c -o ass_cache.=
o >/dev/null 2>&1
--- ass_utils.lo ---
mv -f .deps/ass_utils.Tpo .deps/ass_utils.Plo
--- ass_shaper.lo ---
--- ass_render_api.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_render_api.lo -MD -MP -MF .deps/ass_render_api.Tpo -c ass_render_api.=
c -o ass_render_api.o >/dev/null 2>&1
--- ass_shaper.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_shaper.lo -MD -MP -=
MF .deps/ass_shaper.Tpo -c -o ass_shaper.lo ass_shaper.c
--- ass_parse.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_parse.lo -MD -MP -MF .deps/ass_parse.Tpo -c ass_parse.c  -fPIC -DPIC =
-o .libs/ass_parse.o
--- ass_font.lo ---
mv -f .deps/ass_font.Tpo .deps/ass_font.Plo
--- ass_outline.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_outline.lo -MD -MP =
-MF .deps/ass_outline.Tpo -c -o ass_outline.lo ass_outline.c
--- ass_shaper.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_shaper.lo -MD -MP -MF .deps/ass_shaper.Tpo -c ass_shaper.c  -fPIC -DP=
IC -o .libs/ass_shaper.o
--- ass_render_api.lo ---
mv -f .deps/ass_render_api.Tpo .deps/ass_render_api.Plo
--- ass_drawing.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_drawing.lo -MD -MP =
-MF .deps/ass_drawing.Tpo -c -o ass_drawing.lo ass_drawing.c
--- ass.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass.lo -MD -MP -MF .deps/ass.Tpo -c ass.c -o ass.o >/dev/null 2>&1
--- ass_drawing.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_drawing.lo -MD -MP -MF .deps/ass_drawing.Tpo -c ass_drawing.c  -fPIC =
-DPIC -o .libs/ass_drawing.o
--- ass_shaper.lo ---
ass_shaper.c:410:9: warning: 'hb_font_funcs_set_glyph_func' is deprecated [=
-Wdeprecated-declarations]
        hb_font_funcs_set_glyph_func(funcs, get_glyph,
        ^
/usr/local/include/harfbuzz/hb-deprecated.h:66:11: note: 'hb_font_funcs_set=
_glyph_func' has been explicitly marked deprecated here
HB_EXTERN HB_DEPRECATED_FOR(hb_font_funcs_set_nominal_glyph_func and hb_fon=
t_funcs_set_variation_glyph_func) void
          ^
/usr/local/include/harfbuzz/hb-common.h:85:30: note: expanded from macro 'H=
B_DEPRECATED_FOR'
#define HB_DEPRECATED_FOR(f) HB_DEPRECATED
                             ^
/usr/local/include/harfbuzz/hb-common.h:73:38: note: expanded from macro 'H=
B_DEPRECATED'
#define HB_DEPRECATED __attribute__((__deprecated__))
                                     ^
--- ass_fontselect.lo ---
mv -f .deps/ass_fontselect.Tpo .deps/ass_fontselect.Plo
--- ass_rasterizer.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_rasterizer.lo -MD -=
MP -MF .deps/ass_rasterizer.Tpo -c -o ass_rasterizer.lo ass_rasterizer.c
--- ass_outline.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_outline.lo -MD -MP -MF .deps/ass_outline.Tpo -c ass_outline.c  -fPIC =
-DPIC -o .libs/ass_outline.o
--- ass_cache.lo ---
mv -f .deps/ass_cache.Tpo .deps/ass_cache.Plo
--- ass_rasterizer_c.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_rasterizer_c.lo -MD=
 -MP -MF .deps/ass_rasterizer_c.Tpo -c -o ass_rasterizer_c.lo ass_rasterize=
r_c.c
--- ass_drawing.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_drawing.lo -MD -MP -MF .deps/ass_drawing.Tpo -c ass_drawing.c -o ass_=
drawing.o >/dev/null 2>&1
--- ass_rasterizer_c.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_rasterizer_c.lo -MD -MP -MF .deps/ass_rasterizer_c.Tpo -c ass_rasteri=
zer_c.c  -fPIC -DPIC -o .libs/ass_rasterizer_c.o
--- ass_shaper.lo ---
1 warning generated.
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_shaper.lo -MD -MP -MF .deps/ass_shaper.Tpo -c ass_shaper.c -o ass_sha=
per.o >/dev/null 2>&1
--- ass_drawing.lo ---
mv -f .deps/ass_drawing.Tpo .deps/ass_drawing.Plo
--- ass_bitmap.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_bitmap.lo -MD -MP -=
MF .deps/ass_bitmap.Tpo -c -o ass_bitmap.lo ass_bitmap.c
--- ass_rasterizer.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_rasterizer.lo -MD -MP -MF .deps/ass_rasterizer.Tpo -c ass_rasterizer.=
c  -fPIC -DPIC -o .libs/ass_rasterizer.o
--- ass_parse.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_parse.lo -MD -MP -MF .deps/ass_parse.Tpo -c ass_parse.c -o ass_parse.=
o >/dev/null 2>&1
--- ass_rasterizer_c.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_rasterizer_c.lo -MD -MP -MF .deps/ass_rasterizer_c.Tpo -c ass_rasteri=
zer_c.c -o ass_rasterizer_c.o >/dev/null 2>&1
--- ass.lo ---
mv -f .deps/ass.Tpo .deps/ass.Plo
--- ass_blur.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_blur.lo -MD -MP -MF=
 .deps/ass_blur.Tpo -c -o ass_blur.lo ass_blur.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_blur.lo -MD -MP -MF .deps/ass_blur.Tpo -c ass_blur.c  -fPIC -DPIC -o =
.libs/ass_blur.o
--- ass_bitmap.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_bitmap.lo -MD -MP -MF .deps/ass_bitmap.Tpo -c ass_bitmap.c  -fPIC -DP=
IC -o .libs/ass_bitmap.o
--- ass_outline.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_outline.lo -MD -MP -MF .deps/ass_outline.Tpo -c ass_outline.c -o ass_=
outline.o >/dev/null 2>&1
--- ass_shaper.lo ---
mv -f .deps/ass_shaper.Tpo .deps/ass_shaper.Plo
--- ass_rasterizer.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_rasterizer.lo -MD -MP -MF .deps/ass_rasterizer.Tpo -c ass_rasterizer.=
c -o ass_rasterizer.o >/dev/null 2>&1
--- ass_fontconfig.lo ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dcompile cc -DHAVE_CONFIG_H  -I. =
-I..   -DLIBICONV_PLUG  -std=3Dgnu99 -Wall -Wextra -Wno-sign-compare -Wno-u=
nused-parameter  -Werror-implicit-function-declaration -Wstrict-prototypes =
        -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers -=
D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong -fno-stric=
t-aliasing  -I/usr/local/include/freetype2  -I/usr/local/include/fribidi  -=
I/usr/local/include -I/usr/local/include/freetype2  -I/usr/local/include/ha=
rfbuzz -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -MT ass_fontconfig.lo -MD -=
MP -MF .deps/ass_fontconfig.Tpo -c -o ass_fontconfig.lo ass_fontconfig.c
--- ass_rasterizer_c.lo ---
mv -f .deps/ass_rasterizer_c.Tpo .deps/ass_rasterizer_c.Plo
--- x86/rasterizer.lo ---
/bin/sh ../libtool  --tag=3DCC --mode=3Dcompile nasm -DARCH_X86_64=3D0 -f e=
lf32 -DHAVE_ALIGNED_STACK=3D0 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./=
 -o x86/rasterizer.lo x86/rasterizer.asm -prefer-non-pic
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/rasterizer.asm -o x86/.l=
ibs/rasterizer.o
--- ass_bitmap.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_bitmap.lo -MD -MP -MF .deps/ass_bitmap.Tpo -c ass_bitmap.c -o ass_bit=
map.o >/dev/null 2>&1
--- ass_rasterizer.lo ---
mv -f .deps/ass_rasterizer.Tpo .deps/ass_rasterizer.Plo
--- x86/blend_bitmaps.lo ---
/bin/sh ../libtool  --tag=3DCC --mode=3Dcompile nasm -DARCH_X86_64=3D0 -f e=
lf32 -DHAVE_ALIGNED_STACK=3D0 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./=
 -o x86/blend_bitmaps.lo x86/blend_bitmaps.asm -prefer-non-pic
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/blend_bitmaps.asm -o x86=
/.libs/blend_bitmaps.o
--- ass_fontconfig.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_fontconfig.lo -MD -MP -MF .deps/ass_fontconfig.Tpo -c ass_fontconfig.=
c  -fPIC -DPIC -o .libs/ass_fontconfig.o
--- ass_parse.lo ---
mv -f .deps/ass_parse.Tpo .deps/ass_parse.Plo
--- x86/blur.lo ---
/bin/sh ../libtool  --tag=3DCC --mode=3Dcompile nasm -DARCH_X86_64=3D0 -f e=
lf32 -DHAVE_ALIGNED_STACK=3D0 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./=
 -o x86/blur.lo x86/blur.asm -prefer-non-pic
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/blur.asm -o x86/.libs/bl=
ur.o
--- x86/blend_bitmaps.lo ---
x86/blend_bitmaps.asm:36: warning: improperly calling multi-line macro `SET=
UP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:619: ... from macro `PROLOGUE' defined here
--- ass_bitmap.lo ---
mv -f .deps/ass_bitmap.Tpo .deps/ass_bitmap.Plo
--- x86/blend_bitmaps.lo ---
x86/blend_bitmaps.asm:36: warning: improperly calling multi-line macro `ALL=
OC_STACK' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:622: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:36: warning: dropping trailing empty parameter in cal=
l to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:624: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:92: warning: improperly calling multi-line macro `SET=
UP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:619: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:92: warning: improperly calling multi-line macro `ALL=
OC_STACK' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:622: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:92: warning: dropping trailing empty parameter in cal=
l to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:624: ... from macro `PROLOGUE' defined here
--- x86/cpuid.lo ---
/bin/sh ../libtool  --tag=3DCC --mode=3Dcompile nasm -DARCH_X86_64=3D0 -f e=
lf32 -DHAVE_ALIGNED_STACK=3D0 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./=
 -o x86/cpuid.lo x86/cpuid.asm -prefer-non-pic
--- x86/blend_bitmaps.lo ---
x86/blend_bitmaps.asm:94: warning: improperly calling multi-line macro `SET=
UP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:619: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:94: warning: improperly calling multi-line macro `ALL=
OC_STACK' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:622: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:94: warning: dropping trailing empty parameter in cal=
l to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blend_bitmaps.asm:62: ... from macro `ADD_BITMAPS' defined here
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:624: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:103: warning: improperly calling multi-line macro `SE=
TUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:619: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:103: warning: improperly calling multi-line macro `AL=
LOC_STACK' with 0 parameters [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:622: ... from macro `PROLOGUE' defined here
x86/blend_bitmaps.asm:103: warning: dropping trailing empty parameter in ca=
ll to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blend_bitmaps.asm:715: ... from macro `cglobal' defined here
x86/blend_bitmaps.asm:750: ... from macro `cglobal_internal' defined here
x86/blend_bitmaps.asm:624: ... from macro `PROLOGUE' defined here
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/blend_bitmaps.asm -o x86=
/blend_bitmaps.o >/dev/null 2>&1
--- ass_outline.lo ---
mv -f .deps/ass_outline.Tpo .deps/ass_outline.Plo
--- ass_fontconfig.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_fontconfig.lo -MD -MP -MF .deps/ass_fontconfig.Tpo -c ass_fontconfig.=
c -o ass_fontconfig.o >/dev/null 2>&1
--- ass_render.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_render.lo -MD -MP -MF .deps/ass_render.Tpo -c ass_render.c -o ass_ren=
der.o >/dev/null 2>&1
--- x86/cpuid.lo ---
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/cpuid.asm -o x86/.libs/c=
puid.o
--- ass_fontconfig.lo ---
mv -f .deps/ass_fontconfig.Tpo .deps/ass_fontconfig.Plo
--- x86/cpuid.lo ---
x86/cpuid.asm:30: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:619: ... from macro `PROLOGUE' defined here
x86/cpuid.asm:30: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:622: ... from macro `PROLOGUE' defined here
x86/cpuid.asm:30: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:624: ... from macro `PROLOGUE' defined here
x86/cpuid.asm:55: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:619: ... from macro `PROLOGUE' defined here
x86/cpuid.asm:55: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:622: ... from macro `PROLOGUE' defined here
x86/cpuid.asm:55: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/cpuid.asm:715: ... from macro `cglobal' defined here
x86/cpuid.asm:750: ... from macro `cglobal_internal' defined here
x86/cpuid.asm:624: ... from macro `PROLOGUE' defined here
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/cpuid.asm -o x86/cpuid.o=
 >/dev/null 2>&1
--- ass_blur.lo ---
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -DLIBICONV_PLUG -std=3Dgnu99=
 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Werror-implicit-fun=
ction-declaration -Wstrict-prototypes -Wpointer-arith -Wredundant-decls -Wn=
o-missing-field-initializers -D_GNU_SOURCE -O2 -pipe -DLIBICONV_PLUG -fstac=
k-protector-strong -fno-strict-aliasing -I/usr/local/include/freetype2 -I/u=
sr/local/include/fribidi -I/usr/local/include -I/usr/local/include/freetype=
2 -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local=
/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -M=
T ass_blur.lo -MD -MP -MF .deps/ass_blur.Tpo -c ass_blur.c -o ass_blur.o >/=
dev/null 2>&1
--- x86/rasterizer.lo ---
x86/rasterizer.asm:75: warning: improperly calling multi-line macro `SETUP_=
STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:75: warning: improperly calling multi-line macro `ALLOC_=
STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:75: warning: dropping trailing empty parameter in call t=
o multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:76: warning: improperly calling multi-line macro `SETUP_=
STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:76: warning: improperly calling multi-line macro `ALLOC_=
STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:76: warning: dropping trailing empty parameter in call t=
o multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:78: warning: improperly calling multi-line macro `SETUP_=
STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:78: warning: improperly calling multi-line macro `ALLOC_=
STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:78: warning: dropping trailing empty parameter in call t=
o multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:79: warning: improperly calling multi-line macro `SETUP_=
STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:79: warning: improperly calling multi-line macro `ALLOC_=
STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:79: warning: dropping trailing empty parameter in call t=
o multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:55: ... from macro `FILL_SOLID_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:255: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:255: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:255: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:256: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:256: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:256: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:258: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:258: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:258: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:259: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:259: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:259: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:127: ... from macro `FILL_HALFPLANE_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:854: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:854: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:854: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:855: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:855: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:855: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:857: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:857: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:857: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:858: warning: improperly calling multi-line macro `SETUP=
_STACK_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:858: warning: improperly calling multi-line macro `ALLOC=
_STACK' with 0 parameters [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/rasterizer.asm:858: warning: dropping trailing empty parameter in call =
to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/rasterizer.asm:560: ... from macro `FILL_GENERIC_TILE' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/rasterizer.asm -o x86/ra=
sterizer.o >/dev/null 2>&1
--- x86/blur.lo ---
x86/blur.asm:106: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:106: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:106: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:108: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:108: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:108: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:46: ... from macro `STRIPE_UNPACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:190: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:190: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:190: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:192: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:192: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:192: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:117: ... from macro `STRIPE_PACK' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:379: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:379: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:379: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:381: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:381: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:381: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:244: ... from macro `SHRINK_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:462: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:462: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:462: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:464: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:464: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:464: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:393: ... from macro `SHRINK_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:612: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:612: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:612: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:614: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:614: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:614: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:477: ... from macro `EXPAND_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:672: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:672: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:672: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:674: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:674: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:674: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:623: ... from macro `EXPAND_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:739: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:739: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:739: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:741: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:741: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:741: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:686: ... from macro `PRE_BLUR1_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:789: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:789: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:789: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:791: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:791: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:791: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:750: ... from macro `PRE_BLUR1_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:872: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:872: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:872: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:874: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:874: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:874: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:803: ... from macro `PRE_BLUR2_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:946: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:946: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:946: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:948: warning: improperly calling multi-line macro `SETUP_STACK=
_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:948: warning: improperly calling multi-line macro `ALLOC_STACK=
' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:948: warning: dropping trailing empty parameter in call to mul=
ti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:886: ... from macro `PRE_BLUR2_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1086: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1086: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1086: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1088: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1088: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1088: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1002: ... from macro `PRE_BLUR3_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1157: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1157: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1157: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1159: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1159: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1159: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1100: ... from macro `PRE_BLUR3_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1328: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1328: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1328: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1329: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1329: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1329: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1330: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1330: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1330: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1332: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1332: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1332: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1333: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1333: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1333: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1334: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1334: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1334: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1204: ... from macro `BLUR_HORZ' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1417: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1417: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1417: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1418: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1418: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1418: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1419: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1419: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1419: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1421: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1421: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1421: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
--- ass_blur.lo ---
mv -f .deps/ass_blur.Tpo .deps/ass_blur.Plo
--- x86/blur.lo ---
x86/blur.asm:1422: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1422: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1422: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
x86/blur.asm:1423: warning: improperly calling multi-line macro `SETUP_STAC=
K_POINTER' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:640: ... from macro `PROLOGUE' defined here
x86/blur.asm:1423: warning: improperly calling multi-line macro `ALLOC_STAC=
K' with 0 parameters [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:643: ... from macro `PROLOGUE' defined here
x86/blur.asm:1423: warning: dropping trailing empty parameter in call to mu=
lti-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy]
x86/blur.asm:1351: ... from macro `BLUR_VERT' defined here
x86/utils.asm:736: ... from macro `cglobal' defined here
x86/utils.asm:771: ... from macro `cglobal_internal' defined here
x86/utils.asm:645: ... from macro `PROLOGUE' defined here
libtool: compile:  nasm -DARCH_X86_64=3D0 -f elf32 -DHAVE_ALIGNED_STACK=3D0=
 -DHAVE_CPUNOP=3D0 -Dprivate_prefix=3Dass -I./ x86/blur.asm -o x86/blur.o >=
/dev/null 2>&1
--- ass_render.lo ---
mv -f .deps/ass_render.Tpo .deps/ass_render.Plo
--- libass.la ---
/bin/sh ../libtool  --tag=3DCC    --mode=3Dlink cc -std=3Dgnu99 -Wall -Wext=
ra -Wno-sign-compare -Wno-unused-parameter  -Werror-implicit-function-decla=
ration -Wstrict-prototypes         -Wpointer-arith -Wredundant-decls -Wno-m=
issing-field-initializers -D_GNU_SOURCE -O2 -pipe  -DLIBICONV_PLUG -fstack-=
protector-strong -fno-strict-aliasing  -I/usr/local/include/freetype2  -I/u=
sr/local/include/fribidi  -I/usr/local/include -I/usr/local/include/freetyp=
e2  -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/loc=
al/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include =
 -no-undefined -version-info  9:2:0  -export-symbols ./libass.sym -fstack-p=
rotector-strong -Wl,-znotext -o libass.la -rpath /usr/local/lib ass.lo ass_=
utils.lo ass_string.lo ass_strtod.lo  ass_library.lo ass_cache.lo ass_font.=
lo ass_fontselect.lo  ass_render.lo ass_render_api.lo ass_parse.lo ass_shap=
er.lo  ass_outline.lo ass_drawing.lo ass_rasterizer.lo  ass_rasterizer_c.lo=
 ass_bitmap.lo ass_blur.lo ass_fontconfig.lo    x86/rasterizer.lo x86/blend=
_bitmaps.lo x86/blur.lo  x86/cpuid.lo    -lm  -L/usr/local/lib -lfreetype  =
-L/usr/local/lib -lfribidi  -L/usr/local/lib -lfontconfig -lfreetype  -L/us=
r/local/lib -lharfbuzz
libtool: link: echo "{ global:" > .libs/libass.so.9.0.2-ver
libtool: link: 		 sed -e "s|$|;|" < ./libass.sym >> .libs/libass.so.9.0.2-v=
er
libtool: link: 	 echo "local: *; };" >> .libs/libass.so.9.0.2-ver
libtool: link: cc -shared  -fPIC -DPIC  .libs/ass.o .libs/ass_utils.o .libs=
/ass_string.o .libs/ass_strtod.o .libs/ass_library.o .libs/ass_cache.o .lib=
s/ass_font.o .libs/ass_fontselect.o .libs/ass_render.o .libs/ass_render_api=
.o .libs/ass_parse.o .libs/ass_shaper.o .libs/ass_outline.o .libs/ass_drawi=
ng.o .libs/ass_rasterizer.o .libs/ass_rasterizer_c.o .libs/ass_bitmap.o .li=
bs/ass_blur.o .libs/ass_fontconfig.o x86/.libs/rasterizer.o x86/.libs/blend=
_bitmaps.o x86/.libs/blur.o x86/.libs/cpuid.o   -lm -L/usr/local/lib -lfrib=
idi -lfontconfig -lfreetype -lharfbuzz  -O2 -fstack-protector-strong -fstac=
k-protector-strong -Wl,-znotext   -Wl,-soname -Wl,libass.so.9 -Wl,-version-=
script -Wl,.libs/libass.so.9.0.2-ver -o .libs/libass.so.9.0.2
libtool: link: (cd ".libs" && rm -f "libass.so.9" && ln -s "libass.so.9.0.2=
" "libass.so.9")
libtool: link: (cd ".libs" && rm -f "libass.so" && ln -s "libass.so.9.0.2" =
"libass.so")
libtool: link: ar cru .libs/libass.a  ass.o ass_utils.o ass_string.o ass_st=
rtod.o ass_library.o ass_cache.o ass_font.o ass_fontselect.o ass_render.o a=
ss_render_api.o ass_parse.o ass_shaper.o ass_outline.o ass_drawing.o ass_ra=
sterizer.o ass_rasterizer_c.o ass_bitmap.o ass_blur.o ass_fontconfig.o x86/=
rasterizer.o x86/blend_bitmaps.o x86/blur.o x86/cpuid.o
libtool: link: ranlib .libs/libass.a
libtool: link: ( cd ".libs" && rm -f "libass.la" && ln -s "../libass.la" "l=
ibass.la" )
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Checking for filesystem violations... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: run-depends    >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Recording filesystem state for prestage... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: stage          >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Staging for libass-0.14.0
=3D=3D=3D>   Generating temporary packing list
if test -z 'strip'; then  /usr/bin/make  INSTALL_PROGRAM=3D"/bin/sh /wrkdir=
s/usr/ports/multimedia/libass/work/libass-0.14.0/install-sh -c -s"  install=
_sh_PROGRAM=3D"/bin/sh /wrkdirs/usr/ports/multimedia/libass/work/libass-0.1=
4.0/install-sh -c -s" INSTALL_STRIP_FLAG=3D-s  install;  else  /usr/bin/mak=
e  INSTALL_PROGRAM=3D"/bin/sh /wrkdirs/usr/ports/multimedia/libass/work/lib=
ass-0.14.0/install-sh -c -s"  install_sh_PROGRAM=3D"/bin/sh /wrkdirs/usr/po=
rts/multimedia/libass/work/libass-0.14.0/install-sh -c -s" INSTALL_STRIP_FL=
AG=3D-s  "INSTALL_PROGRAM_ENV=3DSTRIPPROG=3D'strip'" install;  fi
Making install in libass
 /bin/mkdir -p '/wrkdirs/usr/ports/multimedia/libass/work/stage/usr/local/l=
ib'
 /bin/sh ../libtool   --mode=3Dinstall /usr/bin/install -c -s  libass.la '/=
wrkdirs/usr/ports/multimedia/libass/work/stage/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libass.so.9.0.2 /wrkdirs/usr/po=
rts/multimedia/libass/work/stage/usr/local/lib/libass.so.9.0.2
libtool: install: strip --strip-unneeded /wrkdirs/usr/ports/multimedia/liba=
ss/work/stage/usr/local/lib/libass.so.9.0.2
libtool: install: (cd /wrkdirs/usr/ports/multimedia/libass/work/stage/usr/l=
ocal/lib && { ln -s -f libass.so.9.0.2 libass.so.9 || { rm -f libass.so.9 &=
& ln -s libass.so.9.0.2 libass.so.9; }; })
libtool: install: (cd /wrkdirs/usr/ports/multimedia/libass/work/stage/usr/l=
ocal/lib && { ln -s -f libass.so.9.0.2 libass.so || { rm -f libass.so && ln=
 -s libass.so.9.0.2 libass.so; }; })
libtool: install: /usr/bin/install -c .libs/libass.lai /wrkdirs/usr/ports/m=
ultimedia/libass/work/stage/usr/local/lib/libass.la
libtool: install: /usr/bin/install -c .libs/libass.a /wrkdirs/usr/ports/mul=
timedia/libass/work/stage/usr/local/lib/libass.a
libtool: install: strip --strip-debug /wrkdirs/usr/ports/multimedia/libass/=
work/stage/usr/local/lib/libass.a
libtool: install: chmod 644 /wrkdirs/usr/ports/multimedia/libass/work/stage=
/usr/local/lib/libass.a
libtool: install: ranlib /wrkdirs/usr/ports/multimedia/libass/work/stage/us=
r/local/lib/libass.a
libtool: warning: remember to run 'libtool --finish /usr/local/lib'
 /bin/mkdir -p '/wrkdirs/usr/ports/multimedia/libass/work/stage/usr/local/i=
nclude/ass'
 install  -m 0644 ass.h ass_types.h '/wrkdirs/usr/ports/multimedia/libass/w=
ork/stage/usr/local/include/ass'
 /bin/mkdir -p '/wrkdirs/usr/ports/multimedia/libass/work/stage/usr/local/l=
ibdata/pkgconfig'
 install  -m 0644 libass.pc '/wrkdirs/usr/ports/multimedia/libass/work/stag=
e/usr/local/libdata/pkgconfig'
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> No pkg-plist issues found (check-plist)
=3D>> Checking for staging violations... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Building package for libass-0.14.0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Recording filesystem state for preinst... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: install        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Installing for libass-0.14.0
=3D=3D=3D>  Checking if libass is already installed
=3D=3D=3D>   Registering installation for libass-0.14.0
[113i386-default] Installing libass-0.14.0...
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Checking shared library dependencies
 0x00000001 NEEDED               Shared library: [libc.so.7]
 0x00000001 NEEDED               Shared library: [libfontconfig.so.1]
 0x00000001 NEEDED               Shared library: [libfreetype.so.6]
 0x00000001 NEEDED               Shared library: [libfribidi.so.0]
 0x00000001 NEEDED               Shared library: [libharfbuzz.so.0]
 0x00000001 NEEDED               Shared library: [libm.so.5]
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase=
: deinstall      >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D>  Deinstalling for libass
=3D=3D=3D>   Deinstalling libass-0.14.0
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packag=
es in the universe):

Installed packages to be REMOVED:
	libass: 0.14.0

Number of packages to be removed: 1
[113i386-default] [1/1] Deinstalling libass-0.14.0...
[113i386-default] [1/1] Deleting files for libass-0.14.0: .......... done
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D>> Checking for extra files and directories
[00:02:10] Installing from package
[113i386-default] Installing libass-0.14.0...
[113i386-default] Extracting libass-0.14.0: .......... done
[00:02:10] Cleaning up
=3D=3D=3D>  Cleaning for libass-0.14.0
[00:02:11] Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packag=
es in the universe):

Installed packages to be REMOVED:
	libass: 0.14.0

Number of packages to be removed: 1
[113i386-default] [1/1] Deinstalling libass-0.14.0...
[113i386-default] [1/1] Deleting files for libass-0.14.0: .......... done
build of multimedia/libass | libass-0.14.0 ended at Sat Sep 26 13:20:37 -02=
 2020
build time: 00:00:08

--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ft74-y2d8-wny>