| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Easypki depends on glide that is still not available on ppc64le yet.
Disabling this package until we have glide available on ppc64le.
|
|
|
|
|
|
|
| |
This package fails to build due to unexisting PATH_MAX macro. Fixing it
with the patch I sent upstream:
https://github.com/sipcapture/captagent/pull/134
|
|
|
|
|
| |
testing/micro depends on glide that is still not ported to ppc64le,
thus, disabling this package until we have glide ported for ppc64le.
|
|
|
|
|
|
|
| |
This package is heavily dependent on SSE and MMX instructions, thus, it
is not platform independent.
I am also removing two trailing space on APKBUILD script.
|
|
|
|
|
|
|
| |
Update config.guess before building, otherwise this package fails on
ppc64le due to the following bug:
checking build system type... build-aux/config.guess: unable to guess system type
|
|
|
|
|
| |
influxdb depends on community/glide, that is not built for ppc64le.
Disabling this package until we have glide on ppc64le.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qperf fails to build on both x86-64 and ppc64le due to lack of
dependency.
qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it
does not exist (as on a clean env), it shows:
couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704.
Compilation failed in require at ./mkhelp line 5.
BEGIN failed--compilation aborted at ./mkhelp line 5.
make[1]: *** [Makefile:475: help.c] Error 2
make[1]: *** Waiting for unfinished jobs....
couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704.
Compilation failed in require at ./mkman line 6.
BEGIN failed--compilation aborted at ./mkman line 6.
make[1]: *** [Makefile:471: qperf.1] Error 2
This file is provided by perl-dev on Alpine, thus, adding it to
$makedepends
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Package failing to build on ppc64le on the autoreconf phase. This is the
log:
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1
Disabling this package on ppc64le for now.
|
|
|
|
|
|
|
|
|
|
| |
crda depends on python but does not have the dependency clearly
required. Causing the following error:
env: can't execute 'python': No such file or directory
make: *** [Makefile:115: keys-gcrypt.c] Error 127
Fixing the dependency chain.
|
|
|
|
|
|
|
|
|
|
| |
qt-creator currently fails to build on ppc64le due to several errors
like:
language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address]
if (!!&a != !!&b)
Since this is more a desktop package, skipping it on ppc64le for now.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Currently texlive does not build on ppc64le due to building an embedded
luajit from inside the texlive package.
This luajit source does not contain ppc64le bits, thus, it FTBFS.
Ideally, we would like to use system lua and luajit, but, the luajit
build is instrinsics to current texlive building process. In this case,
I am just removing luajittex on ppc64le.
|
|
|
|
|
|
|
|
| |
There was a regression td-agent-bit that broke a function on ppc64le.
This patch fixes it.
This patch was also sent uptream, as:
https://github.com/fluent/fluent-bit/pull/253
|
| |
|
|
|
|
|
| |
https://mailutils.org/
GNU swiss army knife of electronic mail handling
|
| |
|
|
|
|
|
| |
https://fbb-git.github.io/gpg-remailer/
decrypt messages and re-encrypt them to a well-defined group
|
|
|
|
|
|
| |
https://fbb-git.github.io/bobcat/
library of C++ classes and templates handling child processes, streams/sockets,
shared memory, config files, etc.
|
|
|
|
|
| |
https://fbb-git.github.io/yodl/
a pre-document language and tools to process it
|
|
|
|
|
| |
https://fbb-git.github.io/icmake/
a make utility using a C-like grammar
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
In file included from /usr/include/pthread.h:30:0,
from src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp:23:
src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp: In static member function 'static void* OpenThreads::ThreadPrivateActions::StartThread(void*)':
src/OpenSceneGraph-3.4.0/src/OpenThreads/pthreads/PThread.cpp:140:13: error: 'memset' was not declared in this scope
CPU_ZERO( &cpumask );
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Currently this package FTBFS on ppc64le due to old config.guess, which
causes:
checking build system type... ./config.guess: unable to guess system type
This commit just update it before running configure.
|
|
|
|
|
|
|
|
|
| |
Musl lacks a.out.h header, since x86-64 kernel has this file. We do not
have this file, since glib usually have. Once we are on Musl, we lack
this file on non x86-64.
This patch simply switch to the project file definitions instead of
kernel/libc.
|
|
|
|
|
|
|
|
| |
Disabling the blender build on ppc64le due to the following issue:
pragma message "We don't know how to use malloc_usable_size on your platform"
Once we understand what is missing, it should be enabled.
|
| |
|
|
|
|
|
|
|
|
| |
Package not building on ppc64le due to the following error:
no install location for directory /home/alpine/aports/testing/mylg/src/mylg-0.2.6 outside GOPATH
Disabling it for now.
|
|
|
|
| |
fixes https://github.com/linuxkit/linuxkit/issues/1761
|
| |
|
| |
|
|
|
|
|
|
| |
This package depends on a package, called py-singledispatch that does
not exist with this name. The only one that exists is
py2-singledispatch. Fixing it.
|