Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Bob Friesenhahn
On Thu, 30 Mar 2017, Jeffrey Walton wrote: If I am parsing things correctly, the "unexpected |" is due to a missing command. Solaris is very Posixy, and I'm not sure which command may be running afoul. Parts of Solaris are very Posixy and other parts are not. Unless things have changed in th

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Jeffrey Walton
> As I have suspected: `lt_cv_sys_global_symbol_pipe=''`. I think that > there is a genuine issue in libtool that it does not handle empty > `lt_cv_sys_global_symbol_pipe` at all. Check this out... I downloaded the latest libtool and I am going through the motions. I have not decided if I am going

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Jeffrey Walton
> Bear in mind that I am not libtool developer so all of the following > is just my guessing: > > As I have suspected: `lt_cv_sys_global_symbol_pipe=''`. I think that > there is a genuine issue in libtool that it does not handle empty > `lt_cv_sys_global_symbol_pipe` at all. > > Looking further int

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Jeffrey Walton
> Bear in mind that I am not libtool developer so all of the following > is just my guessing: > > As I have suspected: `lt_cv_sys_global_symbol_pipe=''`. I think that > there is a genuine issue in libtool that it does not handle empty > `lt_cv_sys_global_symbol_pipe` at all. > > Looking further int

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Václav Haisman
On 30 March 2017 at 21:25, Jeffrey Walton wrote: > I'm trying to build libidn2 on Solaris 11.3 x86_64. Its part of a Git > upgrade because Oracle charges for updates and we don't have a support > contract. > > The build fails with the following: > > gmake[2]: Entering directory `/export/home/build/

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Václav Haisman
On 31 March 2017 at 09:04, Jeffrey Walton wrote: >>> The build fails with the following: >>> >>> gmake[2]: Entering directory `/export/home/build/libidn2-0.16' >>> /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 >>> -fvisibility=hidden -m64 -version-info 1:4:1 -no-undefined >>> -export-sym

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-31 Thread Jeffrey Walton
>> The build fails with the following: >> >> gmake[2]: Entering directory `/export/home/build/libidn2-0.16' >> /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 >> -fvisibility=hidden -m64 -version-info 1:4:1 -no-undefined >> -export-symbols-regex '^idn2_.*|_idn2_punycode_..code' -o libidn2

Re: ./libtool[1086]: eval: syntax error at line 1: `|' unexpected

2017-03-30 Thread Václav Haisman
On 30 March 2017 at 21:25, Jeffrey Walton wrote: > > I'm trying to build libidn2 on Solaris 11.3 x86_64. Its part of a Git > upgrade because Oracle charges for updates and we don't have a support > contract. > > The build fails with the following: > > gmake[2]: Entering directory `/export/home/bui