pkgsrc-Bugs archive

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

pkg/42250: lang/ocaml doesn't build on MacOS 10.6



>Number:         42250
>Category:       pkg
>Synopsis:       lang/ocaml doesn't build on MacOS 10.6
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 30 18:25:00 +0000 2009
>Originator:     Jeff Rizzo
>Release:        pkgsrc-2009Q3
>Organization:

>Environment:
Darwin Rizzo.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 
2009; root:xnu-1456.1.25~1/RELEASE_I386 i386

>Description:
        Building lang/ocaml on Mac OS 10.6 ("Snow Leopard") fails because
it tries to build 64-bit binaries.  (I think)
>How-To-Repeat:
        bmake install in lang/ocaml on snow leopard.
>Fix:

        Adding this to Makefile works around the problem, but is clearly
not the right general solution:

CONFIGURE_ARGS+=        -as "as -arch i386" -aspp "gcc -m32 -c"

>Unformatted:
        


Home | Main Index | Thread Index | Old Index