Bug 134184

Summary: unable to remove iiimf-le-hangul cleanly
Product: [Fedora] Fedora Reporter: Lawrence Lim <llim>
Component: im-sdkAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, tools-bugs, wtogami
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: im-sdk-12.0.1-10.svn1943 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-01 02:37:54 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:    
Bug Blocks: 125997, 130887    

Description Lawrence Lim 2004-09-30 02:18:24 UTC
Description of problem:
Error messages have been observed after removing HangulLE.

Version-Release number of selected component (if applicable):
- im-sdk-12.0.1-9.svn1936
- iiimf-le-hangul-12.0.1-9.svn1936

How reproducible:
Always

Steps to Reproduce:
1.rpm -Uvh iiimf-* (im-sdk packages)
2.rpm -e iiimf-le-hangul
3.
  
Actual results:
[root@engtester root]# rpm -e `rpm -qa |grep iiimf-le`
/var/tmp/rpm-tmp.59647: line 2: syntax error near unexpected token `fi'
/var/tmp/rpm-tmp.59647: line 2: `fi'
error: %postun(iiimf-le-hangul-12.0.1-9.svn1936) scriptlet failed,
exit status 2

Expected results:
Removed with no error message

Additional info:

Comment 1 Jens Petersen 2004-09-30 03:42:39 UTC
My bad - fixed in cvs.

Comment 2 Lawrence Lim 2004-09-30 04:06:22 UTC
Some additional info, after the error message.

Also please note that this bug relates to fresh im-sdk -9 install
(remove /usr/lib/im) and uninstall -9. 

---
[root@engtester locale]# ls -la
total 24
drwxr-xr-x  3 root root 4096 Sep 30 14:00 .
drwxr-xr-x  3 root root 4096 Sep 30 14:00 ..
drwxr-xr-x  2 root root 4096 Sep 30 14:00 ko_KR
[root@engtester locale]# pwd
/usr/lib/im/locale


Comment 3 Lawrence Lim 2004-09-30 04:09:31 UTC
More information.

--
[root@engtester locale]# rpm -qa |grep iiimf
[root@engtester locale]#

[root@engtester locale]# cd /usr/lib/im/locale/ko_KR/
[root@engtester ko_KR]# ls
[root@engtester ko_KR]# ls -la
total 16
drwxr-xr-x  2 root root 4096 Sep 30 14:00 .
drwxr-xr-x  3 root root 4096 Sep 30 14:00 ..
[root@engtester ko_KR]#


Comment 4 Jens Petersen 2004-09-30 04:31:53 UTC
Thanks for comment 3: the ownership of /usr/lib/im/locale/ko_KR/
should get fixed in next build.

Comment 5 Akira TAGOH 2004-09-30 16:01:58 UTC
should be fixed in 12.0.1-10.svn1943. please try.

Comment 6 Lawrence Lim 2004-10-01 02:37:54 UTC
Confirmed fixed in 12.0.1-10.svn1943. Thanks.