[Bug 487938] Review Request: scheme2js - Scheme to JavaScript compiler

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 5 20:42:38 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=487938





--- Comment #5 from Michel Alexandre Salim <michel.sylvan at gmail.com>  2009-03-05 15:42:37 EDT ---
Thanks. Regarding rpmlint, note that the configure script for scheme2js is not
generated by autotools.

scheme2js gets most of its configuration flags from Bigloo, including
optimization flags. libdir is not necessary, as the package does not contain
any shared libraries.

On my x86_64 machine, scheme2js picks up libraries from lib64 just fine:
$ ldd /usr/bin/scheme2js
 linux-vdso.so.1 =>  (0x00007fff91bff000)
 libbigloo_s-3.1b.so => /usr/lib64/libbigloo_s-3.1b.so (0x000000000090f000)
 libbigloogc-3.1b.so => /usr/lib64/libbigloogc-3.1b.so (0x0000000000110000)
 libdl.so.2 => /lib64/libdl.so.2 (0x000000300e000000)
 libm.so.6 => /lib64/libm.so.6 (0x000000300dc00000)
 libgmp.so.3 => /usr/lib64/libgmp.so.3 (0x0000003017c00000)
 libc.so.6 => /lib64/libc.so.6 (0x000000300d800000)
 /lib64/ld-linux-x86-64.so.2 (0x000000300d400000)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list