From owner-freebsd-stable Tue May 23 1:37: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from demos.su (mx.demos.su [194.87.0.32]) by hub.freebsd.org (Postfix) with ESMTP id DE20E37B53D for ; Tue, 23 May 2000 01:37:01 -0700 (PDT) (envelope-from tolyar%mx.ru%geisteskrank.demos.su@sinbin.demos.su) Received: from sinbin.demos.su ([194.87.5.31] verified) by demos.su (CommuniGate Pro SMTP 3.2.4) with SMTP id 6306732 for freebsd-stable@freebsd.org; Tue, 23 May 2000 12:36:59 +0400 Received: from geisteskrank.demos.su by sinbin.demos.su with ESMTP id MAA21868; (8.6.12/D) Tue, 23 May 2000 12:36:45 +0400 Received: from mx.ru by geisteskrank.demos.su with ESMTP id MAA28953; (8.9.3/D) Tue, 23 May 2000 12:36:08 +0400 (MSD) Message-ID: X-Mailer: XFMail 1.4.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 23 May 2000 12:36:09 +0400 (MSD) From: Zherdev Anatoly To: freebsd-stable@freebsd.org Subject: Problem with NFS on FreeBSD 4.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. There is problems with NFS on FreeBSD 4.0. I have two computers one NFS server (4.0 - CURRENT 2-Mar /Dual PII - SMP) and second NFS client ( 4.0 - STABLE 3-Apr /Dual PII - SMP) /usr/ports place on NFS server, and NFS client mount it from server. When i make some ports on client (for example /usr/ports/graphics/png) i have a problem. After patching some files (different) who was patched is missing (examples see below), some time it missing, but some time "make install" is OK. If i making port on local disk of NFS client, or build it on NFS server all OK. Client 4.0-STABLE (3 - Apr) Server 4.0-CURRENT (2 -Mar) <----------- make ( /usr/ports/graphics/png ) first time ----------------> ===> Extracting for png-1.0.6 >> Checksum OK for libpng-1.0.6.tar.gz. >> Checksum OK for libpng-1.0.6-patch-a.txt.gz. >> Checksum OK for libpng-1.0.6-patch-b.txt.gz. >> Checksum OK for libpng-1.0.6-patch-c.txt.gz. ===> Patching for png-1.0.6 ===> Applying distribution patches for png-1.0.6 ===> Applying FreeBSD patches for png-1.0.6 ===> Configuring for png-1.0.6 cd /usr/ports/graphics/png/work/libpng-1.0.6 && /bin/cp scripts/makefile.std Makefile ===> Building for png-1.0.6 make: don't know how to make png.h. Stop *** Error code 2 Stop in /usr/ports/graphics/png. *** Error code 1 Stop in /usr/ports/graphics/png. *** Error code 1 Stop in /usr/ports/graphics/png. ----------------------------- After this : Client : png.h.orig - present Client : png.h - absent Server: png.h.orig - present Server: png.h - absent -------------------------------- <-------------------- make - second time ---------------------------------> ===> Extracting for png-1.0.6 >> Checksum OK for libpng-1.0.6.tar.gz. >> Checksum OK for libpng-1.0.6-patch-a.txt.gz. >> Checksum OK for libpng-1.0.6-patch-b.txt.gz. >> Checksum OK for libpng-1.0.6-patch-c.txt.gz. ===> Patching for png-1.0.6 ===> Applying distribution patches for png-1.0.6 ===> Applying FreeBSD patches for png-1.0.6 ===> Configuring for png-1.0.6 cd /usr/ports/graphics/png/work/libpng-1.0.6 && /bin/cp scripts/makefile.std Makefile ===> Building for png-1.0.6 cc -O -pipe -I. -c pngset.c cc -O -pipe -I. -c pngget.c cc -O -pipe -I. -c pngrutil.c cc -O -pipe -I. -c pngtrans.c cc -O -pipe -I. -c pngwutil.c cc -O -pipe -I. -c pngread.c cc -O -pipe -I. -c pngrio.c cc -O -pipe -I. -c pngwio.c cc -O -pipe -I. -c pngrtran.c cc -O -pipe -I. -c pngwtran.c cc -O -pipe -I. -c pngmem.c cc -O -pipe -I. -c pngerror.c cc -O -pipe -I. -c pngpread.c ar rc libpng.a png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o /usr/libexec/elf/ar: png.o: No such file or directory *** Error code 1 Stop in /usr/ports/graphics/png/work/libpng-1.0.6. *** Error code 1 Stop in /usr/ports/graphics/png. *** Error code 1 Stop in /usr/ports/graphics/png. *** Error code 1 Stop in /usr/ports/graphics/png. ----------------- After this: png.h - OK png.h.orig - OK png.c - absent png.c.orig - OK (Both client and server) ------------------ -- Zherdev Anatoly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message