GNU bug report logs -
#37894
sys_lib_search_path and sys_lib_dlsearch_path issues
Previous Next
To reply to this bug, email your comments to 37894 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org
:
bug#37894
; Package
libtool
.
(Wed, 23 Oct 2019 17:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
James Sakalaukus <jsakalaukus <at> nsi-mi.com>
:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org
.
(Wed, 23 Oct 2019 17:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]
[libtool (application/octet-stream, attachment)]
This bug report was last modified 5 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.