Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Giovanni Rapagnani
Dear Joshuah, On 12/08/13 21:35, Joshuah Hurst wrote: > Are you sure? /usr/include/sys/socket.h should be just there on a > development system. If it isn't there then he lacks essential packages > to compile anything more than helloworld.c I have the package build-essential installed and also all

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Glenn Fowler
On Mon, 12 Aug 2013 15:44:17 -0400 Glenn Fowler wrote: > On Mon, 12 Aug 2013 21:35:53 +0200 Joshuah Hurst wrote: > > On Mon, Aug 12, 2013 at 9:32 PM, Glenn Fowler wrote: > > > > > > I'm working on this offline with Giovanni > > > its a fault in the packaging > > Are you sure? /usr/include/sys/so

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Glenn Fowler
On Mon, 12 Aug 2013 21:35:53 +0200 Joshuah Hurst wrote: > On Mon, Aug 12, 2013 at 9:32 PM, Glenn Fowler wrote: > > > > I'm working on this offline with Giovanni > > its a fault in the packaging > Are you sure? /usr/include/sys/socket.h should be just there on a > development system. If it isn't

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Joshuah Hurst
On Mon, Aug 12, 2013 at 9:32 PM, Glenn Fowler wrote: > > I'm working on this offline with Giovanni > its a fault in the packaging Are you sure? /usr/include/sys/socket.h should be just there on a development system. If it isn't there then he lacks essential packages to compile anything more than

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Giovanni Rapagnani
On 12/08/13 20:56, Glenn Fowler wrote: > > thanks > you are helping me debug via email because I don't have access to a debian > installation > can you send me t.i from the following > -- > cat > t.c <<'!' > #include > #include > int x; > ! > cc -E t.c > t.i 2>&1 > -- see attachment. Glad to h

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Glenn Fowler
I'm working on this offline with Giovanni its a fault in the packaging On Mon, 12 Aug 2013 21:26:08 +0200 Joshuah Hurst wrote: > On Mon, Aug 12, 2013 at 8:56 PM, Glenn Fowler wrote: > > > > thanks > > you are helping me debug via email because I don't have access to a debian > > installation >

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Giovanni Rapagnani
Dear Roland, On 11/08/13 22:44, Roland Mainz wrote: > -- snip -- > wget --http-user="I accept www.opensource.org/licenses/eclipse" > --http-passwd="." > 'http://www2.research.att.com/~gsf/download/alpha/INIT.2013-08-07.tgz' > wget --http-user="I accept www.opensource.org/licenses/eclipse" > --http

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Joshuah Hurst
On Mon, Aug 12, 2013 at 8:56 PM, Glenn Fowler wrote: > > thanks > you are helping me debug via email because I don't have access to a debian > installation > can you send me t.i from the following > -- > cat > t.c <<'!' > #include > #include > int x; > ! > cc -E t.c > t.i 2>&1 > -- I don't thi

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Glenn Fowler
thanks you are helping me debug via email because I don't have access to a debian installation can you send me t.i from the following -- cat > t.c <<'!' #include #include int x; ! cc -E t.c > t.i 2>&1 -- ___ ast-users mailing list ast-users@lists.res

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Giovanni Rapagnani
see file in attachment. Best regards. On 12/08/13 20:10, Glenn Fowler wrote: > > could you send me the output of this command: > > /home/gio/test/sources/build/arch/linux.i386-64/bin/iffe -v - nxt dirent : > nxt iconv : nxt sys/socket > > thanks > > On Sun, 11 Aug 2013 22:35:02 +0200 Giovanni

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-12 Thread Glenn Fowler
thanks for the report this will be fixed in the next alpha On Sun, 11 Aug 2013 22:35:02 +0200 Giovanni Rapagnani wrote: > This is a multi-part message in MIME format. > --01090103030704000604 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > Hello

Re: [ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-11 Thread Roland Mainz
On Sun, Aug 11, 2013 at 10:35 PM, Giovanni Rapagnani wrote: > I am trying to build ast-ksh 2013-08-07 on debian testing 'jessie'. > > I downloaded the packages INIT.2013-08-07.tgz and > ast-ksh.2013-08-07.tgz, verified checksum, unpacked INIT* and copied > ast-ksh* into lib/package/tgz. Then I exe

[ast-users] Errors while trying to build ksh.2013-08-07 on debian testing

2013-08-11 Thread Giovanni Rapagnani
Hello, I am trying to build ast-ksh 2013-08-07 on debian testing 'jessie'. I downloaded the packages INIT.2013-08-07.tgz and ast-ksh.2013-08-07.tgz, verified checksum, unpacked INIT* and copied ast-ksh* into lib/package/tgz. Then I executed: $ bin/package read $ bin/package make debug=1 Unfortu