Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56306 - crypto++ 5.2 out
Summary: crypto++ 5.2 out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://www.eskimo.com/~weidai/cryptli...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 01:55 UTC by Patrizio Bassi
Modified: 2004-07-13 15:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
crypto++-5.2.ebuild (crypto++-5.2.ebuild,1.25 KB, text/plain)
2004-07-08 17:25 UTC, Ryan Phillips (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bassi 2004-07-07 01:55:38 UTC
http://www.eskimo.com/~weidai/cryptlib.html


some improvements and fixes.

probably this:
6/29/2004 - Added patch to compile Crypto++ 5.1 with GCC 3.4. 

will be the most revelant.
attention: standard ebuild compiles all crypto and do lots of tests that make cpu and harddisk big stress.
to bypass this you can make cryptolib only.

please add to portage.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2004-07-08 17:25:04 UTC
Created attachment 35041 [details]
crypto++-5.2.ebuild

A fixed ebuild and note to myself.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2004-07-08 17:28:38 UTC
with sse2 enabled I get a division by zero... I will have to try the build again without it enabled.
Comment 3 Patrizio Bassi 2004-07-12 13:43:32 UTC
you can test is with amule.

if amule gui starts, this means crypto works.

however some seg fault with 5.1 due to optimization, infact old 5.1
had a -O2 -march=* reduction, without sse and O3 flags so.

try with those only...should fix the problem.
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2004-07-13 15:49:26 UTC
I committed the ebuild and removed the custom CXXFLAGS since it doesn't work on my Athlon XP box.