Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 19:53:44 -0700 (PDT)
From:      Shannon -jj Behrens <jjinux@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/38965: [PATCH] kapptemplate fails on FreeBSD
Message-ID:  <200206070253.g572riJO092088@www.freebsd.org>

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

>Number:         38965
>Category:       misc
>Synopsis:       [PATCH] kapptemplate fails on FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 06 20:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Shannon -jj Behrens
>Release:        4.5-STABLE
>Organization:
NTT MCL, INC.
>Environment:
FreeBSD tcp.nttmcl.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 24 11:26:52 PDT 2002     jj@tcp.nttmcl.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Concerning kdesdk: 

 In kapptemplate.common: 

 302c302 
< FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,'`; 
--- 
> FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`; 
 
This is a bug that was recently caused by another bug fix. "ls" implicitly sorts, whereas "find" doesn't (at least from what I can see). Notice, I did not use the "-s" flag for "sort" because the man page suggests that it is not portable. 

 Next: 

 On my FreeBSD system "make" is not symlinked to "gmake". The FreeBSD version of "make" cannot be used to build KDE software--"gmake" must be used instead. Would it be possible to always refer to "gmake" (I don't know if that symlink exists on Linux systems) or perhaps set "$MAKE", the same way that "$MKDIR" is being set? 

 
>How-To-Repeat:
Try to use kapptemplate.	
>Fix:
Patch included above.
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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