OscarL
OscarL
Updating cython is not always possible, because it tends to break other things we already provide. Switching to 3.0.0 already left us without being able to add at least one...
Bit of a tangent, but... While using Python on Haiku in general, you'll have to accept that, besides the usual Python shenannigans, Haiku is extra challenging, as upstreams do not...
Upstream seems rather dormant ([last PR there](https://github.com/disreali/SystemInfo/pull/4) took about 5 years to merge :-D). Maybe it would be better to point issues back to the [HaikuArchives repo](https://github.com/HaikuArchives/SystemInfo) instead? (HaikuArchives should...
> /sources/mosh-1.4.0/missing: line 81: automake-1.16: command not found Odd. Works OK here :-/ (did several `hp mosh -c` even). > `haiku${secondaryArchSuffix}_devel` should go to `BUILD_REQUIRES` :) Thanks for the heads...
> Before or after you dropped `autogen.sh`? After. I'm doing a new build (nuked everthing mosh-related first), and still works OK with just: ``` BUILD_PREREQUIRES=" cmd:awk cmd:gcc$secondaryArchSuffix cmd:make cmd:perl cmd:pkg_config$secondaryArchSuffix...
Thanks. I was looking at the `wand` recipe, very much wishing to just drag it to the chopping block, but this one was getting in the way :-D
Thanks for the info. Just to be clear, I wasn't looking to *necessarily* drop the `psutils` recipe itself, but at least `wand`, as it seems we can avoid that "build...
For squashfs_tools, checksum did changed for 4.6.1 for some reason. Just went ahead and updated it to 4.7.2 instead.
~The ones missing `autopoint` should resolve themselves once flex 2.6.4 is built on RISCV64, I believe.~ Seems I miss-read a BUILD_PREREQUIRES for cmd:autopoint on the flex recipe as if it...
For now, I only enabled a minimal set of dependencies. More can be added if need arises.