|
Bugzilla – Full Text Bug Listing |
| Summary: | inst_prepdisk broken | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Andreas Jaeger <aj> |
| Component: | YaST2 | Assignee: | Klaus Kämpf <kkaempf> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Blocker | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log file | ||
|
Description
Andreas Jaeger
2005-09-12 06:53:59 UTC
Created attachment 49561 [details]
y2log file
*** Bug 116429 has been marked as a duplicate of this bug. *** As far as I can see, this is certainly noting in inst_predisk itself but in the lower levels of YaST2 core. inst_prepdisk.ycp in RC2 is uncahnged to RC1. Maybe the problem could be caused by the switch to large files support in yast2-core. Thomas, could you, please, try to write here a part of YCP code which could
reproduce the error?
`ret` and `Storage::LastAction()`?
--- cut ---
The source reads
string txt = sformat(_("Storage modification failed.
System error code was: %1
Failure occurred during following action:
%2
"), ret, Storage::LastAction() );
Since the parser complains about the sformat, txt does not get initialized.
However, the sformat checker sees a "%x" in the string which is not there.
We suspected a translation error but aj installed with "en_US" and this string
goes untranslated.
This is VERY puzzling ...
Klaus
--- cut ---
I'm currently rebuilding yast2-core without AC_SYS_LARGEFILE and will retry an NFS installation Building without AC_SYS_LARGEFILE does NOT change anything The offending code is inside an 'if () { ... }". If I move it outside, the
code is accepted.
I just had the same error message here after I installed yast2-core from SL10-RC2 It was a report about a simlar sformat construct as used in inst_predisk. After I reverted yast2-core back to the version from SL10-RC1 the problem was gone. An NFS install with the fixed package works. Will submit to STABLE now. |