Your message dated Mon, 8 Feb 2016 18:03:10 +0100 with message-id <[email protected]> and subject line Re: libtool: missing end-of-line in error message in wrapper script generated by libtool has caused the Debian Bug report #797996, regarding libtool: missing end-of-line in error message in wrapper script generated by libtool to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 797996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797996 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libtool Version: 2.4.2-1.11 Severity: normal In MPFR, there is a wrapper script tools/bench/mpfrbench generated by libtool (when doing "make mpfrbench" in this directory). I got an error: ypig:...-tune/tools/bench> ./mpfrbench gcc: error: mpfrbench.o: No such file or directory gcc: error: ../../src/.libs/libmpfr.so: No such file or directorynzsh: exit 1 ./mpfrbench The problem here is not the error itself (which is normal), but the error message, where a "\n" has been substituted by "n". The script contains: printf %s\n "$relink_command_output" >&2 The quotes around %s\n are missing. Or perhaps the bug is somewhere else and one should have got "$ECHO" instead of "printf %s\n". -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.1.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages libtool depends on: ii autotools-dev 20140911.1 ii clang-3.4 [c-compiler] 1:3.4.2-15 ii clang-3.5 [c-compiler] 1:3.5.2-2 ii clang-3.6 [c-compiler] 1:3.6.2-1 ii clang-3.7 [c-compiler] 1:3.7-1 ii clang-3.8 [c-compiler] 1:3.8~svn245286-1 ii cpp 4:5.2.1-4 ii file 1:5.22+15-2 ii gcc [c-compiler] 4:5.2.1-4 ii gcc-4.4 [c-compiler] 4.4.7-8 ii gcc-4.5 [c-compiler] 4.5.4-1 ii gcc-4.6 [c-compiler] 4.6.4-7 ii gcc-4.7 [c-compiler] 4.7.4-3 ii gcc-4.8 [c-compiler] 4.8.5-1 ii gcc-4.9 [c-compiler] 4.9.3-4 ii gcc-5 [c-compiler] 5.2.1-15 ii libc6-dev [libc-dev] 2.19-19 ii tcc [c-compiler] 0.9.27~git20140923.9d7fb33-3 Versions of packages libtool recommends: ii libltdl-dev 2.4.2-1.11 Versions of packages libtool suggests: ii autoconf 2.69-9 ii automake [automaken] 1:1.15-3 pn gcj-jdk <none> ii gfortran 4:5.2.1-4 ii gfortran-4.7 [fortran95-compiler] 4.7.4-3 ii gfortran-4.8 [fortran95-compiler] 4.8.5-1 ii gfortran-4.9 [fortran95-compiler] 4.9.3-4 ii gfortran-5 [fortran95-compiler] 5.2.1-15 ii libtool-doc 2.4.2-1.11 -- no debconf information
--- End Message ---
--- Begin Message ---Version: 2.4.6-0.1 On 2015-09-04 12:23:54 +0200, Vincent Lefevre wrote: > This is either Debian specific or fixed upstream in libtool 2.4.6, > where I get $ECHO. Indeed, fixed in the new Debian package. [MPFR working copy] $ ./configure $ make $ cd tools/bench $ make mpfrbench $ cd ../.. $ make clean $ cd tools/bench $ ./mpfrbench gcc: error: mpfrbench.o: No such file or directory gcc: error: ../../src/.libs/libmpfr.so: No such file or directory zsh: exit 1 ./mpfrbench -- 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)
--- End Message ---

