~firasuke

Aleppo, Syria

A radiologist who's a Linux developer that loves arm wrestling and is interested in 中文


#132 Is `CFLAGS=-DBOOTSTRAP_NO_SAMU` still valid? 3 months ago

Ticket created by ~firasuke on ~lattis/muon

Is this flag still valid, as I can't seem to find any mention of it in version 0.2.0?

#130 New release bump 3 months ago

Comment by ~firasuke on ~lattis/muon

Any updates to this?

Thanks again.

#130 New release bump 5 months ago

Ticket created by ~firasuke on ~lattis/muon

Thank you for your time and effort on this.

The latest release is over 1 year old, so would it be possible to bump the release number or publish a new release/tag with the latest fixes?

#19 Unable to parse '65534\10` 7 months ago

Comment by ~firasuke on ~emersion/basu

This appears to be a muon issue that has been resolved. Closing...

#108 basu fails to build with muon 7 months ago

Comment by ~firasuke on ~lattis/muon

Thanks for the fix. Mind bumping the release number as it has been some time :)

#108 basu fails to build with muon 11 months ago

Comment by ~firasuke on ~lattis/muon

Just faced the exact same issue with glib. This appears to be a problem with the to_int() method with null terminated strings.

#108 basu fails to build with muon 11 months ago

Ticket created by ~firasuke on ~lattis/muon

Hey there, I am trying to build basu using muon on a custom Linux distribution that uses musl libc. I am receiving the following error:

basu-v0.2.1/meson.build:208:47: error unable to parse '65534\10'
208 |                 id = id_result.stdout().to_int()
                                                    ^
basu-v0.2.1/meson.build:208:41: error in method str.to_int()
208 |                 id = id_result.stdout().to_int()

I tried it with meson and it builds just fine, which lead me to believe it's a muon bug.

Any ideas?

https://todo.sr.ht/~emersion/basu/19

#19 Unable to parse '65534\10` 11 months ago

Ticket created by ~firasuke on ~emersion/basu

Hey there, I am trying to build basu using muon on a custom Linux distribution that uses musl libc. I am receiving the following error:

basu-v0.2.1/meson.build:208:47: error unable to parse '65534\10'
208 |                 id = id_result.stdout().to_int()
                                                    ^
basu-v0.2.1/meson.build:208:41: error in method str.to_int()
208 |                 id = id_result.stdout().to_int()

I tried it with meson and it builds just fine, which lead me to believe it's a muon bug.

Any ideas that it might be caused by basu?

#107 Support for --cross-file 11 months ago

Ticket created by ~firasuke on ~lattis/muon

I am trying to cross compile muon to a musl libc target, using muon on a glibc host. It is detecting the cross compiler correctly having passed it via PATH and CC, but it is failing on tools/embedder file.

This works for meson as I have a cross-file listing all binaries from ar, as all the way to strings and strip.

I checked muon's source code and noticed that --cross-file is ignored, so is there a way to solve this?

#98 Support building in remote out-of-tree directories 1 year, 6 months ago

Comment by ~firasuke on ~lattis/muon

I can confirm that relative paths are now working. I even tried the bootstrap script with relative paths, and it worked as expected in all trials.

Keep up the great work!