Subject: pkg/4996: xanim package fails to build over NFS
To: None <gnats-bugs@gnats.netbsd.org>
From: None <abs@mono.org>
List: netbsd-bugs
Date: 02/15/1998 11:05:21
>Number: 4996
>Category: pkg
>Synopsis: xanim package fails to build over NFS
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 15 11:20:01 1998
>Last-Modified:
>Originator: David Brownlee
>Organization:
<a href="http://www.mono.org/">Monochrome</a>
>Release: 1.3
>Environment:
System: NetBSD lapton.anim.dreamworks.com 1.3 NetBSD 1.3 (_LAPTON_) #0: Fri Jan 9 11:10:00 PST 1998 root@lapton.anim.dreamworks.com:/usr/src/sys/arch/i386/compile/_LAPTON_ i386
>Description:
The post-extract stage of the package failes with:
uncompress: chflags: /usr/pkgsrc/graphics/xanim/work.sparc/xanim27064/xa2.0_cvid_sparcCOFF.o: Operation not supported
Thought this is a problem with uncompress,
http://www.NetBSD.org/cgi-bin/query-full-pr?4981
an easy alternative is to use gunzip instead of uncompress.
Its slightly faster as well...
>How-To-Repeat:
Build xanim on an NFS mounted volume.
>Fix:
--- Makefile.orig Sun Feb 15 10:52:18 1998
+++ Makefile Sun Feb 15 10:52:25 1998
@@ -41,7 +41,7 @@
post-extract:
@for file in ${EXTRA_FILES}; do \
cp ${DISTDIR}/$$file ${WRKSRC}; \
- uncompress ${WRKSRC}/$$file; \
+ gunzip ${WRKSRC}/$$file; \
done
.include <bsd.port.mk>
>Audit-Trail:
>Unformatted: