[Evolution] Bug#801835: libexchangemapi-1.0-dev impossible dependencies.

2015-10-14 Thread peter green
Package: libexchangemapi-1.0-dev Version: 3.18.0-3 dep: evolution-data-server-dev (>= 3.18.0) [not alpha, kfreebsd-amd64, kfreebsd-i386, powerpcspe, sh4, x32] dep: evolution-dev (<< 3.17) [not alpha, powerpcspe, sh4, x32] It's not really possible to satisfy both of those at once...

[Evolution] Bug#763948: closed by Jelmer Vernooij jel...@samba.org (Fixed python-weberror uploaded)

2014-10-10 Thread peter green
This isn't a bug in evolution-mapi, It's a bug in the same sense that a FTBFS due to a bug in a compiler or other tool is a bug. The root cause isn't in your package but nevertheless your package is unfit for release until/unless it is dealt with. I don't think this is a useful use of the

[Evolution] Bug#762129: evolution-data-server unbuildable on many architectures due to dependency on libphonenumber6-dev

2014-09-18 Thread peter green
Package: evolution-data-server Version: 3.12.5-2 Tags: patch User: debian-...@lists.debian.org Usertags: arm64 evolution-data-server recently added a build-depends on libphonenumber6-dev [linux-any]. lihphonenumber6-dev is built from the source package libphonenumber Unfortunately there are

[Evolution] Bug#649645: FTBFS: e-attachment.c:215:2: error: implicit declaration of function, 'g_format_size_for_display' [-Werror=implicit-function-declaration]

2011-11-23 Thread peter green
g_format_size_for_display is deprecated as it uses binary prefix calculations but does not use the IEC prefixes to display them. Evoloution builds with G_DISABLE_DEPRECATED and so FTBFS The package also uses the deprecated G_CONST_RETURN I see several possible fixes to this 1: switch to

[Evolution] Bug#640444: gtkhtml3.14: FTBFS: gtkhtml.c:1541: undefined reference to `sqrt'

2011-11-09 Thread peter green
tags 640444 +patch thanks I have attached a patch to debian/rules to add -lm to the linker flags, this makes the package build succesfully. --- gtkhtml3.14-3.32.2/debian/rules 2011-02-06 13:16:56.0 + +++ gtkhtml3.14-3.32.2.new/debian/rules 2011-11-10 01:44:57.0 + @@

[Evolution] Bug#526537: gtkhtml3.8: FTBFS: Compiler parser error

2009-05-23 Thread peter green
tags 526537 +patch thanks Patch is attached, just drop it in debian/patches (the package uses simple-patchsys so there is no series file to update) diff -Nur -x '*.orig' -x '*~' gtkhtml3.8-3.12.3/a11y/Makefile.am gtkhtml3.8-3.12.3.new/a11y/Makefile.am --- gtkhtml3.8-3.12.3/a11y/Makefile.am