Re: [SCM] audacious/master: More updates to the symbols from the buildd logs

2017-08-25 Thread Sebastian Ramacher
On 2017-08-24 22:06:25, James Cowgill wrote:
> 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 
> > 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.

… or using the symbol file's C++ and regex support.

Cheers

> Thanks,
> James
> 




> ___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


-- 
Sebastian Ramacher


signature.asc
Description: PGP 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

Re: [SCM] audacious/master: More updates to the symbols from the buildd logs

2017-08-25 Thread Mattia Rizzolo
On Thu, Aug 24, 2017 at 10:06:25PM +0100, James Cowgill wrote:
> Hi,

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 
> > 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 :(

One way would be use pkgkde-symbolshelper's subst feature, but that
requires adding it as a build-dep.

> >   _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.

Probably.

I'm waiting for *all* the Debian buildds to finish before going ahead
and updating them again (and do another upload).

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP 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

Re: [SCM] audacious/master: More updates to the symbols from the buildd logs

2017-08-24 Thread James Cowgill
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 
> 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