Re: [REVISION] x11/lxqt/build-tools and x11/lxqt/libqtxdg

2018-12-01 Thread Landry Breuil
On Wed, Nov 28, 2018 at 02:07:50PM -0300, Elias M. Mariani wrote:
> Small ping for a small change.

Fwiw, in my last macppc bulk, none of lxqt was even tried probably for some
dependency missing, and summary.log gave no clue. So be on the lookout
for the next..

> On Thu, Nov 15, 2018 at 6:35 AM Elias M. Mariani  
> wrote:
> >
> > From George Koehler:
> > https://marc.info/?l=openbsd-ports=154118440613320
> > "The build system tries to use link-time optimization (-flto
> > -fuse-linker-plugin).  This fails because -fuse-linker-plugin "is
> > available in gold or in GNU ld 2.21 or newer" (says man egcc), but
> > OpenBSD has GNU ld 2.17.
> >
> > x11/lxqt/build-tools enables LTO for gcc, so the failure would happen
> > on ports-gcc arches like powerpc.  Most packages outside LXQt don't
> > enable LTO, so I disabled LTO by modifying x11/lxqt/build-tools."
> > Thanks to George Koehler for the solution.
> >
> > The same applies to x11/lxqt/libqtxdg.
> >
> > Thanks landry@ for the bulk with the failure report.
> >
> > This should fix the build on non-clang archs.
> >
> > Cheers.
> > Elias.




Re: [REVISION] x11/lxqt/build-tools and x11/lxqt/libqtxdg

2018-11-28 Thread Elias M. Mariani
Small ping for a small change.

On Thu, Nov 15, 2018 at 6:35 AM Elias M. Mariani  wrote:
>
> From George Koehler:
> https://marc.info/?l=openbsd-ports=154118440613320
> "The build system tries to use link-time optimization (-flto
> -fuse-linker-plugin).  This fails because -fuse-linker-plugin "is
> available in gold or in GNU ld 2.21 or newer" (says man egcc), but
> OpenBSD has GNU ld 2.17.
>
> x11/lxqt/build-tools enables LTO for gcc, so the failure would happen
> on ports-gcc arches like powerpc.  Most packages outside LXQt don't
> enable LTO, so I disabled LTO by modifying x11/lxqt/build-tools."
> Thanks to George Koehler for the solution.
>
> The same applies to x11/lxqt/libqtxdg.
>
> Thanks landry@ for the bulk with the failure report.
>
> This should fix the build on non-clang archs.
>
> Cheers.
> Elias.


lxqt-gcc-fix.diff
Description: Binary data


[REVISION] x11/lxqt/build-tools and x11/lxqt/libqtxdg

2018-11-15 Thread Elias M. Mariani
>From George Koehler:
https://marc.info/?l=openbsd-ports=154118440613320
"The build system tries to use link-time optimization (-flto
-fuse-linker-plugin).  This fails because -fuse-linker-plugin "is
available in gold or in GNU ld 2.21 or newer" (says man egcc), but
OpenBSD has GNU ld 2.17.

x11/lxqt/build-tools enables LTO for gcc, so the failure would happen
on ports-gcc arches like powerpc.  Most packages outside LXQt don't
enable LTO, so I disabled LTO by modifying x11/lxqt/build-tools."
Thanks to George Koehler for the solution.

The same applies to x11/lxqt/libqtxdg.

Thanks landry@ for the bulk with the failure report.

This should fix the build on non-clang archs.

Cheers.
Elias.


lxqt-gcc-fix.diff
Description: Binary data