Package Details: roon-tui 0.3.2-1

Git Clone URL: https://aur.archlinux.org/roon-tui.git (read-only, click to copy)
Package Base: roon-tui
Description: A Roon Remote for the terminal
Upstream URL: https://github.com/TheAppgineer/roon-tui
Keywords: roon
Licenses: MIT
Submitter: NoaHimesaka
Maintainer: NoaHimesaka
Last Packager: NoaHimesaka
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-01 10:28 (UTC)
Last Updated: 2024-09-09 15:31 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

NoaHimesaka commented on 2024-09-09 15:31 (UTC)

@tpaniaki Fixed in 0.3.2

tpaniaki commented on 2024-08-12 21:44 (UTC) (edited on 2024-08-12 22:08 (UTC) by tpaniaki)

I got

~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholders `_` are specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

which seems to be related to https://github.com/TheAppgineer/roon-tui/issues/19.

NoaHimesaka commented on 2024-01-25 00:33 (UTC) (edited on 2024-01-25 00:36 (UTC) by NoaHimesaka)

@kinghrothgar 100% your issue. Check your network and also your ssh known_hosts file because the log says: error loading known_hosts

Also next time please search what error that is. Do not post error that's not related to this AUR package.

kinghrothgar commented on 2024-01-24 22:15 (UTC)

This is currently failing to install for me:

==> Starting prepare()...
    Updating crates.io index
    Updating git repository `https://github.com/TheAppgineer/rust-roon-api.git`
error: failed to get `roon-api` as a dependency of package `roon-tui v0.3.0 (/home/jolly/.cache/yay/roon-tui/src/roon-tui)`

Caused by:
  failed to load source for dependency `roon-api`

Caused by:
  Unable to update https://github.com/TheAppgineer/rust-roon-api.git?tag=0.1.1#bae22513

Caused by:
  failed to fetch into: /home/jolly/.cargo/git/db/rust-roon-api-f2f474c008eedc12

Caused by:
  network failure seems to have happened
  if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  error loading known_hosts: Failed to parse known hosts file; class=Ssh (23)
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: roon-tui-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
roon-tui - exit status 4

NoaHimesaka commented on 2023-11-03 04:39 (UTC)

@m040601 Fixed!

m040601 commented on 2023-11-03 03:25 (UTC)

Missing the,

Upstream URL: https://github.com/TheAppgineer/roon-tui