Daniel Axtens
Daniel Axtens
Hi, I'm trying to test OpenJPEG on some different architectures. I've started with ppc64le ("Power") which is available on Travis CI now. If I enable testing on Travis, things _mostly_...
Hi, When trying to build your gem on powerpc64le, I get the following error: ``` Configuring libmemcached. env CFLAGS='-fPIC -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith...
Hi, When I try to `gem install memcache` on powerpc64le, I get the following failure: ``` Building native extensions. This could take a while... ERROR: Error installing memcache: ERROR: Failed...
Any attempt to run `GSL::Blas.zgemm` causes a crash: ``` 2.2.6 :001 > require 'gsl' => true 2.2.6 :002 > GSL::Blas.zgemm irb):2: [BUG] Segmentation fault at 0x00000000000000 ruby 2.2.6p396 (2016-11-15 revision...
# Description Redox changed its signal ABI last year. The old definitions (unsurprisingly) cause weird crashes. Use the new ones from Redox's relibc. # Sources https://gitlab.redox-os.org/redox-os/relibc/-/commit/63509e75ce127fdb05c07a464e975687e8ef2977 # Checklist I'm still...