Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Till Wegmüller
On 18.03.20 19:22, Aurélien Larcher wrote: > > You could probably update to http://pkg.openindiana.org/gcc-next/ in a > BE but be aware that OpenGL does not work correctly on Intel currently > with this repo (I need to fix drm and mesa). Turns out I did it wrong. I needed to override the

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Aurélien Larcher
On Wed, Mar 18, 2020 at 4:56 PM Till Wegmüller wrote: > On 18.03.20 10:53, Aurélien Larcher wrote: > > I have not done anything special but I am on a system entirely built > > with gcc-7... > > > > Passing GCC_VERSION=7 should be enough to set all the required variables. > > > > And it did not

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Aurélien Larcher
Only > openindiana/qemu-kvm (work in progress) > remains On Tue, Mar 17, 2020 at 3:17 PM Aurélien Larcher > wrote: > >> cluster/pcs also requires self to be already installed as it relies on >> ruby gems that can only be installed by root. >> One would need to patch the build system to install

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Till Wegmüller
On 18.03.20 10:53, Aurélien Larcher wrote: > I have not done anything special but I am on a system entirely built > with gcc-7... > > Passing GCC_VERSION=7 should be enough to set all the required variables. > And it did not work for me... Clang 9 is installed from locally published package I

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Till Wegmüller
On 18.03.20 10:53, Aurélien Larcher wrote: > > I have not done anything special but I am on a system entirely built > with gcc-7... > > Passing GCC_VERSION=7 should be enough to set all the required variables. Ah I did not know this trick. I'll try that then :) thanks. --Till

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Aurélien Larcher
On Wed, Mar 18, 2020 at 11:42 AM Till Wegmüller wrote: > On 18.03.20 10:43, Aurélien Larcher wrote: > > Hi Till, > > did you republish clang-9 with gcc-7 as compiler? > > Maybe this has changed in newer libraries but rpath to runtime libraries > > was hardcoded in clang to the compiler used to

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Till Wegmüller
On 18.03.20 10:43, Aurélien Larcher wrote: > Hi Till, > did you republish clang-9 with gcc-7 as compiler? > Maybe this has changed in newer libraries but rpath to runtime libraries > was hardcoded in clang to the compiler used to build clang itself. > On my machine everything is linked to gcc-7. >

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Aurélien Larcher
On Wed, Mar 18, 2020 at 11:29 AM Till Wegmüller wrote: > Hey Aurelian > > I was Compiling rust yesterday and found that it works except for the > problem that rust wants to link against gcc7 runtime and clang keeps > linking against gcc6 runtime. Did you have any problems linking clang > against

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Aurélien Larcher
On Wed, Mar 18, 2020 at 5:46 AM Alexander Pyhalov via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > Hi. > > What's the issue with mongodb? Seems to build fine here with GCC_VERSION=7. > The error is scons: Reading SConscript files ... ImportError: No module named mongo:

Re: [OpenIndiana-discuss] Components to check/fix before 2020.04

2020-03-18 Thread Till Wegmüller
Hey Aurelian I was Compiling rust yesterday and found that it works except for the problem that rust wants to link against gcc7 runtime and clang keeps linking against gcc6 runtime. Did you have any problems linking clang against gcc7 runtime? Do I need to setup your branch to be able to do that?