Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110240 - klapjack - low quality ebuild and other issues
Summary: klapjack - low quality ebuild and other issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 09:32 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-12-28 03:59 UTC (History)
0 users

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


Attachments
klapjack-0.4.2.ebuild (klapjack-0.4.2.ebuild,488 bytes, text/plain)
2005-10-23 09:35 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2005-10-23 09:32:13 UTC
- metadata.xml is missing

- the compilation fails with

if test "$ret" = 0; then echo '#include "ljpostui.moc"' >> ljpostui.cpp; else rm
-f ljpostui.cpp ; exit $ret ; fi
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.4/include
-I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/xmms
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/in
clude -I/usr/include  -c -o loginui.o `test -f loginui.cpp || echo './'`loginui.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.4/include
-I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/xmms
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/in
clude -I/usr/include  -c -o ljpostui.o `test -f ljpostui.cpp || echo
'./'`ljpostui.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/includ
e/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include   -L/usr/lib -lglib -L/usr/lib -lgtk -lgd
k -rdynamic -lgmodule -lglib -lXi -lXext -lX11 -lm -lxmms -L/usr/lib -lxmlrpc
-lxmlrpc_xmlparse -lxmlrpc_xmltok  -o klapjack -L/usr/li
b -L/usr/qt/3/lib -L/usr/kde/3.4/lib  -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R
/usr/lib about.o custom.o ljpost.o login.o ljaccount.o l
jdata.o groupmask.o gobetween.o klapjack.o main.o aboutui.o customui.o
ljpostui.o loginui.o gobetween.moc.o ljpost.moc.o klapjack.moc.
o ljaccount.moc.o  -lxmlrpc_cpp -lxmlrpc -lkdeui -lkdecore -lqt-mt  -lpng -lz
-lm -lXext -lX11  -lSM -lICE -lpthread
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lxmlrpc_xmltok
collect2: ld returned 1 exit status
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-23 09:35:50 UTC
Created attachment 71293 [details]
klapjack-0.4.2.ebuild

- inheriting kde-base.eclass is deprecated for a year or so now, always inherit
kde.eclass
- I'm not sure about the kdebase dependency, but if it is necessary it needs to
be || kdebase split-kdebase
Comment 2 José Alberto Suárez López (RETIRED) gentoo-dev 2005-12-28 03:59:47 UTC
updated to the latest stable release 0.5.1a
thanks :)