Bug 500973

Summary: [ibus-table-cangjie] scriptlet errors during post-install
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: ibus-tableAssignee: Caius Chance <K9>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: hugwww, i18n-bugs, K9, phuang
Target Milestone: ---Keywords: i18n, Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.0.20090407-6.fc11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-03 19:38:52 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:
Bug Depends On: 505700    
Bug Blocks:    

Description Jens Petersen 2009-05-15 09:39:11 UTC
Description of problem:
When I try to install ibus-table-{cangjie,erbi,wubi}
I get %post errors.

How reproducible:
every time


Steps to Reproduce:
# yum install ibus-table\*
  
Actual results:
Transaction Test Succeeded
Running Transaction
  Installing     : ibus-table                                                                                                                             1/5 
  Installing     : ibus-table-erbi                                                                                                                        2/5 
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'erbi_qs.txt'
Non-fatal POSTIN scriptlet failure in rpm package ibus-table-erbi-1.1.0.20090407-3.fc11.noarch
warning: %post(ibus-table-erbi-1.1.0.20090407-3.fc11.noarch) scriptlet failed, exit status 1
  Installing     : ibus-table-cangjie                                                                                                                     3/5 
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'cangjie3.txt'
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'cangjie5.txt'
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'quick3.txt'
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'quick5.txt'
Non-fatal POSTIN scriptlet failure in rpm package ibus-table-cangjie-1.1.0.20090309-6.fc11.noarch
warning: %post(ibus-table-cangjie-1.1.0.20090309-6.fc11.noarch) scriptlet failed, exit status 1
  Installing     : ibus-table-wubi                                                                                                                        4/5 
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'wubi86.txt'
Non-fatal POSTIN scriptlet failure in rpm package ibus-table-wubi-1.1.0.20090327-4.fc11.noarch
warning: %post(ibus-table-wubi-1.1.0.20090327-4.fc11.noarch) scriptlet failed, exit status 1
  Installing     : ibus-table-additional                                                                                                                  5/5 

Expected results:
no errors

Comment 1 Caius Chance 2009-05-17 23:57:01 UTC
Confirmed reproducible. Fixing.

Comment 2 Caius Chance 2009-05-18 00:10:37 UTC
ibus-table-wubi is done:

http://koji.fedoraproject.org/koji/buildinfo?buildID=102418

Comment 3 Caius Chance 2009-05-18 00:32:59 UTC
ibus-table-erbi is done:

http://koji.fedoraproject.org/koji/buildinfo?buildID=102419

Comment 5 Caius Chance 2009-05-18 00:58:22 UTC
ibus-table-cangjie is done:

http://koji.fedoraproject.org/koji/buildinfo?buildID=102420

Comment 6 Caius Chance 2009-05-18 07:58:09 UTC
reopened:

- table is ok to be created in %install, with NO_INDEX=true
- index will be done in %post, with -o table_name.db

Comment 8 hugwww 2009-06-15 00:38:46 UTC
thank you.

Comment 9 hugwww 2009-06-15 00:56:01 UTC
ibus-table-wubi
	
Installed successfully, but you can not enter any characters

yum install ibus-table-wubi

ibus-table-wubi-1.1.0.20090327-4.fc11.noarch.rpm         | 2.6 MB     00:21
运行 rpm_check_debug
运行测试事务处理
传输测试完成
事务处理测试成功
运行事务处理
  正在安装       : ibus-table-wubi                                          1/1
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 297, in <module>
    main ()
  File "/usr/share/ibus-table/engine/tabcreatedb.py", line 213, in main
    source = file ( opts.source, 'r' )
IOError: [Errno 2] No such file or directory: 'wubi86.txt'
Non-fatal POSTIN scriptlet failure in rpm package ibus-table-wubi-1.1.0.20090327-4.fc11.noarch
warning: %post(ibus-table-wubi-1.1.0.20090327-4.fc11.noarch) scriptlet failed, exit status 1

已安装:
  ibus-table-wubi.noarch 0:1.1.0.20090327-4.fc11

恭喜你!成功完成!

安装成功,但不能输入任何字符!

Comment 10 Caius Chance 2009-06-15 01:02:43 UTC
reopened

Comment 11 Caius Chance 2009-06-15 01:04:12 UTC
(In reply to comment #9)

Which one you are now running? rawhide or F-11?

Comment 12 hugwww 2009-06-15 07:36:35 UTC
now running!Fedora 11 i386

Installed successfully, but you can not enter any characters

Please try it..

Thank you.

Comment 13 Fedora Update System 2009-06-16 01:32:25 UTC
ibus-table-erbi-1.1.0.20090407-5.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-erbi-1.1.0.20090407-5.fc11

Comment 14 Fedora Update System 2009-06-16 01:53:18 UTC
ibus-table-yong-1.1.0.20090422-6.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-yong-1.1.0.20090422-6.fc11

Comment 15 Fedora Update System 2009-06-16 03:40:35 UTC
ibus-table-cangjie-1.1.0.20090309-9.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-cangjie-1.1.0.20090309-9.fc11

Comment 16 hugwww 2009-06-16 07:55:06 UTC
Thank you for everything.
:)

Comment 17 Caius Chance 2009-06-16 23:27:18 UTC
(In reply to comment #16)
> Thank you for everything.
> :)  

FYI, these updates are aim on the error messages after installation via RPM.

The bugzilla ticket which tracking the "input problem" is currently on bug# 505700.

Thanks a lot. :)

Comment 18 Caius Chance 2009-06-16 23:52:12 UTC
(In reply to comment #16)
> Thank you for everything.
> :)  

FYI, these updates are aim on the error messages after installation via RPM.

The bugzilla ticket which tracking the "input problem" is currently on bug# 505700.

Thanks a lot. :)

Comment 19 Fedora Update System 2009-06-23 05:45:42 UTC
ibus-table-cangjie-1.1.0.20090309-12.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-cangjie-1.1.0.20090309-12.fc11

Comment 20 Fedora Update System 2009-06-23 06:21:42 UTC
ibus-table-wubi-1.1.0.20090327-7.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-wubi-1.1.0.20090327-7.fc11

Comment 21 Fedora Update System 2009-06-27 03:01:50 UTC
ibus-table-cangjie-1.1.0.20090309-12.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ibus-table-cangjie'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7049

Comment 22 Fedora Update System 2009-07-03 06:50:09 UTC
ibus-table-yong-1.1.0.20090422-7.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-yong-1.1.0.20090422-7.fc11

Comment 23 Fedora Update System 2009-07-03 07:12:58 UTC
ibus-table-erbi-1.1.0.20090407-6.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ibus-table-erbi-1.1.0.20090407-6.fc11

Comment 24 Fedora Update System 2009-07-03 19:38:46 UTC
ibus-table-cangjie-1.1.0.20090309-12.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 25 Fedora Update System 2009-07-03 19:56:21 UTC
ibus-table-wubi-1.1.0.20090327-7.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 26 Fedora Update System 2009-07-19 10:13:24 UTC
ibus-table-yong-1.1.0.20090422-7.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 27 Fedora Update System 2009-07-19 10:19:08 UTC
ibus-table-erbi-1.1.0.20090407-6.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.