Re: security/ghidra and libstdc++

2019-09-06 Thread Lawrence Teo
On Fri, Aug 30, 2019 at 12:33:37AM -0400, Lawrence Teo wrote: > On Wed, Aug 28, 2019 at 10:17:29PM -0400, Lawrence Teo wrote: > > On Tue, Aug 27, 2019 at 10:52:52AM -, Christian Weisgerber wrote: > > > On 2019-08-21, Stuart Henderson wrote: > > > > > > >> > * If you build ghidra on a system

Re: security/ghidra and libstdc++

2019-08-29 Thread Lawrence Teo
On Wed, Aug 28, 2019 at 10:17:29PM -0400, Lawrence Teo wrote: > On Tue, Aug 27, 2019 at 10:52:52AM -, Christian Weisgerber wrote: > > On 2019-08-21, Stuart Henderson wrote: > > > > >> > * If you build ghidra on a system where gcc/g++/libstdc++ are > > >> > available, it does indeed link

Re: security/ghidra and libstdc++

2019-08-28 Thread Lawrence Teo
On Tue, Aug 27, 2019 at 10:52:52AM -, Christian Weisgerber wrote: > On 2019-08-21, Stuart Henderson wrote: > > >> > * If you build ghidra on a system where gcc/g++/libstdc++ are > >> > available, it does indeed link something against libstdc++ and > >> > port-lib-depends-check indicates

Re: security/ghidra and libstdc++

2019-08-27 Thread Christian Weisgerber
On 2019-08-21, Stuart Henderson wrote: >> > * If you build ghidra on a system where gcc/g++/libstdc++ are >> > available, it does indeed link something against libstdc++ and >> > port-lib-depends-check indicates WANTLIB+=stdc++. >> > >> > * If you build ghidra on a system where

Re: security/ghidra and libstdc++

2019-08-21 Thread Stuart Henderson
On 2019/08/20 22:43, Lawrence Teo wrote: > On Tue, Aug 20, 2019 at 04:32:48PM +0200, Christian Weisgerber wrote: > > A few days ago, I did a test bulk build on amd64 with gcc, g++, and > > libstdc++ removed from the system. Ports should not use these any > > longer on clang platforms. > > > >

Re: security/ghidra and libstdc++

2019-08-20 Thread Lawrence Teo
On Tue, Aug 20, 2019 at 04:32:48PM +0200, Christian Weisgerber wrote: > A few days ago, I did a test bulk build on amd64 with gcc, g++, and > libstdc++ removed from the system. Ports should not use these any > longer on clang platforms. > > security/ghidra failed to build right away since it has

security/ghidra and libstdc++

2019-08-20 Thread Christian Weisgerber
A few days ago, I did a test bulk build on amd64 with gcc, g++, and libstdc++ removed from the system. Ports should not use these any longer on clang platforms. security/ghidra failed to build right away since it has stdc++ in WANTLIB. Further testing shows: * If you build ghidra on a system