Package Details: taskchampion-sync-server 0.7.0-1

Git Clone URL: https://aur.archlinux.org/taskchampion-sync-server.git (read-only, click to copy)
Package Base: taskchampion-sync-server
Description: The server Taskwarrior syncs to
Upstream URL: https://taskwarrior.org/
Licenses: MIT
Submitter: imyxh
Maintainer: imyxh (ogarcia)
Last Packager: ogarcia
Votes: 1
Popularity: 0.003143
First Submitted: 2024-03-27 06:59 (UTC)
Last Updated: 2025-07-31 15:46 (UTC)

Latest Comments

1 2 Next › Last »

ogarcia commented on 2025-06-07 08:34 (UTC)

@Noneuclidery I just built the package in a clean chroot and it worked without problems. Check that you are working on a clean chroot with no previous items or outdated versions.

If you have problems running the binary (and not building the package) then you should report it in the upstream in detail (what you were doing, what configuration you have, etc...).

Noneuclidery commented on 2025-06-07 04:33 (UTC)

When I run this I get

error[E0282]: type annotations needed for `Box<_>`
  --> /home/username/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.20/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`

...

For more information about this error, try `rustc --explain E0282`.

Since I never had rust on my system nor used cargo before this, and cargo wants me to do a bunch of setup before it'll do this update, I was suspecting this might be an issue with the package?

ogarcia commented on 2025-05-04 08:51 (UTC)

@dluciv you are absolutely right, I had not noticed because I am using an override of the configuration and of course the typical “in my house it works”, it is already fixed. Thank you!

dluciv commented on 2025-05-04 04:54 (UTC)

Right now the binary accepts only —listen IP:PORT argument

mroethke commented on 2025-01-17 11:55 (UTC)

Hi, can you please bump the epoch? I did not notice that a new version was released until now because the current version is lower that what I have installed.

txtsd commented on 2024-11-06 08:21 (UTC)

@ogarcia I already routinely use pkgctl build to build in a clean chroot. Thank you for your concern!

ogarcia commented on 2024-11-06 08:19 (UTC) (edited on 2024-11-06 08:20 (UTC) by ogarcia)

@txtsd I think the problem you have is that you are not using a clean system to create the package. Do the following:

  • Install devtools: sudo pacman -S devtools
  • Clone the repository of this package git clone https://aur.archlinux.org/taskchampion-sync-server.git
  • Enter the package directory cd taskchampion-sync-server
  • Build the package in a clean chroot extra-x86_64-build

txtsd commented on 2024-11-06 08:07 (UTC) (edited on 2024-11-06 08:15 (UTC) by txtsd)

@ogarcia It still fails for me: https://bpa.st/raw/TGQVA

EDIT: Surprisingly it builds in a clean chroot!
EDIT2: And it's only the check that's failing so I'm not worried.

ogarcia commented on 2024-11-06 07:59 (UTC)

@txtsd try again now, it should create the package without any problems.

txtsd commented on 2024-11-06 04:03 (UTC) (edited on 2024-11-06 08:22 (UTC) by txtsd)

Build fails during check()

https://bpa.st/raw/3S3PA