From owner-freebsd-stable Wed Sep 13 10: 8: 0 2000 Delivered-To: freebsd-stable@freebsd.org Received: from lemori.mokr.ru (lemori.mokr.ru [212.16.28.194]) by hub.freebsd.org (Postfix) with ESMTP id 3832337B422 for ; Wed, 13 Sep 2000 10:07:50 -0700 (PDT) Received: from swan (localhost [127.0.0.1]) by lemori.mokr.ru (8.9.3/8.9.3/030301) with SMTP id VAA70707 for ; Wed, 13 Sep 2000 21:07:47 +0400 (MSD) X-Lemori-Envelope-From: mokr@mokr.ru Message-ID: <023f01c01da5$3210e030$c31c10d4@intranet.neptune.ru> From: "Sergey Mokryshev" To: Subject: libc_r broken (RELENG_3)? Date: Wed, 13 Sep 2000 21:08:05 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! It seems that libc_r.so was broken after September, 6 (RELENG_3). When I try to compile db3 from ports: /usr/ports/databases/db3$ make [Skipped] configure:1175: checking whether the C compiler (cc -O2 -pipe ) works configure:1191: cc -o conftest -O2 -pipe -D_THREAD_SAFE -pthread conftest.c 1 >&5 /usr/lib/libc_r.so: undefined reference to `_fcntl' configure: failed program was: #line 1186 "configure" #include "confdefs.h" main(){return(0);} (end of "config.log") *** Error code 1 [Skipped] $ls -l /usr/lib/libc_r.so.4 -r--r--r-- 1 root wheel 603290 Sep 12 23:28 /usr/lib/libc_r.so.4 $ nm -u /usr/lib/libc_r.so.4 __progname _fcntl environ $ On the other machine: ls -l /usr/lib/libc_r.so.4 -r--r--r-- 1 root wheel 611799 Sep 6 02:33 /usr/lib/libc_r.so.4 $ nm -u /usr/lib/libc_r.so.4 __progname environ Sincerely yours, Sergey Mokryshev. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message