NetBSD Problem Report #44583
From www@NetBSD.org Wed Feb 16 04:38:24 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by www.NetBSD.org (Postfix) with ESMTP id BBF5263B11D
for <gnats-bugs@gnats.NetBSD.org>; Wed, 16 Feb 2011 04:38:24 +0000 (UTC)
Message-Id: <20110216043823.CCB3663B100@www.NetBSD.org>
Date: Wed, 16 Feb 2011 04:38:23 +0000 (UTC)
From: schaecsn@gmx.net
Reply-To: schaecsn@gmx.net
To: gnats-bugs@NetBSD.org
Subject: ABI issues on solaris when bootrapped with --abi=64
X-Send-Pr-Version: www-1.0
>Number: 44583
>Category: pkg
>Synopsis: ABI issues on solaris when bootrapped with --abi=64
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: agc
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Feb 16 04:40:00 +0000 2011
>Last-Modified: Sun Mar 27 18:56:45 +0000 2011
>Originator: Stefan
>Release: Solaris 9 / sparc
>Organization:
>Environment:
Solaris 9/sparc
>Description:
A lot of weird things happen when bootstrapping pkgsrc on sparc/solaris with --abi=64
See
http://mail-index.netbsd.org/pkgsrc-users/2011/02/14/msg013749.html
http://mail-index.netbsd.org/pkgsrc-users/2011/02/15/msg013759.html
>How-To-Repeat:
>Fix:
This patch works for me:
bootstrap/bootstrap; line 672: insert after this line
machine_arch=uname -p | sed -e 's/i86pc/i386/'
these 3 lines
if [ $abi"x" = 64"x" ]; then
machine_arch=uname -p | sed -e 's/sparc/sparc64/g'
fi
I compiled a lot of packages without any issues.
>Release-Note:
>Audit-Trail:
[20110327 shattered] edited Environment: field
Responsible-Changed-From-To: pkg-manager->agc
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Fri, 18 Feb 2011 08:05:11 +0000
Responsible-Changed-Why:
Over to bootstrap author (assign to solaris-pkg-people if you can't/won't handle)
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.36 2007/11/24 03:27:39 kano Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.