pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46559 (bootstrapping pkgsrc on solaris 10 / sparc64 fails in shells/pdksh)
The following reply was made to PR pkg/46559; it has been noted by GNATS.
From: Volkmar Seifert <vs%nifelheim.info@localhost>
To: Volkmar Seifert <vs%nifelheim.info@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, obache%netbsd.org@localhost,
solaris-pkg-people%NetBSD.org@localhost,
gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/46559 (bootstrapping pkgsrc on solaris 10 / sparc64 fails
in shells/pdksh)
Date: Sat, 9 Jun 2012 13:18:49 +0200
--Signature=_Sat__9_Jun_2012_13_18_49_+0200_Z1Yr.Ci71ZlnwVW5
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
> "cc -V" doesn't really reveal any version-information, nor does really
> state that's sunpro.
Ok, this of course was plain wrong.=20
/opt/solaris-studio-12.3/bin/cc, besides being a link to
/opt solaris-studio-12.3/prod/bin/cc, provides the following
version-information:
$cc -V
cc: Sun C 5.12 SunOS_sparc 2011/11/16
This in turn seems to match this line in mk/compiler/sunpro.mk
.if !empty(CC_VERSION:M5.9) || !empty(CC_VERSION:M5.1[0-9])
_COMPILER_ABI_FLAG.64=3D -m64
.elif...
CC_VERSION, fed by
CC_VERSION!=3D ${CC_PATH} -V 2>&1 | ${GREP} '^cc'
should probably contain the version-info above, but it seems that
somehow the elif-line is executed, which feeds _COMPILER_ABI_FLAG.64
with -xarch=3Dv9
So far, I don't quite understand why this seems to happen, and am still
investigating it.
- Volkmar
--=20
http://www.dimensionv.de/
http://blog.nifelheim.info/tech/
--Signature=_Sat__9_Jun_2012_13_18_49_+0200_Z1Yr.Ci71ZlnwVW5
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (MingW32)
iQGcBAEBAgAGBQJP0zEaAAoJEK/dG4ItoFrNDVwL+gPLBmllxG+7UEyCU4Dk6Pqa
MO7ZCkH5aZymJ5jqo1ONoyNj+0p1mQ6sPqAE40hr3GUv4ltuBA751Bt4SIJKoQJ2
icsp6aoK9ibMTLDl8huwQgeQOhpzGIC8rZ+yoV9sWDieJvlq+/0et7UH1WEGJWVh
QNisTqlZQXozhkR4zPvy8V1tKFSQa+2bV75v5uFCm2RZr8+9wQZLjnTTkq3p36C+
Os+SpY9ajnEV4lL/6UteIcxFyLbZnnxWJ00y2wU/vN5m89xlVyI5HVMyUbBBJEu8
ireugvLW7x4i1kwgkjOG5JJ/0pkEL2Qa4oJLkBgSrPvd1ZDIvd2W9RlJEVJ6gK1O
JnNwBgYOcb9+PKMe/m9BDLKgNUA24BOBUD/zk6OvB8KFOPuRRJ5zbs5h0ftgJ93w
zOOJrTikBA2OZDQ7U8AFQkxi5afyT0uKYqrCauVIQMWuRoOPb02FXZZQWGHyC+0s
vKisCCx9LrZRvsPHsvhyxg2OAuXGcHOf6+XDPEEn/Q==
=nWQn
-----END PGP SIGNATURE-----
--Signature=_Sat__9_Jun_2012_13_18_49_+0200_Z1Yr.Ci71ZlnwVW5--
Home |
Main Index |
Thread Index |
Old Index