|
Bugzilla – Full Text Bug Listing |
| Summary: | [Fix_is_Ready:SLE10,11.0] YaST does not install packages located in folders whose names contain accented characters | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Carlos Eduardo Bezerra <livino> |
| Component: | YaST2 | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | adrian.schroeter, livino, ma, suse-beta |
| Version: | Final | Keywords: | Fix_is_Ready |
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log as required | ||
|
Description
Carlos Eduardo Bezerra
2006-03-13 01:07:30 UTC
This might be a character-encoding problem with libzypp. Looks like a kde -> "yast -i" issue. Please provide /var/log/YaST2/y2log I'll post /var/log/YaST2/y2log this weekend, I'm out of town at the moment. Sorry about the delay. Created attachment 73446 [details]
y2log as required
Here is the required y2log. In the same folder, however, there were other log files named y2log-1 through 9.
SL 10.0 -> ma Is this reproducible on openSUSE 10.3? Moving the bug at least to 10.2, so we know it's still applicable for ZYPP. We are not going to fix it for SUSE Linux 10.0 On 10.3 (kdebase3-3.5.7-87):
(1) /tmp/test-1-1.intern.i586.rpm
vs.
(2) /tmp/_áíėü_repo/test-1-1.intern.i586.rpm
If konqueror displays package data (1) the y2log says
Launched YaST2 component 'y2base' 'sw_single' '("test")' 'qt'
If konqueror does not display data (2) it calls
Launched YaST2 component 'y2base' 'sw_single' 'qt'
Don't know why konqueror can't display the data (I don't see any yast/zypper call at that time), but I guess this has to be fixed first.
In case (2) /opt/kde3/share/apps/krpmview/setup_temp_source is invoked with
'/tmp/_?_repo/test-1-1.intern.i586.rpm' as argument (the '?' is a '?', 077), and this directory does not exist.
KDE folks? *ping* fixed for 11.1 . |