Firas Khalil Khana

Results 51 comments of Firas Khalil Khana

I tried `lzma-rs` and I wasn't able to decompress an lzip file (`.lz`), even though the lzip format uses the LZMA algorithm. Any thoughts on this?

Fair enough. Any plans on adding some of their commits, as they've improved support for several arches?

Will do. Thanks for the much appreciated quick replies.

I see so `/lib/ld-musl-$(ARCH)$(SUBARCH).so.1` is sacred and shouldn't be touched (maybe only if `/usr/lib/ld-musl-$(ARCH)$(SUBARCH).so.1` is desired...), it should also be available at the time of chroot in the directory where...

To sum things up, one has to basically create a cross-compiler targetting `x86_64-linux-musl` that runs on the host system with mcm using: ```Shell make TARGET=x86_64-linux-musl install ``` which will be...

I see. While `MAKEINFO=false` may guarantee that no docs will be built, it has higher chances of breaking the build (particularly binutils) on some hosts (when a false value is...

I apologize for being vague. I want to clarify that I'm not facing any issues with the current version of software that mcm supports, and that building both a cross...

I haven't updated the gist I mentioned above, but yes I'm facing the above error (and the build stops as I have `set -e` on) when using: ```Shell MAKE="make MULTILIB_OSDIRNAMES=...

Keeping this issue open then until this is fixed. Thank you for your hard work.

I was also wondering why this was happening as well, and why the dirty solution to symlink `usr` to `.` was needed... So any updates on the issue? I agree...