[Bug 562366] Review request: zinnia - online handwriting recognition system with machine learning

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 9 08:00:38 UTC 2010


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=562366

--- Comment #16 from Liang Suilong <liangsuilong at gmail.com> 2010-03-09 03:00:30 EST ---
Whether I  added LD_LIBRARY_PATH=%{buildroot}%{_libdir}, the test of python and
perl failed. It seems to lack some library that the test needs. 

+ python test.py
Traceback (most recent call last):
  File "test.py", line 3, in <module>
    import zinnia
  File "/home/fedora/rpmbuild/BUILD/zinnia-0.05/python/zinnia.py", line 25, in
<module>
    _zinnia = swig_import_helper()
  File "/home/fedora/rpmbuild/BUILD/zinnia-0.05/python/zinnia.py", line 17, in
swig_import_helper
    import _zinnia
ImportError: No module named _zinnia
error: Bad exit status from /var/tmp/rpm-tmp.OiRnPH (%check)

the test of perl without LD_LIBRARY_PATH=%{buildroot}%{_libdir}
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
Can't load
'/home/fedora/rpmbuild/BUILD/zinnia-0.05/perl/blib/arch/auto/zinnia/zinnia.so'
for module zinnia: libzinnia.so.0: cannot open shared object file: No such file
or directory at /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm
line 203.
 at /home/fedora/rpmbuild/BUILD/zinnia-0.05/perl/blib/lib/zinnia.pm line 11
Compilation failed in require at test.pl line 6.
BEGIN failed--compilation aborted at test.pl line 6.
make: *** [test_dynamic] Error 255
error: Bad exit status from /var/tmp/rpm-tmp.lpeD52 (%check)

the test of perl with LD_LIBRARY_PATH=%{buildroot}%{_libdir}
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
0.05
No such file or directory: cannot open
make: *** [test_dynamic] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.ldwoL5 (%check)

Should we give up the %check section? It requires a lot of libraries.

-- 
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 package-review mailing list