bug#37894: sys_lib_search_path and sys_lib_dlsearch_path issues

James Sakalaukus <[email protected]>
Newsgroups gmane.comp.gnu.libtool.bugs
Message-ID <BN6PR17MB3171F862BBEC1D410945424E8F6B0@BN6PR17MB3171.namprd17.prod.outlook.com>
I have encountered an issue when compiling several projects.  The libtool version installed from the Debian repository has the same issue as the one generated in at least 2 different projects.  I've attached the version from /usr/bin/libtool of my distribution.

System:
Linux 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u5 (2019-08-11) x86_64 GNU/Linux

Bash:
GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu)

Build errors observed:
eval: line 7980: unexpected EOF while looking for matching `''
eval: line 7981: syntax error: unexpected end of file

The issue is found in Lines 7979 and 7980 of the attached file:

7979: eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
7980: eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"

The corrected lines are:

7979: eval sys_lib_search_path='\$sys_lib_search_path_spec'
7980: eval sys_lib_dlsearch_path='\$sys_lib_dlsearch_path_spec'




Thanks,



James Sakalaukus

_______________________________________________
Bug-libtool mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-libtool
libtool (application/octet-stream, 363.6 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.