MySQL++

View Ticket
Login
Ticket Hash: f0505cba038269975a5a2a2f2eb092a6018bb623
Title: Dangling symlink in mysql++-3.2.3.tar.gz
Status: Closed Type: Build Problem
Severity: Minor Priority: Immediate
Subsystem: Build System Resolution: Fixed
Last Modified: 2018-07-12 18:36:47
Version Found In: 3.2.3
User Comments:
anonymous added on 2018-06-29 13:38:15:
mysql++-3.2.3.tar.gz contains a symlink: ltmain.sh -> /usr/share/libtool/config/ltmain.sh

However, on at least Ubuntu 17.10, there's no such file. ltmain.sh can be found at /usr/share/libtool/build-aux/ltmain.sh

Running configure reports (at the end):

sed: can't read ../ltmain.sh: No such file or directory
sed: can't read libtoolT: No such file or directory

tangent added on 2018-07-12 18:36:47:
Fixed by [ce2fefae8a]. Tarballs won't be re-generated, as this only shows up on systems quite different from the normal GNU type system, so it's a rare occurrence, but it will show up in the next release.