[Bug 198382] x11/terminator fails to complete ./configure step

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 7 08:44:43 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198382

            Bug ID: 198382
           Summary: x11/terminator fails to complete ./configure step
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tristor at gmail.com
                CC: tom at hur.st
             Flags: maintainer-feedback?(tom at hur.st)
                CC: tom at hur.st

Port Name: x11/terminator
Version: 0.97

In the port x11/terminator, after meeting all dependency requirements it starts
the step where ./configure gets run, at which point it fails with the following
error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError:  [Errno 2] No such file or directory: '--without-gettext'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/terminator
*** Error code 1

Stop.
make: stopped in /usr/ports/x11/terminator

Since terminator is a Python application and uses the setup.py method, I'm not
really sure where to see to debug the resulting ./configure script that gets
created.  In the TerminatorDist() class within setup.py is where global_options
dict gets set to contain the tuple ("without-gettext", None, "Don't
build/install gettext .mo files"), which I believe is where the line
'--without-gettext' originates.

Unfortunately I don't have any more information than this to provide, however
it is possible to reproduce this always.  During make config, I choose the
values which represent WITHOUT_NLS and WITH_GCONF.

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


More information about the freebsd-ports-bugs mailing list