| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Upstream is dead, freeworld.thc.org is unresolvable.
|
|
|
|
| |
Fixes #8934 (https://bugs.alpinelinux.org/issues/8934)
|
| |
|
|
|
|
|
|
|
|
|
| |
Adds a basic check (python -c "import bs4")
Follows the multi-version package example from
https://wiki.alpinelinux.org/wiki/APKBUILD_examples:Python
Fixes #8935 (https://bugs.alpinelinux.org/issues/8935)
|
|
|
|
|
|
|
|
|
|
|
| |
[2/4378] CC obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
FAILED: obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
/usr/bin/gcc -MMD -MF obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o.d -DHAVE_AV_CONFIG_H -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DFF_API_CONVERGENCE_DURATION=0 -D_ISOC99_SOURCE -D_LARGEFILE_SOURCE -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DDISABLE_NACL -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../3rdparty/chromium/third_party/ffmpeg/chromium/config/Chromium/linux/ia32 -I../../3rdparty/chromium/third_party/ffmpeg -I../../3rdparty/chromium/third_party/ffmpeg/compat/atomics/gcc -Igen -I../../3rdparty/chromium -I../../3rdparty/chromium/third_party/opus/src/include -fPIC -fomit-frame-pointer -Wno-deprecated-declarations -w -std=c99 -pthread -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -c ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c -o obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o
In file included from ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c:2:0:
../../3rdparty/chromium/third_party/ffmpeg/libavutil/cpu.c:47:24: fatal error: sys/sysctl.h: No such file or directory
#include <sys/sysctl.h>
^
compilation terminated.
|
| |
|
|
|
|
| |
users should upgrade to syncthing by now
|
| |
|
|
|
|
|
|
| |
verbatim_strings test checks the difference between tab character and
'\t' in C#. The resulted test string is correct, cross-checked with
x86*, but still show warning/error on s390x. Disable the test for now.
|
| |
|
|
|
|
| |
Ref #8921 (https://bugs.alpinelinux.org/issues/8921)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
If /boot is on the root partition, I.E., no separate /boot partition,
then the /boot/boot symlink incorrectly pointed to /. Pointing
/boot/boot to "." is correct in all situations.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The previous problem should be fixed by
c9636886a383023c146a1a1cc3f469321509a9b8.
|
|
|
|
|
|
|
| |
This additional features would avoid FTFBS later as the one found on
rngd_darn.c:208:31: error: 'PPC_FEATURE2_DARN' undeclared (first use in this function)
if (!(getauxval(AT_HWCAP2) & PPC_FEATURE2_DARN)) {
|
|
|
|
|
| |
Related to 061af43096c5e86becce3336f30b57d990c5544b and
061af43096c5e86becce3336f30b57d990c5544b.
|
|
|
|
|
|
| |
QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel architectures.
QtWebEngine will not be built.
make: Nothing to be done for 'first'.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes commit 3fae6aefc1545f895b1190ea88c769fcfcc1d0a3.
|
|
|
|
|
|
| |
o2hbmonitor.c: In function 'get_device_name':
o2hbmonitor.c:124:12: error: 'PATH_MAX' undeclared (first use in this function)
char path[PATH_MAX];
|
|
|
|
|
| |
To be able to build it now (haskell-ghc is already provided by ghc
aport, so we can use it instead of newly added ghc-bootstrap).
|
|
|
|
|
| |
This is a hack to allow ghc depend on itself (read comment inside the
abuild).
|
|
|
|
| |
backport from project mkinitfs
|
| |
|
|
|
|
| |
needs swig
|
|
|
|
|
|
|
|
|
| |
rngd_darn.c: In function 'init_darn_entropy_source':
rngd_darn.c:208:31: error: 'PPC_FEATURE2_DARN' undeclared (first use in this function)
if (!(getauxval(AT_HWCAP2) & PPC_FEATURE2_DARN)) {
^~~~~~~~~~~~~~~~~
rngd_darn.c:208:31: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:729: rngd-rngd_darn.o] Error 1
|
|
|
|
|
|
|
|
|
|
| |
Build GTK and SDL user interfaces drivers, audio drivers and block
drivers as modules and ship them in their subpackages. This is so we
dont need make a special build for GTK.
Backport patch to avoid link in libX11 to main binary.
Also separate out ivshmem tools to its own subpackage.
|
| |
|
|
|
|
| |
needed by qemu
|
| |
|
|
|
|
| |
seems like libvirt needs it
|
| |
|
|
|
|
| |
Upstream removed release 2.0 and continue with 1.x... >_<
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|