Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2004 21:26:35 -0600 (CST)
From:      David Fleck <david.fleck@mchsi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61663: [patch] x11/eterm fails at start of build
Message-ID:  <200401210326.i0L3QZYS051202@grond.sourballs.org>
Resent-Message-ID: <200401210330.i0L3UFLo014679@freefall.freebsd.org>

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

>Number:         61663
>Category:       ports
>Synopsis:       [patch] x11/eterm fails at start of build
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 19:30:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Fleck
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
n/a
>Environment:
System: FreeBSD grond.sourballs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Thu Jan 8 07:34:34 CST 2004 root@grond.sourballs.org:/usr/obj/usr/src/sys/GROND040108 i386


	When trying to build eterm on a clean ports tree, the following
occurs:

grond# make
===>  Extracting for eterm-0.9.2_1
>Description:
 >> Checksum OK for Eterm-0.9.2.tar.gz.
 ===>  Patching for eterm-0.9.2_1
 ===>  Applying FreeBSD patches for eterm-0.9.2_1
 rm: /usr/ports/x11/eterm/work/Eterm-0.9.2/themes/Eterm/*.orig: No such file or directory
 *** Error code 1
 
 This error is caused by changes introduced into the Makefile in revision 1.45. 
 Three 'rm' statements will cause the build to fail if the port directory is
 clean and there are no files to delete.
 
 The following patch backs these changes out:
 
 *** Makefile    Tue Jan 20 21:10:02 2004
 --- Makefile.patch      Tue Jan 20 21:09:48 2004
 ***************
 *** 39,47 ****
   .endif
 
   post-patch:
 !       @${RM} ${WRKSRC}/themes/Eterm/*.orig
 !       @${RM} ${WRKSRC}/themes/auto/*.orig
 !       @${RM} ${WRKSRC}/themes/trans/*.orig
 
   post-install:
         @${CHMOD} 4711 ${PREFIX}/bin/Eterm
 --- 39,47 ----
   .endif
 
   post-patch:
 !       -@${RM} ${WRKSRC}/themes/Eterm/*.orig
 !       -@${RM} ${WRKSRC}/themes/auto/*.orig
 !       -@${RM} ${WRKSRC}/themes/trans/*.orig
 
   post-install:
         @${CHMOD} 4711 ${PREFIX}/bin/Eterm
 
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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