Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 1996 11:59:08 -0500 (EST)
From:      "Eric J. Chet" <ejc@gargoyle.bazzle.com>
To:        ports@freebsd.org
Cc:        "Dan O'Brien" <dob@gargoyle.bazzle.com>
Subject:   /usr/ports/devel/emulators/linux_lib
Message-ID:  <Pine.BSF.3.95.961201115612.1208A-100000@gargoyle.bazzle.com>

next in thread | raw e-mail | index | archive | help
Hello
	make install fails.

# make install
===>  Patching for linux_lib-2.2
===>  Configuring for linux_lib-2.2
===>  Installing for linux_lib-2.2
/usr/ports/distfileslinux_lib-2.2.tar.gz: No such file or directory
pax: End of archive volume 1 reached

ATTENTION! pax archive volume change required.
Ready for archive volume: 1
Input archive name or "." to quit pax.
Archive name > .
Quitting pax!
pax: Sorry, unable to determine archive format.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# 

Patch to correct:

*** Makefile.old        Sun Dec  1 11:55:26 1996
--- Makefile    Sun Dec  1 11:54:17 1996
***************
*** 22,27 ****
        @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
  
  do-install:
!       @zcat ${DISTDIR}${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
  
  .include <bsd.port.mk>
--- 22,27 ----
        @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
  
  do-install:
!       @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
  
  .include <bsd.port.mk>



                                              Eric J. Chet
                                               - ejc@bazzle.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961201115612.1208A-100000>