From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 10:32:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25D337B404 for ; Sun, 13 Jul 2003 10:32:35 -0700 (PDT) Received: from dust.freshx.de (freshx.de [80.190.100.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6880B43FAF for ; Sun, 13 Jul 2003 10:32:35 -0700 (PDT) (envelope-from kai.mosebach@freshx.de) Received: from alpha (p508B3231.dip.t-dialin.net [80.139.50.49]) by dust.freshx.de (Postfix) with ESMTP id 2360715E0B5 for ; Sun, 13 Jul 2003 19:32:26 +0200 (CEST) From: "Kai Mosebach" To: Date: Sun, 13 Jul 2003 19:32:38 +0200 Message-ID: <000201c34964$c1c4c000$0100000a@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: linuxthreads not compiling X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 17:32:36 -0000 Hi, - I have a 5.1-CURRENT system from 2003-July-10. - I tried to compile the linuxthreads package, but it failed. - From current.freebsd.org i downloaded the ports.tgz from 2003-July-11 - still linuxthreads isnt compiling error looks like : cc -O -pipe -mcpu=pentiumpro -mcpu=pentiumpro -g -O2 -Wall -DCOMPILING_LINUXTHREADS -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_12 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_12/sysdeps/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_12/sysdeps/pthre ad -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_12/sysdeps/unix/ sysv/linux -I/usr/src/lib/libc/stdtime -DLIBC_RCS -DLINUXTHREADS -D__USE_UNIX98 -D__USE_XOPEN2K -D_STACK_GROWS_DOWN -DNEWLIBC -D_THREAD_SAFE -c clone.S clone.S:8:17: SYS.h: No such file or directory {standard input}: Assembler messages: {standard input}:55: Error: no such instruction: `kerncall' *** Error code 1 Stop in /usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_12. *** Error code 1 Stop in /usr/ports/devel/linuxthreads. Any ideas ? Regards kai