pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/26794: print/py-reportlab



>Number:         26794
>Category:       pkg
>Synopsis:       print/py-reportlab
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 28 22:11:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     D'Arcy J.M. Cain
>Release:        NetBSD any
>Organization:
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
>Environment:
System: NetBSD druid.net 2.0G NetBSD 2.0G (DRUID) #0: Sat Aug 21 13:57:00 EDT 
2004 door%druid.net@localhost:/usr/NetBSD/cvs/src/sys/arch/i386/compile/DRUID 
i386
Architecture: i386
Machine: i386
>Description:
        Package won't install because our tar won't unpack it:

tar: End of archive volume 1 reached
tar: Unexpected EOF on archive file
*** Error code 1

Stop.
make: stopped in /usr/NetBSD/cvs/pkgsrc/print/py-reportlab
*** Error code 1
>How-To-Repeat:
        Go to the package directory and type make.
>Fix:
        I guess the proper fix is to fix our tar (assuming that it is broken
        and not the archive) but here is a quick fix for the package.  If
        no one disagrees I will commit this change in a day or so.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/py-reportlab/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile    22 Jul 2004 09:16:04 -0000      1.20
+++ Makefile    28 Aug 2004 20:11:00 -0000
@@ -11,6 +11,10 @@
 HOMEPAGE=      http://www.reportlab.com/
 COMMENT=       Powerful PDF-generating toolkit for Python
 
+DEPENDS+=      gtar-base*:../../archivers/gtar-base
+
+GTAR =                 gtar
+
 WRKSRC=                ${WRKDIR}/reportlab-1_19/reportlab/lib
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes

>Release-Note:
>Audit-Trail:
>Unformatted:



Home | Main Index | Thread Index | Old Index