Martin Braun

Results 179 comments of Martin Braun

I think this is an autotools version error. Which version of autotools do you have?

Looks like CentOS 7 comes with automake 1.13. I can repro this in a Docker container.

Where to put the lock file? There's a couple of considerations: - Most system package managers don't like being called twice. That would point to putting it in `~/.pybombs`. -...

This is not quite a fix, but I've made the sudo thing a config option. You can now do (in ~/.pybombs/config.yml): ``` .yml config: elevate_pre_args: [,] ``` and it will...

shell wrappers have the disadvantage of being non-portable.

We have a couple of things in place now: - The `autoconfig` subcommand - The `elevate_pre_args` config option I'm considering closing this issue. However, there are still some good ideas:...

#367 was an attempt to fix this, but has too much hard coded stuff.

This doesn't seem too terrible -- requires a plugin for apk-tools. I will gladly accept such a contribution. Would also require updates to the recipes.

Congrats, @Ryandry1st, you're the first to try this on Windows and report back here! The problem is that on Windows, we only have pip as a candidate for installing dependencies....