[X2Go-Commits] [x2goclient] 47/219: macbuild.sh: add some more debugging output.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:36:12 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 600c2f9b06e4c3f58bbf5897f84da23440aa3a6e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jul 30 04:31:52 2015 +0200

    macbuild.sh: add some more debugging output.
---
 debian/changelog |    1 +
 macbuild.sh      |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 345cceb..f34b5a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -89,6 +89,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - macbuild.sh: add Linux library file name scheme regex as a precaution.
     - macbuild.sh: directories are "executable", so the first check must
       explicitly include a check for the argument being not a directory.
+    - macbuild.sh: add some more debugging output.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/macbuild.sh b/macbuild.sh
index a6b9224..b3f5177 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -204,9 +204,11 @@ for cur_lib_or_libdir in ${PULSEAUDIO_LIBRARIES[@]}; do
 	cur_lib_or_libdir="$(lazy_canonical_path "${MACPORTS_PREFIX}/lib/${cur_lib_or_libdir}")"
 
 	if [ ! -d "${cur_lib_or_libdir}" ] && [ -x "${cur_lib_or_libdir}" ]; then
+		echo "Adding ${cur_lib_or_libdir} to \${PULSEAUDIO_LIBRARIES_FULL}"
 		PULSEAUDIO_LIBRARIES_FULL+=( "${cur_lib_or_libdir}" )
 	elif [ -d "${cur_lib_or_libdir}" ]; then
 		# That's a directory... more work needed here.
+		echo "Scrubbing directory ${cur_lib_or_libdir}"
 		typeset entry=""
 		for entry in "${cur_lib_or_libdir}"/*; do
 			typeset TMP_REGEX='^.*\.(\.[0-9]+){0,2}(so|dylib|bundle)$'
@@ -314,6 +316,7 @@ if [ "${BUNDLE}" = "1" ]; then
 
 		if [ ! -L "${cur_binary}" ]; then
 			cur_binary_name="$(basename "${cur_binary}")"
+			echo "Handling ${cur_binary} => ${cur_binary_name}."
 
 			typeset nesting_level="$(get_nesting_level "${intermediate_lib_dir}")"
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list