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
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
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
3 matches
Mail list logo