Re: [ast-users] ast-ksh failing to build on RHEL7

2014-10-10 Thread Quentin Barnes
The 20140929 release now builds successfully under RHEL7.

On Wed, Aug 27, 2014 at 5:10 PM, Quentin Barnes  wrote:
> Any update on this problem yet?
>
> On Sun, Aug 3, 2014 at 4:50 PM, Quentin Barnes  wrote:
>> Welcome back!  I hope you had a good vacation.
>>
>> The iffe.out file contents can be found here: https://pastee.org/fdpex
>>
>> The iffe-{sh,ksh,bash}.out files all were identical in size and contents.
>>
>> What else can I try for you?
>>
>> On Sat, Jul 26, 2014 at 10:37 AM, Glenn Fowler  
>> wrote:
>>> sorry for the delay
>>> still recovering from vacation
>>>
>>> run this:
>>> ---
>>> cd /home/qbarnes/ksh-20140625/arch/linux.i386-64/src/lib/libast
>>> iffe -d2 -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O2' - run
>>> /home/qbarnes/ksh-20140625/src/lib/libast/features/socket > iffe.out 2>&1
>>> ---
>>> and send me iffe.out
>>>
>>> just in case its a shell problem you can try different shells:
>>>
>>> for sh in /bin/sh ksh etc.
>>> do SHELL=$sh $sh iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast
>>> -O2' - run /home/qbarnes/ksh-20140625/src/lib/libast/features/socket >
>>> iffe-${sh##*/}.out
>>> done
>>>
>>> and compare iffe-*.out
>>>
>>>
>>>
>>> On Sun, Jul 6, 2014 at 7:46 PM, Quentin Barnes  wrote:

 I downloaded the new beta INIT.2014-06-25 and ast-ksh.2014-06-25.
 The build went fine on the RHEL6 Linux Distro (gcc 4.4.7) but went
 off the rails using RHEL7 (gcc 4.8.2) failing to build the ast
 library due to compilation failures.

 If you compare the build logs, the first substantial difference
 shows up around line 1323 with the iffe messing up sys/socket and
 later with dirent.  Both header problems lead directly to compile
 errors later.

 You can check out the logs posted here:
 RHEL6 build (good): https://pastee.org/p679h
 RHEL7 build (bad):  https://pastee.org/5y5nk

 If I compare the "arch/linux.i386-64/srclib/libast/ast_socket.h"
 files, the RHEL7 one is missing everything including and after the
 "/* the socket part of ast_intercept.h */" comment line.

 Any further information I can provide or ideas to try?

 Quentin
 ___
 ast-users mailing list
 ast-users@lists.research.att.com
 http://lists.research.att.com/mailman/listinfo/ast-users
>>>
>>>
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


Re: [ast-users] ast-ksh failing to build on RHEL7

2014-08-27 Thread Quentin Barnes
Any update on this problem yet?

On Sun, Aug 3, 2014 at 4:50 PM, Quentin Barnes  wrote:
> Welcome back!  I hope you had a good vacation.
>
> The iffe.out file contents can be found here: https://pastee.org/fdpex
>
> The iffe-{sh,ksh,bash}.out files all were identical in size and contents.
>
> What else can I try for you?
>
> On Sat, Jul 26, 2014 at 10:37 AM, Glenn Fowler  
> wrote:
>> sorry for the delay
>> still recovering from vacation
>>
>> run this:
>> ---
>> cd /home/qbarnes/ksh-20140625/arch/linux.i386-64/src/lib/libast
>> iffe -d2 -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O2' - run
>> /home/qbarnes/ksh-20140625/src/lib/libast/features/socket > iffe.out 2>&1
>> ---
>> and send me iffe.out
>>
>> just in case its a shell problem you can try different shells:
>>
>> for sh in /bin/sh ksh etc.
>> do SHELL=$sh $sh iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast
>> -O2' - run /home/qbarnes/ksh-20140625/src/lib/libast/features/socket >
>> iffe-${sh##*/}.out
>> done
>>
>> and compare iffe-*.out
>>
>>
>>
>> On Sun, Jul 6, 2014 at 7:46 PM, Quentin Barnes  wrote:
>>>
>>> I downloaded the new beta INIT.2014-06-25 and ast-ksh.2014-06-25.
>>> The build went fine on the RHEL6 Linux Distro (gcc 4.4.7) but went
>>> off the rails using RHEL7 (gcc 4.8.2) failing to build the ast
>>> library due to compilation failures.
>>>
>>> If you compare the build logs, the first substantial difference
>>> shows up around line 1323 with the iffe messing up sys/socket and
>>> later with dirent.  Both header problems lead directly to compile
>>> errors later.
>>>
>>> You can check out the logs posted here:
>>> RHEL6 build (good): https://pastee.org/p679h
>>> RHEL7 build (bad):  https://pastee.org/5y5nk
>>>
>>> If I compare the "arch/linux.i386-64/srclib/libast/ast_socket.h"
>>> files, the RHEL7 one is missing everything including and after the
>>> "/* the socket part of ast_intercept.h */" comment line.
>>>
>>> Any further information I can provide or ideas to try?
>>>
>>> Quentin
>>> ___
>>> ast-users mailing list
>>> ast-users@lists.research.att.com
>>> http://lists.research.att.com/mailman/listinfo/ast-users
>>
>>
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


Re: [ast-users] ast-ksh failing to build on RHEL7

2014-08-03 Thread Quentin Barnes
Welcome back!  I hope you had a good vacation.

The iffe.out file contents can be found here: https://pastee.org/fdpex

The iffe-{sh,ksh,bash}.out files all were identical in size and contents.

What else can I try for you?

On Sat, Jul 26, 2014 at 10:37 AM, Glenn Fowler  wrote:
> sorry for the delay
> still recovering from vacation
>
> run this:
> ---
> cd /home/qbarnes/ksh-20140625/arch/linux.i386-64/src/lib/libast
> iffe -d2 -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O2' - run
> /home/qbarnes/ksh-20140625/src/lib/libast/features/socket > iffe.out 2>&1
> ---
> and send me iffe.out
>
> just in case its a shell problem you can try different shells:
>
> for sh in /bin/sh ksh etc.
> do SHELL=$sh $sh iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast
> -O2' - run /home/qbarnes/ksh-20140625/src/lib/libast/features/socket >
> iffe-${sh##*/}.out
> done
>
> and compare iffe-*.out
>
>
>
> On Sun, Jul 6, 2014 at 7:46 PM, Quentin Barnes  wrote:
>>
>> I downloaded the new beta INIT.2014-06-25 and ast-ksh.2014-06-25.
>> The build went fine on the RHEL6 Linux Distro (gcc 4.4.7) but went
>> off the rails using RHEL7 (gcc 4.8.2) failing to build the ast
>> library due to compilation failures.
>>
>> If you compare the build logs, the first substantial difference
>> shows up around line 1323 with the iffe messing up sys/socket and
>> later with dirent.  Both header problems lead directly to compile
>> errors later.
>>
>> You can check out the logs posted here:
>> RHEL6 build (good): https://pastee.org/p679h
>> RHEL7 build (bad):  https://pastee.org/5y5nk
>>
>> If I compare the "arch/linux.i386-64/srclib/libast/ast_socket.h"
>> files, the RHEL7 one is missing everything including and after the
>> "/* the socket part of ast_intercept.h */" comment line.
>>
>> Any further information I can provide or ideas to try?
>>
>> Quentin
>> ___
>> ast-users mailing list
>> ast-users@lists.research.att.com
>> http://lists.research.att.com/mailman/listinfo/ast-users
>
>
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users


Re: [ast-users] ast-ksh failing to build on RHEL7

2014-07-26 Thread Glenn Fowler
sorry for the delay
still recovering from vacation

run this:
---
cd /home/qbarnes/ksh-20140625/arch/linux.i386-64/src/lib/libast
iffe -d2 -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast -O2' - run
/home/qbarnes/ksh-20140625/src/lib/libast/features/socket > iffe.out 2>&1
---
and send me iffe.out

just in case its a shell problem you can try different shells:

for sh in /bin/sh ksh etc.
do SHELL=$sh $sh iffe -v -X ast -X std -c 'cc -D_BLD_DLL -fPIC -D_BLD_ast
-O2' - run /home/qbarnes/ksh-20140625/src/lib/libast/features/socket >
iffe-${sh##*/}.out
done

and compare iffe-*.out



On Sun, Jul 6, 2014 at 7:46 PM, Quentin Barnes  wrote:

> I downloaded the new beta INIT.2014-06-25 and ast-ksh.2014-06-25.
> The build went fine on the RHEL6 Linux Distro (gcc 4.4.7) but went
> off the rails using RHEL7 (gcc 4.8.2) failing to build the ast
> library due to compilation failures.
>
> If you compare the build logs, the first substantial difference
> shows up around line 1323 with the iffe messing up sys/socket and
> later with dirent.  Both header problems lead directly to compile
> errors later.
>
> You can check out the logs posted here:
> RHEL6 build (good): https://pastee.org/p679h
> RHEL7 build (bad):  https://pastee.org/5y5nk
>
> If I compare the "arch/linux.i386-64/srclib/libast/ast_socket.h"
> files, the RHEL7 one is missing everything including and after the
> "/* the socket part of ast_intercept.h */" comment line.
>
> Any further information I can provide or ideas to try?
>
> Quentin
> ___
> ast-users mailing list
> ast-users@lists.research.att.com
> http://lists.research.att.com/mailman/listinfo/ast-users
>
___
ast-users mailing list
ast-users@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-users