Bug 97349

Summary: python check doesnt work when rebuilding without already installed beecrypt.
Product: [Fedora] Fedora Reporter: Dams <anvil>
Component: beecryptAssignee: Tomas Mraz <tmraz>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: anvil, nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-03 14:10:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dams 2003-06-13 14:38:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

Description of problem:

[anvil@gruyere ~]# rpmbuild --rebuild beecrypt-3.0.0-0.20030603.src.rpm
[SNIP]
Making check in python
/mnt/other/BUILD/beecrypt-3.0.0/python
make[1]: Entre dans le repertoire `/mnt/other/BUILD/beecrypt-3.0.0/python'
Making check in test
/mnt/other/BUILD/beecrypt-3.0.0/python/test
make[2]: Entre dans le repertoire `/mnt/other/BUILD/beecrypt-3.0.0/python/test'
PYTHONPATH=.. python test_all.py verbose
Traceback (most recent call last):
  File "test_all.py", line 58, in ?
    print_versions()
  File "test_all.py", line 19, in print_versions
    from _bc import mpw
ImportError: libbeecrypt.so.6: cannot open shared object file: No such file or
directory
make[2]: *** [check] Erreur 1
make[2]: Quitte le repertoire `/mnt/other/BUILD/beecrypt-3.0.0/python/test'
make[1]: *** [check-recursive] Erreur 1
make[1]: Quitte le repertoire `/mnt/other/BUILD/beecrypt-3.0.0/python'
make: *** [check-recursive] Erreur 1


Version-Release number of selected component (if applicable):
beecrypt-3.0.0-0.20030603

How reproducible:
Always

Steps to Reproduce:
1. rpm -e `rpm -qa --qf='%{name}\n' beecrypt\*`
2. rpmbuild --rebuild beecrypt-3.0.0-0.20030603.src.rpm

    

Additional info:

If beecrypt is already installed the check pass. This is non-blocking issue.

Comment 1 Paul Nasrat 2005-11-29 19:58:47 UTC
This really should be persued upstream - as we're using libtool the shared
objects are in .libs/ of ../

Comment 2 Tomas Mraz 2008-04-03 14:10:42 UTC
Beecrypt is no longer in rawhide.