summaryrefslogtreecommitdiff
path: root/profiles/arch/riscv/package.use.mask
blob: e19e84d3ba85c5955552b6c4a3134bd2fe97fc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Yixun Lan <dlan@gentoo.org> (2021-08-20)
# dependencies not keyworded/tested
net-misc/networkmanager ofono

# Marek Szuba <marecki@gentoo.org> (2021-08-18)
# media-libs/libffado does not recognise this arch, fails src_configure
# (Bug #808853).
media-sound/jack2 ieee1394

# Alex Fan <alexfanqi@yahoo.com> (2021-08-17)
# dependencies not keyworded/tested
sys-apps/xdg-desktop-portal screencast
kde-plasma/powerdevil wireless
kde-plasma/plasma-vault networkmanager
kde-plasma/plasma-desktop emoji
kde-plasma/ksystemstats networkmanager
kde-plasma/libksysguard webengine
kde-frameworks/kfilemetadata ffmpeg
kde-plasma/plasma-workspace appstream screencast gps geolocation
kde-plasma/kdeplasma-addons webengine
kde-plasma/plasma-meta networkmanager accessibility grub plymouth pulseaudio
kde-plasma/discover firmware flatpak
kde-plasma/kwin accessibility screencast
kde-plasma/plasma-firewall firewalld
# vlc has libatomic issue, bug #803473
media-libs/phonon vlc gstreamer

# Marek Szuba <marecki@gentoo.org> (2021-08-17)
# sys-libs/libfaketime does not work properly on this arch
sys-auth/sssd test

# Marek Szuba <marecki@gentoo.org> (2021-08-14)
# virtual/mysql & co. round-up:
#  dev-db/mariadb fails tests here, see Bug #807995
#  dev-db/mysql and dev-db/percona-server do not support this arch
#  dev-db/mysql-cluster not tested yet, seriously outdated in the tree
dev-python/mysqlclient test
dev-python/pymysql test
sci-libs/gdal mysql
sys-cluster/slurm slurmdbd

# Marek Szuba <marecki@gentoo.org> (2021-08-11)
# dev-ruby/httpclient not keyworded here due to failing tests
# (Bug #807727). That said, with httpclient-2.8.3 installed manually
# (and without testing) all webmock-3.13.0 tests passed.
dev-ruby/webmock test
# Currently requires dev-lang/spidermonkey:68, which explicitly
# does not support riscv. Hopefully temporary, see Bug #807772.
net-libs/libproxy spidermonkey

# Alex Fan <alexfanqi@yahoo.com> (2021-08-12)
# lua requires specifically luajit for gimp
media-gfx/gimp lua unwind

# Alex Fan <alexfanqi@yahoo.com> (2021-08-09)
# ipython[qt5] depends on qtconsole, which depends on QtPy.
# QtPy cannot be tested atm because QtPy[test] has a hard
# dependency on PyQt5[bluetooth].
dev-python/ipython qt5

# Marek Szuba <marecki@gentoo.org> (2021-08-14)
# Alex Fan <alexfanqi@yahoo.com> (2021-08-05)
# These USE flags depend on java, not (sustainably) supported yet
#  - dev-tex/pdfannotextractor
app-text/texlive pdfannotextractor
#  - dev-java/jackcess
sci-libs/gdal mdb

# Yixun Lan <dlan@gentoo.org> (2021-08-05)
# Boost.Context can be built on riscv
dev-libs/boost -context

# Marek Szuba <marecki@gentoo.org> (2021-07-28)
# app-cdr/cdrtools fails to compile on riscv
dev-util/catalyst iso

# Marek Szuba <marecki@gentoo.org> (2021-07-27)
# dev-libs/boxfort does not support riscv yet, meaning
# dev-libs/criterion cannot be keyworded here
app-admin/syslog-ng test

# Marek Szuba <marecki@gentoo.org> (2021-07-27)
# dev-db/mongodb does not support riscv, fails src_configure
dev-libs/mongo-c-driver test
dev-python/pymongo test

# Alex Fan <alexfanqi@yahoo.com> (2021-07-22)
# lack an ios device to test it
kde-frameworks/solid ios

# Alex Fan <alexfanqi@yahoo.com> (2021-07-20)
# hdf5-1.10 always fails tests with these 2 use flags enabled, otherwise
# passes all tests on at least some systems. No longer needed for 1.12,
# though.
<sci-libs/hdf5-1.12.1 fortran debug

# Marek Szuba <marecki@gentoo.org> (2021-07-14)
# LuaJIT does not support riscv
app-text/texlive-core luajittex
dev-texlive/texlive-basic luajittex
www-servers/nginx nginx_modules_http_lua

# 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

# Marek Szuba <marecki@gentoo.org> (2021-07-05)
# net-dialup/mgetty fails to compile on this arch
mail-mta/courier fax

# Ye Cao <ye.c@rioslab.org> (2021-07-02)
# Dependencies not keyworded, not tested
dev-python/ipython nbconvert notebook

# Marek Szuba <marecki@gentoo.org> (2021-07-05)
# Dependencies not keyworded here yet:
#  - net-fs/openafs
app-crypt/heimdal afs
#  - gnome-base/gconf, dev-libs/libotf & dev-libs/m17n-lib
app-editors/emacs gconf m17n-lib
#  - dev-embedded/libftdi, app-misc/inputlircd
app-misc/lirc ftdi inputlirc
#  - app-xemacs/ruby-modes (and by extension xemacs itself)
dev-lang/ruby xemacs
#  - dev-ruby/asciidoctor
dev-libs/nanomsg doc
#  - app-text/dblatex & media-gfx/transfig
dev-util/ragel doc
#  - Qt5 & KDE
dev-vcs/subversion kwallet
#  - kde-frameworks/bluez-qt
kde-frameworks/purpose bluetooth
#  - kde-plasma/bluedevil
kde-plasma/plasma-meta bluetooth
#  - media-libs/dumb
media-libs/allegro dumb
#  - media-gfx/nvidia-texture-tools
media-libs/devil nvtt
#  - dev-lang/php
media-libs/libvpx doc
#  - net-misc/ofono
media-sound/pulseaudio ofono-headset
#  - media-libs/vo-amrwbenc, media-libs/libbs2b, dev-libs/libcdio-paranoia,
#    media-libs/codec2, media-plugins/frei0r-plugins,
#    media-libs/kvazaar, media-libs/libilbc,
#    app-text/tesseract, media-libs/lv2 & media-libs/lilv, media-libs/rubberband,
#    media-libs/vidstab, media-libs/xvid, media-libs/zimg
media-video/ffmpeg amrenc bs2b cdio codec2 frei0r kvazaar libilbc libtesseract lv2 rubberband vidstab xvid zimg
#  - media-libs/libquicktime, media-libs/sdl-gfx
media-video/mjpegtools quicktime sdlgfx
#  - sys-cluster/ceph
net-analyzer/rrdtool rados
#  - net-wireless/iwd, net-misc/ofono
net-misc/connman iwd ofono
#  - dev-util/aruba
sys-block/thin-provisioning-tools test
#  - sys-cluster/knem, sys-fabric/infinipath-psm
sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_psm
#  - sys-fabric/ofed
sys-cluster/slurm ofed

# Yixun Lan <dlan@gentoo.org> (2021-05-24)
# Dependencies not keyworded, not tested
dev-libs/libdbusmenu test
virtual/notification-daemon gnome kde
media-libs/libcaca doc imlib
dev-libs/libbytesize test
sys-libs/libblockdev dmraid escrow
gnome-base/gvfs bluray cdda mtp ios
sys-power/upower ios
net-libs/gnome-online-accounts gnome
net-libs/libproxy kde
xfce-extra/tumbler epub ffmpeg odf pdf raw
xfce-base/xfce4-meta pulseaudio

# Ye Cao <ye.c@rioslab.org> (2021-07-31)
# Piotr Karbowski <slashbeast@gentoo.org> (2021-06-22)
# Yixun Lan <dlan@gentoo.org> (2021-05-21)
# Mikle Kolyada <zlogene@gentoo.org> (2020-12-03)
# Göktürk Yüksek <gokturk@gentoo.org> (2019-10-10)
#   sys-libs/libunwind do not support riscv
dev-libs/efl unwind
dev-util/perf unwind
dev-util/strace unwind
media-libs/gstreamer unwind
media-libs/mesa unwind
net-libs/zeromq unwind
net-mail/dovecot unwind
x11-base/xorg-server unwind
x11-base/xwayland unwind

# Alex Fan <alexfanqi@yahoo.com> (2021-07-22)
# Yixun Lan <dlan@gentoo.org> (2021-05-24)
# net-misc/networkmanager fails tests on this arch (Bug #807553)
dev-qt/qtnetwork networkmanager
net-libs/libproxy networkmanager
xfce-extra/xfce4-power-manager networkmanager

# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.
app-text/enchant voikko

# This doesn't work for (any) riscv yet.
dev-libs/libpcre2 jit
dev-libs/libpcre jit
<dev-vcs/git-2.31.0 pcre-jit
www-servers/nginx pcre-jit

# app-shells/fish not keyworded due to failing tests (Bug #807742).
# That said, with fish-3.3.1-r1 installed manually (and without testing)
# all argcomplete-1.12.3 tests passed.
dev-python/argcomplete test

# Several dependencies not keyworded due to failing tests.
dev-python/pypiserver test