Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98072 - openssl 0.9.8 no longer has "linux-pentium"
Summary: openssl 0.9.8 no longer has "linux-pentium"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-05 18:42 UTC by Scott Taylor (RETIRED)
Modified: 2005-10-12 03:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Taylor (RETIRED) gentoo-dev 2005-07-05 18:42:12 UTC
>>> Source unpacked.
 * Use configuration linux-pentium
Configuring for linux-pentium
Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]

pick os/compiler from:
[stuff deleted]
irix64-mips4-cc irix64-mips4-gcc linux-alpha+bwx-ccc linux-alpha+bwx-gcc
linux-alpha-ccc linux-alpha-gcc linux-aout linux-elf linux-generic32
linux-generic64 linux-ia32-icc linux-ia64 linux-ia64-ecc linux-ia64-icc
linux-ppc linux-ppc64 linux-sparcv8 linux-sparcv9 linux-x86_64 linux64-sparcv9
[more stuff deleted]

NOTE: If in doubt, on Unix-ish systems use './config'.
!!! ERROR: dev-libs/openssl-0.9.8 failed.


The offending line is in files/gentoo.config-0.9.7g, changing it to elf fixed
it for me:

                i[6-9]86*)    machine=pentium;;
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-07-05 19:07:15 UTC
Should be ok now - removed the custom config stuff implemented in 0.9.7g.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2005-10-12 03:29:44 UTC
Hi,

the same problem is now with the openssl-0.9.8a ebuild :-/
Please reopen.

Poly