[Libreoffice-commits] core.git: Branch 'aoo/trunk' - bootstrap.1

Kay Schenk kschenk at apache.org
Wed Jun 22 00:08:32 UTC 2016


 bootstrap.1 |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a4c7ead4ac16db5c3f89cabb62a9727ae48a079e
Author: Kay Schenk <kschenk at apache.org>
Date:   Tue Jun 21 21:23:37 2016 +0000

    Output Perl @INC, library locations, to help troubleshoot missing Perl modules.

diff --git a/bootstrap.1 b/bootstrap.1
index 572a2e8..0981e5f 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -39,6 +39,8 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
 
 # fetch or update external tarballs
 if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
+# check perl include locations
+    "$PERL" -e 'print "\nInclude locations: @INC\n\n"';
     "$PERL" "$SOLARENV/bin/download_external_dependencies.pl" $SRC_ROOT/external_deps.lst
     if [ "$?" != "0" ]; then
         echo "*** Error downloading external dependencies, please fix the previous problems and try again ***"


More information about the Libreoffice-commits mailing list