#jython IRC Log (v0.9)

Index

IRC Log for 2015-06-04

Timestamps are in GMT/BST.

[0:11] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[1:23] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[1:30] * gopar (~gopar@2601:9:1100:4c50:a6db:30ff:fea2:873) has joined #jython
[3:34] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Ping timeout: 265 seconds)
[6:05] * gopar (~gopar@2601:9:1100:4c50:a6db:30ff:fea2:873) Quit (Quit: Leaving)
[6:15] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[6:50] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 244 seconds)
[7:19] * mbooth (~mbooth@31.68.69.144) has joined #jython
[7:19] * mbooth (~mbooth@31.68.69.144) Quit (Changing host)
[7:19] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[7:22] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 264 seconds)
[8:16] * mbooth (~mbooth@redhat/mbooth) Quit (Ping timeout: 265 seconds)
[9:26] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) has joined #jython
[9:26] * mbooth (~mbooth@cpc11-shef10-2-0-cust659.barn.cable.virginm.net) Quit (Changing host)
[9:26] * mbooth (~mbooth@redhat/mbooth) has joined #jython
[13:57] <jimbaker> wheels are supported. there was some minor work that had to be done, but i believe we had full support as of april 2014 :)
[14:00] * xemdetia (xemdetia@nat/ibm/x-lmuqyuukajxivggd) has joined #jython
[14:34] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[14:43] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[15:55] * xemdetia (xemdetia@nat/ibm/x-lmuqyuukajxivggd) Quit (Remote host closed the connection)
[16:05] * xemdetia (xemdetia@nat/ibm/x-kgpvvufhgpjhvfkw) has joined #jython
[17:03] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[17:14] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Quit: Leaving)
[17:34] * koo6 (~koo5@236.152.broadband3.iol.cz) has joined #jython
[18:29] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[18:29] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[20:06] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[21:48] * DanC_ (~dconnolly@169.147.5.14) has joined #jython
[21:48] <DanC_> any idea why my jython takes dozens of seconds to exit?
[21:48] <DanC_> and I'm getting this stuff: [INFO] Unable to bind key for unsupported operation: backward-delete-word
[21:49] <DanC_> I'm evidently not alone on that: https://github.com/sbt/sbt/issues/1796 , https://github.com/jline/jline2/issues/73
[21:49] <DanC_> those issues I can deal with; but this is critical:
[21:49] <DanC_> Installing pip and setuptools
[21:49] <DanC_> ...
[21:49] <DanC_> NotImplementedError: passwd.pw_passwd unimplemented
[21:50] <DanC_> File "/opt/jython/Lib/pwd.py", line 36, in __new__
[21:52] * DanC_ re-reads http://bugs.jython.org/issue2333
[21:54] <agronholm> I haven't had any problems with this
[21:54] <agronholm> DanC_: you used the installer to install jython, right?
[21:54] <DanC_> yes
[21:54] <DanC_> I'm trying to make a jenkins job to do it, in particular.
[21:55] <DanC_> java -jar jython-installer-2.7.0.jar --type standard --silent --directory /opt/jython
[21:56] <agronholm> does the installation process fail?
[21:56] <agronholm> (because it triggers installation of pip and setuptools)
[22:09] * xemdetia (xemdetia@nat/ibm/x-kgpvvufhgpjhvfkw) Quit (Ping timeout: 265 seconds)
[22:09] <DanC_> yes, it fails, agronholm
[22:10] <agronholm> do you get a full traceback?
[22:11] <agronholm> is it the same as in the issue you linked?
[22:14] <DanC_> yes
[22:15] <agronholm> perhaps freebsd triggers a code path that is not used on other OSes
[22:15] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[22:15] <agronholm> can you reproduce the same problem any other way?
[22:16] <DanC_> um...
[22:17] <DanC_> let's see... fresh install, running as me rather than jenkins: > java -jar /var/lib/jenkins/slave-grouper/workspace/jython_install/jython-installer-2.7.0.jar -s -d /tmp/jy
[22:17] <DanC_> blammo: NotImplementedError: passwd.pw_passwd unimplemented
[22:18] <DanC_> now /tmp/jy/bin has jython but no pip
[22:18] <DanC_> > /tmp/jy/bin/jython -m ensurepip
[22:18] <DanC_> blammo: NotImplementedError: passwd.pw_passwd unimplemented
[22:21] <agronholm> DanC_: yeah but I need something more specific than that
[22:21] <agronholm> directly call something that raises that error
[22:29] * koo6 (~koo5@236.152.broadband3.iol.cz) Quit (Quit: Leaving)
[22:30] * sirdancealot (~koo5@236.152.broadband3.iol.cz) has joined #jython
[22:44] <DanC_> I can't find the source code for /tmp/tmpIBC_DL/pip-1.6-py2.py3-none-any.whl/pip/locations.py", line 66 ; the tmp stuff got deleted
[22:44] <DanC_> and when I google for pip/locations.py , I find stuff that doesn't match
[22:44] <DanC_> sigh. I gotta go.
[23:54] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 264 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).