Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Alexander Pyhalov via openindiana-discuss
Interesting reading: https://bugzilla.redhat.com/show_bug.cgi?id=795542 It seems there's just a mess, but most distributions use absolute path in CMAKE_INSTALL_LIBDIR. So I think on our part the less destructive action is to fix plplot - https://github.com/OpenIndiana/oi-userland/pull/4421/files

[OpenIndiana-discuss] please remove

2018-09-07 Thread dan
please remove ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Aurélien Larcher
On Fri, Sep 7, 2018 at 4:04 PM, Alexander Pyhalov wrote: > Hi. > > The issue is that we set relative paths in cmake.mk. I see that > userland-gate cmake.mk uses full paths there. We coud either patch plplot > to respect CMAKE_PREFIX in include files or fix cmake.mk. But if we touch > cmake.mk, >

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Alexander Pyhalov via openindiana-discuss
The simplest fix is https://github.com/OpenIndiana/oi-userland/pull/4421 С уважением, Александр Пыхалов, программист отдела телекоммуникационной инфраструктуры управления информационно-коммуникационной инфраструктуры ЮФУ От: Alexander Pyhalov via openindi

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Alexander Pyhalov via openindiana-discuss
Hi. The issue is that we set relative paths in cmake.mk. I see that userland-gate cmake.mk uses full paths there. We coud either patch plplot to respect CMAKE_PREFIX in include files or fix cmake.mk. But if we touch cmake.mk, affected components should be checked. Aurelen, what do you think? B

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Udo Grabowski (IMK)
On 07/09/2018 14:06, Udo Grabowski (IMK) wrote: On 07/09/2018 14:01, Udo Grabowski (IMK) wrote: On 07/09/2018 13:45, Udo Grabowski (IMK) wrote: Says the most important driver for plplot, xwin, is not compiled into plplot. I'm convinced it is, otherwise delivering plplot would be futile, so it s

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Udo Grabowski (IMK)
On 07/09/2018 14:01, Udo Grabowski (IMK) wrote: On 07/09/2018 13:45, Udo Grabowski (IMK) wrote: Says the most important driver for plplot, xwin, is not compiled into plplot. I'm convinced it is, otherwise delivering plplot would be futile, so it seems that something else is broken here: ro sunt

Re: [OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Udo Grabowski (IMK)
On 07/09/2018 13:45, Udo Grabowski (IMK) wrote: Says the most important driver for plplot, xwin, is not compiled into plplot. I'm convinced it is, otherwise delivering plplot would be futile, so it seems that something else is broken here: ro sunth7 ~ # ldd /usr/bin/gdl|grep plplot libpl

[OpenIndiana-discuss] OI Hipster: GDL not working because of broken plplot

2018-09-07 Thread Udo Grabowski (IMK)
Says the most important driver for plplot, xwin, is not compiled into plplot. I'm convinced it is, otherwise delivering plplot would be futile, so it seems that something else is broken here: ro sunth7 ~ # ldd /usr/bin/gdl|grep plplot libplplot.so.15 => /usr/lib/64/libplplot.so.15