Re: gtk libool slow on arm

2018-05-06 Thread Artturi Alm
On Thu, May 03, 2018 at 09:55:21PM -0700, s_g...@telus.net wrote: > Thank you for the updates. I will build and test as soon as I get finished > with the php build. My system is still flailing away at gtk with each ld > session taking about 20 minutes. Could be days yet. > fixed the diff wit

Re: gtk libool slow on arm

2018-05-05 Thread Artturi Alm
t; com0: console > > > -Original Message- > From: owner-...@openbsd.org On Behalf Of Artturi Alm > Sent: May 2, 2018 2:26 PM > To: s_g...@telus.net > Cc: arm@openbsd.org > Subject: Re: gtk libool slow on arm > > On Wed, May 02, 2018 at 10:35:27AM -0700, s_g...

Re: gtk libool slow on arm

2018-05-05 Thread s_graf
s_g...@telus.net Cc: arm@openbsd.org Subject: Re: gtk libool slow on arm On Wed, May 02, 2018 at 10:35:27AM -0700, s_g...@telus.net wrote: > I realize the orangepi is not the swiftest of machines, but the ld > issue is more than just SOC performance. The ld process should finish > within a

Re: gtk libool slow on arm

2018-05-03 Thread s_graf
, 2018 5:21 PM To: Stephen Graf Cc: arm@openbsd.org Subject: Re: gtk libool slow on arm On Wed, May 02, 2018 at 05:36:33PM -0700, s_g...@telus.net wrote: > Thank you for the advice. I will try the patch, but I want to let the > current php build complete, which may take a few more days. &g

Re: gtk libool slow on arm

2018-05-03 Thread Artturi Alm
On Wed, May 02, 2018 at 05:36:33PM -0700, s_g...@telus.net wrote: > Thank you for the advice. I will try the patch, but I want to let the > current php build complete, which may take a few more days. > > Did you get the bme code I sent you? > Yep, I just forgot about it, and now i did "over do"

Re: gtk libool slow on arm

2018-05-02 Thread s_graf
aa->fa_node, "snps,dw-apb-uart")) { + sc->sc_uarttype = COM_UART_16550A; + sc->sc_fifolen = 64; intr = com_fdt_intr_designware; + } if (OF_is_compatible(faa->fa_node, "ti,omap3-uart") || OF_is_compatible(fa

Re: gtk libool slow on arm

2018-05-02 Thread Artturi Alm
quot;)) { + sc->sc_uarttype = COM_UART_16550A; + sc->sc_fifolen = 64; intr = com_fdt_intr_designware; + } if (OF_is_compatible(faa->fa_node, "ti,omap3-uart") || OF_is_compatible(faa->fa_node, "ti,omap4-uart&quo

Re: gtk libool slow on arm

2018-05-02 Thread Artturi Alm
sc->sc.sc_fifolen = 64; intr = com_fdt_intr_designware; + } if (OF_is_compatible(faa->fa_node, "ti,omap3-uart") || OF_is_compatible(faa->fa_node, "ti,omap4-uart")) > > -Original Message- > From: own

Re: gtk libool slow on arm

2018-05-02 Thread Stuart Henderson
On 2018/05/02 10:35, s_g...@telus.net wrote: > I realize the orangepi is not the swiftest of machines, but the ld issue is > more than just SOC performance. The ld process should finish within a few > seconds to a minute. It is taking 20 minutes. "should"... I have things where ld takes many min

Re: gtk libool slow on arm

2018-05-02 Thread s_graf
3:10 AM To: s_g...@telus.net Cc: po...@openbsd.org; arm@openbsd.org Subject: Re: gtk libool slow on arm > From: > Date: Tue, 1 May 2018 16:30:28 -0700 > > Why is the gtk libtool so slow on arm? A typical command such as: It's not libtool, but ld, the link editor that i

Re: gtk libool slow on arm

2018-05-02 Thread Mark Kettenis
> From: > Date: Tue, 1 May 2018 16:30:28 -0700 > > Why is the gtk libtool so slow on arm? A typical command such as: It's not libtool, but ld, the link editor that is taking its time. > libtool: link: cc -o .libs/testentrycompletion -pthread -O2 -pipe -g -Wall > -Wl,-rpath-link -Wl,/usr/X11R6/l