- Sep 12, 2022
-
-
alice authored
-
alice authored
who knew circular dependencies were hard? this has two (with cmake): cmake -> libarchive -> zstd -> cmake rsync -> zstd -> cmake -> linux-headers -> rsync the former isn't too bad to bundle. the latter is probably easily wrapped with a shell script. but i'll let someone else do it- had it with this shit maybe there's a way to generate valid cmake files by hand, without needing cmake?
-
- Sep 07, 2022
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Sep 12, 2022
- Sep 11, 2022
- Sep 10, 2022
-
-
it requires --enable-host-shared- enabling this for all of gcc incurs a small percentile performance penalty, so Just Don't and if' it out into its own block. this does complicate the build a little more- but the other alternative is to make another aport, and then it would need to follow more or less the same tarball/patchset, have more moving parts/places to fix flags, etc.. this is the easier option, reusing the existing configuration. also, remove -j1 from install to speed it up a little
-
J0WI authored
-
alice authored
this makes the bug info at the bottom of --help (and segfaults?): For bug reporting instructions, please see: <https://gitlab.alpinelinux.org/alpine/aports/-/issues>. which is where all issues should go, especially for this gcc given the large patchset.
-
Jakub Jirutka authored
-
Co-Authored-By:
Jakub Jirutka <jakub@jirutka.cz>
-
Whenever grub-probe is run (by grub-mkconfig) and the root filesystem is on LVM then multiple warnings may be displayed: File descriptor 7 (socket:[24298]) leaked on vgs invocation. Parent PID 12489: /usr/sbin/grub-probe These warnings are harmless but annoying and may make users think there is an actual problem with their OS. If the environment variable LVM_SUPPRESS_FD_WARNINGS is set then grub-probe will not display these. This patch sets LVM_SUPPRESS_FD_WARNINGS when "vgs" is called, so preventing these harmless warnings appearing.
-
Henrik Riomar authored
-
alice authored
this release has multiple issues: https://bugs.gentoo.org/868567 https://bugs.gentoo.org/868522 needs another release
-
alice authored