OscarL

Results 144 comments of OscarL

@Begasus: Is that the same error output you get when attempting to build binutils? I just ask (without having tried it myself), because that error might just be due to...

As of 2025-08-11, only the following packages still have Python 2.x listed as build dependencies: - [ ] 0ad-0.0.23b~alpha - [ ] apitrace-7.1 - [ ] arx_libertatis-1.2 - [ ]...

Forgot to remove old version? (thus why using `git mv` is better, IMO)

Wonder how it works on other OSes (I'd be surprised if the spurious warning was present on, say, Linux or the *BSDs). In any case, way out of my league...

Closing. Not seeing the warning anymore on x86_64 with `gcc_fortran` `13.3.0_2023_08_10-6` after @furutaka's #13250 (thanks to him, and to everyone else that chimed in!). I understand that x86_32 is still...

Just in case: installing `coverage` as system package does works properly.

installing packages via `pip --user` do work, AFAICT. (my usual go to is `pip install --user pyserial`)

Those `sysconfig.get_paths('haiku_home')` paths DO look wrong thou (`python` vs `python3.10`).

Turns out we don't need to mess around with `haiku_home` to fix this one. We just need to add the `~/config/lib/python3.nn/vendor-packages/` path to `site.getsitepackages()`. I think we could just get...

Knowing which srcGitRev to use for each SOURCE_URI seemed to require more careful consideration/time than what I intended to spend at the time. This was my first time building and...