[boinc-app-seti] 01/01: Upload again on unstable

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Feb 2 08:20:53 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository boinc-app-seti.

commit 85c2d06aec49108e6e1f5a536b252de76948744d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Feb 2 09:15:58 2016 +0100

    Upload again on unstable
---
 debian/changelog                   |  6 ++++++
 debian/patches/fix-arm-build.patch | 21 +++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b755f5b..40b67a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc-app-seti (8.00~svn3363-2) unstable; urgency=medium
+
+  * Fix an armhf build failure by reverting the pld removal.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 02 Feb 2016 09:15:18 +0100
+
 boinc-app-seti (8.00~svn3363-1) unstable; urgency=medium
 
   * New upstream release (Closes: #813326).
diff --git a/debian/patches/fix-arm-build.patch b/debian/patches/fix-arm-build.patch
new file mode 100644
index 0000000..ea7a9cf
--- /dev/null
+++ b/debian/patches/fix-arm-build.patch
@@ -0,0 +1,21 @@
+Description: fix an armhf build failure, by reverting the pld function removal.
+../../client/vector/analyzeFuncs_vfp_aux.cpp: In function 'void v_pfsubTranspose(float*, float*, int, int)':
+../../client/vector/analyzeFuncs_vfp_aux.cpp:68:24: error: there are no arguments to 'pld' that depend on a template parameter, so a declaration of 'pld' must be available [-fpermissive]
+
+--- boinc-app-seti-8.00~svn3363.orig/client/vector/analyzeFuncs_vfp_aux.cpp
++++ boinc-app-seti-8.00~svn3363/client/vector/analyzeFuncs_vfp_aux.cpp
+@@ -48,6 +48,14 @@
+ #include "asmlib.h"
+ #include "pulsefind.h"
+ 
++inline void pld(void *arg1,const int arg2=0) {
++    __asm__ __volatile__ (
++      "pld [%0,%1]\n"
++      : 
++      : "r" (arg1), "Jr" (arg2)
++    );
++}
++
+ 
+ template <int x>
+ inline void v_pfsubTranspose(float *in, float *out, int xline, int yline) {
diff --git a/debian/patches/series b/debian/patches/series
index 907a5fa..f0fe612 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
 006_omitting_archs.patch
 007_worker_comments.patch
 216-fix-build.patch
+fix-arm-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list