Description of problem: Cannot isntall 32- and 64-bit versions of cryptopp-devel Version-Release number of selected component (if applicable): cryptopp-devel-5.6.1-1.fc13.i686.rpm cryptopp-devel-5.6.1-1.fc13.x86_64.rpm How reproducible: always Steps to Reproduce: 1. yum install crypto-devel.{x86_64,i686} 2. ??? 3. profit Actual results: Transaction Check Error: file /usr/include/cryptopp/config.h conflicts between attempted installs of cryptopp-devel-5.6.1-1.fc13.x86_64 and cryptopp-devel-5.6.1-1.fc13.i686 Expected results: it installs them both Additional info:
(In reply to comment #0) > Steps to Reproduce: > 1. yum install crypto-devel.{x86_64,i686} oops, should be: yum install cryptopp-devel.{x86_64,i686} Sorry 'bout that
The problem is in different config.h files in i686 and x86_64. This file should be identical in both packages. i686 built with line added yo config.h: #define CRYPTOPP_DISABLE_SSE2 But x86_64 built without CRYPTOPP_DISABLE_SSE2. I tried to build i686 without CRYPTOPP_DISABLE_SSE2 but amule.i686 crashes in this case. Also amule.x86_64 will crash if cryptopp.x86_64 built with CRYPTOPP_DISABLE_SSE2. Please let me know if you have any idea how this problem can be solved.
Never mind. I found solution - define CRYPTOPP_DISABLE_SSE2 in CXXFLAGS instead of modifying config.h
cryptopp-5.6.1-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cryptopp-5.6.1-2.fc14
cryptopp-5.6.1-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/cryptopp-5.6.1-2.fc13
cryptopp-5.6.1-2.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/cryptopp-5.6.1-2.fc12
cryptopp-5.6.1-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cryptopp'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/cryptopp-5.6.1-2.fc12
cryptopp-5.6.1-3.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/cryptopp-5.6.1-3.fc13
cryptopp-5.6.1-3.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/cryptopp-5.6.1-3.fc14
cryptopp-5.6.1-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
cryptopp-5.6.1-3.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.