This forum has been archived. All content is frozen. Please use KDE Discuss instead.

revision 439542 (20050728)

Tags: None
(comma "," separated)
hds
Registered Member
Posts
194
Karma
0

revision 439542 (20050728)

Thu Jul 28, 2005 7:26 pm
well, i did make clean, even deleted the amarok subdirectory, and did an \"svn up\" from scratch. also make-f Makefile.cvs done, of course.

this time i am stuck at this point:
[code:1]
In file included from amarokapp.all_cpp.cpp:35:
playlistloader.cpp:11:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:32:
playlistbrowser.cpp:6:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:37:
pluginmanager.cpp:16:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:35:
playlistloader.cpp:11:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:40:
scriptmanager.cpp:21:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:37:
pluginmanager.cpp:16:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:41:
scrobbler.cpp:5:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:40:
scriptmanager.cpp:21:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:44:
socketserver.cpp:11:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:41:
scrobbler.cpp:5:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:45:
streamprovider.cpp:18:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:44:
socketserver.cpp:11:1: warning: this is the location of the previous definition
In file included from amarokapp.all_cpp.cpp:48:
threadweaver.cpp:7:1: warning: \"DEBUG_PREFIX\" redefined
In file included from amarokapp.all_cpp.cpp:45:
streamprovider.cpp:18:1: warning: this is the location of the previous definition
collectiondb.cpp: At global scope:
collectiondb.cpp:1723: warning: unused parameter \'parent\'
collectiondb.cpp:1723: warning: unused parameter \'artist\'
collectiondb.cpp:1723: warning: unused parameter \'album\'
collectiondb.cpp:1723: warning: unused parameter \'noedit\'
make[2]: *** [amarokapp.all_cpp.o] Error 1
make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make: *** [all-recursive] Error 1
[/code:1]
:woohoo:

Post edited by: hds, at: 2005/07/28 15:27
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Fri Jul 29, 2005 9:47 pm
aha!
today it complains that i will have to install taglib 1.4 - just compiling, will let you know if it builds then..
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Fri Jul 29, 2005 10:03 pm
no joy - same error as yesterday :evil:
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Fri Jul 29, 2005 10:28 pm
hey, just going to nail this ****.. searching google for \"collectiondb.cpp\" i found the following:
http://dot.kde.org/1096390465/109645275 ... 096543782/

ok, i removed \"--disable-amazon\" from my configure line, and the errors about collectiondb.cpp have gone.

however, the debug_prefix stuff persists :evil:

if i remove \"--disable-debug\" this is gone as well, but now i am stuck at:
[code:1]
: multiple definition of `amaroK::«»PluginConfig::qt_static_property(QObject*, int, int, QVariant*)\'
../../../../amarok/src/plugin/.libs/libplugin.a(libplugin_la.all_cpp.o)(.text+0x2d0): first defined here
collect2: ld returned 1 exit status
make[3]: *** [libamarok_void-engine_plugin.la] Error 1
make[3]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine/void\'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make: *** [all-recursive] Error 1
[/code:1]
:woohoo:

so there definetely is smething wrong.. it used to compile alright everytime some weeks ago.
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Fri Jul 29, 2005 10:57 pm
K, story continues.
configured with:
--disable-gstreamer
seams to work :ohmy:

also i did an \"make distclean\" in the multimedia directory. hmm..
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Fri Jul 29, 2005 11:05 pm
yes, after i got it working as described above, i did my usual:

./configure --disable-amazon --enable-mysql --enable-final --disable-debug

and get:
[code:1]
: multiple definition of `amaroK::«»Plugin::pluginProperty(QString const&«»)\'
../../../../amarok/src/plugin/.libs/libplugin.a(plugin.o)(.text+0x3c0): first defined here
../../../../amarok/src/plugin/.libs/libplugin.a(libplugin_la.all_cpp.o)(.text+0x7f0): In function `amaroK::«»Plugin::addPluginProperty(QString const&, QString const&«»)\':
: multiple definition of `amaroK::«»Plugin::addPluginProperty(QString const&, QString const&«»)\'
../../../../amarok/src/plugin/.libs/libplugin.a(plugin.o)(.text+0x510): first defined here
collect2: ld returned 1 exit status
make[5]: *** [libamarok_void-engine_plugin.la] Error 1
make[5]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine/void\'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src/engine\'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/amarok/multimedia\'
make: *** [all] Error 2
[/code:1]
sorry mates, i fear somehing is really broken here. if you need more hints, let me know.
User avatar
eean
KDE Developer
Posts
1016
Karma
0
OS

Re:revision 439542 (20050728)

Sat Jul 30, 2005 2:28 am
Just delete the source directory and refetch and recompile and see what happens.


Amarok Developer
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Sat Jul 30, 2005 5:35 pm
eean wrote:
Just delete the source directory and refetch and recompile and see what happens.

thats what i did. i deleted "amarok" in the multimedia tree and did an "svn up" - so amarok was re-created from scratch.
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Sat Jul 30, 2005 7:29 pm
i give up. i now deleted everything, even the admin directory - same problem.
User avatar
markey
KDE Developer
Posts
2286
Karma
3
OS

Re:revision 439542 (20050728)

Mon Aug 01, 2005 8:22 pm
Do not use --enable-final.


--
Mark Kretschmann - Amarok Developer
hds
Registered Member
Posts
194
Karma
0

Re:revision 439542 (20050728)

Mon Aug 01, 2005 11:42 pm
it worked now (checked out this afternoon prior to your post, though..) i probably fetched a sombrero ;)

i compiled it succesfully on 2 machines! but:
had to compile twice (because i forgot the make clean?) infact mysql support was missing in the settings. anyway, it works fine now :laugh:

but .. but .. but.. what happened to the \"tabs\" now if you use \"funkey monkey style\"? the inactive tabs have white textcolor on greyed out backcolor. pretty hard to read the inactive tabs. :evil:

would be nice if you could change this back as is used to be.


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], daret, Evergrowing, Google [Bot], lockheed, sandyvee, Sogou [Bot]