* [ISSUE] Packages failing with xbps-fbulk
@ 2020-11-16 11:43 pullmoll
2020-11-16 13:22 ` sgn
` (171 more replies)
0 siblings, 172 replies; 173+ messages in thread
From: pullmoll @ 2020-11-16 11:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
New issue by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427
Description:
I have 4 lists of packages failing to build with `xbps-fbulk` for `x86_64{,-musl}` and `i686{,-musl}`. Just in case anyone wants to take a look at the logs and try to fix the problems...
- https://repo.voidlinux.de/x86_64/bad/
- https://repo.voidlinux.de/x86_64-musl/bad/
- https://repo.voidlinux.de/i686/bad/
- https://repo.voidlinux.de/i686-musl/bad/
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
@ 2020-11-16 13:22 ` sgn
2020-11-16 16:01 ` sgn
` (170 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-16 13:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728003374
Comment:
`etcd`: https://github.com/void-linux/void-packages/pull/26377#issuecomment-727636137
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
2020-11-16 13:22 ` sgn
@ 2020-11-16 16:01 ` sgn
2020-11-16 18:02 ` pullmoll
` (169 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-16 16:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
- [ ] JAI
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] bpftrace
- [ ] brother-dcp197c-cupswrapper
- [ ] cavestory
- [ ] choosenim
- [ ] chromium
- [ ] clisp
- [ ] dedup
- [ ] doom3
- [ ] dssi-vst
- [ ] electron10
- [ ] electron7
- [ ] electron9
- [x] etcd
- [ ] fpc
- [ ] freeplane
- [ ] gens-gs
- [ ] go
- [ ] heaptrack
- [ ] imagescan-plugin-networkscan
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [ ] libcryptui
- [x] libebur128
- [ ] libgaminggear
- [ ] libtecla
- [ ] linux-tools
- [ ] liteide
- [ ] llvm-libunwind
- [x] lua51-luasec
- [x] lua52-luasec
- [x] lua53-luasec
- [ ] lxd-lts
- [ ] matio
- [ ] minisign
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] numix-themes
- [ ] ocamlbuild
- [ ] olsrd
- [ ] openbazaar
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] pijul
- [ ] polygen
- [ ] pulseview
- [ ] qtikz
- [ ] quake4
- [ ] racer
- [ ] rkt
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] soundkonverter
- [ ] splint
- [ ] strace
- [ ] sublime-text3
- [ ] swars
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] vala-panel
- [ ] wasmtime
- [ ] wineasio
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
2020-11-16 13:22 ` sgn
2020-11-16 16:01 ` sgn
@ 2020-11-16 18:02 ` pullmoll
2020-11-16 18:03 ` pullmoll
` (168 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-16 18:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728228757
Comment:
Note that some of the packages fail only for `i686-musl` which tells that there's something wrong with either the triplet `i686-linux-musl` vs. `i686-pc-linux-gnu` detection, or the compiler / linker for some reason does not link against `libbsp_nonshared.a` when it should.
Perhaps the triplet should be `i686-pc-linux-musl`... i686 is a special case in this belong.
In some cases omitting `-nostdlib` from `LDFLAGS` solved the issues, in other cases explicitly listing `LDFLAGS="-lssp_nonshared"` did help. In any case a package failing for `i686-musl` does not necessarily mean it's a package problem.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (2 preceding siblings ...)
2020-11-16 18:02 ` pullmoll
@ 2020-11-16 18:03 ` pullmoll
2020-11-16 18:05 ` ericonr
` (167 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-16 18:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728228757
Comment:
Note that some of the packages fail only for `i686-musl` which tells that there's something wrong with either the triplet `i686-linux-musl` vs. `i686-pc-linux-gnu` detection, or the compiler / linker for some reason does not link against `libssp_nonshared.a` when it should.
Perhaps the triplet should be `i686-pc-linux-musl`... i686 is a special case in this belong.
In some cases omitting `-nostdlib` from `LDFLAGS` solved the issues, in other cases explicitly listing `LDFLAGS="-lssp_nonshared"` did help. In any case a package failing for `i686-musl` does not necessarily mean it's a package problem.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (3 preceding siblings ...)
2020-11-16 18:03 ` pullmoll
@ 2020-11-16 18:05 ` ericonr
2020-11-17 1:15 ` sgn
` (166 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: ericonr @ 2020-11-16 18:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728230488
Comment:
`wine` isn't on this list because the template doesn't try to build for `i686-musl`, but it also fails. There are people on alpine trying to get it to build there, so I plan on trying to get a hold of their fixes.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (4 preceding siblings ...)
2020-11-16 18:05 ` ericonr
@ 2020-11-17 1:15 ` sgn
2020-11-18 0:12 ` sgn
` (165 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-17 1:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
- [ ] JAI
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] bpftrace
- [ ] brother-dcp197c-cupswrapper
- [ ] cavestory
- [ ] choosenim
- [ ] chromium
- [ ] clisp
- [ ] dedup
- [ ] doom3
- [ ] dssi-vst
- [ ] electron10
- [ ] electron7
- [ ] electron9
- [ ] etcd
- [ ] fpc
- [ ] freeplane
- [ ] gens-gs
- [ ] go
- [ ] heaptrack
- [ ] imagescan-plugin-networkscan
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [ ] libcryptui
- [x] libebur128
- [ ] libgaminggear
- [ ] libtecla
- [ ] linux-tools
- [ ] liteide
- [ ] llvm-libunwind
- [x] lua51-luasec
- [x] lua52-luasec
- [x] lua53-luasec
- [ ] lxd-lts
- [ ] matio
- [ ] minisign
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] numix-themes
- [ ] ocamlbuild
- [ ] olsrd
- [ ] openbazaar
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] pijul
- [ ] polygen
- [ ] pulseview
- [ ] qtikz
- [ ] quake4
- [ ] racer
- [ ] rkt
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] soundkonverter
- [ ] splint
- [ ] strace
- [ ] sublime-text3
- [ ] swars
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] vala-panel
- [ ] wasmtime
- [ ] wineasio
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (5 preceding siblings ...)
2020-11-17 1:15 ` sgn
@ 2020-11-18 0:12 ` sgn
2020-11-19 1:41 ` sgn
` (164 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-18 0:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI
- [ ] choosenim
- [ ] electron7
- [ ] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [ ] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [ ] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (6 preceding siblings ...)
2020-11-18 0:12 ` sgn
@ 2020-11-19 1:41 ` sgn
2020-11-19 1:45 ` sgn
` (163 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-19 1:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728003374
Comment:
`etcd`: https://github.com/void-linux/void-packages/pull/26377#issuecomment-727636137 https://github.com/void-linux/void-packages/pull/26448
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (7 preceding siblings ...)
2020-11-19 1:41 ` sgn
@ 2020-11-19 1:45 ` sgn
2020-11-19 1:45 ` sgn
` (162 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-19 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI
- [ ] choosenim
- [ ] electron7
- [ ] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [ ] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (8 preceding siblings ...)
2020-11-19 1:45 ` sgn
@ 2020-11-19 1:45 ` sgn
2020-11-19 14:34 ` sgn
` (161 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-19 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI
- [ ] choosenim
- [ ] electron7
- [ ] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (9 preceding siblings ...)
2020-11-19 1:45 ` sgn
@ 2020-11-19 14:34 ` sgn
2020-11-19 15:09 ` sgn
` (160 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-19 14:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI
- [ ] choosenim
- [ ] electron7
- [x] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (10 preceding siblings ...)
2020-11-19 14:34 ` sgn
@ 2020-11-19 15:09 ` sgn
2020-11-20 2:19 ` sgn
` (159 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-19 15:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI https://github.com/void-linux/void-packages/pull/26505
- [ ] choosenim
- [ ] electron7
- [x] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (11 preceding siblings ...)
2020-11-19 15:09 ` sgn
@ 2020-11-20 2:19 ` sgn
2020-11-20 16:59 ` sgn
` (158 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-20 2:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI https://github.com/void-linux/void-packages/pull/26505
- [ ] choosenim #26520
- [ ] electron7
- [x] etcd
- [ ] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (12 preceding siblings ...)
2020-11-20 2:19 ` sgn
@ 2020-11-20 16:59 ` sgn
2020-11-20 22:08 ` pullmoll
` (157 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-20 16:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI https://github.com/void-linux/void-packages/pull/26505
- [ ] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [ ] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (13 preceding siblings ...)
2020-11-20 16:59 ` sgn
@ 2020-11-20 22:08 ` pullmoll
2020-11-21 0:45 ` sgn
` (156 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-20 22:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [ ] JAI https://github.com/void-linux/void-packages/pull/26505
- [ ] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (14 preceding siblings ...)
2020-11-20 22:08 ` pullmoll
@ 2020-11-21 0:45 ` sgn
2020-11-21 2:33 ` sgn
` (155 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 0:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [ ] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (15 preceding siblings ...)
2020-11-21 0:45 ` sgn
@ 2020-11-21 2:33 ` sgn
2020-11-21 2:59 ` sgn
` (154 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 2:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [ ] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (16 preceding siblings ...)
2020-11-21 2:33 ` sgn
@ 2020-11-21 2:59 ` sgn
2020-11-21 3:06 ` sgn
` (153 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 2:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731497152
Comment:
@pullmoll Would you mind try building `kexi` again. It's built fine over here.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (17 preceding siblings ...)
2020-11-21 2:59 ` sgn
@ 2020-11-21 3:06 ` sgn
2020-11-21 3:14 ` sgn
` (152 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 3:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [ ] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (18 preceding siblings ...)
2020-11-21 3:06 ` sgn
@ 2020-11-21 3:14 ` sgn
2020-11-21 3:55 ` sgn
` (151 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 3:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [ ] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (19 preceding siblings ...)
2020-11-21 3:14 ` sgn
@ 2020-11-21 3:55 ` sgn
2020-11-21 5:59 ` sgn
` (150 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 3:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (20 preceding siblings ...)
2020-11-21 3:55 ` sgn
@ 2020-11-21 5:59 ` sgn
2020-11-21 6:48 ` sgn
` (149 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 5:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [ ] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (21 preceding siblings ...)
2020-11-21 5:59 ` sgn
@ 2020-11-21 6:48 ` sgn
2020-11-21 7:09 ` sgn
` (148 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 6:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [ ] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (22 preceding siblings ...)
2020-11-21 6:48 ` sgn
@ 2020-11-21 7:09 ` sgn
2020-11-21 9:07 ` sgn
` (147 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 7:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [ ] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (23 preceding siblings ...)
2020-11-21 7:09 ` sgn
@ 2020-11-21 9:07 ` sgn
2020-11-21 9:23 ` sgn
` (146 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 9:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [ ] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (24 preceding siblings ...)
2020-11-21 9:07 ` sgn
@ 2020-11-21 9:23 ` sgn
2020-11-21 9:38 ` pullmoll
` (145 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 9:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [ ] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (25 preceding siblings ...)
2020-11-21 9:23 ` sgn
@ 2020-11-21 9:38 ` pullmoll
2020-11-21 12:13 ` sgn
` (144 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-21 9:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731554767
Comment:
@sgn will take some time since I'm restoring my repository files after accidental deletion :-/
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (26 preceding siblings ...)
2020-11-21 9:38 ` pullmoll
@ 2020-11-21 12:13 ` sgn
2020-11-21 12:38 ` sgn
` (143 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 12:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [ ] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (27 preceding siblings ...)
2020-11-21 12:13 ` sgn
@ 2020-11-21 12:38 ` sgn
2020-11-21 12:48 ` sgn
` (142 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 12:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [ ] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (28 preceding siblings ...)
2020-11-21 12:38 ` sgn
@ 2020-11-21 12:48 ` sgn
2020-11-21 12:52 ` sgn
` (141 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 12:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [ ] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (29 preceding siblings ...)
2020-11-21 12:48 ` sgn
@ 2020-11-21 12:52 ` sgn
2020-11-21 12:53 ` sgn
` (140 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 12:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [ ] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (30 preceding siblings ...)
2020-11-21 12:52 ` sgn
@ 2020-11-21 12:53 ` sgn
2020-11-21 17:13 ` pullmoll
` (139 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-21 12:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731575198
Comment:
I fixed some non-complicated packages. I'm not able to revisit this issue for a while.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (31 preceding siblings ...)
2020-11-21 12:53 ` sgn
@ 2020-11-21 17:13 ` pullmoll
2020-11-21 18:12 ` Johnnynator
` (138 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-21 17:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1537 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731607127
Comment:
New failure:
- [ ] `libclc-git` fails with llvm11
It used to build before the update. Now I see this error:
```
LLVM-CC amdgcn--amdhsa/lib/math/fmax.cl.bc
LLVM-CC amdgcn--amdhsa/lib/math/fmin.cl.bc
clang-11: error: cannot find ROCm device library. Provide its path via --rocm-path or --rocm-device-lib-path
, or pass -nogpulib to build without ROCm device library.
clang-11: error: cannot find ROCm device library. Provide its path via --rocm-path or --rocm-device-lib-path
, or pass -nogpulib to build without ROCm device library.
LLVM-CC amdgcn--amdhsa/lib/math/ldexp.cl.bc
make: *** [Makefile:7927: amdgcn--amdhsa/lib/workitem/get_local_size.cl.bc] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:7922: amdgcn--amdhsa/lib/workitem/get_global_size.cl.bc] Error 1
2 warnings generated.
```
Updating to latest git revision [9aa6f350a6ce0f2cfc7e489495af8899ca74e079](https://github.com/llvm-mirror/libclc/commit/9aa6f350a6ce0f2cfc7e489495af8899ca74e079) of 2019-10-27 doesn't change this.
Not sure what to do here. It's blocking my try to do (yet) another bootstrap as `mesa` depends on it, and the chain back to `cairo`, `gobject-introspection`, `libsecret`, `git`, `dtc`, `qemu-user-static`, `libgpg-error`, `libgcrypt`, `libmicrohttpd`, `elfutils`, `gdb`, `atf`, `xbps`, `base-chroot` when trying to do a cross build for `base-chroot` for `i686`.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (32 preceding siblings ...)
2020-11-21 17:13 ` pullmoll
@ 2020-11-21 18:12 ` Johnnynator
2020-11-21 20:18 ` pullmoll
` (137 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: Johnnynator @ 2020-11-21 18:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 360 bytes --]
New comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731615408
Comment:
We probably should use the libclc from the llvm-project repo ( https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libclc-11.0.0.src.tar.xz ). The libclc repo is seen as outdated and deprecated.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (33 preceding siblings ...)
2020-11-21 18:12 ` Johnnynator
@ 2020-11-21 20:18 ` pullmoll
2020-11-22 0:17 ` pullmoll
` (136 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-21 20:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731631214
Comment:
I also think we should do that. I'm a little busy with other stuff ATM though. Perhaps I can take a look tomorrow.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (34 preceding siblings ...)
2020-11-21 20:18 ` pullmoll
@ 2020-11-22 0:17 ` pullmoll
2020-11-22 0:18 ` pullmoll
` (135 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 0:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [ ] `libgcrypt` fails to cross compile.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (35 preceding siblings ...)
2020-11-22 0:17 ` pullmoll
@ 2020-11-22 0:18 ` pullmoll
2020-11-22 0:24 ` pullmoll
` (134 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 0:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [ ] `libgcrypt` fails to cross compile.
```
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
collect2: error: ld returned 1 exit status
```
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (36 preceding siblings ...)
2020-11-22 0:18 ` pullmoll
@ 2020-11-22 0:24 ` pullmoll
2020-11-22 0:25 ` pullmoll
` (133 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 0:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [ ] `libgcrypt` fails to cross compile.
```
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
collect2: error: ld returned 1 exit status
```
Solution: add `configure_args+=" ac_cv_sys_symbol_underscore=no"` for `$CROSS_BUILD`, not just for `$XBPS_TARGET_ARCH` in `ppc|ppc-musl`. Can someone push that change? My master is dirty and I don't want to revert things just to push that fix.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (37 preceding siblings ...)
2020-11-22 0:24 ` pullmoll
@ 2020-11-22 0:25 ` pullmoll
2020-11-22 4:56 ` pullmoll
` (132 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 0:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [ ] `libgcrypt` fails to cross compile.
```
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
collect2: error: ld returned 1 exit status
```
Solution: add `configure_args+=" ac_cv_sys_symbol_underscore=no"` for `$CROSS_BUILD`, not just for `$XBPS_TARGET_ARCH` in `ppc|ppc-musl`. Can someone push that change? My master is dirty and I don't want to revert things just to push that fix.
```
if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_sys_symbol_underscore=no"
fi
```
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (38 preceding siblings ...)
2020-11-22 0:25 ` pullmoll
@ 2020-11-22 4:56 ` pullmoll
2020-11-22 4:56 ` pullmoll
` (131 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 4:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [x] `libgcrypt` fails to cross compile.
```
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
collect2: error: ld returned 1 exit status
```
Solution: add `configure_args+=" ac_cv_sys_symbol_underscore=no"` for `$CROSS_BUILD`, not just for `$XBPS_TARGET_ARCH` in `ppc|ppc-musl`. Can someone push that change? My master is dirty and I don't want to revert things just to push that fix.
```
if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_sys_symbol_underscore=no"
fi
```
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (39 preceding siblings ...)
2020-11-22 4:56 ` pullmoll
@ 2020-11-22 4:56 ` pullmoll
2020-11-22 22:44 ` fosslinux
` (130 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-22 4:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731656837
Comment:
- [x] `libgcrypt` fails to cross compile.
```
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
/usr/lib/gcc/x86_64-linux-musl/9.3.0/../../../../x86_64-linux-musl/bin/ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
collect2: error: ld returned 1 exit status
```
Solution: add `configure_args+=" ac_cv_sys_symbol_underscore=no"` for `$CROSS_BUILD`, not just for `$XBPS_TARGET_ARCH` in `ppc|ppc-musl`.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (40 preceding siblings ...)
2020-11-22 4:56 ` pullmoll
@ 2020-11-22 22:44 ` fosslinux
2020-11-23 4:16 ` CameronNemo
` (129 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: fosslinux @ 2020-11-22 22:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
New comment by fosslinux on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731859838
Comment:
RE libclc-git: arch went this route https://github.com/archlinux/svntogit-packages/commit/a5b389c616fc96fb7f32396adaaa2612fd14c19a
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (41 preceding siblings ...)
2020-11-22 22:44 ` fosslinux
@ 2020-11-23 4:16 ` CameronNemo
2020-11-23 4:16 ` CameronNemo
` (128 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: CameronNemo @ 2020-11-23 4:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
New comment by CameronNemo on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731917336
Comment:
tried fixing k3s but had some issues
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (42 preceding siblings ...)
2020-11-23 4:16 ` CameronNemo
@ 2020-11-23 4:16 ` CameronNemo
2020-11-23 11:55 ` sgn
` (127 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: CameronNemo @ 2020-11-23 4:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
New comment by CameronNemo on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-731917336
Comment:
tried fixing k3s but had some issues. will take some time, especially with the holidays.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (43 preceding siblings ...)
2020-11-23 4:16 ` CameronNemo
@ 2020-11-23 11:55 ` sgn
2020-11-23 21:12 ` pullmoll
` (126 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2020-11-23 11:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (44 preceding siblings ...)
2020-11-23 11:55 ` sgn
@ 2020-11-23 21:12 ` pullmoll
2020-11-23 21:45 ` pullmoll
` (125 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-23 21:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-732428730
Comment:
@fosslinux I have a PR building libclc-11.0.0 which seems to be good and waits for review.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (45 preceding siblings ...)
2020-11-23 21:12 ` pullmoll
@ 2020-11-23 21:45 ` pullmoll
2020-11-23 21:48 ` pullmoll
` (124 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-23 21:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-732444814
Comment:
FYI for electron7: fsck it. I tried to patch it (bison3.7 and perfetto internal destructors problems) and got to some point.
Now another update in the system makes it fail to build much earlier again. I'm fed and done with that one.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (46 preceding siblings ...)
2020-11-23 21:45 ` pullmoll
@ 2020-11-23 21:48 ` pullmoll
2020-11-23 21:54 ` pullmoll
` (123 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-23 21:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [ ] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (47 preceding siblings ...)
2020-11-23 21:48 ` pullmoll
@ 2020-11-23 21:54 ` pullmoll
2021-01-03 0:56 ` pullmoll
` (122 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2020-11-23 21:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-732448531
Comment:
@sgn: kexi still fails here somewhere related to `KReportGroupTracker`, probably coming from `kreport-devel`. The difference may be my build of `kreport` is rather new while the official build was last updated on 2020-07-08, i.e. before `qt5` update to `5.15.1`.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (48 preceding siblings ...)
2020-11-23 21:54 ` pullmoll
@ 2021-01-03 0:56 ` pullmoll
2021-01-03 0:57 ` pullmoll
` (121 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-03 0:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [ ] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (49 preceding siblings ...)
2021-01-03 0:56 ` pullmoll
@ 2021-01-03 0:57 ` pullmoll
2021-01-13 20:14 ` pullmoll
` (120 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-03 0:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [ ] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (50 preceding siblings ...)
2021-01-03 0:57 ` pullmoll
@ 2021-01-13 20:14 ` pullmoll
2021-01-13 20:20 ` pullmoll
` (119 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-13 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-759713367
Comment:
Just a heads up on this issue:
I moved the universe(s) rebuilds w/ musl-1.2.1 (and gcc-10.2.0 etc. pp.) to my main, experimental, repository at https://repo.voidlinux.de/ where the failing packages per arch are linked. The current numbers (as of 2021-01-13 20:15:02 CET) are:
Architecture | packages built | bad
-----------------|---------------------|-----------
x86_64 | 11721 | 24
x86_64-musl | 11649 | 23
i686 | 11675 | 30
i686-musl | 11417 | 58
aarch64 | 10695 | 163
aarch64-musl | 10660 | 171
armv7l | 10565 | 240
armv7l-musl | 10653 | 165
armv6l | 10191 | 228
armv6l-musl | 10229 | 188
armv5tel | 10123 | 243
armv5tel-musl | 10085 | 250
mips-musl | 8858 | 309
mipshf-musl | 8941 | 225
mipsel-musl | 8889 | 284
mipselhf-musl | 8964 | 223
ppc | 9682 | 270
ppc-musl | 9242 | 568
ppcle | 6117 | 246
ppcle-musl | 6140 | 211
ppc64 | 10200 | 191
ppc64-musl | 10204 | 183
ppc64le | 10607 | 199
ppc64le-musl | 10590 | 198
Of course this is just a snapshot as I'm constantly trying to fix problems and then build pkgs for the 24 targets which sometimes takes its time to propagate to dependent pkgs.
I of course appreciate anyone looking into the *bad* logfiles and fixing the underlying issue(s).
Some are simple to fix, some are complex, and some cannot be fixed at all.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (51 preceding siblings ...)
2021-01-13 20:14 ` pullmoll
@ 2021-01-13 20:20 ` pullmoll
2021-01-13 20:20 ` pullmoll
` (118 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-13 20:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [x] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [ ] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (52 preceding siblings ...)
2021-01-13 20:20 ` pullmoll
@ 2021-01-13 20:20 ` pullmoll
2021-01-13 20:21 ` pullmoll
` (117 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-13 20:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [x] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [x] lxd-lts
- [x] minisign
- [x] musikcube
- [ ] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (53 preceding siblings ...)
2021-01-13 20:20 ` pullmoll
@ 2021-01-13 20:21 ` pullmoll
2021-01-13 20:21 ` pullmoll
` (116 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-13 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [x] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [x] lxd-lts
- [x] minisign
- [x] musikcube
- [x] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [ ] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (54 preceding siblings ...)
2021-01-13 20:21 ` pullmoll
@ 2021-01-13 20:21 ` pullmoll
2021-01-14 1:19 ` sgn
` (115 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-13 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [x] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [ ] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [x] lxd-lts
- [x] minisign
- [x] musikcube
- [x] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [x] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (55 preceding siblings ...)
2021-01-13 20:21 ` pullmoll
@ 2021-01-14 1:19 ` sgn
2021-01-14 1:20 ` sgn
` (114 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-14 1:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-759861282
Comment:
- kexi c81fc2bbe7de54dbbcacc69b9add5a488b1a1702
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (56 preceding siblings ...)
2021-01-14 1:19 ` sgn
@ 2021-01-14 1:20 ` sgn
2021-01-14 1:38 ` sgn
` (113 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-14 1:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
x86_64:
- [x] JAI https://github.com/void-linux/void-packages/pull/26505
- [x] choosenim #26520
- [ ] electron7
- [x] etcd
- [x] imapfilter
- [x] io.elementary.music
- [ ] io.elementary.photos
- [x] ion
- [x] iscan-plugin-gt-s650
- [x] jedit
- [ ] k3s
- [x] katarakt
- [x] kexi
- [x] lua5{1,2,3}-luasec
- [x] libgaminggear
- [ ] liteide
- [x] lxd-lts
- [x] minisign
- [x] musikcube
- [x] nomacs #26552
- [x] notes-up
- [x] olsrd
- [ ] openbazaar
- [ ] pijul
- [x] pulseview
- [x] qtikz
- [ ] racer
- [ ] rkt
- [x] soundkonverter
- [x] splint
- [x] sublime-text3
- [ ] switchboard-plug-printers
- [x] telepathy-salut
- [x] vala-panel
x86_64-musl (x86_64 +)
- [x] libebur128
- [x] matio
i686 (x86_64 +):
- [ ] cavestory
- [ ] clisp
- [ ] doom3
- [ ] dssi-vst
- [ ] gens-gs
- [x] numix-themes
- [ ] quake4
- [ ] rkt
- [ ] swars
- [ ] wineasio
i686-musl (i686 +):
- [ ] VeraCrypt
- [ ] afl
- [ ] bin86
- [ ] chromium
- [ ] dedup
- [ ] electron10
- [ ] electron9
- [ ] fpc
- [ ] freeplane
- [ ] go
- [ ] heaptrack
- [ ] libcryptui
- [ ] libtecla
- [ ] linux-tools
- [x] matio
- [ ] mit-scheme-c
- [ ] mplayer (i686-musl does not support LDT access)
- [ ] msp430-toolchain
- [ ] ocamlbuild
- [ ] openjdk9-bootstrap
- [ ] parrot
- [ ] pdfsandwich
- [ ] polygen
- [ ] runelite-launcher
- [ ] seahorse-sharing
- [ ] strace
- [ ] tsocks
- [ ] unison
- [ ] urbanterror
- [ ] wasmtime
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (57 preceding siblings ...)
2021-01-14 1:20 ` sgn
@ 2021-01-14 1:38 ` sgn
2021-01-14 11:29 ` pullmoll
` (112 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-14 1:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-759861282
Comment:
- kexi c81fc2bbe7de54dbbcacc69b9add5a488b1a1702
- stockfish #27910
- vte290 887d0e03d5dc64ab2fd650bde27b9b25fa2a1d42
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (58 preceding siblings ...)
2021-01-14 1:38 ` sgn
@ 2021-01-14 11:29 ` pullmoll
2021-01-14 11:32 ` pullmoll
` (111 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-14 11:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-760138103
Comment:
I just tested some fresh built live ISOs and I have no network to external IP addresses running qemu-system-i386 and one of the Qt5 based desktops lxqt or kde. Booting the cinnamon or lxde live ISO in qemu-system-i386 I can connect to e.g. wikipedia with icecat.
So it seems to be some issue caused by or with Qt5 networking. No idea how that could prevent ping to external IP addresses in a terminal, though.
I can ping 10.0.2.2 but nothing outside it seems.
The live ISOs will be up in about an hour or so from now.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (59 preceding siblings ...)
2021-01-14 11:29 ` pullmoll
@ 2021-01-14 11:32 ` pullmoll
2021-01-14 11:33 ` pullmoll
` (110 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-14 11:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-760138103
Comment:
I just tested some fresh built live ISOs and I have no network to external IP addresses running qemu-system-i386 and one of the Qt5 based desktops lxqt or kde. Booting the cinnamon or lxde live ISO in qemu-system-i386 I can connect to e.g. wikipedia with icecat. Also kde and falkon in qemu-system-x86_64 works.
So it seems to be some issue caused by or with Qt5 networking. No idea how that could prevent ping to external IP addresses in a terminal, though.
I can ping 10.0.2.2 but nothing outside it seems.
The live ISOs will be up in about an hour or so from now.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (60 preceding siblings ...)
2021-01-14 11:32 ` pullmoll
@ 2021-01-14 11:33 ` pullmoll
2021-01-14 12:41 ` pullmoll
` (109 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-14 11:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-760138103
Comment:
I just tested some fresh built live ISOs and I have no network to external IP addresses running qemu-system-i386 and one of the Qt5 based desktops lxqt or kde. Booting the cinnamon or lxde live ISO in qemu-system-i386 I can connect to e.g. wikipedia with icecat. Also kde and falkon in qemu-system-x86_64 works.
So it seems to be some issue caused by or with Qt5 networking and i686 (both glibc and musl). No idea how that could prevent ping to external IP addresses in a terminal, though.
I can ping 10.0.2.2 but nothing outside it seems.
The live ISOs will be up in about an hour or so from now.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (61 preceding siblings ...)
2021-01-14 11:33 ` pullmoll
@ 2021-01-14 12:41 ` pullmoll
2021-01-16 10:23 ` pullmoll
` (108 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-14 12:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-760138103
Comment:
I just tested some fresh built live ISOs and I have no network to external IP addresses running qemu-system-i386 and one of the Qt5 based desktops lxqt or kde. Booting the cinnamon or lxde live ISO in qemu-system-i386 I can connect to e.g. wikipedia with icecat. Also kde and falkon in qemu-system-x86_64 works.
So it seems to be some issue caused by or with Qt5 networking and i686 (both glibc and musl). No idea how that could prevent ping to external IP addresses in a terminal, though.
I can ping 10.0.2.2 but nothing outside it seems.
The live ISOs will be up in about 2 hours or so from now.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (62 preceding siblings ...)
2021-01-14 12:41 ` pullmoll
@ 2021-01-16 10:23 ` pullmoll
2021-01-16 10:26 ` pullmoll
` (107 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3527 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21)
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane)
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (63 preceding siblings ...)
2021-01-16 10:23 ` pullmoll
@ 2021-01-16 10:26 ` pullmoll
2021-01-16 10:28 ` pullmoll
` (106 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3579 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21)
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane)
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (64 preceding siblings ...)
2021-01-16 10:26 ` pullmoll
@ 2021-01-16 10:28 ` pullmoll
2021-01-16 10:29 ` pullmoll
` (105 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3637 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane)
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (65 preceding siblings ...)
2021-01-16 10:28 ` pullmoll
@ 2021-01-16 10:29 ` pullmoll
2021-01-16 10:30 ` pullmoll
` (104 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3704 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng) `multiple definition of `samplerate'` probably requires `-fcommon`
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane)
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (66 preceding siblings ...)
2021-01-16 10:29 ` pullmoll
@ 2021-01-16 10:30 ` pullmoll
2021-01-16 10:36 ` pullmoll
` (103 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3705 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng) probably requires `-fcommon`: `multiple definition of `samplerate'`
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane)
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (67 preceding siblings ...)
2021-01-16 10:30 ` pullmoll
@ 2021-01-16 10:36 ` pullmoll
2021-01-16 10:36 ` pullmoll
` (102 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3834 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (68 preceding siblings ...)
2021-01-16 10:36 ` pullmoll
@ 2021-01-16 10:36 ` pullmoll
2021-01-16 10:37 ` pullmoll
` (101 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3905 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s) `go: inconsistent vendoring in /builddir/k3s-1.0.0/plugins-0.7.6-k3s1`
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (69 preceding siblings ...)
2021-01-16 10:36 ` pullmoll
@ 2021-01-16 10:37 ` pullmoll
2021-01-16 10:39 ` pullmoll
` (100 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4001 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory`
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s) `go: inconsistent vendoring in /builddir/k3s-1.0.0/plugins-0.7.6-k3s1`
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore) `error: no matching function for call to 'DummyBackendFactory::registerPlugin<DummyBackend>()'`
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (70 preceding siblings ...)
2021-01-16 10:37 ` pullmoll
@ 2021-01-16 10:39 ` pullmoll
2021-01-16 10:40 ` pullmoll
` (99 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3916 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (71 preceding siblings ...)
2021-01-16 10:39 ` pullmoll
@ 2021-01-16 10:40 ` pullmoll
2021-01-16 10:41 ` pullmoll
` (98 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4032 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1) `error: '__builtin_snprintf' output may be truncated before the last format character [-Werror=format-truncation=]`
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (72 preceding siblings ...)
2021-01-16 10:40 ` pullmoll
@ 2021-01-16 10:41 ` pullmoll
2021-01-16 10:41 ` pullmoll
` (97 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4102 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1) `error: '__builtin_snprintf' output may be truncated before the last format character [-Werror=format-truncation=]`
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (73 preceding siblings ...)
2021-01-16 10:41 ` pullmoll
@ 2021-01-16 10:41 ` pullmoll
2021-01-16 10:44 ` pullmoll
` (96 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4148 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1) `error: '__builtin_snprintf' output may be truncated before the last format character [-Werror=format-truncation=]`
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter) `configure: error: exo-csource not installed`
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr)
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (74 preceding siblings ...)
2021-01-16 10:41 ` pullmoll
@ 2021-01-16 10:44 ` pullmoll
2021-01-16 10:45 ` pullmoll
` (95 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3989 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (75 preceding siblings ...)
2021-01-16 10:44 ` pullmoll
@ 2021-01-16 10:45 ` pullmoll
2021-01-16 10:46 ` pullmoll
` (94 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4046 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (76 preceding siblings ...)
2021-01-16 10:45 ` pullmoll
@ 2021-01-16 10:46 ` pullmoll
2021-01-16 10:51 ` pullmoll
` (93 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4142 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng) `error: return type 'std::string' {aka 'class std::__cxx11::basic_string<char>'} is incomplete`
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (77 preceding siblings ...)
2021-01-16 10:46 ` pullmoll
@ 2021-01-16 10:51 ` pullmoll
2021-01-16 10:57 ` pullmoll
` (92 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4095 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget)
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (78 preceding siblings ...)
2021-01-16 10:51 ` pullmoll
@ 2021-01-16 10:57 ` pullmoll
2021-01-16 10:58 ` pullmoll
` (91 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4253 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (79 preceding siblings ...)
2021-01-16 10:57 ` pullmoll
@ 2021-01-16 10:58 ` pullmoll
2021-01-16 10:59 ` pullmoll
` (90 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4312 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul) `error: no matching package named `sequoia-rfc2822` found`
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (80 preceding siblings ...)
2021-01-16 10:58 ` pullmoll
@ 2021-01-16 10:59 ` pullmoll
2021-01-16 10:59 ` pullmoll
` (89 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4323 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (81 preceding siblings ...)
2021-01-16 10:59 ` pullmoll
@ 2021-01-16 10:59 ` pullmoll
2021-01-16 11:00 ` pullmoll
` (88 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 10:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4369 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter) `configure: error: exo-csource not installed`
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (82 preceding siblings ...)
2021-01-16 10:59 ` pullmoll
@ 2021-01-16 11:00 ` pullmoll
2021-01-16 11:10 ` pullmoll
` (87 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4476 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter) `configure: error: exo-csource not installed`
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) `mv: cannot stat '/destdir//liquid-dsp-1.3.1/usr/lib/*.so': No such file or directory` (lib32/lib64 issue)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (83 preceding siblings ...)
2021-01-16 11:00 ` pullmoll
@ 2021-01-16 11:10 ` pullmoll
2021-01-16 11:11 ` pullmoll
` (86 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4528 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter) `configure: error: exo-csource not installed`
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) `mv: cannot stat '/destdir//liquid-dsp-1.3.1/usr/lib/*.so': No such file or directory` (lib32/lib64 issue)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared` (missing include?)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (84 preceding siblings ...)
2021-01-16 11:10 ` pullmoll
@ 2021-01-16 11:11 ` pullmoll
2021-01-16 11:14 ` pullmoll
` (85 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4567 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib)
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter) `configure: error: exo-csource not installed`
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) `mv: cannot stat '/destdir//liquid-dsp-1.3.1/usr/lib/*.so': No such file or directory` (lib32/lib64 issue)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared` (missing include?)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts) `/usr/bin/ld: cannot find -lco` (huh?)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (85 preceding siblings ...)
2021-01-16 11:11 ` pullmoll
@ 2021-01-16 11:14 ` pullmoll
2021-01-16 11:25 ` pullmoll
` (84 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4399 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp)
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (86 preceding siblings ...)
2021-01-16 11:14 ` pullmoll
@ 2021-01-16 11:25 ` pullmoll
2021-01-16 11:26 ` pullmoll
` (83 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4417 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6)
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (87 preceding siblings ...)
2021-01-16 11:25 ` pullmoll
@ 2021-01-16 11:26 ` pullmoll
2021-01-16 11:27 ` pullmoll
` (82 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4450 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [ ] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (88 preceding siblings ...)
2021-01-16 11:26 ` pullmoll
@ 2021-01-16 11:27 ` pullmoll
2021-01-16 11:51 ` pullmoll
` (81 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4450 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [ ] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (89 preceding siblings ...)
2021-01-16 11:27 ` pullmoll
@ 2021-01-16 11:51 ` pullmoll
2021-01-16 11:56 ` pullmoll
` (80 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4450 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [ ] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (90 preceding siblings ...)
2021-01-16 11:51 ` pullmoll
@ 2021-01-16 11:56 ` pullmoll
2021-01-16 11:57 ` pullmoll
` (79 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4450 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime)
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (91 preceding siblings ...)
2021-01-16 11:56 ` pullmoll
@ 2021-01-16 11:57 ` pullmoll
2021-01-16 12:08 ` pullmoll
` (78 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 11:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4472 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [ ] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (92 preceding siblings ...)
2021-01-16 11:57 ` pullmoll
@ 2021-01-16 12:08 ` pullmoll
2021-01-16 12:09 ` pullmoll
` (77 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 12:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4472 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar)
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (93 preceding siblings ...)
2021-01-16 12:08 ` pullmoll
@ 2021-01-16 12:09 ` pullmoll
2021-01-16 12:32 ` pullmoll
` (76 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 12:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [ ] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (94 preceding siblings ...)
2021-01-16 12:09 ` pullmoll
@ 2021-01-16 12:32 ` pullmoll
2021-01-16 12:54 ` pullmoll
` (75 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 12:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [ ] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (95 preceding siblings ...)
2021-01-16 12:32 ` pullmoll
@ 2021-01-16 12:54 ` pullmoll
2021-01-16 17:16 ` pullmoll
` (74 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 12:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [ ] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (96 preceding siblings ...)
2021-01-16 12:54 ` pullmoll
@ 2021-01-16 17:16 ` pullmoll
2021-01-17 13:42 ` pullmoll
` (73 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-16 17:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [ ] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (97 preceding siblings ...)
2021-01-16 17:16 ` pullmoll
@ 2021-01-17 13:42 ` pullmoll
2021-01-17 16:08 ` pullmoll
` (72 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-17 13:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [ ] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (98 preceding siblings ...)
2021-01-17 13:42 ` pullmoll
@ 2021-01-17 16:08 ` pullmoll
2021-01-17 16:09 ` pullmoll
` (71 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-17 16:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4504 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig)
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (99 preceding siblings ...)
2021-01-17 16:08 ` pullmoll
@ 2021-01-17 16:09 ` pullmoll
2021-01-18 11:47 ` sgn
` (70 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-17 16:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [ ] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (100 preceding siblings ...)
2021-01-17 16:09 ` pullmoll
@ 2021-01-18 11:47 ` sgn
2021-01-18 11:47 ` sgn
` (69 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [ ] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (101 preceding siblings ...)
2021-01-18 11:47 ` sgn
@ 2021-01-18 11:47 ` sgn
2021-01-18 11:49 ` sgn
` (68 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [ ] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (102 preceding siblings ...)
2021-01-18 11:47 ` sgn
@ 2021-01-18 11:49 ` sgn
2021-01-18 11:49 ` sgn
` (67 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [ ] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (103 preceding siblings ...)
2021-01-18 11:49 ` sgn
@ 2021-01-18 11:49 ` sgn
2021-01-18 11:49 ` sgn
` (66 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [ ] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (104 preceding siblings ...)
2021-01-18 11:49 ` sgn
@ 2021-01-18 11:49 ` sgn
2021-01-18 11:58 ` sgn
` (65 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [ ] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (105 preceding siblings ...)
2021-01-18 11:49 ` sgn
@ 2021-01-18 11:58 ` sgn
2021-01-18 12:15 ` sgn
` (64 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 11:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [ ] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (106 preceding siblings ...)
2021-01-18 11:58 ` sgn
@ 2021-01-18 12:15 ` sgn
2021-01-18 14:40 ` sgn
` (63 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 12:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [ ] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (107 preceding siblings ...)
2021-01-18 12:15 ` sgn
@ 2021-01-18 14:40 ` sgn
2021-01-18 15:52 ` pullmoll
` (62 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-18 14:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [ ] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (108 preceding siblings ...)
2021-01-18 14:40 ` sgn
@ 2021-01-18 15:52 ` pullmoll
2021-01-18 18:33 ` pullmoll
` (61 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 15:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [ ] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (109 preceding siblings ...)
2021-01-18 15:52 ` pullmoll
@ 2021-01-18 18:33 ` pullmoll
2021-01-18 18:34 ` pullmoll
` (60 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 18:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4587 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs)
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (110 preceding siblings ...)
2021-01-18 18:33 ` pullmoll
@ 2021-01-18 18:34 ` pullmoll
2021-01-18 19:34 ` pullmoll
` (59 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 18:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4644 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [ ] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (111 preceding siblings ...)
2021-01-18 18:34 ` pullmoll
@ 2021-01-18 19:34 ` pullmoll
2021-01-18 19:35 ` pullmoll
` (58 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 19:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4644 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [ ] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (112 preceding siblings ...)
2021-01-18 19:34 ` pullmoll
@ 2021-01-18 19:35 ` pullmoll
2021-01-18 20:51 ` pullmoll
` (57 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 19:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4644 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [ ] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (113 preceding siblings ...)
2021-01-18 19:35 ` pullmoll
@ 2021-01-18 20:51 ` pullmoll
2021-01-18 20:51 ` pullmoll
` (56 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 20:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4644 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (114 preceding siblings ...)
2021-01-18 20:51 ` pullmoll
@ 2021-01-18 20:51 ` pullmoll
2021-01-18 20:56 ` pullmoll
` (55 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 20:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4671 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide)
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (115 preceding siblings ...)
2021-01-18 20:51 ` pullmoll
@ 2021-01-18 20:56 ` pullmoll
2021-01-18 21:48 ` pullmoll
` (54 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 20:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4760 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [ ] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (116 preceding siblings ...)
2021-01-18 20:56 ` pullmoll
@ 2021-01-18 21:48 ` pullmoll
2021-01-18 23:52 ` pullmoll
` (53 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 21:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4760 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [ ] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (117 preceding siblings ...)
2021-01-18 21:48 ` pullmoll
@ 2021-01-18 23:52 ` pullmoll
2021-01-19 19:00 ` pullmoll
` (52 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-18 23:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4760 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub)
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (118 preceding siblings ...)
2021-01-18 23:52 ` pullmoll
@ 2021-01-19 19:00 ` pullmoll
2021-01-19 19:00 ` pullmoll
` (51 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-19 19:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [ ] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (119 preceding siblings ...)
2021-01-19 19:00 ` pullmoll
@ 2021-01-19 19:00 ` pullmoll
2021-01-19 19:01 ` pullmoll
` (50 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-19 19:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [ ] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (120 preceding siblings ...)
2021-01-19 19:00 ` pullmoll
@ 2021-01-19 19:01 ` pullmoll
2021-01-19 19:42 ` pullmoll
` (49 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-19 19:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [ ] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (121 preceding siblings ...)
2021-01-19 19:01 ` pullmoll
@ 2021-01-19 19:42 ` pullmoll
2021-01-23 2:08 ` sgn
` (48 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-19 19:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [ ] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (122 preceding siblings ...)
2021-01-19 19:42 ` pullmoll
@ 2021-01-23 2:08 ` sgn
2021-01-23 7:39 ` sgn
` (47 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-23 2:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [ ] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (123 preceding siblings ...)
2021-01-23 2:08 ` sgn
@ 2021-01-23 7:39 ` sgn
2021-01-23 10:42 ` sgn
` (46 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-23 7:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [ ] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (124 preceding siblings ...)
2021-01-23 7:39 ` sgn
@ 2021-01-23 10:42 ` sgn
2021-01-23 20:08 ` pullmoll
` (45 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-23 10:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [ ] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (125 preceding siblings ...)
2021-01-23 10:42 ` sgn
@ 2021-01-23 20:08 ` pullmoll
2021-01-24 17:07 ` pullmoll
` (44 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-23 20:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [ ] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (126 preceding siblings ...)
2021-01-23 20:08 ` pullmoll
@ 2021-01-24 17:07 ` pullmoll
2021-01-25 11:58 ` pullmoll
` (43 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-24 17:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [ ] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (127 preceding siblings ...)
2021-01-24 17:07 ` pullmoll
@ 2021-01-25 11:58 ` pullmoll
2021-01-26 17:03 ` pullmoll
` (42 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-25 11:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [ ] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (128 preceding siblings ...)
2021-01-25 11:58 ` pullmoll
@ 2021-01-26 17:03 ` pullmoll
2021-01-30 9:49 ` sgn
` (41 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-26 17:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [ ] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [x] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (129 preceding siblings ...)
2021-01-26 17:03 ` pullmoll
@ 2021-01-30 9:49 ` sgn
2021-01-30 9:49 ` sgn
` (40 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-30 9:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [x] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [ ] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [x] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (130 preceding siblings ...)
2021-01-30 9:49 ` sgn
@ 2021-01-30 9:49 ` sgn
2021-01-30 18:19 ` pullmoll
` (39 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-01-30 9:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [x] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [x] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [x] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [ ] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (131 preceding siblings ...)
2021-01-30 9:49 ` sgn
@ 2021-01-30 18:19 ` pullmoll
2021-01-30 18:20 ` pullmoll
` (38 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-30 18:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [x] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [x] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [x] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [x] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [ ] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (132 preceding siblings ...)
2021-01-30 18:19 ` pullmoll
@ 2021-01-30 18:20 ` pullmoll
2021-02-01 13:41 ` sgn
` (37 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-01-30 18:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 4787 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
### FTBFS bulk rebuild x86_64 w/ gcc-10.2.0 and glibc-2.32
- [x] [0ad](https://repo.voidlinux.de/bad/x86_64/0ad)
- [x] [Aegisub](https://repo.voidlinux.de/bad/x86_64/Aegisub) cross building still fails
- [x] [SLADE](https://repo.voidlinux.de/bad/x86_64/SLADE)
- [x] [Terminal](https://repo.voidlinux.de/bad/x86_64/Terminal)
- [x] [XyGrib](https://repo.voidlinux.de/bad/x86_64/XyGrib) `Could not find OPENJPEG_INCLUDE_DIR using the following files: openjpeg.h`
- [x] [avidemux](https://repo.voidlinux.de/bad/x86_64/avidemux)
- [x] [bibletime](https://repo.voidlinux.de/bad/x86_64/bibletime) was missing openjdk11
- [x] [boomerang](https://repo.voidlinux.de/bad/x86_64/boomerang)
- [x] [busybox](https://repo.voidlinux.de/bad/x86_64/busybox) `fatal error: rpc/rpc.h: No such file or directory` (use libtirpc?)
- [ ] [choosenim](https://repo.voidlinux.de/bad/x86_64/choosenim)
- [x] [clisp](https://repo.voidlinux.de/bad/x86_64/clisp)
- [x] [dbeaver](https://repo.voidlinux.de/bad/x86_64/dbeaver)
- [x] [endless-sky-gl21](https://repo.voidlinux.de/bad/x86_64/endless-sky-gl21) `error: 'string' in namespace 'std' does not name a type`
- [x] [espeak-ng](https://repo.voidlinux.de/bad/x86_64/espeak-ng)
- [x] [fcitx-libpinyin](https://repo.voidlinux.de/bad/x86_64/fcitx-libpinyin)
- [x] [freeplane](https://repo.voidlinux.de/bad/x86_64/freeplane) `Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.`
- [x] [gopls](https://repo.voidlinux.de/bad/x86_64/gopls)
- [x] [gosu](https://repo.voidlinux.de/bad/x86_64/gosu)
- [x] [imagescan](https://repo.voidlinux.de/bad/x86_64/imagescan)
- [ ] [j](https://repo.voidlinux.de/bad/x86_64/j) `error: function may return address of local variable [-Werror=return-local-addr]` (you don't want to look at the source)
- [ ] [k3s](https://repo.voidlinux.de/bad/x86_64/k3s)
- [x] [kpmcore](https://repo.voidlinux.de/bad/x86_64/kpmcore)
- [x] [libguestfs](https://repo.voidlinux.de/bad/x86_64/libguestfs) `configure: error: XDR header files are required` (use libtirpc?)
- [x] [libknet1](https://repo.voidlinux.de/bad/x86_64/libknet1)
- [x] [librpcsecgss](https://repo.voidlinux.de/bad/x86_64/librpcsecgss) `fatal error: rpc/types.h: No such file or directory` (use libtirpc?)
- [x] [lightdm-gtk3-greeter](https://repo.voidlinux.de/bad/x86_64/lightdm-gtk3-greeter)
- [x] [liquid-dsp](https://repo.voidlinux.de/bad/x86_64/liquid-dsp) lib32/lib64 issue
- [ ] [liteide](https://repo.voidlinux.de/bad/x86_64/liteide) `3rdparty/qjsonrpc/src/json/qjsondocument.h:135:32: error: 'Data' in namespace 'QJsonPrivate' does not name a type`
- [x] [lwipv6](https://repo.voidlinux.de/bad/x86_64/lwipv6) `error: 'SIOCGSTAMP' undeclared`
- [ ] [lxd-lts](https://repo.voidlinux.de/bad/x86_64/lxd-lts)
- [ ] [mellowplayer](https://repo.voidlinux.de/bad/x86_64/mellowplayer)
- [x] [mp3val](https://repo.voidlinux.de/bad/x86_64/mp3val)
- [x] [nemo](https://repo.voidlinux.de/bad/x86_64/nemo)
- [x] [nheko](https://repo.voidlinux.de/bad/x86_64/nheko)
- [ ] [opam](https://repo.voidlinux.de/bad/x86_64/opam)
- [ ] [openbazaar](https://repo.voidlinux.de/bad/x86_64/openbazaar) `ELF files found in /usr/share`
- [x] [openimageio](https://repo.voidlinux.de/bad/x86_64/openimageio)
- [x] [opentoonz](https://repo.voidlinux.de/bad/x86_64/opentoonz)
- [ ] [pijul](https://repo.voidlinux.de/bad/x86_64/pijul)
- [x] [qmltermwidget](https://repo.voidlinux.de/bad/x86_64/qmltermwidget) `error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?`
- [ ] [racer](https://repo.voidlinux.de/bad/x86_64/racer)
- [x] [refind](https://repo.voidlinux.de/bad/x86_64/refind) `line_edit.c:(.text+0x41b): undefined reference to `memmove'` (LDFLAGS has `-nostdlib`)
- [ ] [rkt](https://repo.voidlinux.de/bad/x86_64/rkt)
- [x] [runelite-launcher](https://repo.voidlinux.de/bad/x86_64/runelite-launcher)
- [x] [stk](https://repo.voidlinux.de/bad/x86_64/stk) `mv: cannot stat '/destdir//stk-4.6.1/usr/lib/libstk.so': No such file or directory` (lib32/lib64 issue?)
- [x] [subfinder](https://repo.voidlinux.de/bad/x86_64/subfinder)
- [x] [switchboard-plug-printers](https://repo.voidlinux.de/bad/x86_64/switchboard-plug-printers)
- [x] [sysexxer-ng](https://repo.voidlinux.de/bad/x86_64/sysexxer-ng)
- [x] [tacacs](https://repo.voidlinux.de/bad/x86_64/tacacs) `configure: error: C compiler cannot create executables`
- [ ] [tldr](https://repo.voidlinux.de/bad/x86_64/tldr) `assignment mismatch: 1 variable but termios.Tcgetattr returns 2 values`
- [ ] [zig](https://repo.voidlinux.de/bad/x86_64/zig) fails with gcc10 in `static_assert()s` where zig vs. llvm enum values are checked.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (133 preceding siblings ...)
2021-01-30 18:20 ` pullmoll
@ 2021-02-01 13:41 ` sgn
2021-02-02 14:02 ` pullmoll
` (36 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-01 13:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-728155573
Comment:
----
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (134 preceding siblings ...)
2021-02-01 13:41 ` sgn
@ 2021-02-02 14:02 ` pullmoll
2021-02-02 14:08 ` pullmoll
` (35 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-02 14:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 10464 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
Results with `musl-1.2.2`; currently rebuilding all of `i686-musl` so some check marks in the last column are because the pkg was not yet tried.
package | x86_64| i686| x86_64-musl| i686-musl
--------|--------|-------------|------|-----------
SLADE | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/SLADE)
VeraCrypt | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/VeraCrypt)
afl | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/afl)
bibletime | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bibletime)
bin86 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bin86)
cavestory | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/cavestory) | :heavy_check_mark:
cc65 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/cc65)
choosenim | [log](https://repo.voidlinux.de/bad/x86_64/choosenim) | [log](https://repo.voidlinux.de/bad/x86_64-musl/choosenim) | [log](https://repo.voidlinux.de/bad/i686/choosenim) | [log](https://repo.voidlinux.de/bad/i686-musl/choosenim)
chromium | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/chromium)
darcs | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/darcs) | :heavy_check_mark:
debug-me | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/debug-me) | :heavy_check_mark:
doom3 | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/doom3) | :heavy_check_mark:
dssi-vst | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/dssi-vst) | :heavy_check_mark:
electron10 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron10)
electron9 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron9)
es | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/es)
fpc | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/fpc)
freeplane | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/freeplane)
gens-gs | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/gens-gs) | :heavy_check_mark:
ghdl | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ghdl)
git-annex | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/git-annex) | :heavy_check_mark:
go | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/go)
hdapsd | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/hdapsd)
heaptrack | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/heaptrack)
hlint | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/hlint) | :heavy_check_mark:
ivan | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ivan)
j | [log](https://repo.voidlinux.de/bad/x86_64/j) | [log](https://repo.voidlinux.de/bad/x86_64-musl/j) | [log](https://repo.voidlinux.de/bad/i686/j) | [log](https://repo.voidlinux.de/bad/i686-musl/j)
java-commons-io | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/java-commons-io)
k3s | [log](https://repo.voidlinux.de/bad/x86_64/k3s) | [log](https://repo.voidlinux.de/bad/x86_64-musl/k3s) | [log](https://repo.voidlinux.de/bad/i686/k3s) | :heavy_check_mark:
kcov | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/kcov) | :heavy_check_mark:
kismet | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/kismet)
libcryptui | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libcryptui)
libtecla | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libtecla)
linssid | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linssid)
linux-tools | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linux-tools)
mellowplayer | [log](https://repo.voidlinux.de/bad/x86_64/mellowplayer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686-musl/mellowplayer)
mit-scheme-c | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/mit-scheme-c) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mit-scheme-c)
mplayer | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mplayer)
msp430-toolchain | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/msp430-toolchain)
nfs-utils | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/nfs-utils)
ocamlbuild | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ocamlbuild)
opam | [log](https://repo.voidlinux.de/bad/x86_64/opam) | [log](https://repo.voidlinux.de/bad/x86_64-musl/opam) | [log](https://repo.voidlinux.de/bad/i686/opam) | :heavy_check_mark:
open-vm-tools | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/open-vm-tools)
openjdk9-bootstrap | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/openjdk9-bootstrap)
oprofile | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/oprofile) | :heavy_check_mark: | :heavy_check_mark:
pandoc | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/pandoc) | :heavy_check_mark:
papi | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/papi)
pdfsandwich | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pdfsandwich)
pidgin-sipe | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pidgin-sipe)
pijul | [log](https://repo.voidlinux.de/bad/x86_64/pijul) | [log](https://repo.voidlinux.de/bad/x86_64-musl/pijul) | [log](https://repo.voidlinux.de/bad/i686/pijul) | [log](https://repo.voidlinux.de/bad/i686-musl/pijul)
polygen | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/polygen)
psutils | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/psutils) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/psutils)
python3-grpcio | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/python3-grpcio)
quake4 | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/quake4) | :heavy_check_mark:
racer | [log](https://repo.voidlinux.de/bad/x86_64/racer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/racer) | [log](https://repo.voidlinux.de/bad/i686/racer) | [log](https://repo.voidlinux.de/bad/i686-musl/racer)
rkt | [log](https://repo.voidlinux.de/bad/x86_64/rkt) | [log](https://repo.voidlinux.de/bad/x86_64-musl/rkt) | :heavy_check_mark: | :heavy_check_mark:
runelite-launcher | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/runelite-launcher)
seahorse-sharing | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/seahorse-sharing)
strace | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/strace)
supertuxkart | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/supertuxkart) | :heavy_check_mark: | :heavy_check_mark:
swars | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/swars) | :heavy_check_mark:
tldr | [log](https://repo.voidlinux.de/bad/x86_64/tldr) | [log](https://repo.voidlinux.de/bad/x86_64-musl/tldr) | [log](https://repo.voidlinux.de/bad/i686/tldr) | :heavy_check_mark:
tsocks | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/tsocks)
unison | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/unison)
urbanterror | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/urbanterror)
wasmtime | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/wasmtime)
wineasio | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/wineasio) | :heavy_check_mark:
xmobar | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmobar) | :heavy_check_mark:
xmonad-contrib | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmonad-contrib) | :heavy_check_mark:
zig | [log](https://repo.voidlinux.de/bad/x86_64/zig) | [log](https://repo.voidlinux.de/bad/x86_64-musl/zig) | :heavy_check_mark: | :heavy_check_mark:
zsnes | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/zsnes) | :heavy_check_mark:
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (135 preceding siblings ...)
2021-02-02 14:02 ` pullmoll
@ 2021-02-02 14:08 ` pullmoll
2021-02-02 15:49 ` pullmoll
` (34 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-02 14:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 15943 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
Results with `musl-1.2.2`
I am currently rebuilding all of `i686-musl` so some check marks in the last column are because the pkg was not yet tried and logs not yet uploaded (i.e. previous status before the `common/build-profiles/i686-musl.sh` fix)
package | x86_64| i686| x86_64-musl| i686-musl
--------|--------|-------------|------|-----------
[SLADE](https://github.com/void-linux/void-packages/tree/master/srcpkgs/SLADE) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/SLADE)
[VeraCrypt](https://github.com/void-linux/void-packages/tree/master/srcpkgs/VeraCrypt) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/VeraCrypt)
[afl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/afl) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/afl)
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bibletime)
[bin86](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bin86) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bin86)
[cavestory](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cavestory) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/cavestory) | :heavy_check_mark:
[cc65](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cc65) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/cc65)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | [log](https://repo.voidlinux.de/bad/x86_64/choosenim) | [log](https://repo.voidlinux.de/bad/x86_64-musl/choosenim) | [log](https://repo.voidlinux.de/bad/i686/choosenim) | [log](https://repo.voidlinux.de/bad/i686-musl/choosenim)
[chromium](https://github.com/void-linux/void-packages/tree/master/srcpkgs/chromium) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/chromium)
[darcs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/darcs) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/darcs) | :heavy_check_mark:
[debug-me](https://github.com/void-linux/void-packages/tree/master/srcpkgs/debug-me) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/debug-me) | :heavy_check_mark:
[doom3](https://github.com/void-linux/void-packages/tree/master/srcpkgs/doom3) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/doom3) | :heavy_check_mark:
[dssi-vst](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dssi-vst) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/dssi-vst) | :heavy_check_mark:
[electron10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron10) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron10)
[electron9](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron9) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron9)
[es](https://github.com/void-linux/void-packages/tree/master/srcpkgs/es) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/es)
[fpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fpc) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/fpc)
[freeplane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/freeplane) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/freeplane)
[gens-gs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gens-gs) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/gens-gs) | :heavy_check_mark:
[ghdl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ghdl) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ghdl)
[git-annex](https://github.com/void-linux/void-packages/tree/master/srcpkgs/git-annex) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/git-annex) | :heavy_check_mark:
[go](https://github.com/void-linux/void-packages/tree/master/srcpkgs/go) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/go)
[hdapsd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hdapsd) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/hdapsd)
[heaptrack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/heaptrack) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/heaptrack)
[hlint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hlint) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/hlint) | :heavy_check_mark:
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | [log](https://repo.voidlinux.de/bad/x86_64/j) | [log](https://repo.voidlinux.de/bad/x86_64-musl/j) | [log](https://repo.voidlinux.de/bad/i686/j) | [log](https://repo.voidlinux.de/bad/i686-musl/j)
[java-commons-io](https://github.com/void-linux/void-packages/tree/master/srcpkgs/java-commons-io) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/java-commons-io)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | [log](https://repo.voidlinux.de/bad/x86_64/k3s) | [log](https://repo.voidlinux.de/bad/x86_64-musl/k3s) | [log](https://repo.voidlinux.de/bad/i686/k3s) | :heavy_check_mark:
[kcov](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kcov) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/kcov) | :heavy_check_mark:
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/kismet)
[libcryptui](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcryptui) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libcryptui)
[libtecla](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libtecla) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libtecla)
[linssid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linssid) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linssid)
[linux-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linux-tools) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linux-tools)
[mellowplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mellowplayer) | [log](https://repo.voidlinux.de/bad/x86_64/mellowplayer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686-musl/mellowplayer)
[mit-scheme-c](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mit-scheme-c) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/mit-scheme-c) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mit-scheme-c)
[mplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mplayer) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mplayer)
[msp430-toolchain](https://github.com/void-linux/void-packages/tree/master/srcpkgs/msp430-toolchain) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/msp430-toolchain)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/nfs-utils)
[ocamlbuild](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ocamlbuild) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ocamlbuild)
[opam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/opam) | [log](https://repo.voidlinux.de/bad/x86_64/opam) | [log](https://repo.voidlinux.de/bad/x86_64-musl/opam) | [log](https://repo.voidlinux.de/bad/i686/opam) | :heavy_check_mark:
[open-vm-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/open-vm-tools) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/open-vm-tools)
[openjdk9-bootstrap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjdk9-bootstrap) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/openjdk9-bootstrap)
[oprofile](https://github.com/void-linux/void-packages/tree/master/srcpkgs/oprofile) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/oprofile) | :heavy_check_mark: | :heavy_check_mark:
[pandoc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pandoc) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/pandoc) | :heavy_check_mark:
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/papi)
[pdfsandwich](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pdfsandwich) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pdfsandwich)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | [log](https://repo.voidlinux.de/bad/x86_64/pijul) | [log](https://repo.voidlinux.de/bad/x86_64-musl/pijul) | [log](https://repo.voidlinux.de/bad/i686/pijul) | [log](https://repo.voidlinux.de/bad/i686-musl/pijul)
[polygen](https://github.com/void-linux/void-packages/tree/master/srcpkgs/polygen) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/polygen)
[psutils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/psutils) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/psutils) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/psutils)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/python3-grpcio)
[quake4](https://github.com/void-linux/void-packages/tree/master/srcpkgs/quake4) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/quake4) | :heavy_check_mark:
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | [log](https://repo.voidlinux.de/bad/x86_64/racer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/racer) | [log](https://repo.voidlinux.de/bad/i686/racer) | [log](https://repo.voidlinux.de/bad/i686-musl/racer)
[rkt](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rkt) | [log](https://repo.voidlinux.de/bad/x86_64/rkt) | [log](https://repo.voidlinux.de/bad/x86_64-musl/rkt) | :heavy_check_mark: | :heavy_check_mark:
[runelite-launcher](https://github.com/void-linux/void-packages/tree/master/srcpkgs/runelite-launcher) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/runelite-launcher)
[seahorse-sharing](https://github.com/void-linux/void-packages/tree/master/srcpkgs/seahorse-sharing) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/seahorse-sharing)
[strace](https://github.com/void-linux/void-packages/tree/master/srcpkgs/strace) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/strace)
[supertuxkart](https://github.com/void-linux/void-packages/tree/master/srcpkgs/supertuxkart) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/supertuxkart) | :heavy_check_mark: | :heavy_check_mark:
[swars](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swars) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/swars) | :heavy_check_mark:
[tldr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tldr) | [log](https://repo.voidlinux.de/bad/x86_64/tldr) | [log](https://repo.voidlinux.de/bad/x86_64-musl/tldr) | [log](https://repo.voidlinux.de/bad/i686/tldr) | :heavy_check_mark:
[tsocks](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tsocks) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/tsocks)
[unison](https://github.com/void-linux/void-packages/tree/master/srcpkgs/unison) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/unison)
[urbanterror](https://github.com/void-linux/void-packages/tree/master/srcpkgs/urbanterror) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/urbanterror)
[wasmtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wasmtime) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/wasmtime)
[wineasio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wineasio) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/wineasio) | :heavy_check_mark:
[xmobar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmobar) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmobar) | :heavy_check_mark:
[xmonad-contrib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmonad-contrib) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmonad-contrib) | :heavy_check_mark:
[zig](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zig) | [log](https://repo.voidlinux.de/bad/x86_64/zig) | [log](https://repo.voidlinux.de/bad/x86_64-musl/zig) | :heavy_check_mark: | :heavy_check_mark:
[zsnes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zsnes) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/zsnes) | :heavy_check_mark:
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (136 preceding siblings ...)
2021-02-02 14:08 ` pullmoll
@ 2021-02-02 15:49 ` pullmoll
2021-02-02 17:19 ` pullmoll
` (33 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-02 15:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 15943 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-761539892
Comment:
Results with `musl-1.2.2`
I am currently rebuilding all of `i686-musl` so some check marks in the last column are because the pkg was not yet tried and logs not yet uploaded (i.e. previous status before the `common/build-profiles/i686-musl.sh` fix)
package | x86_64| i686| x86_64-musl| i686-musl
--------|--------|-------------|------|-----------
[SLADE](https://github.com/void-linux/void-packages/tree/master/srcpkgs/SLADE) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/SLADE)
[VeraCrypt](https://github.com/void-linux/void-packages/tree/master/srcpkgs/VeraCrypt) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/VeraCrypt)
[afl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/afl) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/afl)
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bibletime)
[bin86](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bin86) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/bin86)
[cavestory](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cavestory) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/cavestory) | :heavy_check_mark:
[cc65](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cc65) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/cc65)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | [log](https://repo.voidlinux.de/bad/x86_64/choosenim) | [log](https://repo.voidlinux.de/bad/x86_64-musl/choosenim) | [log](https://repo.voidlinux.de/bad/i686/choosenim) | [log](https://repo.voidlinux.de/bad/i686-musl/choosenim)
[chromium](https://github.com/void-linux/void-packages/tree/master/srcpkgs/chromium) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/chromium)
[darcs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/darcs) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/darcs) | :heavy_check_mark:
[debug-me](https://github.com/void-linux/void-packages/tree/master/srcpkgs/debug-me) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/debug-me) | :heavy_check_mark:
[doom3](https://github.com/void-linux/void-packages/tree/master/srcpkgs/doom3) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/doom3) | :heavy_check_mark:
[dssi-vst](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dssi-vst) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/dssi-vst) | :heavy_check_mark:
[electron10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron10) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron10)
[electron9](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron9) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/electron9)
[es](https://github.com/void-linux/void-packages/tree/master/srcpkgs/es) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/es)
[fpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fpc) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/fpc)
[freeplane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/freeplane) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/freeplane)
[gens-gs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gens-gs) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/gens-gs) | :heavy_check_mark:
[ghdl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ghdl) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ghdl)
[git-annex](https://github.com/void-linux/void-packages/tree/master/srcpkgs/git-annex) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/git-annex) | :heavy_check_mark:
[go](https://github.com/void-linux/void-packages/tree/master/srcpkgs/go) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/go)
[hdapsd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hdapsd) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/hdapsd)
[heaptrack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/heaptrack) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/heaptrack)
[hlint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hlint) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/hlint) | :heavy_check_mark:
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | [log](https://repo.voidlinux.de/bad/x86_64/j) | [log](https://repo.voidlinux.de/bad/x86_64-musl/j) | [log](https://repo.voidlinux.de/bad/i686/j) | [log](https://repo.voidlinux.de/bad/i686-musl/j)
[java-commons-io](https://github.com/void-linux/void-packages/tree/master/srcpkgs/java-commons-io) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/java-commons-io)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | [log](https://repo.voidlinux.de/bad/x86_64/k3s) | [log](https://repo.voidlinux.de/bad/x86_64-musl/k3s) | [log](https://repo.voidlinux.de/bad/i686/k3s) | :heavy_check_mark:
[kcov](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kcov) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/kcov) | :heavy_check_mark:
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/kismet)
[libcryptui](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcryptui) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libcryptui)
[libtecla](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libtecla) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/libtecla)
[linssid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linssid) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linssid)
[linux-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linux-tools) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/linux-tools)
[mellowplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mellowplayer) | [log](https://repo.voidlinux.de/bad/x86_64/mellowplayer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686/mellowplayer) | [log](https://repo.voidlinux.de/bad/i686-musl/mellowplayer)
[mit-scheme-c](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mit-scheme-c) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/mit-scheme-c) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mit-scheme-c)
[mplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mplayer) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/mplayer)
[msp430-toolchain](https://github.com/void-linux/void-packages/tree/master/srcpkgs/msp430-toolchain) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/msp430-toolchain)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/nfs-utils)
[ocamlbuild](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ocamlbuild) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/ocamlbuild)
[opam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/opam) | [log](https://repo.voidlinux.de/bad/x86_64/opam) | [log](https://repo.voidlinux.de/bad/x86_64-musl/opam) | [log](https://repo.voidlinux.de/bad/i686/opam) | :heavy_check_mark:
[open-vm-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/open-vm-tools) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/open-vm-tools)
[openjdk9-bootstrap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjdk9-bootstrap) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/openjdk9-bootstrap)
[oprofile](https://github.com/void-linux/void-packages/tree/master/srcpkgs/oprofile) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/oprofile) | :heavy_check_mark: | :heavy_check_mark:
[pandoc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pandoc) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/pandoc) | :heavy_check_mark:
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/papi)
[pdfsandwich](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pdfsandwich) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pdfsandwich)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | [log](https://repo.voidlinux.de/bad/x86_64/pijul) | [log](https://repo.voidlinux.de/bad/x86_64-musl/pijul) | [log](https://repo.voidlinux.de/bad/i686/pijul) | [log](https://repo.voidlinux.de/bad/i686-musl/pijul)
[polygen](https://github.com/void-linux/void-packages/tree/master/srcpkgs/polygen) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/polygen)
[psutils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/psutils) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/psutils) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/psutils)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/python3-grpcio)
[quake4](https://github.com/void-linux/void-packages/tree/master/srcpkgs/quake4) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/quake4) | :heavy_check_mark:
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | [log](https://repo.voidlinux.de/bad/x86_64/racer) | [log](https://repo.voidlinux.de/bad/x86_64-musl/racer) | [log](https://repo.voidlinux.de/bad/i686/racer) | [log](https://repo.voidlinux.de/bad/i686-musl/racer)
[rkt](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rkt) | [log](https://repo.voidlinux.de/bad/x86_64/rkt) | [log](https://repo.voidlinux.de/bad/x86_64-musl/rkt) | :heavy_check_mark: | :heavy_check_mark:
[runelite-launcher](https://github.com/void-linux/void-packages/tree/master/srcpkgs/runelite-launcher) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/runelite-launcher)
[seahorse-sharing](https://github.com/void-linux/void-packages/tree/master/srcpkgs/seahorse-sharing) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/seahorse-sharing)
[strace](https://github.com/void-linux/void-packages/tree/master/srcpkgs/strace) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/strace)
[supertuxkart](https://github.com/void-linux/void-packages/tree/master/srcpkgs/supertuxkart) | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/x86_64-musl/supertuxkart) | :heavy_check_mark: | :heavy_check_mark:
[swars](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swars) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/swars) | :heavy_check_mark:
[tldr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tldr) | [log](https://repo.voidlinux.de/bad/x86_64/tldr) | [log](https://repo.voidlinux.de/bad/x86_64-musl/tldr) | [log](https://repo.voidlinux.de/bad/i686/tldr) | :heavy_check_mark:
[tsocks](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tsocks) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/tsocks)
[unison](https://github.com/void-linux/void-packages/tree/master/srcpkgs/unison) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/unison)
[urbanterror](https://github.com/void-linux/void-packages/tree/master/srcpkgs/urbanterror) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/urbanterror)
[wasmtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wasmtime) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686-musl/wasmtime)
[wineasio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wineasio) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/wineasio) | :heavy_check_mark:
[xmobar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmobar) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmobar) | :heavy_check_mark:
[xmonad-contrib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmonad-contrib) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/xmonad-contrib) | :heavy_check_mark:
[zig](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zig) | [log](https://repo.voidlinux.de/bad/x86_64/zig) | [log](https://repo.voidlinux.de/bad/x86_64-musl/zig) | :heavy_check_mark: | :heavy_check_mark:
[zsnes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zsnes) | :heavy_check_mark: | :heavy_check_mark: | [log](https://repo.voidlinux.de/bad/i686/zsnes) | :heavy_check_mark:
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (137 preceding siblings ...)
2021-02-02 15:49 ` pullmoll
@ 2021-02-02 17:19 ` pullmoll
2021-02-02 20:22 ` pullmoll
` (32 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-02 17:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-771810124
Comment:
Some errors when running `xbulk` for `armv5tel` I here:
```
=> ERROR: tvbrowser-4.2.1_2: dependency 'java-runtime' does not exist!
=> ERROR: nvidia390-390.141_1: dependency 'libOpenCL' does not exist!
=> ERROR: nvidia-460.39_1: dependency 'libOpenCL' does not exist!
=> ERROR: libXpresent-1.0.0_2: dependency 'xproto' does not exist!
```
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (138 preceding siblings ...)
2021-02-02 17:19 ` pullmoll
@ 2021-02-02 20:22 ` pullmoll
2021-02-05 4:40 ` ericonr
` (31 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-02 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-771810124
Comment:
Some errors when running `xbulk` for `armv5tel` I see here:
```
=> ERROR: tvbrowser-4.2.1_2: dependency 'java-runtime' does not exist!
=> ERROR: nvidia390-390.141_1: dependency 'libOpenCL' does not exist!
=> ERROR: nvidia-460.39_1: dependency 'libOpenCL' does not exist!
=> ERROR: libXpresent-1.0.0_2: dependency 'xproto' does not exist!
```
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (139 preceding siblings ...)
2021-02-02 20:22 ` pullmoll
@ 2021-02-05 4:40 ` ericonr
2021-02-05 4:43 ` ericonr
` (30 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: ericonr @ 2021-02-05 4:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773782802
Comment:
nvidia and nvidia-390 should be fixed, `libOpenCL` isn't a package.
tvbrowser should move to the virtual.
libXpresent depends on xproto which is a non-existent package. Should be simple to fix, but I'm not sure if it should be replaced with something.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (140 preceding siblings ...)
2021-02-05 4:40 ` ericonr
@ 2021-02-05 4:43 ` ericonr
2021-02-05 4:47 ` ericonr
` (29 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: ericonr @ 2021-02-05 4:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773782802
Comment:
nvidia and nvidia-390 should be fixed, `libOpenCL` isn't a package - #28503.
tvbrowser should move to the virtual.
libXpresent depends on xproto which is a non-existent package. Should be simple to fix, but I'm not sure if it should be replaced with something.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (141 preceding siblings ...)
2021-02-05 4:43 ` ericonr
@ 2021-02-05 4:47 ` ericonr
2021-02-05 4:54 ` ericonr
` (28 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: ericonr @ 2021-02-05 4:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773782802
Comment:
nvidia and nvidia-390 should be fixed, `libOpenCL` isn't a package - #28503.
tvbrowser should move to the virtual - #28504.
libXpresent depends on xproto which is a non-existent package. Should be simple to fix, but I'm not sure if it should be replaced with something.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (142 preceding siblings ...)
2021-02-05 4:47 ` ericonr
@ 2021-02-05 4:54 ` ericonr
2021-02-05 10:33 ` sgn
` (27 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: ericonr @ 2021-02-05 4:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773782802
Comment:
nvidia and nvidia-390 should be fixed, `libOpenCL` isn't a package - #28503.
tvbrowser should move to the virtual - #28504.
libXpresent depends on xproto which is a non-existent package. Should be simple to fix, but I'm not sure if it should be replaced with something - #28505.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (143 preceding siblings ...)
2021-02-05 4:54 ` ericonr
@ 2021-02-05 10:33 ` sgn
2021-02-05 10:37 ` sgn
` (26 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-05 10:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773947772
Comment:
quota: your musl is newer than our version, in that version, `reallocarray` is available, we need to delete those lines:
https://github.com/void-linux/void-packages/blob/a0e654bf8237cc41dac600b3d1c35d0992b11793/srcpkgs/quota/template#L17-L20
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (144 preceding siblings ...)
2021-02-05 10:33 ` sgn
@ 2021-02-05 10:37 ` sgn
2021-02-05 10:41 ` pullmoll
` (25 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-05 10:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773947772
Comment:
- `quota`: your musl is newer than our version, in that version, `reallocarray` is available, we need to delete those lines:
https://github.com/void-linux/void-packages/blob/a0e654bf8237cc41dac600b3d1c35d0992b11793/srcpkgs/quota/template#L17-L20
- `sysprof`: delete https://github.com/void-linux/void-packages/blob/master/srcpkgs/sysprof/patches/musl.patch
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (145 preceding siblings ...)
2021-02-05 10:37 ` sgn
@ 2021-02-05 10:41 ` pullmoll
2021-02-05 12:19 ` sgn
` (24 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-05 10:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773952023
Comment:
@sgn Changed in my branch. Results after the next round of bulk builds.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (146 preceding siblings ...)
2021-02-05 10:41 ` pullmoll
@ 2021-02-05 12:19 ` sgn
2021-02-06 13:13 ` pullmoll
` (23 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-05 12:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-773999355
Comment:
I pushed the compatibility fix for both musl 1.1.24 and 1.2.2
For those build failure on cross in your repo, we need to remove implicit dependency on `gobject-introspection` when its dependencies have `gir` build options on.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (147 preceding siblings ...)
2021-02-05 12:19 ` sgn
@ 2021-02-06 13:13 ` pullmoll
2021-02-11 9:53 ` pullmoll
` (22 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-06 13:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-774475728
Comment:
`sysprof` patch fixed to not disable the `TEMP_FAILURE_RETRY` macro definition when `HAVE_REALLOCARRAY` is defined.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (148 preceding siblings ...)
2021-02-06 13:13 ` pullmoll
@ 2021-02-11 9:53 ` pullmoll
2021-02-12 9:16 ` pullmoll
` (21 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-11 9:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 36162 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-11 10:52
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[CubicSDR](https://github.com/void-linux/void-packages/tree/master/srcpkgs/CubicSDR) | :x: [log](https://repo.voidlinux.de/bad/armv7l/CubicSDR) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/CubicSDR) | :x: [log](https://repo.voidlinux.de/bad/armv6l/CubicSDR) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/CubicSDR)
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[an](https://github.com/void-linux/void-packages/tree/master/srcpkgs/an) | :x: [log](https://repo.voidlinux.de/bad/armv7l/an) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/an) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/an)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[create_ap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/create_ap) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/create_ap) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/create_ap)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[cycle](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cycle) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cycle) | :heavy_check_mark: 21-01-14 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cycle)
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[diod](https://github.com/void-linux/void-packages/tree/master/srcpkgs/diod) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/diod) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/diod)
[dispcalGUI](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dispcalGUI) | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dispcalGUI) | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dispcalGUI)
[dq](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dq)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[enblend-enfuse](https://github.com/void-linux/void-packages/tree/master/srcpkgs/enblend-enfuse) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/enblend-enfuse) | :heavy_check_mark: 20-12-30 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/enblend-enfuse)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[fswatch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fswatch) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/fswatch) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fswatch)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[golly](https://github.com/void-linux/void-packages/tree/master/srcpkgs/golly) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/golly) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/golly)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gperftools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gperftools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gperftools) | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gperftools)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[grpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/grpc) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/grpc) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/grpc)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[hostapd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hostapd) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hostapd) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hostapd)
[hugin](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hugin) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hugin) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hugin)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[linssid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linssid) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/linssid) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/linssid)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[printrun](https://github.com/void-linux/void-packages/tree/master/srcpkgs/printrun) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/printrun) | :heavy_check_mark: 21-01-14 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/printrun)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[sk1](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sk1) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sk1) | :heavy_check_mark: 21-01-14 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sk1)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tau](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tau) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tau) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tau)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[tldr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tldr)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[wxPython](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wxPython) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/wxPython) | :heavy_check_mark: 21-01-14 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/wxPython)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
[xskat](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xskat)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (149 preceding siblings ...)
2021-02-11 9:53 ` pullmoll
@ 2021-02-12 9:16 ` pullmoll
2021-02-12 12:34 ` sgn
` (20 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-12 9:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 34699 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-12 10:16
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[create_ap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/create_ap) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/create_ap) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/create_ap)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[diod](https://github.com/void-linux/void-packages/tree/master/srcpkgs/diod) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/diod) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/diod)
[dq](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dq)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[enblend-enfuse](https://github.com/void-linux/void-packages/tree/master/srcpkgs/enblend-enfuse) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/enblend-enfuse) | :heavy_check_mark: 20-12-30 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/enblend-enfuse)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[fswatch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fswatch) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/fswatch) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fswatch)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gopass](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gopass) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gopass) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gopass) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gopass) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gopass)
[gperftools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gperftools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gperftools) | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gperftools)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[hostapd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hostapd) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hostapd) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hostapd)
[hugin](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hugin) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hugin) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hugin)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[linssid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/linssid) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/linssid) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/linssid)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[notcurses](https://github.com/void-linux/void-packages/tree/master/srcpkgs/notcurses) | :x: [log](https://repo.voidlinux.de/bad/armv7l/notcurses) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/notcurses) | :x: [log](https://repo.voidlinux.de/bad/armv6l/notcurses) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/notcurses)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tau](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tau) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tau) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tau)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[tldr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tldr)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
[xskat](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xskat)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (150 preceding siblings ...)
2021-02-12 9:16 ` pullmoll
@ 2021-02-12 12:34 ` sgn
2021-02-14 21:03 ` pullmoll
` (19 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-12 12:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-778169959
Comment:
gperftools for musl: https://github.com/gperftools/gperftools/pull/1250, I'll pull that patch in after discuss with upstream.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (151 preceding siblings ...)
2021-02-12 12:34 ` sgn
@ 2021-02-14 21:03 ` pullmoll
2021-02-15 18:33 ` pullmoll
` (18 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-14 21:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 33688 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-14 22:02
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[GPaste](https://github.com/void-linux/void-packages/tree/master/srcpkgs/GPaste) | :heavy_check_mark: 21-02-14 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/GPaste) | :heavy_check_mark: 21-02-13 | :heavy_check_mark: 21-02-14
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[create_ap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/create_ap) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/create_ap) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/create_ap)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[diod](https://github.com/void-linux/void-packages/tree/master/srcpkgs/diod) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/diod) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/diod)
[dq](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dq)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[enblend-enfuse](https://github.com/void-linux/void-packages/tree/master/srcpkgs/enblend-enfuse) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/enblend-enfuse) | :heavy_check_mark: 20-12-30 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/enblend-enfuse)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[fswatch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fswatch) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/fswatch) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fswatch)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gperftools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gperftools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gperftools) | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gperftools)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[hostapd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hostapd) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hostapd) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hostapd)
[hugin](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hugin) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hugin) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hugin)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tau](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tau) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tau) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tau)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[tldr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tldr) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tldr)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
[xskat](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xskat)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (152 preceding siblings ...)
2021-02-14 21:03 ` pullmoll
@ 2021-02-15 18:33 ` pullmoll
2021-02-15 18:34 ` pullmoll
` (17 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-15 18:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-779390678
Comment:
It seems `ghc` for `i686-musl` has issues with whatever `setFileTimes()` maps to - utimes(2) perhaps because building `stack` fails.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (153 preceding siblings ...)
2021-02-15 18:33 ` pullmoll
@ 2021-02-15 18:34 ` pullmoll
2021-02-16 8:06 ` pullmoll
` (16 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-15 18:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-779390678
Comment:
It seems `ghc` for `i686-musl` has issues with whatever `setFileTimes()` maps to - utimes(2) perhaps because building `stack` fails.
And `i686` has problems with `fdLock` for `stack` packages.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (154 preceding siblings ...)
2021-02-15 18:34 ` pullmoll
@ 2021-02-16 8:06 ` pullmoll
2021-02-16 10:36 ` pullmoll
` (15 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-16 8:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 33636 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-16 09:05
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[GPaste](https://github.com/void-linux/void-packages/tree/master/srcpkgs/GPaste) | :heavy_check_mark: 21-02-14 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/GPaste) | :heavy_check_mark: 21-02-13 | :heavy_check_mark: 21-02-14
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[create_ap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/create_ap) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/create_ap) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/create_ap)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[diod](https://github.com/void-linux/void-packages/tree/master/srcpkgs/diod) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/diod) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/diod)
[dq](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dq)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[enblend-enfuse](https://github.com/void-linux/void-packages/tree/master/srcpkgs/enblend-enfuse) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/enblend-enfuse) | :heavy_check_mark: 20-12-30 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/enblend-enfuse)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[fswatch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fswatch) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/fswatch) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fswatch)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gperftools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gperftools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gperftools) | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gperftools)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[grpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/grpc) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/grpc) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/grpc)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[hostapd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hostapd) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hostapd) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hostapd)
[hugin](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hugin) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hugin) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hugin)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nginx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nginx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/nginx) | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nginx) | :heavy_check_mark: 21-02-15
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
[xskat](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xskat)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (155 preceding siblings ...)
2021-02-16 8:06 ` pullmoll
@ 2021-02-16 10:36 ` pullmoll
2021-02-17 13:04 ` sgn
` (14 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-16 10:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 33383 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-16 11:35
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[GPaste](https://github.com/void-linux/void-packages/tree/master/srcpkgs/GPaste) | :heavy_check_mark: 21-02-14 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/GPaste) | :heavy_check_mark: 21-02-13 | :heavy_check_mark: 21-02-14
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[create_ap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/create_ap) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/create_ap) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/create_ap)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[diod](https://github.com/void-linux/void-packages/tree/master/srcpkgs/diod) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/diod) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/diod)
[dq](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l/dq) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/dq)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[enblend-enfuse](https://github.com/void-linux/void-packages/tree/master/srcpkgs/enblend-enfuse) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/enblend-enfuse) | :heavy_check_mark: 20-12-30 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/enblend-enfuse)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[fswatch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fswatch) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/fswatch) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fswatch)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gperftools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gperftools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gperftools) | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gperftools)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[grpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/grpc) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/grpc) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/grpc)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[hostapd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hostapd) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hostapd) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hostapd)
[hugin](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hugin) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/hugin) | :heavy_check_mark: 21-01-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/hugin)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-01-09 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
[xskat](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xskat) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xskat)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (156 preceding siblings ...)
2021-02-16 10:36 ` pullmoll
@ 2021-02-17 13:04 ` sgn
2021-02-18 2:01 ` sgn
` (13 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-17 13:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-780542313
Comment:
`python3-PyICU`: maybe related to #28531
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (157 preceding siblings ...)
2021-02-17 13:04 ` sgn
@ 2021-02-18 2:01 ` sgn
2021-02-18 2:02 ` sgn
` (12 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-18 2:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 259 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-780985988
Comment:
`xf86-video-mga`: VBE was disabled for all non-x86, @q66 said it's better to patch it out. VBE looks too old to me, too.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (158 preceding siblings ...)
2021-02-18 2:01 ` sgn
@ 2021-02-18 2:02 ` sgn
2021-02-18 20:32 ` pullmoll
` (11 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-18 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-780985988
Comment:
`xf86-video-mga` and `xf86-video-cirrus`: VBE was disabled for all non-x86, @q66 said it's better to patch it out. VBE looks too old to me, too.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (159 preceding siblings ...)
2021-02-18 2:02 ` sgn
@ 2021-02-18 20:32 ` pullmoll
2021-02-19 20:49 ` pullmoll
` (10 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-18 20:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 31362 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-18 21:32
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bamf](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l/bamf) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bamf)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[drumstick](https://github.com/void-linux/void-packages/tree/master/srcpkgs/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l/drumstick) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/drumstick) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/drumstick)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[freerouting](https://github.com/void-linux/void-packages/tree/master/srcpkgs/freerouting) | :x: [log](https://repo.voidlinux.de/bad/armv7l/freerouting) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/freerouting) | :x: [log](https://repo.voidlinux.de/bad/armv6l/freerouting) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/freerouting)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[gnome-twitch](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gnome-twitch) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-twitch) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-twitch)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[io.elementary.files](https://github.com/void-linux/void-packages/tree/master/srcpkgs/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l/io.elementary.files) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/io.elementary.files)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[jedit](https://github.com/void-linux/void-packages/tree/master/srcpkgs/jedit) | :x: [log](https://repo.voidlinux.de/bad/armv7l/jedit) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/jedit) | :x: [log](https://repo.voidlinux.de/bad/armv6l/jedit) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/jedit)
[k3s](https://github.com/void-linux/void-packages/tree/master/srcpkgs/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l/k3s) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/k3s)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[lightzone](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lightzone) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lightzone) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lightzone) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lightzone) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lightzone)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pijul](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pijul) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pijul)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[pinfo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pinfo) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pinfo) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pinfo)
[plank](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plank) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plank)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[vala-panel-appmenu](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l/vala-panel-appmenu) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vala-panel-appmenu)
[vmpk](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l/vmpk) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/vmpk) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/vmpk)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
[xf86-video-mga](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-mga) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-mga)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (160 preceding siblings ...)
2021-02-18 20:32 ` pullmoll
@ 2021-02-19 20:49 ` pullmoll
2021-02-22 11:13 ` pullmoll
` (9 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-19 20:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 26637 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-19 21:48
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[fractal](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fractal) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/fractal) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/fractal)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[gnome-podcasts](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gnome-podcasts) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gnome-podcasts) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gnome-podcasts)
[goocanvas](https://github.com/void-linux/void-packages/tree/master/srcpkgs/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l/goocanvas) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/goocanvas)
[gpredict](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gpredict) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gpredict)
[gqrx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gqrx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gqrx)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[lightzone](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lightzone) | :black_square_button: | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/armv6l/lightzone) | :black_square_button:
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[lmms](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lmms) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lmms) | :black_square_button: | :black_square_button:
[lua51-mpack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l/lua51-mpack) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/lua51-mpack)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nfs-utils](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nfs-utils) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/nfs-utils) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nfs-utils)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[perl-GooCanvas2](https://github.com/void-linux/void-packages/tree/master/srcpkgs/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l/perl-GooCanvas2) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/perl-GooCanvas2)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[pulseaudio-equalizer-ladspa](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pulseaudio-equalizer-ladspa) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pulseaudio-equalizer-ladspa) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pulseaudio-equalizer-ladspa)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-pwntools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-pwntools) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-pwntools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[swh-plugins](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l/swh-plugins) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/swh-plugins) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/swh-plugins)
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-01-08 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[trackballs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/trackballs) | :x: [log](https://repo.voidlinux.de/bad/armv7l/trackballs) | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/trackballs) | :heavy_check_mark: 21-02-07
[treesheets](https://github.com/void-linux/void-packages/tree/master/srcpkgs/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l/treesheets) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/treesheets)
[ttfautohint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ttfautohint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ttfautohint)
[xf86-video-cirrus](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xf86-video-cirrus) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xf86-video-cirrus)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (161 preceding siblings ...)
2021-02-19 20:49 ` pullmoll
@ 2021-02-22 11:13 ` pullmoll
2021-02-23 0:30 ` sgn
` (8 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-22 11:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-783298678
Comment:
@sgn I have patches for them in my branch which disable vbe and int10 stuff for non x86. Not sure whether I should push the to master.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (162 preceding siblings ...)
2021-02-22 11:13 ` pullmoll
@ 2021-02-23 0:30 ` sgn
2021-02-23 11:49 ` pullmoll
` (7 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: sgn @ 2021-02-23 0:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-783778988
Comment:
I think q66 has pushed the fix out.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (163 preceding siblings ...)
2021-02-23 0:30 ` sgn
@ 2021-02-23 11:49 ` pullmoll
2021-02-23 14:51 ` pullmoll
` (6 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-23 11:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 23059 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-23 12:49
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[Ice](https://github.com/void-linux/void-packages/tree/master/srcpkgs/Ice) | :x: [log](https://repo.voidlinux.de/bad/armv7l/Ice) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/Ice) | :x: [log](https://repo.voidlinux.de/bad/armv6l/Ice) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/Ice)
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdelibs4support](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdelibs4support) | :heavy_check_mark: 21-02-22 | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdelibs4support) | :heavy_check_mark: 21-02-22
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[mumble](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mumble) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mumble) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mumble) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mumble) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mumble)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-02-19 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-02-19 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-mpi4py](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-mpi4py)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-21 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
[zeroc-mcpp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zeroc-mcpp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/zeroc-mcpp) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/zeroc-mcpp) | :x: [log](https://repo.voidlinux.de/bad/armv6l/zeroc-mcpp) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/zeroc-mcpp)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (164 preceding siblings ...)
2021-02-23 11:49 ` pullmoll
@ 2021-02-23 14:51 ` pullmoll
2021-02-23 17:34 ` pullmoll
` (5 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-23 14:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-784256961
Comment:
Yup. I'll add the `broken=…` for `mips*` later.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (165 preceding siblings ...)
2021-02-23 14:51 ` pullmoll
@ 2021-02-23 17:34 ` pullmoll
2021-02-25 4:47 ` pullmoll
` (4 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-23 17:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 22380 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-23 18:33
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[cackey](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l/cackey) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cackey)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdelibs4support](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdelibs4support) | :heavy_check_mark: 21-02-22 | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdelibs4support) | :heavy_check_mark: 21-02-22
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libcprops](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libcprops) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libcprops)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[liquidwar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/liquidwar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/liquidwar)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[php-igbinary](https://github.com/void-linux/void-packages/tree/master/srcpkgs/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l/php-igbinary) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/php-igbinary)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-02-19 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-02-19 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-mpi4py](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-mpi4py)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-21 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (166 preceding siblings ...)
2021-02-23 17:34 ` pullmoll
@ 2021-02-25 4:47 ` pullmoll
2021-03-02 13:26 ` pullmoll
` (3 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-02-25 4:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 20480 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-02-25 05:47
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[akonadi-import-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-import-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-import-wizard)
[akonadi-search](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akonadi-search) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akonadi-search)
[akregator](https://github.com/void-linux/void-packages/tree/master/srcpkgs/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l/akregator) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/akregator)
[artyfx](https://github.com/void-linux/void-packages/tree/master/srcpkgs/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l/artyfx) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/artyfx)
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[calendarsupport](https://github.com/void-linux/void-packages/tree/master/srcpkgs/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l/calendarsupport) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/calendarsupport)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[eventviews](https://github.com/void-linux/void-packages/tree/master/srcpkgs/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l/eventviews) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/eventviews)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[guake](https://github.com/void-linux/void-packages/tree/master/srcpkgs/guake) | :heavy_check_mark: 21-01-27 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/guake) | :heavy_check_mark: 20-12-31 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/guake)
[incidenceeditor](https://github.com/void-linux/void-packages/tree/master/srcpkgs/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l/incidenceeditor) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/incidenceeditor)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kaddressbook](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kaddressbook) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kaddressbook)
[kalarm](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kalarm) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kalarm)
[kdepim-runtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kdepim-runtime) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kdepim-runtime)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmail-account-wizard](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmail-account-wizard) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmail-account-wizard)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[knotes](https://github.com/void-linux/void-packages/tree/master/srcpkgs/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l/knotes) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/knotes)
[kolourpaint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kolourpaint) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kolourpaint)
[kontact](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kontact) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kontact)
[korganizer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/korganizer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/korganizer)
[libgravatar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libgravatar) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libgravatar)
[libkdepim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libkdepim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libkdepim)
[libksane](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksane) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksane)
[libksieve](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l/libksieve) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libksieve)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[mailcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailcommon)
[mailimporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/mailimporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/mailimporter)
[messagelib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l/messagelib) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/messagelib)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[pim-data-exporter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pim-data-exporter) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pim-data-exporter)
[pimcommon](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l/pimcommon) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pimcommon)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-01-25 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[python3-mpi4py](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l/python3-mpi4py) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-mpi4py)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[skanlite](https://github.com/void-linux/void-packages/tree/master/srcpkgs/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l/skanlite) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/skanlite)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-23 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[tellico](https://github.com/void-linux/void-packages/tree/master/srcpkgs/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l/tellico) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/tellico)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (167 preceding siblings ...)
2021-02-25 4:47 ` pullmoll
@ 2021-03-02 13:26 ` pullmoll
2021-03-03 9:28 ` pullmoll
` (2 subsequent siblings)
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-03-02 13:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 11330 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-03-02 14:26
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-23 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[xpra](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xpra)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (168 preceding siblings ...)
2021-03-02 13:26 ` pullmoll
@ 2021-03-03 9:28 ` pullmoll
2022-04-30 2:14 ` github-actions
2022-05-14 2:16 ` [ISSUE] [CLOSED] " github-actions
171 siblings, 0 replies; 173+ messages in thread
From: pullmoll @ 2021-03-03 9:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 11330 bytes --]
New comment by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-777323773
Comment:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-03-02 14:26
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[libretro-mupen64plus-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/libretro-mupen64plus-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/libretro-mupen64plus-rpi) | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/libretro-mupen64plus-rpi)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-23 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[xpra](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xpra)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (169 preceding siblings ...)
2021-03-03 9:28 ` pullmoll
@ 2022-04-30 2:14 ` github-actions
2022-05-14 2:16 ` [ISSUE] [CLOSED] " github-actions
171 siblings, 0 replies; 173+ messages in thread
From: github-actions @ 2022-04-30 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/issues/26427#issuecomment-1113893068
Comment:
Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 173+ messages in thread
* Re: [ISSUE] [CLOSED] Packages failing with xbps-fbulk
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
` (170 preceding siblings ...)
2022-04-30 2:14 ` github-actions
@ 2022-05-14 2:16 ` github-actions
171 siblings, 0 replies; 173+ messages in thread
From: github-actions @ 2022-05-14 2:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 22940 bytes --]
Closed issue by pullmoll on void-packages repository
https://github.com/void-linux/void-packages/issues/26427
Description:
Date 21-03-03 10:26
Package name | x86_64| i686| x86_64-musl| i686-musl
--------|--------|------|-------------|-----------
[VeraCrypt](https://github.com/void-linux/void-packages/tree/master/srcpkgs/VeraCrypt) | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/VeraCrypt)
[afl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/afl) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/afl)
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-21 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/bibletime)
[bin86](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bin86) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/bin86)
[cgrep](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cgrep) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/cgrep) | :heavy_check_mark: 21-02-09 | :black_square_button:
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/x86_64/choosenim) | :x: [log](https://repo.voidlinux.de/bad/i686/choosenim) | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/i686-musl/choosenim)
[darcs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/darcs) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/darcs) | :heavy_check_mark: 21-02-03 | :black_square_button:
[debug-me](https://github.com/void-linux/void-packages/tree/master/srcpkgs/debug-me) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/debug-me) | :heavy_check_mark: 21-02-03 | :black_square_button:
[doom3](https://github.com/void-linux/void-packages/tree/master/srcpkgs/doom3) | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/i686/doom3) | :black_square_button: | :black_square_button:
[electron10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron10) | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-02 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/electron10)
[electron9](https://github.com/void-linux/void-packages/tree/master/srcpkgs/electron9) | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-02 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/electron9)
[es](https://github.com/void-linux/void-packages/tree/master/srcpkgs/es) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/es)
[facter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/facter) | :x: [log](https://repo.voidlinux.de/bad/x86_64/facter) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/facter) | :heavy_check_mark: 21-02-04
[fpc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/fpc) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/fpc)
[ghdl](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ghdl) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/ghdl)
[git-annex](https://github.com/void-linux/void-packages/tree/master/srcpkgs/git-annex) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/i686/git-annex) | :heavy_check_mark: 21-03-02 | :black_square_button:
[git-mediate](https://github.com/void-linux/void-packages/tree/master/srcpkgs/git-mediate) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/git-mediate) | :heavy_check_mark: 21-02-03 | :black_square_button:
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/x86_64/gmic) | :x: [log](https://repo.voidlinux.de/bad/i686/gmic) | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/i686-musl/gmic)
[hdapsd](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hdapsd) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/hdapsd)
[heaptrack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/heaptrack) | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/heaptrack)
[hledger](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hledger) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/hledger) | :heavy_check_mark: 21-02-04 | :black_square_button:
[hlint](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hlint) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/hlint) | :heavy_check_mark: 21-02-03 | :black_square_button:
[hoogle](https://github.com/void-linux/void-packages/tree/master/srcpkgs/hoogle) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/hoogle) | :heavy_check_mark: 21-02-03 | :black_square_button:
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/x86_64/j) | :x: [log](https://repo.voidlinux.de/bad/i686/j) | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/j) | :x: [log](https://repo.voidlinux.de/bad/i686-musl/j)
[java-commons-io](https://github.com/void-linux/void-packages/tree/master/srcpkgs/java-commons-io) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/java-commons-io) | :heavy_check_mark: 21-02-04 | :heavy_check_mark: 21-02-07
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/kismet)
[kmonad](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmonad) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/kmonad) | :heavy_check_mark: 21-02-03 | :black_square_button:
[mellowplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mellowplayer) | :x: [log](https://repo.voidlinux.de/bad/x86_64/mellowplayer) | :x: [log](https://repo.voidlinux.de/bad/i686/mellowplayer) | :heavy_check_mark: 21-02-09 | :heavy_check_mark: 21-02-09
[mplayer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/mplayer) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/mplayer)
[msp430-toolchain](https://github.com/void-linux/void-packages/tree/master/srcpkgs/msp430-toolchain) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/msp430-toolchain)
[ocamlbuild](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ocamlbuild) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/ocamlbuild)
[open-vm-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/open-vm-tools) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/open-vm-tools)
[openjdk9-bootstrap](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjdk9-bootstrap) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/openjdk9-bootstrap)
[pandoc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pandoc) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/pandoc) | :heavy_check_mark: 21-02-04 | :black_square_button:
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/papi)
[polygen](https://github.com/void-linux/void-packages/tree/master/srcpkgs/polygen) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/polygen)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-01 | :heavy_check_mark: 21-03-02 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/python3-grpcio)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/x86_64/racer) | :x: [log](https://repo.voidlinux.de/bad/i686/racer) | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/i686-musl/racer)
[stack](https://github.com/void-linux/void-packages/tree/master/srcpkgs/stack) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/stack)
[swars](https://github.com/void-linux/void-packages/tree/master/srcpkgs/swars) | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/i686/swars) | :black_square_button: | :black_square_button:
[turbovnc](https://github.com/void-linux/void-packages/tree/master/srcpkgs/turbovnc) | :x: [log](https://repo.voidlinux.de/bad/x86_64/turbovnc) | :x: [log](https://repo.voidlinux.de/bad/i686/turbovnc) | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/turbovnc)
[unison](https://github.com/void-linux/void-packages/tree/master/srcpkgs/unison) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-03 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/unison)
[urbanterror](https://github.com/void-linux/void-packages/tree/master/srcpkgs/urbanterror) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-21 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/urbanterror)
[wasmtime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/wasmtime) | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-20 | :heavy_check_mark: 21-02-04 | :x: [log](https://repo.voidlinux.de/bad/i686-musl/wasmtime)
[xmobar](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmobar) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/xmobar) | :heavy_check_mark: 21-02-03 | :black_square_button:
[xmonad](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmonad) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/xmonad) | :heavy_check_mark: 21-02-03 | :black_square_button:
[xmonad-contrib](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xmonad-contrib) | :heavy_check_mark: 21-02-20 | :x: [log](https://repo.voidlinux.de/bad/i686/xmonad-contrib) | :heavy_check_mark: 21-02-03 | :black_square_button:
[zig](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zig) | :x: [log](https://repo.voidlinux.de/bad/x86_64/zig) | :black_square_button: | :x: [log](https://repo.voidlinux.de/bad/x86_64-musl/zig) | :black_square_button:
This is for cross builds to `armv{6,7}l{,-musl}`.
Date 21-03-03 10:27
Package name | armv7l| armv7l-musl| armv6l| armv6l-musl
--------|--------|-------------|--------|-------------
[a10disp](https://github.com/void-linux/void-packages/tree/master/srcpkgs/a10disp) | :x: [log](https://repo.voidlinux.de/bad/armv7l/a10disp) | :black_square_button: | :black_square_button: | :black_square_button:
[bananapi-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bananapi-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bananapi-base) | :black_square_button: | :black_square_button:
[beaglebone-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-base) | :black_square_button: | :black_square_button:
[beaglebone-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/beaglebone-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/beaglebone-kernel) | :black_square_button: | :black_square_button:
[bibletime](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l/bibletime) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/bibletime) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/bibletime)
[choosenim](https://github.com/void-linux/void-packages/tree/master/srcpkgs/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l/choosenim) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/choosenim)
[cryfs](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cryfs) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-10 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/cryfs)
[cubieboard2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubieboard2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/cubieboard2-base) | :black_square_button: | :black_square_button:
[cubietruck-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/cubietruck-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/cubietruck-base) | :black_square_button: | :black_square_button: | :black_square_button:
[digikam](https://github.com/void-linux/void-packages/tree/master/srcpkgs/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l/digikam) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/digikam)
[flowblade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l/flowblade) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/flowblade)
[frr](https://github.com/void-linux/void-packages/tree/master/srcpkgs/frr) | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :heavy_check_mark: 21-02-15 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/frr)
[gmic](https://github.com/void-linux/void-packages/tree/master/srcpkgs/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l/gmic) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/gmic)
[ioquake3-rpi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l/ioquake3-rpi) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ioquake3-rpi)
[ivan](https://github.com/void-linux/void-packages/tree/master/srcpkgs/ivan) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/ivan) | :heavy_check_mark: 21-01-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/ivan)
[j](https://github.com/void-linux/void-packages/tree/master/srcpkgs/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l/j) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/j) | :heavy_check_mark: 21-01-02 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/j)
[kismet](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kismet) | :heavy_check_mark: 21-02-22 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kismet)
[kmymoney](https://github.com/void-linux/void-packages/tree/master/srcpkgs/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l/kmymoney) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/kmymoney)
[nodejs-lts-10](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nodejs-lts-10) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l/nodejs-lts-10) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/nodejs-lts-10)
[odroid-u2-base](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-base) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-base) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-boot-fw](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-boot-fw) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-boot-fw) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-kernel) | :black_square_button: | :black_square_button: | :black_square_button:
[odroid-u2-uboot](https://github.com/void-linux/void-packages/tree/master/srcpkgs/odroid-u2-uboot) | :x: [log](https://repo.voidlinux.de/bad/armv7l/odroid-u2-uboot) | :black_square_button: | :black_square_button: | :black_square_button:
[openjade](https://github.com/void-linux/void-packages/tree/master/srcpkgs/openjade) | :heavy_check_mark: 21-01-26 | :heavy_check_mark: 21-02-06 | :x: [log](https://repo.voidlinux.de/bad/armv6l/openjade) | :heavy_check_mark: 21-02-07
[osmid](https://github.com/void-linux/void-packages/tree/master/srcpkgs/osmid) | :heavy_check_mark: 21-01-27 | :heavy_check_mark: 21-02-06 | :heavy_check_mark: 21-01-03 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/osmid)
[papi](https://github.com/void-linux/void-packages/tree/master/srcpkgs/papi) | :heavy_check_mark: 21-01-26 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/papi) | :heavy_check_mark: 21-01-05 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/papi)
[pidgin-sipe](https://github.com/void-linux/void-packages/tree/master/srcpkgs/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/pidgin-sipe) | :heavy_check_mark: 21-02-17 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/pidgin-sipe)
[plasma-applet-active-window-control](https://github.com/void-linux/void-packages/tree/master/srcpkgs/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l/plasma-applet-active-window-control) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/plasma-applet-active-window-control)
[python3-PyICU](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l/python3-PyICU) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-PyICU) | :heavy_check_mark: 21-01-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-PyICU)
[python3-grpcio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio)
[python3-grpcio-tools](https://github.com/void-linux/void-packages/tree/master/srcpkgs/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/python3-grpcio-tools) | :heavy_check_mark: 21-03-01 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/python3-grpcio-tools)
[racer](https://github.com/void-linux/void-packages/tree/master/srcpkgs/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l/racer) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/racer)
[rstudio](https://github.com/void-linux/void-packages/tree/master/srcpkgs/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l/rstudio) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/rstudio)
[sun7i-kernel](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sun7i-kernel) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sun7i-kernel) | :black_square_button: | :black_square_button:
[sword](https://github.com/void-linux/void-packages/tree/master/srcpkgs/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l/sword) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/sword) | :heavy_check_mark: 21-02-23 | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/sword)
[xpra](https://github.com/void-linux/void-packages/tree/master/srcpkgs/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv7l-musl/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l/xpra) | :x: [log](https://repo.voidlinux.de/bad/armv6l-musl/xpra)
Emoji | meaning
------|-------------------------
:x: | Package failed to build
:heavy_check_mark: | Package built successfully
:black_square_button: | Package not built for arch or not yet tried
^ permalink raw reply [flat|nested] 173+ messages in thread
end of thread, other threads:[~2022-05-14 2:16 UTC | newest]
Thread overview: 173+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 11:43 [ISSUE] Packages failing with xbps-fbulk pullmoll
2020-11-16 13:22 ` sgn
2020-11-16 16:01 ` sgn
2020-11-16 18:02 ` pullmoll
2020-11-16 18:03 ` pullmoll
2020-11-16 18:05 ` ericonr
2020-11-17 1:15 ` sgn
2020-11-18 0:12 ` sgn
2020-11-19 1:41 ` sgn
2020-11-19 1:45 ` sgn
2020-11-19 1:45 ` sgn
2020-11-19 14:34 ` sgn
2020-11-19 15:09 ` sgn
2020-11-20 2:19 ` sgn
2020-11-20 16:59 ` sgn
2020-11-20 22:08 ` pullmoll
2020-11-21 0:45 ` sgn
2020-11-21 2:33 ` sgn
2020-11-21 2:59 ` sgn
2020-11-21 3:06 ` sgn
2020-11-21 3:14 ` sgn
2020-11-21 3:55 ` sgn
2020-11-21 5:59 ` sgn
2020-11-21 6:48 ` sgn
2020-11-21 7:09 ` sgn
2020-11-21 9:07 ` sgn
2020-11-21 9:23 ` sgn
2020-11-21 9:38 ` pullmoll
2020-11-21 12:13 ` sgn
2020-11-21 12:38 ` sgn
2020-11-21 12:48 ` sgn
2020-11-21 12:52 ` sgn
2020-11-21 12:53 ` sgn
2020-11-21 17:13 ` pullmoll
2020-11-21 18:12 ` Johnnynator
2020-11-21 20:18 ` pullmoll
2020-11-22 0:17 ` pullmoll
2020-11-22 0:18 ` pullmoll
2020-11-22 0:24 ` pullmoll
2020-11-22 0:25 ` pullmoll
2020-11-22 4:56 ` pullmoll
2020-11-22 4:56 ` pullmoll
2020-11-22 22:44 ` fosslinux
2020-11-23 4:16 ` CameronNemo
2020-11-23 4:16 ` CameronNemo
2020-11-23 11:55 ` sgn
2020-11-23 21:12 ` pullmoll
2020-11-23 21:45 ` pullmoll
2020-11-23 21:48 ` pullmoll
2020-11-23 21:54 ` pullmoll
2021-01-03 0:56 ` pullmoll
2021-01-03 0:57 ` pullmoll
2021-01-13 20:14 ` pullmoll
2021-01-13 20:20 ` pullmoll
2021-01-13 20:20 ` pullmoll
2021-01-13 20:21 ` pullmoll
2021-01-13 20:21 ` pullmoll
2021-01-14 1:19 ` sgn
2021-01-14 1:20 ` sgn
2021-01-14 1:38 ` sgn
2021-01-14 11:29 ` pullmoll
2021-01-14 11:32 ` pullmoll
2021-01-14 11:33 ` pullmoll
2021-01-14 12:41 ` pullmoll
2021-01-16 10:23 ` pullmoll
2021-01-16 10:26 ` pullmoll
2021-01-16 10:28 ` pullmoll
2021-01-16 10:29 ` pullmoll
2021-01-16 10:30 ` pullmoll
2021-01-16 10:36 ` pullmoll
2021-01-16 10:36 ` pullmoll
2021-01-16 10:37 ` pullmoll
2021-01-16 10:39 ` pullmoll
2021-01-16 10:40 ` pullmoll
2021-01-16 10:41 ` pullmoll
2021-01-16 10:41 ` pullmoll
2021-01-16 10:44 ` pullmoll
2021-01-16 10:45 ` pullmoll
2021-01-16 10:46 ` pullmoll
2021-01-16 10:51 ` pullmoll
2021-01-16 10:57 ` pullmoll
2021-01-16 10:58 ` pullmoll
2021-01-16 10:59 ` pullmoll
2021-01-16 10:59 ` pullmoll
2021-01-16 11:00 ` pullmoll
2021-01-16 11:10 ` pullmoll
2021-01-16 11:11 ` pullmoll
2021-01-16 11:14 ` pullmoll
2021-01-16 11:25 ` pullmoll
2021-01-16 11:26 ` pullmoll
2021-01-16 11:27 ` pullmoll
2021-01-16 11:51 ` pullmoll
2021-01-16 11:56 ` pullmoll
2021-01-16 11:57 ` pullmoll
2021-01-16 12:08 ` pullmoll
2021-01-16 12:09 ` pullmoll
2021-01-16 12:32 ` pullmoll
2021-01-16 12:54 ` pullmoll
2021-01-16 17:16 ` pullmoll
2021-01-17 13:42 ` pullmoll
2021-01-17 16:08 ` pullmoll
2021-01-17 16:09 ` pullmoll
2021-01-18 11:47 ` sgn
2021-01-18 11:47 ` sgn
2021-01-18 11:49 ` sgn
2021-01-18 11:49 ` sgn
2021-01-18 11:49 ` sgn
2021-01-18 11:58 ` sgn
2021-01-18 12:15 ` sgn
2021-01-18 14:40 ` sgn
2021-01-18 15:52 ` pullmoll
2021-01-18 18:33 ` pullmoll
2021-01-18 18:34 ` pullmoll
2021-01-18 19:34 ` pullmoll
2021-01-18 19:35 ` pullmoll
2021-01-18 20:51 ` pullmoll
2021-01-18 20:51 ` pullmoll
2021-01-18 20:56 ` pullmoll
2021-01-18 21:48 ` pullmoll
2021-01-18 23:52 ` pullmoll
2021-01-19 19:00 ` pullmoll
2021-01-19 19:00 ` pullmoll
2021-01-19 19:01 ` pullmoll
2021-01-19 19:42 ` pullmoll
2021-01-23 2:08 ` sgn
2021-01-23 7:39 ` sgn
2021-01-23 10:42 ` sgn
2021-01-23 20:08 ` pullmoll
2021-01-24 17:07 ` pullmoll
2021-01-25 11:58 ` pullmoll
2021-01-26 17:03 ` pullmoll
2021-01-30 9:49 ` sgn
2021-01-30 9:49 ` sgn
2021-01-30 18:19 ` pullmoll
2021-01-30 18:20 ` pullmoll
2021-02-01 13:41 ` sgn
2021-02-02 14:02 ` pullmoll
2021-02-02 14:08 ` pullmoll
2021-02-02 15:49 ` pullmoll
2021-02-02 17:19 ` pullmoll
2021-02-02 20:22 ` pullmoll
2021-02-05 4:40 ` ericonr
2021-02-05 4:43 ` ericonr
2021-02-05 4:47 ` ericonr
2021-02-05 4:54 ` ericonr
2021-02-05 10:33 ` sgn
2021-02-05 10:37 ` sgn
2021-02-05 10:41 ` pullmoll
2021-02-05 12:19 ` sgn
2021-02-06 13:13 ` pullmoll
2021-02-11 9:53 ` pullmoll
2021-02-12 9:16 ` pullmoll
2021-02-12 12:34 ` sgn
2021-02-14 21:03 ` pullmoll
2021-02-15 18:33 ` pullmoll
2021-02-15 18:34 ` pullmoll
2021-02-16 8:06 ` pullmoll
2021-02-16 10:36 ` pullmoll
2021-02-17 13:04 ` sgn
2021-02-18 2:01 ` sgn
2021-02-18 2:02 ` sgn
2021-02-18 20:32 ` pullmoll
2021-02-19 20:49 ` pullmoll
2021-02-22 11:13 ` pullmoll
2021-02-23 0:30 ` sgn
2021-02-23 11:49 ` pullmoll
2021-02-23 14:51 ` pullmoll
2021-02-23 17:34 ` pullmoll
2021-02-25 4:47 ` pullmoll
2021-03-02 13:26 ` pullmoll
2021-03-03 9:28 ` pullmoll
2022-04-30 2:14 ` github-actions
2022-05-14 2:16 ` [ISSUE] [CLOSED] " github-actions
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).