pkgsrc-Bugs archive

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

pkg/45086: libvpx on Darwin 10



>Number:         45086
>Category:       pkg
>Synopsis:       libvpx on Darwin 10
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 20 14:30:00 +0000 2011
>Originator:     Martin Brandenburg
>Release:        N/A
>Organization:
>Environment:
Darwin Martin-Brandenburgs-MacBook-Pro.local 10.7.0 Darwin Kernel Version 
10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386

>Description:
On Darwin 10, the libvpx package cannot properly compile:

I've narrowed it to these lines in the pkgsrc Makefile for it:
.if ${OPSYS} == "Darwin"
.  if ${MACHINE_ARCH} == "i386"
.    if empty(OS_VERSION:M8.*)
CONFIGURE_ARGS+=        --target=x86-darwin9-gcc
.    else
CONFIGURE_ARGS+=        --target=x86-darwin8-gcc
.    endif
.  endif
.endif

libvpx compiles fine (albeit not in pkgsrc) when --target is not set at all, 
x86-darwin10-gcc does not work.

>How-To-Repeat:
Try to compile libvpx on Darwin 10.
>Fix:



Home | Main Index | Thread Index | Old Index