From owner-freebsd-current Sun Apr 4 10:34:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id A919A14E15 for ; Sun, 4 Apr 1999 10:34:31 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id TAA01416 for ; Sun, 4 Apr 1999 19:32:34 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id TAA24451; Sun, 4 Apr 1999 19:32:42 +0200 (MET DST) From: Roland Jesse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14087.41529.948562.990465@cs.uni-magdeburg.de> Date: Sun, 4 Apr 1999 19:32:41 +0200 (MET DST) To: freebsd-current@freebsd.org Subject: Linuxthreads & /usr/src/include/pthread/uthread/pthread.h X-Mailer: VM 6.70 under 20.4 "Emerald" XEmacs Lucid Reply-To: jesse@mail.CS.Uni-Magdeburg.De X-Pgp-Fingerprint: 5D 08 5A E3 B4 AA 68 C1 FF 67 06 29 62 DD 9A D7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Linuxthreads (http://lt.tar.com/) is supposed to "compile cleanly against 4.0-current after March 22." (quote from the mentioned web page) However, I cvsuped -current on March 31. As the Makefile for the linuxthreads port contains: .if !exists(${SRC_BASE}/include/pthread/uthread/pthread.h) BROKEN= "requires pthread.h from /usr/src/include/pthread/uthread" .endif and this file does not exist, it failed to do a 'make' in /usr/ports/devel/linuxthreads. In case it matters: I am actually running 3.1-stable (as of March 25) and only cvsuped the -current source without making the world. (I do not really want to switch over to -current if I don't really have to.) Any ideas about what I am missing here? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message