Closed clobrano closed 2 months ago
What version of rust are you using? Typically the system packages are long out of date. The current minimum version is 1.70.0.
It's generally best to use rustup
to install and manage rust.
To be completely sure I cleaned up rust toolchain and reinstalled via rustup. Now I have
rustc 1.80.1 (3f5fd8dd4 2024-08-06)
and the same issue stated above
3.0.2 actually doesn't work with the new rust - #3485 fixed a bug around -
vs _
that only caused issues with newer versions. That bug is fixed in 3.1.0.
I don't know what's up with the failures to build time
though!
That bug is fixed in 3.1.0
Good, 3.1.0 works just fine, thanks!
3.0.2 actually doesn't work with the new rust
I didn't see any reference to rust version (nor to rust actually) in the INSTALL file.
Well, it was released before the new rust version was, so that information was as yet unknown :)
I'm sorry, I've been unclear. What I meant was that the dependency section does not list rust in any way, while it lists make, gcc, clang, etc.
Oh, good point - I've filed #3606 to fix that.
Did you figure out the issue building the Taskchampion dependencies?
Can confirm I had the same issue, and moving to taskwarrior 3.1.0 resolved my issues.
Cool, sounds like this is fixed then
Did you figure out the issue building the Taskchampion dependencies?
No, I couldn't understand what the problem was, nor how to fix it
Can you give the version of rust and the commit hash of taskchampion you are building?
I might have created some misunderstanding. With v3.1.0 all good, I can build and use Taskwarrior With the released v3.0.2 (Taskchampion included), I still had the issue with rustc 1.80.1 (3f5fd8dd4 2024-08-06).
Once I got 3.1.0 working, I didn't continue debugging the original issue
OK, as long as the most recent version is building šš¼
To report a bug...
I downloaded Taskwarrior 3.0.2 and follow the instructions in
INSTALL
file, and it ended with errorI tried to build taskchampion manually, but it also failed