ports/135867: gajim-0.12.3, wrong $path in bin file

Fred Galusik fred.galusik at gmail.com
Sat Jun 20 18:10:07 UTC 2009


>Number:         135867
>Category:       ports
>Synopsis:       gajim-0.12.3, wrong $path in bin file
>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:   Sat Jun 20 18:10:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Fred Galusik
>Release:        7.2-release
>Organization:
>Environment:
FreeBSD localhost.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Hi,

I have just updated gajim port to the latest release with portmaster.
The upgrade was successfull, but gajim can't be run anymore :

Code:
$ gajim
/usr/local/bin/python2.5: can't open file 'gajim.py': [Errno 2] No such file or directory

>How-To-Repeat:
Just run gajim through the CLI
>Fix:
The fix is to edit the file /usr/local/bin/gajim and fix the $PATH like this :

Change

exec ${PYTHON_EXEC} -OO gajim.py $@

To:

exec ${PYTHON_EXEC} -OO ${datadir}/src/gajim.py $@



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list