Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44367 - XMMS Options dialog without any options in the tabs
Summary: XMMS Options dialog without any options in the tabs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 08:49 UTC by Francois Fernandes
Modified: 2004-05-02 18:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Fernandes 2004-03-11 08:49:39 UTC
When I open the configuration Dialog of XMMS there are the tabs of the different cofiguration-categories. And that's all. Nothing else. Not only one single option I can select. No control elements. Just the tabs.

Is it possible, that the XMMS-Support for the german language is borken? Because I've localized my XFree for german.

All other menus or dialogs work well... 

Reproducible: Always
Steps to Reproduce:
Just opening the configuration dialog... and there's nothing



Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3)
=================================================================
System uname: 2.6.3 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -march=pentium4 -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -march=pentium4 -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups doc dvd encode esd foomaticdb
gdbm gif gnome gpm gtk gtk2 imlib jpeg kde ldap libg++ libwww mad mikmod motif
mozilla mpeg ncurses nls oggvorbis opengl pam pdflib perl png python qt
quicktime readline samba sdl slang spell ssl svga tcpd truetype
video_cards_matrox x86 xinerama xml xml2 xmms xv zlib"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-11 10:33:28 UTC
anything's possible... let's try to figure out if it's a gentoo-specific problem or something upstream...

first, can you make sure it really is the german localization?  Try going back to english and opening up the options... if it is, then let's continue...

Make sure you're trying the latest xmms (1.2.10-r1).  If not, see if that fixed it.

If you're having the trouble with 1.2.10-r1, open up the ebuild (/usr/portage/media-sound/xmms/xmms-1.2.10-r1.ebuild).

Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-11 10:38:35 UTC
If you're having the trouble with 1.2.10-r1, open up the ebuild (/usr/portage/media-sound/xmms/xmms-1.2.10-r1.ebuild) and comment out all the 'epatch' lines.  Try it again, and if it's still a problem, then it's an upstream bug... otherwise try to figure out which patch causes the problem.
Comment 3 Francois Fernandes 2004-03-12 08:17:50 UTC
I've checked if it's a german localization. Anyway no options.

Additionally I've tried to use the original package from xmms.org (ver 1.2.10) there's the same problem.

I'm now trying to use 1.2.10-r1 ebuild
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-12 12:55:17 UTC
the -r1 ebuild will file also if it's a bug upstream...

could you please file a bug at http://bugs.xmms.org and provide us with a link to that bug report here.
Comment 5 Francois Fernandes 2004-03-13 14:29:37 UTC
Here is the link to the reported bug! Hope there will be a solution soon.

http://bugs.xmms.org/show_bug.cgi?id=1691
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2004-04-15 00:42:36 UTC
i have this bug not only in xmms but also in dillo, easytag and vmware. Seems like all gtk1- apps are affectet. I solved it by installing binary packages. Perhabs its a too strong optimization.

My make.conf, when the bug occured:
CFLAGS="-march=pentium4 -pipe -O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
USE="gtk gtk2 gnome dvd qt kde alsa cdr nls acpi -apm tiff"
CXXFLAGS="${CFLAGS}"
VIDEO_CARDS="radeon"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://212.219.247.20/sites/www.ibiblio.org/gentoo/"
Comment 7 Francois Fernandes 2004-04-15 01:04:20 UTC
i've got nearlly identical optimization flags:

-O3 -mcpu=i686 -fomit-frame-pointer -march=pentium4 -funroll-loops

I'll try to take some flags out and recompile gtk1. If this will solve the problem I'll write a bug about gtk.
Comment 8 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-15 01:09:34 UTC
"-mcpu=i686 -march=pentium4" makes no sense at all, btw... read what those two options do.

Try doing just:

CFLAGS="-O2 -pipe"
Comment 9 Francois Fernandes 2004-04-15 01:41:55 UTC
I'VE FOUND THE PROBLEM!

It seems that the gcc has a bug with the -march=pentium4 flag. I tried to recompile it with each flag and it seems that it doesn't work with the pentium4 optimization.
Comment 10 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-15 10:41:40 UTC
I thought all the -march=pentium4 bugs were fixed in 3.3.2... guess not...

Is it gtk that neets to be compiled without -march=pentium4?  Can you verify that changing -march=pentium4 to -march=pentium3 will correct the issue?
Comment 11 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-02 18:29:21 UTC
make.conf has sufficient warnings against using --march=pentium4, so i think it's safe to close this bug.  Could you please respond to my previous comment though as I'd like to know ehich package borked... gtk+ or xmms...