Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Build Error on OpenWRT 23.05.0 #27

Open
marcpaulchand opened this issue Oct 23, 2023 · 2 comments
Open

Build Error on OpenWRT 23.05.0 #27

marcpaulchand opened this issue Oct 23, 2023 · 2 comments

Comments

@marcpaulchand
Copy link

marcpaulchand commented Oct 23, 2023

Hello

I tried to compile snapcast for OpenWRT 23.05.0 and I faced an error

Fortunatly it was at the end, during install step of Makefile.

Here is a dirty workaround :

# Copy snapclient.default to files
cp snapos/debian/snapclient.default snapos/openwrt/snapcast/file
# adjust permission
chmod 0755 snapos/openwrt/snapcast/file/snapclient.default

And you'll have to change line 112 on Makefile (snapos/openwrt/snapcast/Makefile) (the original is commented)

    # $(INSTALL_BIN) $(PKG_BUILD_DIR)/debian/snapclient.default $(1)/etc/default/snapclient
    $(INSTALL_BIN) ./files/snapclient.default $(1)/etc/default/snapclient

Thanks for your marvelous work, it allows to keep my pogoplug up to date !

Bests

@davidandreoletti
Copy link
Contributor

davidandreoletti commented Mar 7, 2024

Hi @badaix,

OpenWRT 23.xx is the current stable OpenWRT version and I would like to run snapcast on it :-)

PR #26, #27 and #28 are easy fixes to look into and merge. Would you mind looking into them please ? I can help build locally and test on a VM

@kerta1n / @marcpaulchand Thanks for the PRs!

@davidandreoletti
Copy link
Contributor

@badaix With #29 now merged in, this issue can be closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants