-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: ncspot-0.11.2 #33600
New package: ncspot-0.11.2 #33600
Conversation
1cc2dc4
to
9a561d4
Compare
Waiting on #32555, since ncspot 0.9.1 requires Rust 1.55 or later. |
0.9.3 just got released. I'm following this thread watching for updates. Cheers for your work :) |
FI, @pfr-dev |
CI failures might be related to librespot-org/librespot#774 Also, why are cross builds taking 2 hours? |
ncspot-0.95 requires rust 1.58.0 |
@ram02z Yes but, I can confirm that the patch provide, hrkfdn/ncspot#714 (comment) allows the build to succeed with rust-1.57.0 EDIT:
|
Thanks. I saw the patch but I probably won't bump this package until the rust cross build starts working again on Void Linux. |
I haven't tried to cross compile. It will take a few days before the build infrastructure starts to spit-out binaries and to see if the builds are successful on other platforms. I only have access to x86_64 hardware and on it, it builds fine. |
Cross build now works thanks to this snippet #34889 (comment) |
fdb8903
to
2c1edf7
Compare
trying to update to I took the template and swapped it out for the old one and ran
I have |
You need to rebase on master.
https://github.com/void-linux/void-packages/blob/master/Manual.md#contributing-via-git
…On Tue, Apr 5, 2022 at 4:52 AM Dave ***@***.***> wrote:
trying to update to 0.9.7 from 0.9.0
I took the template and swapped it out for the old one and ran ./xbps-src
update-sys but it fails to build zlib -1.2.11.4
=> zlib-1.2.11_4: building [configure] (dependency of pcre) for x86_64...
[runtime] zlib-1.2.11_4: not found (self, ignored)
=> zlib-1.2.11_4: running do-fetch hook: 00-distfiles ...
=> zlib-1.2.11_4: fetching distfile 'zlib-1.2.11.tar.gz'...http://www.zlib.net/zlib-1.2.11.tar.gz: Not Found
=> ERROR: zlib-1.2.11_4: failed to fetch zlib-1.2.11.tar.gz.
=> ERROR: xbps-src: failed to build ncspot-0.9.7_1 pkg!
—
Reply to this email directly, view it on GitHub
<#33600 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXP5OLC67FQBM2PEXSWP3VDQEMDANCNFSM5GET4EDA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
🧁 |
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
Bump (Will update to 0.11.2 tomorrow). |
bf667a9
to
2738e55
Compare
bdc72a4
to
ecdc870
Compare
https://github.com/hrkfdn/ncspot/blob/main/README.md#on-linux
|
libxcb is detected |
see 009bac3 |
ok |
General
Have the results of the proposed changes been tested?
Using the termion as the backend instead of ncurses-rs which doesn't crosscompile. See #23415