12 Jun 2024 |
| networkException joined the room. | 16:21:40 |
13 Jun 2024 |
| Enric Morales joined the room. | 23:23:38 |
15 Jun 2024 |
ris_ | only tangentially related to exotic architectures, but does anyone know if those who designed the binfmt/qemu mechanism considered the need to add extra flags to the qemu invocation? specifically for customizing the emulated cpu... it looks like i'd have to do some pretty heavy hackery to get this to work | 16:12:47 |
ris_ | because of the way a special wrapper binary is used that appends -- to the arguments | 16:14:11 |
16 Jun 2024 |
ris_ | FWIW i've managed the above with https://gist.github.com/risicle/18c5d0aed51ad0c45dd4a015a00bec00, but would be nicer to have a proper way of doing this | 11:51:59 |
18 Jun 2024 |
John Ericson | https://github.com/NixOS/nixpkgs/pull/320840 a few BSD cleanups in here | 18:22:54 |
John Ericson | rhelmot: could you review? | 18:22:59 |
John Ericson | should be easy | 18:23:02 |
rhelmot | sure lol | 18:23:48 |
rhelmot | I'm trying to do freebsd cross without nix in order to make the perl guy happy | 18:24:59 |
rhelmot | surprisingly clang + sshfs makes it trivial | 18:25:10 |
John Ericson | In reply to @rhelmot:matrix.org surprisingly clang + sshfs makes it trivial oh how so? | 18:27:32 |
John Ericson | get the deps from native via sshfs? | 18:27:38 |
rhelmot | yeah just pass the sysroot flag | 18:27:48 |
John Ericson | nice | 18:27:54 |
John Ericson | In reply to @Ericson2314:matrix.org https://github.com/NixOS/nixpkgs/pull/320840 a few BSD cleanups in here After this one is merged, I have one doing your noLibc trick for all the bsds, and then I can delete a lot of *Cross bullshit attributes | 18:28:17 |
| @paparodeo:matrix.org joined the room. | 18:44:50 |
John Ericson | rhelmot: is __FreeBSD__ defined to any particular value? | 20:31:05 |
rhelmot | yes I believe it's the userland version? | 20:31:23 |
John Ericson | rhelmot: I wasn't getting a value with a echo __FreeBSD__ | $CC -x c - -E check | 20:32:30 |
John Ericson | the hidapi build seems broken | 20:32:38 |
John Ericson | oh wait now I am | 20:32:54 |
John Ericson | it is 8 huh | 20:32:58 |
rhelmot | ? | 20:33:03 |
rhelmot | odd | 20:33:04 |
rhelmot | it's 14 on my machine | 20:33:36 |
rhelmot | do you have.. FreeBSD 8 somehow? | 20:33:48 |
John Ericson | rhelmot: in the cross environment | 20:36:22 |
John Ericson | https://github.com/libusb/hidapi/commit/0cbc3a409bcb45cefb3edbf144d64ddd4e0821ce | 20:36:24 |
John Ericson | I noticed cause this | 20:36:30 |