Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2000 12:36:09 +0400 (MSD)
From:      Zherdev Anatoly <tolyar@mx.ru>
To:        freebsd-stable@freebsd.org
Subject:   Problem with NFS on FreeBSD 4.0
Message-ID:  <XFMail.20000523123609.tolyar@mx.ru>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20000523123609.tolyar>