| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
seems tests are working now
|
|
|
|
| |
fixes #9813
|
| |
|
|
|
|
| |
/home/buildozer/aports/testing/telegram-desktop/src/telegram-desktop-1.5.4/out/Release/../../Telegram/SourceFiles/base/build_config.h:57:2: error: #error Please add support for your architecture in base/build_config.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
musl-1.1.20 implements support (or lack thereof) for the MAP_SYNC flag by #define'ing
it uncoditionally in generic <sys/mman.h> then #undef'ining optionally in arch-specific
<bits/mman.h> (e.g. for mips* and powerpc*). So io/mmap.c fails to compile since it
includes <sys/mman.h> (which undefines MAP_SYNC on mips* and powerpc*) after "linux.h"
(which either defines fallback MAP_SYNC values or pulls <asm-generic/mman{-common.h}>).
The proposes patch also fixes the flawed MAP_SYNC detection logic in the configure script
because io/mmap.c always uses the MAP_SYNC definition (either real one or zero fallback).
Otherwise xfsprogs wrongly detects the MAP_SYNC presence on mips* and ppc64le and the code
does not define MAP_SYNC fallback so io/mmap.c still fails to compile.
Note the last (2018-07-11) successful xfsprogs build for ppc64le was against musl-1.1.19
(without any support for MAP_SYNC).
The problem with MAP_SYNC detection is as follows. The configure script checks only
<asm-generic/mman{-common}.h> headers for the MAP_SYNC definition instead of using
the arch-specific <asm/mman.h>. But some architectures (mips, powerpc, parisc) do not
support the MAP_SYNC feature at all, do not use the <asm-generic/mman{-common.h}> files
and do not define the flag in the corresponding <asm/mman.h> header.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Paths for mips and ppc64el were wrong, several CARCH'es were missing.
On x86_64, this changes /lib64 from being a symlink to a directory
containg a symlink.
|
| |
|
| |
|
|
|
|
|
|
| |
Test still fails on ppc64le
This reverts commit ea135b3e92c721c9d25c1ab2c1c7b1775557faab.
|
|
|
|
|
| |
Tests should work again after commit c604b8f23152 (main/lua-cqueues:
backport fix for DNS).
|
|
|
|
|
|
| |
Fixes testsuite hang in lua-http on s390x.
upstream: https://github.com/wahern/dns/pull/27
|
| |
|
|
|
|
| |
Will be a dependency of main/twisted
|
|
|
|
| |
Will be a dependency of main/twisted
|
| |
|
|
|
|
| |
modify configure.ac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wg-quick does not work with some of the busybox built-ins.
based on original report by Nathan Caldwell (saintdev at gmail dot com)
adds depends for:
procps
iproute2
coreutils (for sysctl -r)
but NOT for Bash (which is required by wg-quick only & not by other wg-tools)
see also:
https://github.com/alpinelinux/aports/pull/3903
https://lists.zx2c4.com/pipermail/wireguard/2018-December/003608.html
|
|
|
|
| |
Fixes #9817
|
|
|
|
|
| |
https://desktop.telegram.org/
Telegram Desktop messaging app
|
| |
|
| |
|
|
|
|
|
| |
Fixes:
[1539546288,000,xklavier_config_xkb.c:xkl_config_get_keyboard/] Could not exec /usr/share/X11/xkb/xkbcomp: 2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LLVM googletest driver does not correctly filter out the banner
printed by the gtest tool and interprets it as another unittest.
This makes community/lld test suite fail:
UNRESOLVED: lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc (1229 of 1231)
******************** TEST 'lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc' FAILED ********************
Unable to find '[ PASSED ] 1 test.' in gtest output:
Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc
Note: Google Test filter = Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc
[==========] Running 0 tests from 0 test cases.
[==========] 0 tests from 0 test cases ran. (0 ms total)
[ PASSED ] 0 tests.
|
| |
|
|
|
|
|
|
| |
add missing tiff-dev to makedepends
remove unneeded libressl270-dtsl_method.patch
bump pkgrel
|
|
|
|
|
|
| |
gold does not seem to work with arm architectures.
libva patches are from void linux
|
| |
|
| |
|
|
|
|
| |
seems to build now, and it is needed by qemu
|
|
|
|
| |
Seems like nothing uses it
|
| |
|
| |
|