Hi, On 24/08/17 21:17, mat...@users.alioth.debian.org wrote: > The following commit has been merged in the master branch: > commit d746fd35d54cc052c950c09ac036c0bc3b7b25c8 > Author: Mattia Rizzolo <mat...@debian.org> > Date: Thu Aug 24 22:16:02 2017 +0200 > > More updates to the symbols from the buildd logs [...]> @@ -18,7 +18,7 @@ libaudcore.so.5 libaudcore5 #MINVER# > _Z11str_to_utf8PKci@Base 3.8 > _Z11str_tolowerPKc@Base 3.8 > _Z11str_toupperPKc@Base 3.9 > - (arch=amd64)_Z11str_vprintfPKcP13__va_list_tag@Base 3.9 > + (arch=amd64 s390x)_Z11str_vprintfPKcP13__va_list_tag@Base 3.8 > (arch=i386 ppc64el)_Z11str_vprintfPKcPc@Base 3.9 > (arch=arm64 armhf)_Z11str_vprintfPKcSt9__va_list@Base 3.9
I had a brief look at the GCC source and unfortunately there is no pattern here. Every architecture represents va_list differently :( > _Z11strcmp_safePKcS0_i@Base 3.8 > @@ -71,7 +71,8 @@ libaudcore.so.5 libaudcore5 #MINVER# > _Z15filename_expandO9StringBuf@Base 3.8 > _Z15filename_to_uriPKc@Base 3.8 > _Z15hook_dissociatePKcPFvPvS1_ES1_@Base 3.8 > - (subst)_Z15str_format_time{int64_t}@Base 3.8 > + (arch=amd64 arm64 ppc64el s390x)_Z15str_format_timel@Base 3.9 > + (arch=armhf i386)_Z15str_format_timex@Base 3.9 But in this case (and most others), you could use (arch-bits=XX) to save you some work. Thanks, James
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers