[tlbuild] xz, wget, lz4 updates

Mojca Miklavec mojca.miklavec.lists at gmail.com
Mon Mar 25 14:26:46 CET 2019


On Thu, 28 Feb 2019 at 23:51, Karl Berry wrote:
>
> There are new versions of xz (https://tukaani.org/xz/xz-5.2.4.tar.xz)
> and wget (https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.gz)
> and lz4 (https://github.com/lz4/lz4/archive/v1.8.3.tar.gz)
> since the last TL release.
> The updates are not crucial, but if you're up for it, please provide
> binaries for your platforms (if necessary, for wget and lz4).

Building wget fails on Solaris (maybe because of hardcoded "sed"?):

echo '/* version.c */' > version.c
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> version.c
echo '' >> version.c
echo '#include "version.h"' >> version.c
echo 'const char *version_string = "1.20.1";' >> version.c
echo 'const char *compilation_string = "'/opt/csw/bin/gcc-5.5
-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I../../wget-1.20.1/src
-I../lib -I../../wget-1.20.1/lib -D_REENTRANT  -DNDEBUG '";' \
    | sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c
echo 'const char *link_string = "'/opt/csw/bin/gcc-5.5  -DNDEBUG  \
   ftp-opie.o ../lib/libgnu.a     -lrt  -lrt   -liconv    '";' \
    | sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c
  CC       version.o
  CC       ftp-opie.o
  CCLD     wget
Undefined                       first referenced
 symbol                             in file
bind                                connect.o
recv                                connect.o
getservbyname                       ../lib/libgnu.a(getaddrinfo.o)
getsockname                         connect.o
accept                              connect.o
listen                              connect.o
gethostbyname                       ../lib/libgnu.a(getaddrinfo.o)
socket                              connect.o
setsockopt                          connect.o
connect                             connect.o
getpeername                         connect.o
inet_ntop                           host.o
gai_strerror                        host.o
ld: fatal: symbol referencing errors. No output written to wget
collect2: error: ld returned 1 exit status

Mojca


More information about the tlbuild mailing list