[SCM] ffmpeg/experimental: Remove temporary gdb dependency on sparc64.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Thu Jul 9 22:22:01 UTC 2015


The following commit has been merged in the experimental branch:
commit e59848c4f659af221b7c720e20a97535e19192e6
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Wed Jul 8 23:20:08 2015 +0200

    Remove temporary gdb dependency on sparc64.
    
    A build log showing backtraces was created.

diff --git a/debian/control b/debian/control
index 20e7b77..c8511a1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,6 @@ Build-Depends:
  flite1-dev,
 # --enable-frei0r
  frei0r-plugins-dev [!x32],
-# temporarily added for debugging
- gdb [sparc64],
 # --enable-ladspa
  ladspa-sdk,
 # --enable-libass
diff --git a/debian/rules b/debian/rules
index abf605b..4459e23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,9 +143,6 @@ endif
 ifneq ($(DEB_HOST_ARCH),sparc64)
 	CONFIG += --enable-libsoxr \
 	--enable-openal
-else
-	# added temporarily to debug SIGBUS errors in the fate tests on sparc64
-	CONFIG += --target-exec="gdb --batch -ex r -ex 'bt full' -ex q --args"
 endif
 
 # OpenCV is not available on some architectures.

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list