Bug 157417 - OpenOffice.org is in Minimal graphical installation
Summary: OpenOffice.org is in Minimal graphical installation
Status: RESOLVED DUPLICATE of bug 154077
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 6
Hardware: x86 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Petr Mladek
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-11 12:07 UTC by Forgotten User mbQyAD5r4K
Modified: 2006-03-14 09:19 UTC (History)
3 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User mbQyAD5r4K 2006-03-11 12:07:38 UTC
$SUBJ says it all. IMHO OpenOffice.org shouldn't be in the Minimal graphical selection. It's huge and implies the need of CD3.
Comment 1 Michael Gross 2006-03-13 12:01:47 UTC
In your initial comment, please don't refer to the subject as this might be changed during the work on this report.

Stefan shall decide. But OOo in the minimal selection seems a bit odd.
Comment 2 Stefan Dirsch 2006-03-13 12:10:31 UTC
For sure OOo is *not* in the Minimal selection. This seems to be unfortunate dependancy problem. Could you describe in more detail what you did exactly during installation so we can try to reproduce this problem? Thanks.
Comment 3 Forgotten User mbQyAD5r4K 2006-03-13 20:43:27 UTC
I did nothing special - after booted up from CD1 I tried some exotic languages (esp those with unusual fonts like "Khmer"), agreed to the terms of Beta6, selected "new installation" / "minimal graphical selection", in Expert config configured partitons (no repartitioning, format /dev/hda3 as XFS, nothing else), changed order for bootloader to include my working installation of SL10.0 as a first entry and finally selected timezone Pacific/New Zealand. IIRC I haven't even invoked package manager at all. 
Comment 4 Forgotten User mbQyAD5r4K 2006-03-13 21:11:49 UTC
In y2log-1 I've found these suspicious occurences of OOo:

2006-03-11 23:03:59 <2> linux(2716) [DEFINE_LOGGROUP] ResolvableImpl.cc(operator()):82 Looks wrong locale(OpenOffice_org:OpenO
ffice_org:af)
2006-03-11 23:03:59 <2> linux(2716) [zypp] LanguageCode.cc(lookup):100 Malformed LanguageCode 'OpenOffice' (expect 2 or 3-lett
er)
2006-03-11 23:03:59 <2> linux(2716) [zypp] LanguageCode.cc(lookup):105 Malformed LanguageCode 'OpenOffice' (not lower case)
2006-03-11 23:03:59 <1> linux(2716) [zypp] LanguageCode.cc(lookup):113 Remember LanguageCode 'OpenOffice': ''
2006-03-11 23:03:59 <2> linux(2716) [zypp] CountryCode.cc(lookup):90 Malformed CountryCode 'org:af' (expect 2-letter)
2006-03-11 23:03:59 <2> linux(2716) [zypp] CountryCode.cc(lookup):95 Malformed CountryCode 'org:af' (not upper case)
2006-03-11 23:03:59 <1> linux(2716) [zypp] CountryCode.cc(lookup):103 Remember CountryCode 'org:af': ''

No idea if it has any relevance to the problem.

Anyway, all logs from that installation are here: http://tmp.logix.cz/YaST2-10.1b6/
Comment 5 Forgotten User mbQyAD5r4K 2006-03-13 21:13:06 UTC
Oops, revert NEEDINFO again...
Comment 6 Stefan Dirsch 2006-03-13 21:47:45 UTC
This sounds to me as YaSt2 cannot handle lines like these:

  Provides: locale(OpenOffice_org:af)

Only lines like this one:

  Provides: locale(af)

Assigning to YaST component. Good to know, that this does not work yet.
Comment 7 Klaus Kämpf 2006-03-13 22:33:00 UTC
Reading comment #4 reveals that a package provides

locale(OpenOffice_org:OpenOffice_org:af)

which is wrong since only one colon is allowed.

Looking at the suse/setup/descr/packages file shows "myspell-african" as the culprit.
Comment 8 Stefan Dirsch 2006-03-13 23:08:54 UTC
> Reading comment #4 reveals that a package provides
> locale(OpenOffice_org:OpenOffice_org:af)
> which is wrong since only one colon is allowed.

Which package? OpenOffice_org-af? I don't think so:

/work/SRC/arch/i386/OpenOffice_org/OpenOffice_org.spec:
Name:           OpenOffice_org
[...]
Provides:       locale(%name:af)
Comment 9 Klaus Kämpf 2006-03-13 23:17:40 UTC
"Looking at the suse/setup/descr/packages file shows "myspell-african" as the
culprit."
Comment 10 Stefan Dirsch 2006-03-13 23:25:44 UTC
suse/setup/descr/packages:
[...]
=Pkg: myspell-african 20040727 18 noarch
[...]
+Prv:
myspell-dictionary
ooo:/usr/lib/ooo-1.1/share/dict/ooo/af_ZA.dic
locale(OpenOffice_org:OpenOffice_org:af)
locale(seamonkey-spellchecker:af)
myspell-african = 20040727-18
-Prv:

/work/SRC/noarch/myspell-dictionaries/myspell-dictionaries.spec:
[...]
%package -n myspell-african
[...]
Provides:       myspell-dictionary
Provides:       ooo:/usr/lib/ooo-1.1/share/dict/ooo/af_ZA.dic
Provides:       locale(OpenOffice_org:af) locale(seamonkey-spellchecker:af)

Sounds like the packages file is created wrongly. :-(
Comment 11 Stefan Dirsch 2006-03-13 23:32:36 UTC
Probably a duplicate of #154077 and already fixed in Beta8.
Comment 12 Petr Mladek 2006-03-14 09:19:59 UTC
Yes, the wrong provides were in the package myspell-african. You saw the correct provides in the spec file and not in the package because I fixed it yeasterday afternoon. So, this is really a duplicate of the bug #154077 and should be fixed on beta8.

*** This bug has been marked as a duplicate of 154077 ***