Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 16:23:52 -0500 (EST)
From:      Michael Handler <handler@grendel.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cy@FreeBSD.org, handler@grendel.net
Subject:   ports/49015: krb5 port fails to unpack
Message-ID:  <200303072123.h27LNqPB086939@lair.grendel.net>

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

>Number:         49015
>Category:       ports
>Synopsis:       krb5 port fails to unpack
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 13:30:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Handler
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Sub Rosa
>Environment:
System: FreeBSD lair.grendel.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Sun Feb 16 23:10:52 EST 2003 root@lair.grendel.net:/vol/vol0/obj/usr/src/sys/LAIR i386

>Description:

The krb5 distribution file is now a tarball that contains a PGP/GPG
signature and a .tar.gz of the actual sources. The port makefile unpacks
the exterior tarball, but that leaves the .asc and the .tar.gz file of
the actual sources in the work/ subdir, but doesn't unpack them any further.

>How-To-Repeat:

root@lair:/usr/ports/security/krb5# make
===>  Extracting for krb5-1.2.7
>Fix:

workaround:

# cd work
# tar zxf krb5-1.2.7.tar.gz
# cd ..
# make

fix:

I don't know. :( I know there are other ports in the tree that have this
issue, and they can be worked around, but I'm not sure what the fix it,
nor do I have any one to point you at.
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for krb5-1.2.7.tar.
 ===>  Patching for krb5-1.2.7
 ===>  Applying FreeBSD patches for krb5-1.2.7
 patch: **** can't cd to /usr/ports/security/krb5/work/krb5-1.2.7/src: No such file or directory
 >> Patch patch-ac failed to apply cleanly.
 *** Error code 1
 
 Stop in /usr/ports/security/krb5.
 
 root@lair:/usr/ports/security/krb5# ls work/
 .extract_done.krb5-1.2.7        krb5-1.2.7.tar.gz.asc
 krb5-1.2.7.tar.gz
 
 root@lair:/usr/ports/security/krb5# tar -tvf /usr/ports/distfiles/krb5-1.2.7.tar 
 -rw-r--r-- tlyu/mit    5491926 Nov 15 08:12 2002 krb5-1.2.7.tar.gz
 -rw-r--r-- tlyu/mit        303 Nov 15 08:16 2002 krb5-1.2.7.tar.gz.asc
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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