Date: Sat, 07 Mar 2015 08:44:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198382] x11/terminator fails to complete ./configure step Message-ID: <bug-198382-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: tristor@gmail.com CC: tom@hur.st Flags: maintainer-feedback?(tom@hur.st) CC: tom@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198382-13>