GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
635 stars 36 forks source link

build: current AUR package v1.0.6 seems to be broken #158

Closed kedom1337 closed 3 months ago

kedom1337 commented 3 months ago

When trying to install the current version of goxlr-utility the installation fails with the following message:

==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/goxlr-client.bash': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'goxlr-utility-1.0.6-1':
error: packages failed to build: goxlr-utility-1.0.6-1

This doesn't seem to be a local problem as I have personally reproduced it on two different machines. It has also been reported by a different user on the packages AUR page.

FrostyCoolSlug commented 3 months ago

Weird, I've just given it a test locally and from AUR and it seems to build and install correctly..

Could you try again and provide the full build log for me please, could you also let me know which distro you're using?

FrostyCoolSlug commented 3 months ago

Found the problem, looks like a recent rust update has changed the JSON diagnostics, I suspect this will break a lot of rust packages in AUR, I'll look into getting a fix in.

FrostyCoolSlug commented 3 months ago

I've pushed a fix for this into AUR, should appear soon.

Thanks for reporting

raccoroni commented 3 months ago

fixed it for me, thank you boss :)

kedom1337 commented 3 months ago

Yup everything works fine now. Thanks for the quick fix!