|
Bugzilla – Full Text Bug Listing |
| Summary: | Image Creator consumes a huge amount of resources and then fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Cornelius Schumacher <cschum> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | jsuchome, schubi, tgoettlicher |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
YaST log
Patch for /usr/share/YaST2/include/product-creator/dialogs.ycp |
||
|
Description
Cornelius Schumacher
2007-11-07 10:21:37 UTC
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! Created attachment 182615 [details]
YaST log
Reassigning to maintainer. It seems that the solver desperately searches for the solution: 2007-11-07 09:51:42 <1> monalisa(20587) [wfm] product-creator/dialogs.ycp:944 Pkg Builtin called: PkgSolve 2007-11-07 09:51:42 <1> monalisa(20587) [zypp] Resolver.cc(resolvePool):1289 pool has been CHANGED --> resetting solverresults 2007-11-07 09:51:42 <1> monalisa(20587) [zypp] Resolver.cc(resolvePool):1318 Resolver::resolvePool() 2007-11-07 09:51:43 <1> monalisa(20587) [zypp] Resolver.cc(resolveDependencies):881 Resolver::resolveDependencies() 2007-11-07 09:51:43 <1> monalisa(20587) [zypp] QueueItemRequire.cc(process):589 Have 2 providers for [package] (namedcap) libXaw8.so.8 ... 2007-11-07 09:51:45 <1> monalisa(20587) [zypp] QueueItemRequire.cc(process):614 Look for language fallback ko:U__s_[S3:2][package]bundle-lang-common-ko-10.3-44.noarch 2007-11-07 09:51:45 <1> monalisa(20587) [zypp] QueueItemRequire.cc(process):614 Look for language fallback ca:U__s_[S3:2][package]bundle-lang-common-ca-10.3-44.noarch ... 2007-11-07 09:51:49 <1> monalisa(20587) [zypp] QueueItemRequire.cc(process):614 Look for language fallback cs:U__s_[S3:1][package]bundle-lang-common-cs-10.3-44.noarch 2007-11-07 10:11:33 <1> monalisa(20587) [zypp] Resolver.cc(resolveDependencies):1082 Max VALID solver runs ( 10 ) reached -> ex it The problem is that a language is not selected so the solver cannot choose the relevant language packages and it's trapped in a loop. Created attachment 182989 [details]
Patch for /usr/share/YaST2/include/product-creator/dialogs.ycp
This is a preliminary (simple) patch which sets the UI language in the package manager.
A better solution is to remember the languages set by user and preset them again in the next run.
Jiri, we have to extend the API in runPackageSelector(), we need to pass a list with languages. I think your solution from comment 5 is actually better than extending the API. Anyway it is IMHO bug in solver which is unable to bring reasonable default value. Fixed in yast2-product-creator-2.16.5 (STABLE) |