From khera@kciLink.com  Wed Dec  5 09:10:36 2001
Return-Path: <khera@kciLink.com>
Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105])
	by hub.freebsd.org (Postfix) with ESMTP id 0F13137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Dec 2001 09:10:36 -0800 (PST)
Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106])
	by yertle.kciLink.com (Postfix) with ESMTP id E93991E841
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Dec 2001 12:10:34 -0500 (EST)
Received: (from khera@localhost)
	by onceler.kciLink.com (8.11.6/8.11.6) id fB5HAYN57223;
	Wed, 5 Dec 2001 12:10:34 -0500 (EST)
	(envelope-from khera)
Message-Id: <200112051710.fB5HAYN57223@onceler.kciLink.com>
Date: Wed, 5 Dec 2001 12:10:34 -0500 (EST)
From: Vivek Khera <khera@kciLink.com>
Reply-To: Vivek Khera <khera@kciLink.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make package fails in kdebase2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32537
>Category:       ports
>Synopsis:       make package fails in kdebase2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 09:20:00 PST 2001
>Closed-Date:    Thu Dec 13 22:14:19 PST 2001
>Last-Modified:  Thu Dec 13 22:14:28 PST 2001
>Originator:     Vivek Khera
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Oct 17 12:01:32 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386


	
>Description:
	

make package in kdebase2 fails thusly:

Creating gzip'd tar ball in '/usr/ports/packages/All/kdebase-2.2.2.tgz'
tar: can't add file share/config/kdm/Xaccess : No such file or directory
tar: can't add file share/config/kdm/Xreset : No such file or directory
tar: can't add file share/config/kdm/Xservers : No such file or directory
tar: can't add file share/config/kdm/Xsession : No such file or directory
tar: can't add file share/config/kdm/Xsetup : No such file or directory
tar: can't add file share/config/kdm/Xstartup : No such file or directory
tar: can't add file share/config/kdm/Xwilling : No such file or directory
pkg_create: make_dist: tar command failed with code 256

>How-To-Repeat:
	

run make package in kdebase2

>Fix:

	
remove the above lines from the pkg-plist file.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->kde 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Wed Dec 5 10:34:35 PST 2001 
Responsible-Changed-Why:  
Over to maintainers 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32537 

From: Alan Eldridge <alane@geeksrus.net>
To: Vivek Khera <khera@kciLink.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/32537: make package fails in kdebase2
Date: Wed, 5 Dec 2001 16:49:54 -0500

 On Wed, Dec 05, 2001 at 12:10:34PM -0500, Vivek Khera wrote:
 >
 >>Number:         32537
 >>Category:       ports
 >>Synopsis:       make package fails in kdebase2
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       medium
 >>Responsible:    freebsd-ports
 >>State:          open
 >>Quarter:        
 >>Keywords:       
 >>Date-Required:
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Wed Dec 05 09:20:00 PST 2001
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     Vivek Khera
 >>Release:        FreeBSD 4.4-STABLE i386
 >>Organization:
 >>Environment:
 >System: FreeBSD onceler.kciLink.com 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Oct 17 12:01:32 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386
 >
 >
 >	
 >>Description:
 >	
 >
 >make package in kdebase2 fails thusly:
 >
 >Creating gzip'd tar ball in '/usr/ports/packages/All/kdebase-2.2.2.tgz'
 >tar: can't add file share/config/kdm/Xaccess : No such file or directory
 >tar: can't add file share/config/kdm/Xreset : No such file or directory
 >tar: can't add file share/config/kdm/Xservers : No such file or directory
 >tar: can't add file share/config/kdm/Xsession : No such file or directory
 >tar: can't add file share/config/kdm/Xsetup : No such file or directory
 >tar: can't add file share/config/kdm/Xstartup : No such file or directory
 >tar: can't add file share/config/kdm/Xwilling : No such file or directory
 >pkg_create: make_dist: tar command failed with code 256
 >
 >>How-To-Repeat:
 >	
 >
 >run make package in kdebase2
 >
 >>Fix:
 >
 >	
 >remove the above lines from the pkg-plist file.
 
 NO! That is NOT a fix. The kdmrc file references those files. You can't just
 take them out ...
 
 I'll look at this tonight.
 
 
 -- 
 Alan Eldridge
 #include <cstdlib>
 free(sklyarov);

From: Alan E <alane@geeksrus.net>
To: freebsd-gnats-submit@FreeBSD.org, khera@kciLink.com
Cc:  
Subject: Re: ports/32537: make package fails in kdebase2
Date: Fri, 7 Dec 2001 02:30:24 -0500

 I am handling this issue for kde@, and I expect a fix to be ready for commit 
 by tomorrow night. As I am not a committer, petef is doing the actual 
 commits; he will have the patch sometime tomorrow night.
 
 -- 
 Alan Eldridge
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Thu Dec 13 22:14:19 PST 2001 
State-Changed-Why:  
Fixed, thanks for your report! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32537 
>Unformatted:
