Hi, * Eric Brunson <brunson@xxxxxxxxxxx> [2010-06-07 19:09]: > The pathnames in the jython wrapper script to libreadline-java were pointing to > /usr/lib64. I'm on x86, so I don't have anything in that directory. I changed > two lines in /usr/bin/jython: > > > BASE_FLAGS="$BASE_FLAGS -Djava.library.path=/usr/lib/libreadline-java" > CLASSPATH=:/usr/lib/libreadline-java/libreadline-java.jar This is a bug in the package. It became noarch back in February but that means that the %{_libdir} reference in the specfile gets turned into /usr/lib or /usr/lib64 depending on the architecture of the _build_ machine. That'll need to be changed to do some uname checking before setting the classpath. Alternatively, the package can go back to being arch-specific but that may have ramifications beyond the other simple fix. Please open a bug here so we can track this. Thanks for discovering it. https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=jython Andrew -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines