Subject: pkg/19802: openssl in solaris 5.8 (zoularis)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dolemite@wuli.nu>
List: netbsd-bugs
Date: 01/11/2003 16:15:50
>Number:         19802
>Category:       pkg
>Synopsis:       openssl in solaris 5.8 (zoularis)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 11 16:16:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Newman
>Release:        sun 5.8
>Organization:
Psi Upsilon of Troy
>Environment:
SunOS hidden 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-5_10

>Description:
in openssl makefile one notices something close to
.if (${OPSYS} == SunOS) && (${MACHINE_ARCH} == sparc)
CONFIGURE_SCRIPT=       Configure
CONFIGURE_ARGS+=        solaris-sparcv8-gcc
.endif
in the configure args it actually has instead of gcc or cc $CC. This works great until one has the full path of gcc in mk.conf. If you do have the full path it will pass something like
solaris-sparcv8-/usr/pkg/bin/gcc which doesn't mach any of the options.
>How-To-Repeat:
try to build openssl from pkgsrc in solaris
>Fix:
we could probably just use ./config for solaris and it will work fine
>Release-Note:
>Audit-Trail:
>Unformatted: