more info when linux build goes wrong
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 1 Jun 2012 14:05:49 +0000 (14:05 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 1 Jun 2012 14:05:49 +0000 (14:05 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12523 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index b7a1f6c6a6659134c99e582a2051065e8bb0a448..6c2a2574022134a0df30c06ece201115d9f0d794 100755 (executable)
@@ -410,6 +410,7 @@ while [ true ] ; do
                        if test "not" = ${dep}; then 
                                echo ""
                                echo "!!! ERROR !!! - Missing dependant library for $file."
+                               echo "Searched: " $OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
                                echo ""
                                (LD_LIBRARY_PATH=$OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ldd $file)
                                echo ""