Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 17:37:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196617] dblatex can not be invoked
Message-ID:  <bug-196617-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196617

            Bug ID: 196617
           Summary: dblatex can not be invoked
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: holger@freyther.de

$ dblatex 
env: python: No such file or directory

dblatex is a script and the shebang invokes python and not python2/python2.7.
The file could probably be patched through:

 python_OLD_CMD=    /usr/bin/env python
 python_CMD=    ${PYTHON_CMD}
 SHEBANG_FILES= bin/dblatex

I am not sure if that is the right way to go.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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