Jonathan Schleifer

Results 88 comments of Jonathan Schleifer

Unrelated: Why are there .a files checked into the repository under lib?

It seems that there's even more broken in amiga-gcc. It now opens the library but then just hangs. When compiling it without library support, it just says "Program aborted" -...

I think the problem that makes this "not open source" is the restriction to not allow commercial use. And it's also quite unclear what this would mean exactly, here. Like,...

-device usb-host,vendorid=0x05ac,productid=0x12a8,guest-reset=false doesn't work for me either, verified with lsusb that those are correct. I wonder if usbmuxd could cause issues?

I think the bigger issue than them doing that is acme.sh allowing it. I think a fix for RCE is warranted, quickly. And then a proper security advisory / CVE.

> The Windows check failures do seem to be relevant, I think they're related to the changing the order of the compilers, since it looks like before that the test...

> This needs documentation Done.

> ``` > [5/5] clang -o exe1 exe1.p/main.c.o -Wl,--as-needed -Wl,--no-undefined subprojects/cmTest/libcmTest.a > FAILED: exe1 > clang -o exe1 exe1.p/main.c.o -Wl,--as-needed -Wl,--no-undefined subprojects/cmTest/libcmTest.a > /usr/bin/ld: subprojects/cmTest/libcmTest.a.p/cmTest.c.o: relocation R_X86_64_32 against `.rodata' can...

> Could we install objfw on: > > * macOS CI via brew install in the GitHub actions yaml > > * fedora via ci/ciimages/ in the list of packages...