Package Details: effitask 1.4.2-2

Git Clone URL: https://aur.archlinux.org/effitask.git (read-only, click to copy)
Package Base: effitask
Description: Graphical task manager, based on the todo.txt format
Upstream URL: https://github.com/sanpii/effitask
Keywords: gtd task todotxt
Licenses: MIT
Submitter: Sanpi
Maintainer: Sanpi
Last Packager: Sanpi
Votes: 1
Popularity: 0.000000
First Submitted: 2017-12-15 21:43 (UTC)
Last Updated: 2023-05-04 10:41 (UTC)

Latest Comments

Sanpi commented on 2020-08-04 07:28 (UTC)

@NoobAlice You probably use rustup, you must download at least one compiler version:

rustup install stable
rustup default stable

NoobAlice commented on 2020-08-03 19:02 (UTC)

I installed rustup, cloned the AUR repo, cd to effitask folder, ran makepkg -si, and got this:

==> Making package: effitask 1.4.0-1 (Mon 03 Aug 2020 02:47:26 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading 1.4.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   122  100   122    0     0    564      0 --:--:-- --:--:-- --:--:--   564
100  875k    0  875k    0     0  1128k      0 --:--:-- --:--:-- --:--:-- 1703k
==> Validating source files with sha256sums...
    1.4.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting 1.4.0.tar.gz with bsdtar
==> Starting build()...
error: no override and no default toolchain set
==> ERROR: A failure occurred in build().
    Aborting...

khampf commented on 2019-09-12 21:19 (UTC)

unresolved import std::slice::SliceConcatExt

Sanpi commented on 2018-11-23 10:56 (UTC)

@roper https://github.com/sanpii/effitask#launch

It’s probably not clear, but I don’t know how to do better.

roper commented on 2018-11-23 10:49 (UTC)

thread 'main' panicked at 'Launch this program via todo.sh', src/application.rs:314:23

Sanpi commented on 2017-12-16 09:54 (UTC)

@echinotrix Thank you, the build requires rust-nightly. Package updated.

echinotrix commented on 2017-12-16 07:16 (UTC)

Hi,

thanks for providing this PKGBUILD.

Unfortunately, it did not build here with following message:

error[E0554]: #![feature] may not be used on the stable release channel --> /home/roland/.cargo/registry/src/github.com-1ecc6299db9ec823/relm-attributes-0.11.0/src/lib.rs:22:1 | 22 | #![feature(proc_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

error: Could not compile relm-attributes.