Bug 926039
Summary: | FTBFS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Remi Collet <fedora> |
Component: | zarafa | Assignee: | Robert Scheck <redhat-bugzilla> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | redhat-bugzilla, sergio, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | zarafa-7.1.5-1.fc18 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-11 02:00:32 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 914155 | ||
Bug Blocks: |
Description
Remi Collet
2013-03-23 11:21:27 UTC
Hi, I think the rebuild is not done yet because we have broken deps when install zarafa in F19 yum install zarafa (...) --> Finished Dependency Resolution Error: Package: php-mapi-7.0.13-1.fc19.x86_64 (fedora) Requires: php(api) = 20100412-x86-64 Installed: php-common-5.5.0-0.6.RC1.fc19.x86_64 (@updates-testing) php(api) = 20121113-64 Available: php-common-5.5.0-0.5.beta4.fc19.i686 (fedora) php(api) = 20121113-32 Error: Package: php-mapi-7.0.13-1.fc19.x86_64 (fedora) Requires: php(zend-abi) = 20100525-x86-64 Installed: php-common-5.5.0-0.6.RC1.fc19.x86_64 (@updates-testing) php(zend-abi) = 20121212-64 Available: php-common-5.5.0-0.5.beta4.fc19.i686 (fedora) php(zend-abi) = 20121212-32 Thanks, Hi, I try to build zarafa for F19 and got some C ++ errors, I saw that is related with libvmime . I resolve some : inetmapi/outputStreamMAPIAdapter.h -#include <vmime/utility/stream.hpp> +#include <vmime/utility/outputStream.hpp> inetmapi/inputStreamMAPIAdapter.h -#include <vmime/utility/stream.hpp> +#include <vmime/utility/inputStream.hpp> but many more exist like : mapiTextPart.cpp:306:29: error: no matching function for call to ‘vmime::utility::stream::stream(std::ostringstream&)’ in here : http://www.zarafa.com/wiki/index.php/Compiling_source_code#Extra_dependencies mention libvmime-0.9 but seems zarafa is not ready for libvmime-0.9.2 ... on https://aur.archlinux.org/packages/zarafa-libvmime/ mention patches to apply on libvmime-0.9.2 http://download.zarafa.com/community/final/7.1/7.1.4-41394/sourcecode/vmime-patches/ but I don't see how zarafa/inetmapi/ will compile with so many errors ... libvmime-0.9.2-0.6.20130320git break the build even in F18, but with libvmime-0.9.2-0.4.20110626svn builds fine . zarafa-7.1.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/zarafa-7.1.5-1.fc19 zarafa-7.1.5-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/zarafa-7.1.5-1.fc18 Package zarafa-7.1.5-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing zarafa-7.1.5-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-14280/zarafa-7.1.5-1.fc19 then log in and leave karma (feedback). zarafa-7.1.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. zarafa-7.1.5-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |