Package Details: mbsync-git 1307.e70c300-1

Git Clone URL: https://aur.archlinux.org/mbsync-git.git (read-only, click to copy)
Package Base: mbsync-git
Description: free (GPL) mailbox synchronization program
Upstream URL: http://isync.sourceforge.net/
Licenses: GPL
Conflicts: isync
Provides: isync, mbsync
Submitter: pmatos
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 4
Popularity: 0.002234
First Submitted: 2019-01-18 08:32 (UTC)
Last Updated: 2024-07-22 07:01 (UTC)

Dependencies (4)

Required by (7)

Sources (1)

Pinned Comments

pmatos commented on 2019-01-21 13:10 (UTC) (edited on 2019-01-21 13:10 (UTC) by pmatos)

Note: This is the -git version of the isync package in the official repos.

Latest Comments

fiskhest commented on 2024-08-05 08:30 (UTC)

@gilcu3 Thanks for the swift reply. I have created https://sourceforge.net/p/isync/bugs/76/ upstream.

gilcu3 commented on 2024-08-05 07:56 (UTC)

@fiskhest seems to be a bug after a recent commit upstream (https://sourceforge.net/p/isync/isync/commit_browser). Please report it there, if there is no response/fix I will try to work around it sooner or later.

fiskhest commented on 2024-08-05 07:49 (UTC)

Latest version produces the following error when building

==> Starting prepare()...
make -f Makefile.am log
autoreconf -f -i
aclocal: error: configure.ac:6: file 'VERSION' does not exist
autoreconf: error: aclocal failed with exit status: 1
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'mbsync-git-1307.e70c300-1':
error: packages failed to build: mbsync-git-1307.e70c300-1

nicolino commented on 2024-06-26 10:39 (UTC)

Dunno if it is the right place. Program segfaults at runtime while synching mailboxes.


(gdb) bt
#0  0x00005d0a616eba04 in sync_opened (mvars=0x7fff66beb080, t=<optimized out>)
    at main_sync.c:631
#1  0x00005d0a616d742e in imap_list_store_p3 (ctx=<optimized out>, sts=0x5d0a67c7cfb0)
    at drv_imap.c:3664

The line in question:


630                             char *fname = boxes[F] ? boxes[F][mb] : NULL;
631                             char *nname = boxes[N] ? boxes[N][sb] : NULL;
632                             if (!fname && !nname)

It is funny I run into this because I was migrating to another machine with EndeavourOS instead of bare arch and in the flurry of packet installation I installed this packet instead of isync.

gilcu3 commented on 2024-03-19 18:22 (UTC)

@AkechiShiro Please make this package conflict isync

VannTen commented on 2020-04-25 12:14 (UTC)

Might I suggest adding a conficts=isync and provides=isync in the PKGBUILD, since it's the name in the official repos ? :)

pmatos commented on 2019-01-21 13:10 (UTC) (edited on 2019-01-21 13:10 (UTC) by pmatos)

Note: This is the -git version of the isync package in the official repos.