lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
927 stars 36 forks source link

Cant install from AUR - some libnkutils/format-string error [BUG] #63

Closed erlonbie closed 1 year ago

erlonbie commented 1 year ago

Rofi version (rofi -v)

1.7.3.wayland1.r51.g1e8c22b4-1 (from AUR)

Configuration

Irrelevant (can't install)

Launch command

yay -S rofi-lbonn-wayland-git

Step to reproduce

yay -S rofi-lbonn-wayland-git

Expected behavior

Install on the system

Actual behavior

3/18 libnkutils:format-string / libnkutils format-string module tests ERROR 0.04s exit status 1 MALLOCPERTURB=185 /home/erlonbie/.cache/yay/rofi-lbonn-wayland-git/src/build/subprojects/libnkutils/nk-format-string.test --tap

image

Additional information

I installed this package in a very similar machine (almost same programs installed) and had no issue.

Celti commented 1 year ago

This is an issue in libnkutils that does not appear to have been fixed in latest master. Commit 7074122 in glib changed the default format string to use numbers padded with U+2007 FIGURE SPACE instead of with normal spaces; the corresponding test in libnkutils needs to be updated to match.

Celti commented 1 year ago

I've properly reported this against libnkutils. This issue should probably be closed in favour of one against upstream rofi to update the libnkutils version after the underlying issue is resolved.

sardemff7 commented 1 year ago

Fixed in upstreams libnkutils and rofi :slightly_smiling_face:

erlonbie commented 1 year ago

Trying to install through AUR and getting the same error.

I noticed a comment from @Celti here mentioning --nocheck flag. How do I use it?

lbonn commented 1 year ago

Should be fixed now, please reopen in case of further problems.

But yes, it would be better to skip test runs during the AUR package generation

norris-young commented 1 year ago

This

Should be fixed now, please reopen in case of further problems.

But yes, it would be better to skip test runs during the AUR package generation

Fixed, but it won't be pushed to AUR until you tag a new release.