Georgi Valkov

Results 78 comments of Georgi Valkov

@mcprat Hi! And thanks for your hard work. I will test it again later and post the results/logs. Last night a build on main failed for me, so I added...

I'm on macOS 14.7, Xcode 16.0 (16A242d), Intel. And it fails with a weird error likely related to UTF8. ``` In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/container_adaptor.h:25: ./stack:1:1: error: source file is...

@mcprat I guess it's likely the same error, but I'm on a conference now, and won't be able to investigate until late tonight or tomorrow. It could be because Xcode...

@mcprat Thank you for saving the day again! Fix confirmed. Currently building the toolchain.

@mcprat The install phase fails. Some of the tools like `g-net-speed` are my own programs, and I know I'm not using `stat` anywhere. `luci-base` is also affected. ``` bash arm-openwrt-linux-muslgnueabi-g++...

@mcprat > this `stat` issue has to be on main too right? I don't see any way this PR affects it Correct. It is a regression in `main` between 2024-09-02...

@mcprat Good catch! Now I remember that we automatically link various tools under `staging_dir/host/bin`. And since `coreutils` installed on the host is a prerequisite, there should be a link to...

@nikias It didn't. It prints `usbmuxd`. For consistency with the rest of the packages, you should use the form: ``` case KEY_VERSION: fprintf(stderr, "%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); ``` https://github.com/libimobiledevice/ifuse/blob/814a0e38050850937debd697fcfe6eca3de1b66f/src/ifuse.c#L685 There...

@Forst Thanks! I tested these patches a few days ago. I think we should invite some of the maintainers for review @nikias @qmfrederik @FunkyM @rickmark @mrmacete @marcan