On Jan 30 2016, Chris <[email protected]> wrote:
I'm trying to compile s3ql to run on a Raspberry Pi 2 and I'm running into issues. Is s3ql known to compile successfully on armv7 devices?

Not to my knowledge.


These are the errors I'm getting in deltadump.c, there are several with the same error about conversion to sdigit from int src/s3ql/deltadump.c:10601:63: error: conversion to 'sdigit {aka short int}' from 'int' may alter its value [-Werror=conversion] case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) digits[0])
Any help on how I should fix this?

That's a bug in Cython (which has probably never been tested on armv7 either). Quickest way to fix it is to report it at http://trac.cython.org.


Best,
-Nikolaus

(No Cc on replies please, I'm reading the list)
--
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

            »Time flies like an arrow, fruit flies like a Banana.«

--
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to