pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44583: ABI issues on solaris when bootrapped with --abi=64



>Number:         44583
>Category:       pkg
>Synopsis:       ABI issues on solaris when bootrapped with --abi=64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 16 04:40:00 +0000 2011
>Originator:     Stefan
>Release:        Solaris 9 / sparc
>Organization:
>Environment:
>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.



Home | Main Index | Thread Index | Old Index