Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2005 19:11:08 +0200 (CEST)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80990: [PATCH] textproc/py-dsv breaks index building when WUTH_GUI=yes
Message-ID:  <200505131711.j4DHB8SY089337@wedge.madpilot.net>
Resent-Message-ID: <200505131720.j4DHK2M1042461@freefall.freebsd.org>

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

>Number:         80990
>Category:       ports
>Synopsis:       [PATCH] textproc/py-dsv breaks index building when WUTH_GUI=yes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 17:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD wedge.madpilot.net 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu May 12 16:27:04 CEST 2005 root@wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386

>Description:

When trying to build an index and WITH_GUI=yes is defined(in make.conf for example) index building fails with the followiong error:

py24-dsv-1.3.7: "/usr/ports/x11-toolkits/py-wxPython" non-existent -- dependency list incomplete
===> textproc/py-dsv failed
*** Error code 1
1 error


>How-To-Repeat:

cd /usr/ports && make WITH_GUI=yes index

>Fix:

diff -ruN py-dsv.old/Makefile py-dsv/Makefile
--- py-dsv.old/Makefile	Fri May 13 19:01:25 2005
+++ py-dsv/Makefile	Fri May 13 19:01:42 2005
@@ -17,7 +17,7 @@
 COMMENT=	A Python module to parse or write delimeter-separated (e.g. CSV) files
 
 .if defined(WITH_GUI)
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
 .endif
 
 USE_PYTHON=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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