summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-04-04 21:40:55 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-04-05 22:11:06 +0000
commit4634017093489bee4687f9dd544a34b97e17da2e (patch)
treea83d8797da6321a7e7749f99961330c7bf7805cb /sci-astronomy/casacore/files
parentdev-python/argcomplete: Version bump to 1.1.1 (diff)
downloadgentoo-4634017093489bee4687f9dd544a34b97e17da2e.tar.gz
gentoo-4634017093489bee4687f9dd544a34b97e17da2e.tar.bz2
gentoo-4634017093489bee4687f9dd544a34b97e17da2e.zip
sci-astronomy/casacore: Version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-astronomy/casacore/files')
-rw-r--r--sci-astronomy/casacore/files/casacore-disable-tpath-test.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/sci-astronomy/casacore/files/casacore-disable-tpath-test.patch b/sci-astronomy/casacore/files/casacore-disable-tpath-test.patch
new file mode 100644
index 000000000000..e92e1e7ac4f8
--- /dev/null
+++ b/sci-astronomy/casacore/files/casacore-disable-tpath-test.patch
@@ -0,0 +1,49 @@
+From: Benda Xu <heroxbd@gentoo.org>
+Date: Wed, 29 Oct 2014 16:40:47 +0900
+Subject: disable tPath test
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+Forwarded: no need
+Description: sbuild gets HOME variable leaked into the build environment
+ Debian uses sbuild as official build farm. Until the cause is pinned down,
+ this test is disabled.
+
+ 98/425 Test #101: tPath ...............................***Failed 0.64 sec
+1,16d0
+< expanded: /home/heroxbd
+< expected: /«PKGBUILDDIR»
+< absolute: /home/heroxbd
+< expected: /«PKGBUILDDIR»
+< expanded: /home/heroxbd/test/test2
+< expected: /«PKGBUILDDIR»/test/test2
+< absolute: /home/heroxbd/test/test2
+< expected: /«PKGBUILDDIR»/test/test2
+< expanded: /home/heroxbd/test
+< expected: /«PKGBUILDDIR»/test
+< absolute: /home/heroxbd/test
+< expected: /«PKGBUILDDIR»/test
+< expanded: /home/heroxbd/test
+< expected: /«PKGBUILDDIR»/test
+< absolute: /home/heroxbd/test
+< expected: /«PKGBUILDDIR»/test
+33a18
+> OK
+FAIL (output not verified): ./tPath
+---
+ casa/OS/test/CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/casa/OS/test/CMakeLists.txt b/casa/OS/test/CMakeLists.txt
+index 4a31f7a..10d5b80 100644
+--- a/casa/OS/test/CMakeLists.txt
++++ b/casa/OS/test/CMakeLists.txt
+@@ -12,7 +12,6 @@ tMemory
+ tMemoryTrace
+ tModcompConversion
+ tMutex
+-tPath
+ tPrecTimer
+ tTime
+ tTimer