Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 51668

Summary: Patch to compile bestcrypt 1.5_p2 with 2.6.6-love4
Product: Gentoo Linux Reporter: Carl Bach <crazy-b>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix compilation under 2.6.6-love4

Description Carl Bach 2004-05-21 09:31:33 UTC
I wasnt abled to compile bestcrypt with 2.6.6-love4. Searching the net, I found the solution: http://lkml.org/lkml/2004/4/19/22

PF_IOTHREAD changed to PF_NOFREEZE

I'm unsure in which kernel exactly that change happened. 2.6.6-love4 bases on -mm3, instead of the name.

I added the patch to the already existing bdev-patch.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carl Bach 2004-05-21 09:35:40 UTC
Created attachment 31798 [details, diff]
Patch to fix compilation under 2.6.6-love4
Comment 2 Carl Bach 2004-05-21 10:19:34 UTC
I didnt see that there is a new version of BestCrypt already out. Version 1.5.4 already has the source changed, so it compiles. But bug 46308 now appears. Anyway that patch is not really needed if there will be an updated ebuild with the new version later.