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
hread > libtool: link: /bin/nm -p .libs/idna.o .libs/lookup.o > .libs/register.o .libs/bidi.o .libs/version.o .libs/error.o > .libs/punycode.o .libs/free.o .libs/data.o .libs/tr46map.o > .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed > 's/.* //' | sort | uni

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

2017-03-31 Thread Václav Haisman
o .libs/bidi.o .libs/version.o .libs/error.o >>> .libs/punycode.o .libs/free.o .libs/data.o .libs/tr46map.o >>> .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed >>> 's/.* //' | sort | uniq > .libs/libidn2.exp >>> ./libtool[1086]: eval

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

2017-03-31 Thread Jeffrey Walton
/data.o .libs/tr46map.o >> .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed >> 's/.* //' | sort | uniq > .libs/libidn2.exp >> ./libtool[1086]: eval: syntax error at line 1: `|' unexpected >> gmake[2]: *** [libidn2.la] Error 3 >> >> If I

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

2017-03-30 Thread Václav Haisman
lpthread > libtool: link: /bin/nm -p .libs/idna.o .libs/lookup.o > .libs/register.o .libs/bidi.o .libs/version.o .libs/error.o > .libs/punycode.o .libs/free.o .libs/data.o .libs/tr46map.o > .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed > 's/.* //' | sort |

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

2017-03-30 Thread Jeffrey Walton
code.o .libs/free.o .libs/data.o .libs/tr46map.o .libs/tables.o .libs/context.o lib/.libs/libgnu.a | | /bin/gsed 's/.* //' | sort | uniq > .libs/libidn2.exp ./libtool[1086]: eval: syntax error at line 1: `|' unexpected gmake[2]: *** [libidn2.la] Error 3 If I am parsing thing