Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-10-13 Thread James Cowgill
Control: tags -1 patch fixed-upstream Hi, On 06/10/16 09:42, James Cowgill wrote: > Control: forwarded -1 > https://gitlab.kitware.com/cmake/cmake/merge_requests/147 > Control: tags -1 sid stretch > > Hi, > > I've submitted the above PR upstream which should fix this issue. The > patch was a

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-10-06 Thread James Cowgill
Control: forwarded -1 https://gitlab.kitware.com/cmake/cmake/merge_requests/147 Control: tags -1 sid stretch Hi, I've submitted the above PR upstream which should fix this issue. The patch was a bit bigger than what I would have liked due to the cmELF class requiring some changes. Tagging for

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-04-11 Thread Brad King
On 04/09/2016 11:01 AM, Mathieu Malaterre wrote: > On Sat, Apr 9, 2016 at 2:14 PM, Aurelien Jarno wrote: >> You mean that cmake is not calling chrpath, but instead has an embedded >> copy? In that case I'll look at that later today. Yes, CMake has a separate implementation. It is not a copy of

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-04-09 Thread Mathieu Malaterre
Salut Aurélien, On Sat, Apr 9, 2016 at 2:14 PM, Aurelien Jarno wrote: > On 2016-04-09 13:22, Mathieu Malaterre wrote: >> Thanks to aurel32@d.o chrpath has been fixed. Could an equivalent >> patch be included in cmake ? > > You mean that cmake is not calling chrpath, but

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-04-09 Thread Aurelien Jarno
On 2016-04-09 13:22, Mathieu Malaterre wrote: > Thanks to aurel32@d.o chrpath has been fixed. Could an equivalent > patch be included in cmake ? You mean that cmake is not calling chrpath, but instead has an embedded copy? In that case I'll look at that later today. -- Aurelien Jarno

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-04-09 Thread Mathieu Malaterre
Thanks to aurel32@d.o chrpath has been fixed. Could an equivalent patch be included in cmake ? On 2016-04-07 15:46, Mathieu Malaterre wrote: > Package: src:chrpath > Version: 0.16-1 > > Hi, > > I've managed to find the cause of the openmpi segfault (#818909). It > might affect a number of

Bug#820334: Segfaults caused by new DT_MIPS_RLD_MAP_REL tag and RPATH removers

2016-04-07 Thread Mathieu Malaterre
Package: src:cmake Version: 3.0.2-1 Hi, I've managed to find the cause of the openmpi segfault (#818909). It might affect a number of different packages. The segfault is caused by the interaction of the new DT_MIPS_RLD_MAP_REL dynamic tag (from binutils 2.26) and chrpath. Unlike all other tags,