diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-22 14:31:50 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-22 14:39:26 +0000 |
commit | efa5baf0fd68f4ba178a0a4f0bb59ccfbecaf7e7 (patch) | |
tree | 2ceda4f7517f5bc7df6671d26c003f69f025f987 /reproduce/software/shell/configure.sh | |
parent | 7ac86df891798fd1f0ef4d7a40aff43ec9621854 (diff) |
Perl is now a dependency of Coreutils, LD_LIBRARY_PATH in basic.mk
Until now Perl was built after Coreutils, but I recently noticed that
Coreutils actually uses Perl while creating its manpages. So it is now
built before Coreutils.
Also, while testing on an Amazon AWS EC2 server, we noticed that Coreutils
can't build its man page for `md5sum'. The problem was found to be due to
the fact that until now, we weren't actually setting LD_LIBRARY_PATH to our
installed library path in `basic.mk'. Therefore, it would crash because the
server had an older version of OpenSSL than the one that the template's
Coreutils was built with.
In the meantime (while addressing the issues above, because we only had one
thread on the AWS server) I also noticed a few programs that were using a
summarize compilation command (that just prints `CC xxx.c' instead of the
whole command) so I fixed them by adding `V=1'.
This bug was found by Idafen Santana PĂ©rez.
Diffstat (limited to 'reproduce/software/shell/configure.sh')
0 files changed, 0 insertions, 0 deletions