pkgsrc-Users archive

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

Re: Unable to build python25-2.5.2nb4 on mipseb



On Sun, Feb 22, 2009 at 08:56:05PM -0500, Jared D. McNeill wrote:
> => Registering installation for python25-2.5.2nb4
> pkg_admin: python25-2.5.2nb4: File  
> `/usr/pkg/lib/python2.5/lib-dynload/_ctypes.so' is in +CONTENTS but not  
> on filesystem!

Try something like the attached patch.

Joerg
$NetBSD$

--- Modules/_ctypes/libffi/configure.orig       2009-02-23 03:19:17.000000000 
+0100
+++ Modules/_ctypes/libffi/configure
@@ -3471,6 +3471,7 @@ fi
 TARGETDIR="unknown"
 case "$host" in
 x86_64-*-openbsd*) TARGET=X86_64; TARGETDIR=x86;;
+mips*-*-netbsd*) TARGET=MIPS; TARGETDIR=mips;;
 mips*-*-openbsd*) TARGET=MIPS; TARGETDIR=mips;;
 sparc-*-openbsd*) TARGET=SPARC; TARGETDIR=sparc;;
 sparc64-*-openbsd*) TARGET=SPARC; TARGETDIR=sparc;;


Home | Main Index | Thread Index | Old Index