zqqw

Results 21 comments of zqqw

https://github.com/zqqw/pakku/blob/master/src/feature/syncsource.nim#L26 I think it's probably there as the files get copied at some point except for .gitignore .SRCINFO but I'm not sure why it works in other cases, there must...

https://github.com/zqqw/pakku/commit/741034972c23d0ca5a6bf64828567ece7d650884 That should hopefully help with the problem I have encountered a few times, curl is retried 3 times after a random delay of 2 to 3 seconds to avoid...

Well spotted, after adding another dependency, although the PKGBUILD is reparsed, so most changes in there work as expected, the extra dependency is not then installed: ``` ==> Checking buildtime...

It sounds like it could be more a case for re-ordering events slightly, so the option to edit the files takes place before the dependencies are installed. A lot of...

Some of the onscreen messages are from makepkg, pacman and possibly git which are exec'd in various ways at various points, I should have mentioned before.

https://github.com/nim-lang/Nim/issues/20450 There were lots of segfault issues with Nim I saw apart from this one affecting Pakku directly around this time that were mentioned in the nim-lang issues due to...

And here on this issue: https://github.com/zqqw/pakku/issues/27 The last comment mentions 1.6.10 segfaults with pakku, it's a known issue but I think Nim development has already gone past that, it's just...

It seems that changing line 72 of Makefile from: -a manmanual='Pakku Manual' \ to -a manmanual='Pakku_Manual' \ provides a workaround to this, because the new asciidoc can't parse the space...

https://github.com/zqqw/pakku/commit/8194d6d9b82c765703a94ed612c15befa92379aa That commit effectively resolves this and it should build with both the older and newer versions of asciidoc. Possibly it might get fixed in future releases of asciidoc so...

That stopped working when the repositories were moved ages ago. Arch Linux moved their repositories too. -Sz doesn't work either. It's not just a simple matter of changing the address...