• Gentoo Linux developer

  • Joined on 2024年01月09日
eschwartz commented on pull request gentoo/guru#22 2026年07月13日 18:02:55 +02:00
kopia-ui-bin: support install on systemd systems

The problem is that "systemd-utils" is a pretty vague thing to depend on. It provides some utility programs like systemd-tmpfiles or systemd-sysusers, it lets you install and run systemd-boot (a...

eschwartz commented on pull request gentoo/guru#22 2026年07月13日 14:48:30 +02:00
kopia-ui-bin: support install on systemd systems

That is not what I asked.

eschwartz commented on pull request gentoo/guru#22 2026年07月13日 04:11:09 +02:00
kopia-ui-bin: support install on systemd systems

Why is this a use flag? What does the software actually need at runtime?

eschwartz commented on issue Codeberg/Community#2861 2026年07月13日 03:01:50 +02:00
Return of the "Archive URL generated archives changed (but their content remains identical)"

Ah, thanks. That was the missing link for me.

eschwartz commented on issue Codeberg/Community#2861 2026年07月12日 17:53:29 +02:00
Return of the "Archive URL generated archives changed (but their content remains identical)"

Can you please fix it to be stable? :)

eschwartz commented on issue Codeberg/Community#2861 2026年07月12日 17:41:21 +02:00
Return of the "Archive URL generated archives changed (but their content remains identical)"

Originally reported by a https://codeberg.org/gentoo/guru user for the x11-misc/ly-1.4.1 overlay package, which has no mirroring, making this much worse. :) Should presumably extend to all...

eschwartz opened issue Codeberg/Community#2861 2026年07月12日 17:38:31 +02:00
Return of the "Archive URL generated archives changed (but their content remains identical)"
eschwartz commented on pull request gentoo/gentoo#1019 2026年07月07日 07:29:46 +02:00
dev-util/sysprof: add 50.0
eschwartz suggested changes for gentoo/gentoo#1019 2026年07月07日 07:29:46 +02:00
dev-util/sysprof: add 50.0
eschwartz commented on pull request gentoo/gentoo#1096 2026年06月29日 15:41:47 +02:00
net-irc/weechat: update 9999, add 4.9.3

Can you read up on how this bsdtar command works?

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月29日 15:39:07 +02:00
net-irc/weechat: update 9999, add 4.9.3

"I used a sed to quote all variables because shellcheck complained about them" is exactly the sort of thing I don't want to accept in a PR. :(

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月29日 15:37:42 +02:00
net-irc/weechat: update 9999, add 4.9.3

If you're going to use shellcheck I suggest ignoring some of its error codes (particularly any error codes matching the pattern *).

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月29日 15:35:11 +02:00
net-irc/weechat: update 9999, add 4.9.3

Your response confuses me enough that I have to ask you to please review the documentation on slot dependencies.

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月28日 19:50:07 +02:00
net-irc/weechat: update 9999, add 4.9.3

Why quote ${LINGUAS-${i}} but not ${LANGS} in the previous line? This is a trick question.

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月28日 19:50:07 +02:00
net-irc/weechat: update 9999, add 4.9.3

IIRC this will cause ./ to be prepended to archive entries...

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月28日 19:50:06 +02:00
net-irc/weechat: update 9999, add 4.9.3

It's contractually irrelevant, but harmless, to quote a variable such as ${P} that cannot contain word splitting characters.

eschwartz commented on pull request gentoo/gentoo#1096 2026年06月28日 19:50:05 +02:00
net-irc/weechat: update 9999, add 4.9.3

The only particular reason to split across lines is if you don't want local to swallow the exit code of git? But you're not checking it?