Subject: Re: Pthreads, again
To: David Rogers <drogers@halo7.net>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 05/10/2001 07:52:39
On Thu, 10 May 2001, David Rogers wrote:

> Does anyone know how the current unproven pthreads package was compiled?  I
> can get it to configure and partially compile, but it dies very early in the
> compilation process.

What's the exact error? As a point of information, there's only one binary
package on ftp.netbsd.org:

fredb@nbftp.isc.org-> ll */m68k/All/unproven-*
-rwxrwxr-x  1 mbw  netbsd  124795 Mar 28  2000 1.4.2/m68k/All/unproven-pthreads-0.11.tgz

...and here's all the information encoded in it:

fredb@nbftp.isc.org-> pkg_info -B 1.4.2/m68k/All/unproven-pthreads-0.11.tgz
Information for 1.4.2/m68k/All/unproven-pthreads-0.11.tgz:

Build information:
OPSYS=  NetBSD
OS_VERSION=     1.4.2
MACHINE_ARCH=   m68k
MACHINE_GNU_ARCH=       m68k
CPPFLAGS=
CFLAGS= -O2
LDFLAGS=         -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
LICENSE=
CONFIGURE_ENV=  LDFLAGS= -Wl,-R/usr/pkg/lib -L/usr/pkg/lib PATH=...
CONFIGURE_ARGS= --prefix=/usr/pkg/pthreads
OBJECT_FMT=     a.out
CC=     cc-egcs-1.1.1
_PKGTOOLS_VER= 20000228

fredb@nbftp.isc.org-> pkg_info -b 1.4.2/m68k/All/unproven-pthreads-0.11.tgz
Information for 1.4.2/m68k/All/unproven-pthreads-0.11.tgz:

Build version:
devel/unproven-pthreads/Makefile:# $NetBSD: Makefile,v 1.10 2000/02/22 22:08:23 dmcmahill Exp $
devel/unproven-pthreads/files/md5:$NetBSD: md5,v 1.7 2000/01/27 09:30:19 explorer Exp $
devel/unproven-pthreads/files/patch-sum:$NetBSD: patch-sum,v 1.1 2000/02/22 22:07:46 dmcmahill Exp $
devel/unproven-pthreads/pkg/PLIST:@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/12 20:27:17 explorer Exp $

...so you see it's quite old (the current "Makefile" is at rev1.24), and it's
not inconceivable that something's been broken for m68k in the intervening time.


Frederick