Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread maya
On Tue, Nov 14, 2017 at 03:21:47PM +0100, tlaro...@polynum.com wrote: > On Tue, Nov 14, 2017 at 03:08:29PM +0100, Benny Siegert wrote: > > Can you post the entire config.log? > > > > Attached. > > (Indeed there is the info: libssp not found---what is it?) > Hi, SSP is a compiler security

Netbsd-7/i386 won't boot on new motherboard/CPU

2017-11-14 Thread Andy Ruhl
I hastily bought a new motherboard, cpu, and memory combo because my old machine wouldn't boot up anymore. This is an i386 machine that has existed since somewhere in the 1.4.x days. It's still i386. It's an MSI Intel motherboard with a Celeron 3930 CPU. Anyway, I tried a bunch of bios options,

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Eric Haszlakiewicz
On Nov 14, 2017 10:39 AM, wrote: On Tue, Nov 14, 2017 at 03:08:29PM +0100, Benny Siegert wrote: > Can you post the entire config.log? > Attached. (Indeed there is the info: libssp not found---what is it?) You might find some interesting reading over at:

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Benny Siegert
Is that a zero or an uppercase O? This sounds very much like a local issue. Can you look in the config.log of a failed configure run what the command line and the error was? (I assume you are overriding something else in your default CFLAGS with your call.) -- Benny On Tue, Nov 14, 2017 at

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Benny Siegert
> When configure is run from pkgsrc, it fails. > > Not knowing the guts of the pkgsrc framework, I'm a bit at a loss to > have a clue about what is going wrong... Please do the following: 1. Run "make configure", watch it fail. 2. Look in work/icu-*/config.log for the failing compiler

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
Hello and thank you for the answer, On Tue, Nov 14, 2017 at 01:36:42PM +0100, Benny Siegert wrote: > Is that a zero or an uppercase O? > This is a zero but I found that this has nothing to do with the issue (see below). > This sounds very much like a local issue. Can you look in the >

[pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
Hello, As a dependency to firefox, ICU needs to be recompiled. I'm on: NetBSD 6.1.5_PATCH amd64 This is pkgsrc-2017Q3. The ICU fails during configure with "C compiler cannot create executables". I've found on the net that invoking configure with: ./configure CFLAGS='-03' does the trick.

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
On Tue, Nov 14, 2017 at 02:04:44PM +0100, Benny Siegert wrote: > > When configure is run from pkgsrc, it fails. > > > > Not knowing the guts of the pkgsrc framework, I'm a bit at a loss to > > have a clue about what is going wrong... > > Please do the following: > > 1. Run "make configure",

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
On Tue, Nov 14, 2017 at 03:08:29PM +0100, Benny Siegert wrote: > Can you post the entire config.log? > Attached. (Indeed there is the info: libssp not found---what is it?) Best regards. > On Tue, Nov 14, 2017 at 3:06 PM, wrote: > > On Tue, Nov 14, 2017 at 02:04:44PM

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Benny Siegert
Can you post the entire config.log? On Tue, Nov 14, 2017 at 3:06 PM, wrote: > On Tue, Nov 14, 2017 at 02:04:44PM +0100, Benny Siegert wrote: >> > When configure is run from pkgsrc, it fails. >> > >> > Not knowing the guts of the pkgsrc framework, I'm a bit at a loss to >>

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Chavdar Ivanov
PKGSRC_USE_SSP=NO in /etc/mk.conf Chavdar Ivanov On 14 November 2017 at 14:21, wrote: > On Tue, Nov 14, 2017 at 03:08:29PM +0100, Benny Siegert wrote: >> Can you post the entire config.log? >> > > Attached. > > (Indeed there is the info: libssp not found---what is it?) >

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
Hello, On Tue, Nov 14, 2017 at 06:26:09PM +, Chavdar Ivanov wrote: > PKGSRC_USE_SSP=NO in /etc/mk.conf > Thank you! This does the trick. But for my information, libssp is linked (or not) with gcc but what is it supposed to provide? Best regards. T. Laronde > > On 14 November 2017 at

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread tlaronde
On Tue, Nov 14, 2017 at 07:56:14PM +0100, Benny Siegert wrote: > > But for my information, libssp is linked (or not) with gcc but what is > > it supposed to provide? > > Stack Smashing Protection. It is a security feature. Thank you to both of you. Problem closed. -- Thierry Laronde

Re: [pkgsrc] ICU needs configure CFLAGS='-03'

2017-11-14 Thread Benny Siegert
> But for my information, libssp is linked (or not) with gcc but what is > it supposed to provide? Stack Smashing Protection. It is a security feature.