[Fedora-i18n-bugs] [Bug 486409] New: Wrong python binding installed path

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 19 16:56:45 UTC 2009


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

Summary: Wrong python binding installed path

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

           Summary: Wrong python binding installed path
           Product: Fedora
           Version: 9
          Platform: i386
        OS/Version: Linux
            Status: NEW
          Severity: low
          Priority: low
         Component: libchewing
        AssignedTo: dchen at redhat.com
        ReportedBy: yehjj at pchome.com.tw
         QAContact: extras-qa at fedoraproject.org
                CC: dchen at redhat.com, fedora-i18n-bugs at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Description of problem:
Python binding files placed in wrong directory "/libchewing/".

Version-Release number of selected component (if applicable):
libchewing-0.3.2-4.fc9

How reproducible:
Always

Steps to Reproduce:
1. rpm -ql libchewing-0.3.2-4.fc9.i386
2.
3.

Actual results:
/libchewing
/libchewing/__init__.py
/libchewing/chewing.py
/usr/lib/chewing
/usr/lib/chewing/fonetree.dat
...

Expected results:
/usr/lib/python2.5/site-packages/libchewing
/usr/lib/python2.5/site-packages/libchewing/__init__.py
/usr/lib/python2.5/site-packages/libchewing/chewing.py
/usr/lib/chewing
/usr/lib/chewing/fonetree.dat
...

Additional info:
Refer to Koji's build.log, the following lines show where the problem is:

ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps
builddir/build/SPECS/libchewing.spec'], False,
'/var/lib/mock/dist-f9-build-333781-61391/root/', None, 86400, True, 0, 102,
103, None, logger=<mock.trace_decorator.getLog object at 0x2ba91b8faf10>)
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386
--nodeps builddir/build/SPECS/libchewing.spec']
sh: /usr/bin/python: No such file or directory
sh: /usr/bin/python: No such file or directory
sh: /usr/bin/python: No such file or directory
sh: /usr/bin/python: No such file or directory

Suggest add following line in "libchewing.spec" to avoid this problem:
BuildRequires: python-devel

-- 
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 i18n-bugs mailing list