[opensuse-factory] YaST problem after factory upgrade
YaST comes up but won't open anything - hardware, software, Installation Sources or anything else, qt-3.3.7-24 is missing /usr/lib/qt3/translations/qt_en.qm. From y2log ========== 2007-01-25 14:56:34 <1> barrabas(24708) [YCP] Encoding.ycp:84 SetUtf8Lang true 2007-01-25 14:56:34 <1> barrabas(24708) [YCP] SlideShow.ycp:73 SlideShow constructor 2007-01-25 14:56:34 <1> barrabas(24708) [YCP] SuSERelease.ycp:47 File with release information: /etc/SuSE-release 2007-01-25 14:56:34 <2> barrabas(24708) [qt-ui] YQUI_x11.cc(loadPredefinedQtTranslations):434 Can't load translations for predefined Qt dialogs from /usr/lib/qt3/translations/qt_en.qm 2007-01-25 14:56:34 <1> barrabas(24708) [qt-ui] YQUI_core.cc(processCommandLineArgs):240 Qt argument: qt 2007-01-25 14:56:34 <1> barrabas(24708) [qt-ui] YQUI_core.cc(calcDefaultSize):350 Default size: 1119x839 2007-01-25 14:56:34 <1> barrabas(24708) [qt-ui] YQUI_core.cc(YQUI):210 Forcing /usr/lib/qt3/lib/libqt-mt.so.3 open successful # cat /etc/SuSE-release openSUSE 10.3 (i586) Alpha1 VERSION = 10.3 Will file a bug later. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hi,
YaST comes up but won't open anything - hardware, software, Installation Sources or anything else
https://bugzilla.novell.com/show_bug.cgi?id=238031
qt-3.3.7-24 is missing /usr/lib/qt3/translations/qt_en.qm.
No, this file is not missing, it just doesn't exist. Andreas Hanke -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
andreas.hanke@gmx-topmail.de wrote:
Hi,
YaST comes up but won't open anything - hardware, software, Installation Sources or anything else
https://bugzilla.novell.com/show_bug.cgi?id=238031
qt-3.3.7-24 is missing /usr/lib/qt3/translations/qt_en.qm.
No, this file is not missing, it just doesn't exist.
Andreas Hanke
OK, I shall file a bug for the segfaults. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
andreas.hanke@gmx-topmail.de wrote:
Hi,
YaST comes up but won't open anything - hardware, software, Installation Sources or anything else
https://bugzilla.novell.com/show_bug.cgi?id=238031
qt-3.3.7-24 is missing /usr/lib/qt3/translations/qt_en.qm.
No, this file is not missing, it just doesn't exist.
Andreas Hanke
I also notice that coreutils is also missing stuff in /usr/share/locale/en_GB, so apps like acroread and some firefox plugins continuously repeat a message "expr: syntax error" and fail to open. The problem with acroread was pointed out to me by a friend in the USA and I got exactly the same here in the UK when I tried it - the expressions in /usr/X11R6/bin/acroread look sane looking at "man expr". Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hi,
I also notice that coreutils is also missing stuff in /usr/share/locale/en_GB, so apps like acroread and some firefox plugins continuously repeat a message "expr: syntax error" and fail to open.
Forget it, there are no .mo files for en_GB because the English strings are hard-coded into the binaries. Only very few packages have en_GB translations, only if it would substantially differ from the default strings, and a missing translation is not a bug.
The problem with acroread was pointed out to me by a friend in the USA and I got exactly the same here in the UK when I tried it - the expressions in /usr/X11R6/bin/acroread look sane looking at "man expr". Regards
This problem has nothing to do with missing .mo files either. It's a simple shell scripting/quoting bug. Fix: http://distro.ibiblio.org/pub/linux/distributions/rootlinux/rootlinux/ports/... There is already a report this, so there is no need to report it in bugzilla. Andreas Hanke -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
andreas.hanke@gmx-topmail.de wrote:
Hi,
I also notice that coreutils is also missing stuff in /usr/share/locale/en_GB, so apps like acroread and some firefox plugins continuously repeat a message "expr: syntax error" and fail to open.
Forget it, there are no .mo files for en_GB because the English strings are hard-coded into the binaries.
Only very few packages have en_GB translations, only if it would substantially differ from the default strings, and a missing translation is not a bug.
The problem with acroread was pointed out to me by a friend in the USA and I got exactly the same here in the UK when I tried it - the expressions in /usr/X11R6/bin/acroread look sane looking at "man expr". Regards
This problem has nothing to do with missing .mo files either. It's a simple shell scripting/quoting bug. Fix:
http://distro.ibiblio.org/pub/linux/distributions/rootlinux/rootlinux/ports/...
There is already a report this, so there is no need to report it in bugzilla.
Andreas Hanke
Thanks, I shall grab that patch. I didn't search bugzilla for acroread as I was experiencing failures in different progs, but nothing applicable showed up. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (2)
-
andreas.hanke@gmx-topmail.de
-
Sid Boyce