Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2015 21:54:49 +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-HrOtnczee5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198382-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198382-13@https.bugs.freebsd.org/bugzilla/>

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

Chris Hutchinson <portmaster@bsdforge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |portmaster@bsdforge.com

--- Comment #1 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Tyler Duzan from comment #0)
> 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.

I'm not sure this port is still being [actively] maintained. For
example; the WWW listed in pkg-descr is obsolete. If no one else
steps up. I can take it.
BTW it would be helpful if you could mention which python version
you are using.

--Chris

-- 
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-HrOtnczee5>