Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269745 - sys-auth/pam_ssh cross compilation failed because of configure tests
Summary: sys-auth/pam_ssh cross compilation failed because of configure tests
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 19:59 UTC by Maksim 'max_posedon' Melnikau
Modified: 2009-06-21 18:18 UTC (History)
1 user (show)

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


Attachments
pam_ssh remove rsa tests (pam_ssh-1.92-remove-rsa-tests.patch,1.53 KB, patch)
2009-05-13 20:01 UTC, Maksim 'max_posedon' Melnikau
Details | Diff
pam_ssh ebuild (pam_ssh-1.92.ebuild.patch,873 bytes, patch)
2009-05-13 20:04 UTC, Maksim 'max_posedon' Melnikau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim 'max_posedon' Melnikau 2009-05-13 19:59:56 UTC
USE="ssh" emerge -1 pambase require pam_ssh module, which doesn't cross compiles

Reproducible: Always

Steps to Reproduce:
1. emerge-cross pam_ssh


Actual Results:  
pam_ssh doesn't cross compile

Expected Results:  
pam_ssh should cross compiles
Comment 1 Maksim 'max_posedon' Melnikau 2009-05-13 20:01:36 UTC
Created attachment 191197 [details, diff]
pam_ssh remove rsa tests

this patch disables rsa tests which (imho) can't bring anything important on Gentoo (at my hosts they doesn't do anything important)
Comment 2 Maksim 'max_posedon' Melnikau 2009-05-13 20:04:48 UTC
Created attachment 191201 [details, diff]
pam_ssh ebuild 

patch for ebuild, 
there autoconf variable added: ac_cv_openssldir="(system)", and
eatureconf
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-21 17:05:21 UTC
I don't like this kind of conditional patching, you should probably bring this up with upstream.
Comment 4 Maksim 'max_posedon' Melnikau 2009-06-21 18:18:44 UTC
(In reply to comment #3)
> I don't like this kind of conditional patching, you should probably bring this
> up with upstream.
> 
Ok, I'll may be return to this later, 
Also people can find ebuild+patch in openmoko overlay.