Package Details: notmuchfs-git 0.3.r23.f7ed316-1

Git Clone URL: https://aur.archlinux.org/notmuchfs-git.git (read-only, click to copy)
Package Base: notmuchfs-git
Description: A virtual maildir file system for notmuch queries.
Upstream URL: https://github.com/tsto/notmuchfs
Licenses: GPLv3
Conflicts: notmuchfs
Provides: notmuchfs
Submitter: aksr
Maintainer: aksr
Last Packager: aksr
Votes: 1
Popularity: 0.000000
First Submitted: 2014-03-07 21:22 (UTC)
Last Updated: 2018-09-12 13:19 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

gypaetus commented on 2016-04-06 20:22 (UTC)

If I skyp the checksum verification there is an error in build(). Fetching origin ==> WARNING: Skipping verification of source file checksums. ==> Extracting sources... -> Creating working copy of notmuchfs git repo... Cloning into 'notmuchfs-git'... done. ==> Starting pkgver()... ==> Starting build()... cc -g -O2 -std=c99 -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -c -MD -o notmuchfs.o notmuchfs.c notmuchfs.c: In function ‘notmuchfs_opendir’: notmuchfs.c:468:8: error: ‘notmuch_query_search_messages’ is deprecated: function deprecated as of libnotmuch 4.3 [-Werror=deprecated-declarations] dir_fd->p_messages = notmuch_query_search_messages(dir_fd->p_query); ^ In file included from notmuchfs.c:65:0: /usr/include/notmuch.h:915:1: note: declared here notmuch_query_search_messages (notmuch_query_t *query); ^ cc1: all warnings being treated as errors Makefile:37: recipe for target 'notmuchfs.o' failed make: *** [notmuchfs.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

gypaetus commented on 2016-04-06 20:19 (UTC)

I am getting this error when I build the package using makepkg: -> Cloning notmuchfs-git git repo... Cloning into bare repository '/aur/notmuchfs-git/notmuchfs-git'... remote: Counting objects: 58, done. remote: Total 58 (delta 0), reused 0 (delta 0), pack-reused 58 Unpacking objects: 100% (58/58), done. Checking connectivity... done. ==> ERROR: Integrity checks (md5) differ in size from the source array.

zhenya1007 commented on 2014-09-19 20:11 (UTC)

Would you consider adding procmail to the optdepends array since it provides the 'formail' binary which the instructions in README.MUTT.md reference?