jython failure in F13

Eric Brunson brunson at brunson.com
Tue Jun 8 15:12:36 UTC 2010


On 06/08/2010 07:38 AM, Andrew Overholt wrote:
> Hi,
>
> * Eric Brunson<brunson at brunson.com>  [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
>    

Bug 601766 Submitted

Thank you for your help.





More information about the users mailing list