Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125951 - media-sound/mp3kult-0.7-r3 stable marking
Summary: media-sound/mp3kult-0.7-r3 stable marking
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Developers for the x86 Architecture
URL:
Whiteboard:
Keywords:
Depends on: 131100 131111
Blocks:
  Show dependency tree
 
Reported: 2006-03-12 09:37 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-05-13 14:48 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-12 09:37:10 UTC
Please test and consider marking stable last revision of mp3kult, the current stable revision of the ebuild is an hackish ebuild that does not follow the usual structure of kde based apps, and imho works by miracle...

Thanks,
Diego
Comment 1 Chris White (RETIRED) gentoo-dev 2006-03-16 20:30:49 UTC
Fails to compile here:

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include  -DQT_THREAD_SUPPORT -march=pentium4 -O2 -pipe -g3 -ggdb3 -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -g3 -ggdb3 -fno-exceptions -fno-check-new  -c -o mydb.o `test -f mydb.cpp || echo './'`mydb.cpp
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/backward/iostream.h:31,
                 from mydb.cpp:21:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
mydb.cpp: In member function `bool MyDb::dbConnect(const char*, const char*, const char*, const char*)':
mydb.cpp:59: error: `mysql_connect' undeclared (first use this function)
mydb.cpp:59: error: (Each undeclared identifier is reported only once for each function it appears in.)
mydb.cpp: In member function `bool MyDb::dbCreate(const char*, const char*, const char*, const char*, const char*, const char*)':
mydb.cpp:83: error: `mysql_connect' undeclared (first use this function)
make[3]: *** [mydb.o] Error 1
make[3]: Leaving directory `/HD2/portage_temp/portage/mp3kult-0.7-r3/work/mp3kult-0.7/mp3kult'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/HD2/portage_temp/portage/mp3kult-0.7-r3/work/mp3kult-0.7/mp3kult'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/HD2/portage_temp/portage/mp3kult-0.7-r3/work/mp3kult-0.7'
make: *** [all] Error 2

Looks like it's not using the MySQL headers directory.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-17 04:38:23 UTC
Interesting, it used to work.. (no I don't have mysql right now)..
Does the stable version build?
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-13 14:48:08 UTC
With Halcy0n permission, dropped -r1 and -r2 on mp3kult, I'll see to fix the rest of bugs next week if I can.