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

New commits:
commit a4c7ead4ac16db5c3f89cabb62a9727ae48a079e
Author: Kay Schenk <ksch...@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 ***"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to