diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-11 21:37:12 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-11 23:02:11 +0100 |
commit | 015b4bde3d5070d7155638a10810f19fc12e9a2e (patch) | |
tree | 4c868dcc95011008d491e83dbe7acfcc2346bf50 /profiles | |
parent | dev-db/postgresql: disable spinlocks on riscv (diff) | |
download | gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.tar.gz gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.tar.bz2 gentoo-015b4bde3d5070d7155638a10810f19fc12e9a2e.zip |
dev-db/postgresql: keyword 13.3 for ~riscv
No native spinlock support and LLVM JIT support appears to be seriously
borked on this arch - but with --disable-spinlocks and USE=-llvm builds,
tests and installs fine.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 5b0df73f6d2b..19668f33278c 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-07-11) +# Causes 35 tests to fail with "fatal llvm error" +dev-db/postgresql llvm + # Marek Szuba <marecki@gentoo.org> (2021-07-05) # sys-cluster/ucx fails to compile on this arch sys-cluster/slurm ucx @@ -9,13 +13,6 @@ sys-cluster/slurm ucx # net-dialup/mgetty fails to compile on this arch mail-mta/courier fax -# Marek Szuba <marecki@gentoo.org> (2021-07-05) -# dev-db/postgresql not keyworded here yet -dev-db/libdbi-drivers postgres -dev-libs/cyrus-sasl postgres -mail-mta/courier postgres -net-libs/courier-authlib postgres - # Ye Cao <ye.c@rioslab.org> (2021-07-02) # Dependencies not keyworded, not tested app-text/texlive-core xetex |