Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 17:47:45 +0300 (MSK)
From:      Seva Gluschenko <gvs@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59218: x11-wm/afterstep-stable fails to be installed
Message-ID:  <200311121447.hACEljmH006715@road.yandex.ru>
Resent-Message-ID: <200311121450.hACEoOJJ056055@freefall.freebsd.org>

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

>Number:         59218
>Category:       ports
>Synopsis:       x11-wm/afterstep-stable fails to be installed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 12 06:50:23 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Seva Gluschenko
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Yandex LLC
>Environment:
System: FreeBSD road.yandex.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Nov 10 18:33:03 MSK 2003 root@road.yandex.ru:/local/obj/local/usr/src/sys/ROAD i386


	
>Description:
	after building AfterStep-1.8.11 from port x11-wm/afterstep-stable
	it fails to install with the following reason:

	afterstep/.workspace_state - invalid argument.

	The quick research shows that this is null-length file which does
	not meaningful most probably.
>How-To-Repeat:
	cvsup to latest x11-wm/afterstep-stable port, cd there and type

	make WITH_DIFFERENT_LOOKNFEELS=yes WITH_SAVEWINDOWS=yes install

	the result is estimately the same.
>Fix:
	rm work/AfterStep-1.8.11/afterstep/.workspace_state

	Supposedly Makefile should be fixed:

	cd /usr/ports/x11-wm/afterstep-stable
	patch < /path/to/file

	Patch itself follows:

--- Makefile.orig	Wed Nov 12 17:45:37 2003
+++ Makefile	Wed Nov 12 17:46:48 2003
@@ -52,6 +52,9 @@
 	${PERL} -pi.orig -e 's,/usr/X11/,${X11BASE}/,' \
 		${WRKSRC}/src/afterstep/afterstep.man
 
+pre-install:
+	rm ${WRKSRC}/afterstep/.workspace_state
+
 post-install:
 	@${INSTALL_DATA} ${FILESDIR}/monitor_bsd.xpm ${PREFIX}/share/afterstep/desktop/icons/common/
 .if defined(WITH_DIFFERENT_LOOKNFEELS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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