LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problems running amarok in mdk (https://www.linuxquestions.org/questions/linux-software-2/problems-running-amarok-in-mdk-305332/)

ernesto_cgf 03-23-2005 10:09 PM

problems running amarok in mdk
 
I have mdk10.0 official, which does not comes with amarok. I downloaded and installed gstreamer 8 and amarok from an official mdk10.1 mirror. They all installed ok. amarok run ok and it detected gstreamer ok. It scanned my 14Gb+ of music into its collection. The problem is when I try to add something to the playlist from the collection, it gives me this "Some URLs could not be loaded" in the status bar for a few seconds, the playlist stays empty, and I finally get nothing played, no music, no sound at all.

What could this be? Any help please.

PS. Amarok also crashes silently when trying to change to other engines (aRts or xine).

WMD 03-24-2005 12:23 AM

It might have something to do with the fact that those are 10.1 packages you installed. Mandrake tends to be rather picky about that.

z-vet 03-24-2005 02:56 PM

I had a same problems, so i just compiled amaroK and all it's dependencies from source. No problems anymore.

ernesto_cgf 03-24-2005 03:04 PM

Quote:

Originally posted by z-vet
I had a same problems, so i just compiled amaroK and all it's dependencies from source. No problems anymore.
What does 'all its dependencies' mean ?? does that include gstreamer 8 ?? (I suppose so) What else is included ?? How many packages need to be compiled ??

If this is what it gets to have it right, could you lead me to where all these source packages can be obtained ??

Thanks anyway. In any case, I will be searching for this my self starting just know. Only a little push in the right direction would be nice.

z-vet 03-24-2005 03:16 PM

http://amarok.kde.org/wiki/index.php/Requirements

ernesto_cgf 03-24-2005 11:53 PM

I downloaded everything needed (source packages): Gstreamer, TagLib, Amarok itself, all latest versions. I already compiled TagLib succesfully (although I haven't made a make install yet).

After TagLib I tried compiling Gstreamer, but ./configure gives me this error:

Code:

configure: error: popt 1.6.3 or newer is required to build gstreamer. You can
                download the latest version from
                ftp://ftp.rpm.org/pub/rpm/dist/

I typed 'urpmi popt' and I got the message 'Everything already installed'
I typed 'rpm -qa | grep popt' and I got

Code:

popt-1.8.2-7mdk
How is that I have popt 1.8.2 and gstreamer's ./configure asks for 1.6.3 or newer? Am I missing something?

ernesto_cgf 03-24-2005 11:58 PM

I think I know my mistake already. I should have installed popt-devel. I tried now ./configure just after installing it and it worked. I am now executing make

ernesto_cgf 03-25-2005 06:30 AM

I compiled and installed gstreamer with no problems. Then I tried compiling gst-plugins and I got the following error during make (./configure had no errors)

Code:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/local/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -I../../gst/tags -g -O2 -MT libgsttagedit_la-tags.lo -MD -MP -MF .deps/libgsttagedit_la-tags.Tpo -c tags.c  -fPIC -DPIC -o .libs/libgsttagedit_la-tags.o
tags.c:26:28: glib/gi18n-lib.h: No such file or directory
tags.c: In function `gst_tag_register_musicbrainz_tags':
tags.c:37: warning: implicit declaration of function `_'
tags.c:37: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:37: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
tags.c:39: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:39: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
tags.c:41: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:41: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
tags.c:44: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:44: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
tags.c:46: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:46: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
tags.c:49: warning: passing arg 4 of `gst_tag_register' makes pointer from integer without a cast
tags.c:49: warning: passing arg 5 of `gst_tag_register' makes pointer from integer without a cast
make[3]: *** [libgsttagedit_la-tags.lo] Error 1
make[3]: Leaving directory `/home/ernesto/Documents/Development/amarok/gst-plugins-0.8.8/gst/tags'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ernesto/Documents/Development/amarok/gst-plugins-0.8.8/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ernesto/Documents/Development/amarok/gst-plugins-0.8.8'
make: *** [all] Error 2

Does anybody knows what it means ?

ernesto_cgf 03-30-2005 12:17 AM

I quit trying to compile gst-plugins, and therefore, amarok. I am turning back to juk and xmms, which are also great pieces of software.

Anyway, if someone still has some idea, please let me know.
Thanks


All times are GMT -5. The time now is 09:02 PM.