Search Criteria
Package Details: deltachat-desktop-git v1.3.2.r341.gd366c0cf-1
Git Clone URL: | https://aur.archlinux.org/deltachat-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | deltachat-desktop-git |
Description: | A privacy oriented chat application built on e-mail |
Upstream URL: | https://github.com/deltachat/deltachat-desktop |
Licenses: | |
Submitter: | Jikstra |
Maintainer: | Jikstra |
Last Packager: | Jikstra |
Votes: | 5 |
Popularity: | 0.016713 |
First Submitted: | 2018-12-17 18:10 |
Last Updated: | 2020-06-15 10:44 |
Dependencies (6)
- electron6 (electron6-bin)
- git (git-git) (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- npm (npm53, npm4, nodejs6-bin) (make)
- python (python-dbg) (make)
- rustup (rustup-git) (make)
Latest Comments
1 2 Next › Last »
elovin commented on 2020-06-03 09:05
@tercean you are right, it works with python now, no python2 is required
tercean commented on 2020-06-03 08:17
This needs 'python' in makedepends and the prepare-stage is actually the build-stage. After both modifications it builds fine in a clean chroot.
elovin commented on 2020-04-20 11:47
@Jikstra thanks for the update, I just did a rebuild on my laptop and noticed that python2 is also required
Jikstra commented on 2020-04-19 10:45
@elovin we are currently depending on compiling the rust core from source on the git master. Normally we have prebuilds and people don't need to have a rust compiler around, but currently we do as we do quite some changes on the node bindings. To fix this it should be enough to install rustup, i recently did it with "sudo pacman -S rustup", you can also install it from https://rustup.rs/. It's like rust version tool, automatically installing the right rust version that's needed.
tl;dr: If creating the package fails because the command cargo isn't found or the rust compiler can't compile, try installing rustup and give it another try.
elovin commented on 2020-04-18 15:45
@Jikstra currently the build fails because the core rust code requires a rust nightly compiler
rustc --explain E0554` tells me:
"Feature attributes are only allowed on the nightly release channel. Stable or beta compilers will not comply"
Installing the rustup package (which replaces rust) was however enough for the build to pass.
Tio commented on 2020-03-15 18:14
Weird as it works now....I am using Pacman. Thanks for teh quick reply and testing! I did nothing....I simply tried again. Who knows why the error....
elovin commented on 2020-03-15 15:03
@Tio npm ist listed in the pkgbuild as a dependency so this should not happen, I tried to reproduce this error by first removing npm and then running makepkg -si but as expected it pulled in npm as a build dependency. I then tried to reproduce your error by running makepkg -si inside a clean archlinux docker container but again as expected it pulled in npm as a build dependency.
What command and/or aur helper did you use ?
Tio commented on 2020-03-13 22:23
Error:
elovin commented on 2020-03-11 13:46
@Jikstra thank you for the fast response. So the .SRCINFO file was the problem, good to know :)
Jikstra commented on 2020-03-11 13:42
@elovin done :)