ports/59218: x11-wm/afterstep-stable fails to be installed

Seva Gluschenko gvs at rinet.ru
Wed Nov 12 14:50:26 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list