Control: reopen -1
Control: found -1 2.4.6-5

On 2018-10-08 14:48:11 +0000, Debian Bug Tracking System wrote:
> Changes:
>  libtool (2.4.6-5) unstable; urgency=medium
>  .
>    * Patch from Vincent Lefevre for AC_TRY_EVAL. Closes: #910076

Thanks, but unfortunately, it is inadvertently reverted by a later
patch:

[...]
dpkg-source: info: applying grep-spaces.patch
dpkg-source: info: applying libtool-eval-nm.patch
dpkg-source: info: applying x

and debian/patches/x contains in particular:

--- libtool-2.4.6.orig/m4/libtool.m4
+++ libtool-2.4.6/m4/libtool.m4
@@ -4063,8 +4063,7 @@ _LT_EOF
   if AC_TRY_EVAL(ac_compile); then
     # Now try to grab the symbols.
     nlist=conftest.nm
-    $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | 
$lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
-    if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> 
$nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" 
\> $nlist) && test -s "$nlist"; then
       # Try sorting and uniquifying the output.
       if sort "$nlist" | uniq > "$nlist"T; then
        mv -f "$nlist"T "$nlist"

which is the reverse of my patch.

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to