Summary: | net-libs/nativebiginteger TFU ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Thomas Sachau <tommy> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | c1pher, esigra, qa |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413, 331933 | ||
Attachments: |
Diff from ebuild in tree
New patch for some magic assembly as-needed fix Improved assembly fix. |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 258174 [details]
Diff from ebuild in tree
Diff from the build in the tree. I tested this (with the patch to follow) on x86. _PLEASE_ test on amd64. I had I to use some assembly magic to make it play nice on x86. It should not affect the amd64 version, however, I don't trust any code I write.
New patch to follow.
Created attachment 258175 [details]
New patch for some magic assembly
My assembly is decent, but it's by no means the best. I'm fairly sure this fixes things. I know it compiles on x86. Hope it helps.
Created attachment 258177 [details]
as-needed fix
Pretty sure you already have this under control Tommy. But this will add the missing library into the mix.
Created attachment 258178 [details]
Improved assembly fix.
Changed #else to #elseif __i386__. Thanks for the catch Diego.
Fixed with 0.6.4-r3 |