Search Criteria
Package Details: astroid-git v0.16.r2.g7c2022f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/astroid-git.git (read-only, click to copy) |
---|---|
Package Base: | astroid-git |
Description: | a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others |
Upstream URL: | https://github.com/astroidmail/astroid |
Keywords: | |
Licenses: | GPL |
Conflicts: | astroid |
Provides: | astroid |
Submitter: | gauteh |
Maintainer: | Alad |
Last Packager: | Alad |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-02 22:20 (UTC) |
Last Updated: | 2023-05-21 14:15 (UTC) |
Dependencies (24)
- boost (boost-gitAUR)
- boost-libs
- gmime3
- gobject-introspection
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- gtkmm3
- libpeas
- libsass
- notmuch (notmuch-emacs-gitAUR)
- protobuf (protobuf-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cmake (cmake-gitAUR) (make)
- cmark (cmark-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python-gobject (make)
- ruby-ronn (ruby-ronn-ng) (make)
- notmuch-runtime (notmuch-runtime-gitAUR) (check)
- w3m (check)
- Show 4 more dependencies...
Latest Comments
1 2 3 Next › Last »
yzhs commented on 2024-03-30 10:16 (UTC)
I got it to compile using
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_STANDARD=17 -DDISABLE_DOCS=ON
(i.e. by adding-DCMAKE_CXX_STANDARD=17
).hexagon5un commented on 2023-10-06 06:25 (UTC)
This fails to compile for me.
Alad commented on 2023-05-21 14:15 (UTC)
Updated, thanks
eclairevoyant commented on 2023-05-21 01:00 (UTC)
As per https://github.com/astroidmail/astroid/blob/7c2022f06a4146ad62e858bcaacdb4ee817851b9/.github/workflows/ci-debian-build-test.yml#L43, I believe this should be using gmime3, not gmime (version 2)
OJFord commented on 2021-07-20 11:31 (UTC)
As well as needing to remove test_compose.patch, tests depend on w3m.
psamim commented on 2021-06-12 20:40 (UTC)
Fixed by removing the outdated patch.
psamim commented on 2021-06-12 20:35 (UTC)
One of the tests fail and cannot be installed:
rien333 commented on 2020-06-05 21:37 (UTC) (edited on 2020-06-05 21:42 (UTC) by rien333)
Like @fft200, I have a pretty weird failing test, and a seemingly minor one at that. Given that astroid is currently not actively maintained (I already reported the issue here), might it be an idea to skip some test in the future?
EDIT Okay, the culprit was the patch included with this package! Could you remove the
prepare()
call, @gautch? It builds fine without.fft2000 commented on 2020-05-04 09:19 (UTC)
I had 2 failures in check():
1) I built over ssh which didn't give me access to X. Was already discussed. On the machine an X server was running, so export DISPLAY:=0 helped.
2) ../tests/test_quote_html.cc(39): error: in "QuoteHtml/quote_html": check quoted == target has failed [...] [] [] [M] [error] cmd: failed to execute: 'w3m -dump -T text/html': Kindprozess »w3m« konnte nicht ausgeführt werden (Keine Berechtigung)
It seems like w3m is missing from the build deps. Installing it finally made all tests pass.
1 2 3 Next › Last »