[Users] [Bug 3737] Evolution-data-server plugin creation
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Mon Nov 28 08:21:58 CET 2016
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3737
--- Comment #8 from André Auzi <aauzi at free.fr> ---
> Very strange:
> $ git status master
> On branch master
> Your branch is up-to-date with 'origin/master'.
> nothing to commit, working tree clean
>
> $ git log
> commit 08916bffe4b3d42199b11060a49a812a9a7817f2
> Author: Andrej Kacian <ticho at claws-mail.org>
Strange indeed.
To be absolutely sure I double checked the patch with 'git am' this morning...
$ export LANG=
$ uname -a
Linux <...> 4.8.8-300.fc25.x86_64 #1 SMP Tue Nov 15 18:10:06 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
$ git --version
git version 2.9.3
$ rm -fr claws-verif-patch-2/
$ git clone http://git.claws-mail.org/readonly/claws.git claws-verif-patch-2
Cloning into 'claws-verif-patch-2'...
remote: Counting objects: 101630, done.
remote: Compressing objects: 100% (17987/17987), done.
remote: Total 101630 (delta 87441), reused 96809 (delta 83489)
Receiving objects: 100% (101630/101630), 44.46 MiB | 1.09 MiB/s, done.
Resolving deltas: 100% (87441/87441), done.
Checking connectivity... done.
$ cd claws-verif-patch-2
$ git am ../claws-verif/0001-Evolution-data-server-plugin-creation.patch
Applying: Evolution data server plugin creation
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
$ git log -n 4
commit 0cfff5561907dd70972f27497d04d0fac08387b3
Author: Andr<C3><A9> Auzi <aauzi at free.fr>
Date: Sun Nov 27 12:40:24 2016 +0100
Evolution data server plugin creation
commit 08916bffe4b3d42199b11060a49a812a9a7817f2
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Nov 24 20:13:10 2016 +0100
Fix more compile warnings for Windows in socket.c.
commit 504dd92adc45548622126faa441b7f8523bdb869
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Nov 24 20:19:31 2016 +0100
Removed unused w32_get_uid_equiv() function.
commit 0d330cb779f940d0ccc0848ca64cf8ff0c95d810
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Nov 24 20:05:02 2016 +0100
Fix two unused variable warnings in ssl.c for Windows build.
$ ./autogen.sh
<...>
claws-mail 3.14.1git24
Using Address Book : Original stable interface
JPilot : no
LDAP : no
gnuTLS : no
iconv : yes
compface : no
IPv6 : yes
enchant : no
IMAP4 : yes
NNTP : yes
Crash dialog : no
LibSM : yes
DBUS : yes
NetworkManager : no
Manual : no
Generic UMPC code : no
Config dir : .claws-mail
Password crypto : old
Plugins
Built:
- acpi_notifier
- address_keeper
- archive
- att_remover
- attachwarner
- bogofilter
- bsfilter
- clamd
- fancy
- fetchinfo
- edata
- gdata
- libravatar
- mailmbox
- managesieve
- newmail
- notification
Features:
banner
command
hotkeys
lcdproc
libnotify
libcanberra-gtk
popup
trayicon
Disabled due to missing dependencies:
unity/messaging-menu
- pdf_viewer
- perl
- python
- pgpcore
- pgpmime
- pgpinline
- rssyl
- spamassassin
- smime
- spam_report
- tnef_parse
- vcalendar
Disabled:
- demo
The binary will be installed in /usr/local/bin
Configure finished, type 'make' to build.
$make -k
<...>
$ find . \( -name 'claws-mail' -o -name '*.so' \) -ls
<...> 14489632 Nov 28 07:58 ./src/claws-mail
<...> 127544 Nov 28 07:58
./src/plugins/address_keeper/.libs/address_keeper.so
<...> 915928 Nov 28 08:00 ./src/plugins/rssyl/.libs/rssyl.so
<...> 232728 Nov 28 07:59 ./src/plugins/pdf_viewer/.libs/pdf_viewer.so
<...> 443824 Nov 28 08:00 ./src/plugins/pgpcore/.libs/pgpcore.so
<...> 228152 Nov 28 07:59 ./src/plugins/fancy/.libs/fancy.so
<...> 167736 Nov 28 07:58 ./src/plugins/bogofilter/.libs/bogofilter.so
<...> 215288 Nov 28 08:00 ./src/plugins/spamassassin/.libs/spamassassin.so
<...> 123400 Nov 28 07:58 ./src/plugins/attachwarner/.libs/attachwarner.so
<...> 205848 Nov 28 07:59 ./src/plugins/libravatar/.libs/libravatar.so
<...> 86256 Nov 28 07:58 ./src/plugins/acpi_notifier/.libs/acpi_notifier.so
<...> 114288 Nov 28 07:58 ./src/plugins/att_remover/.libs/att_remover.so
<...> 358584 Nov 28 07:59 ./src/plugins/managesieve/.libs/managesieve.so
<...> 111288 Nov 28 07:59 ./src/plugins/edata/.libs/edata.so
<...> 153056 Nov 28 08:00 ./src/plugins/spam_report/.libs/spamreport.so
<...> 129624 Nov 28 08:00 ./src/plugins/pgpmime/.libs/pgpmime.so
<...> 217336 Nov 28 08:00 ./src/plugins/tnef_parse/.libs/tnef_parse.so
<...> 108352 Nov 28 08:00 ./src/plugins/pgpinline/.libs/pgpinline.so
<...> 585448 Nov 28 07:59 ./src/plugins/python/.libs/python.so
<...> 132288 Nov 28 08:00 ./src/plugins/smime/.libs/smime.so
<...> 813840 Nov 28 07:59 ./src/plugins/notification/.libs/notification.so
<...> 141992 Nov 28 07:59 ./src/plugins/bsfilter/.libs/bsfilter.so
<...> 167888 Nov 28 07:59 ./src/plugins/gdata/.libs/gdata.so
<...> 300208 Nov 28 07:59 ./src/plugins/perl/.libs/perl.so
<...> 261064 Nov 28 07:58 ./src/plugins/archive/.libs/archive.so
<...> 1971320 Nov 28 08:00 ./src/plugins/vcalendar/.libs/vcalendar.so
<...> 618624 Nov 28 07:59 ./src/plugins/mailmbox/.libs/mailmbox.so
<...> 80680 Nov 28 07:59 ./src/plugins/fetchinfo/.libs/fetchinfo.so
<...> 181848 Nov 28 07:59 ./src/plugins/clamd/.libs/clamd.so
<...> 42952 Nov 28 07:59 ./src/plugins/newmail/.libs/newmail.so
Everything looks fine on this side, even with 'git am'.
A
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list