Re: Bug#729534: RFS: libpoly2tri/0.3.3-1 [ITP]

2014-03-20 Thread Christian Kastner
On 2014-03-21 00:00, Christian Kastner wrote: > On 2014-03-20 23:21, Jakub Wilk wrote: > A) using symbols.common + symbols.$arch > B) using symbols.common + symbols.arch, using (arch= ) tags > C) using symbols + (c++|regex) tags Missed an obvious one: D) using symbols + (c++|arch=) tags -- To

Re: Bug#729534: RFS: libpoly2tri/0.3.3-1 [ITP]

2014-03-20 Thread Christian Kastner
On 2014-03-20 23:21, Jakub Wilk wrote: > For example, symbol names for a f(size_t) function are: > _Z1fj on i386, > _Z1fm on amd64. > > After unmangling it becomes: > f(unsigned int) on i386, > f(unsigned long) on amd64. Well, after researching a bit, the only somewhat manageable solutions I can

Re: Bug#729534: RFS: libpoly2tri/0.3.3-1 [ITP]

2014-03-20 Thread Christian Kastner
On 2014-03-20 23:21, Jakub Wilk wrote: > * Christian Kastner , 2014-03-20, 22:49: >> This is problematic. First, you need to demangle the symbols in there >> with c++filt (for examples, your package FTBFS on my host without this). > > I haven't looked into details of this particular package, but i