Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108056 - baghira 0.7 compile error on baghira-0.7/work/baghira-release/sidebar
Summary: baghira 0.7 compile error on baghira-0.7/work/baghira-release/sidebar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 108057 108059 108062 108063 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-04 04:55 UTC by Tomasz Klukinski
Modified: 2005-10-04 06:28 UTC (History)
0 users

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 Tomasz Klukinski 2005-10-04 04:55:17 UTC
/bin/sh ../libtool --silent --mode=compile --tag=CXX 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  -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Os -s -pipe -march=athlon-xp
-fomit-frame-pointer -mfpmath=sse -msse -m3dnow -mmmx -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
-fno-common  -c -o listboxlink.lo listboxlink.cpp
In file included from baghirasidebar.cpp:9:
baghirasidebar.h:9:31: konqsidebarplugin.h: No such file or directory
In file included from baghirasidebar.cpp:9:
baghirasidebar.h:17: error: expected class-name before '{' token
baghirasidebar.h:46: error: `KParts' has not been declared
baghirasidebar.h:46: error: expected `,' or `...' before '&' token
baghirasidebar.h:46: error: ISO C++ forbids declaration of `URLArgs' with no type
In file included from baghirasidebar.cpp:10:
baghirasidebar.moc: In static member function `static QMetaObject*
baghiraSidebar::staticMetaObject()':
baghirasidebar.moc:54: error: `KonqSidebarPlugin' has not been declared
baghirasidebar.moc: In member function `virtual void*
baghiraSidebar::qt_cast(const char*)':
baghirasidebar.moc:87: error: `KonqSidebarPlugin' has not been declared
In file included from baghirasidebar.cpp:10:
baghirasidebar.moc: At global scope:
baghirasidebar.moc:94: error: `KParts' has not been declared
baghirasidebar.moc:94: error: expected `,' or `...' before '&' token
baghirasidebar.moc:95: error: ISO C++ forbids declaration of `URLArgs' with no type
baghirasidebar.moc: In member function `void
baghiraSidebar::openURLRequest(const KURL&, int)':
baghirasidebar.moc:96: error: `signalsBlocked' undeclared (first use this function)
baghirasidebar.moc:96: error: (Each undeclared identifier is reported only once
for each function it appears in.)
baghirasidebar.moc:98: error: `receivers' undeclared (first use this function)
baghirasidebar.moc:103: error: `t1' undeclared (first use this function)
baghirasidebar.moc:104: error: `activate_signal' undeclared (first use this
function)
baghirasidebar.moc: In member function `virtual bool
baghiraSidebar::qt_invoke(int, QUObject*)':
baghirasidebar.moc:112: error: `KonqSidebarPlugin' has not been declared
baghirasidebar.moc: In member function `virtual bool
baghiraSidebar::qt_emit(int, QUObject*)':
baghirasidebar.moc:120: error: `KParts' has not been declared
baghirasidebar.moc:120: error: ISO C++ forbids declaration of `type name' with
no type
baghirasidebar.moc:120: error: ISO C++ forbids declaration of `type name' with
no type
baghirasidebar.moc:120: error: expected primary-expression before "const"
baghirasidebar.moc:120: error: expected `)' before "const"
baghirasidebar.moc:122: error: `KonqSidebarPlugin' has not been declared
baghirasidebar.moc: In member function `virtual bool
baghiraSidebar::qt_property(int, int, QVariant*)':
baghirasidebar.moc:130: error: `KonqSidebarPlugin' has not been declared
baghirasidebar.cpp: In constructor `baghiraSidebar::baghiraSidebar(KInstance*,
QObject*, QWidget*, QString&, const char*)':
baghirasidebar.cpp:13: error: class `baghiraSidebar' does not have any field
named `KonqSidebarPlugin'
baghirasidebar.cpp:17: error: `connect' undeclared (first use this function)
baghirasidebar.cpp: In member function `void
baghiraSidebar::callURL(QListBoxItem*)':
baghirasidebar.cpp:27: error: invalid use of undefined type `struct KURL'
listboxlink.h:15: error: forward declaration of `struct KURL'
baghirasidebar.cpp:27: error: `KParts' has not been declared
baghirasidebar.cpp:27: error: `URLArgs' undeclared (first use this function)
baghirasidebar.cpp: In member function `virtual void
baghiraSidebar::handleURL(const KURL&)':
baghirasidebar.cpp:34: error: invalid use of undefined type `struct KURL'
listboxlink.h:15: error: forward declaration of `struct KURL'
baghirasidebar.cpp:34: error: invalid use of undefined type `const struct KURL'
listboxlink.h:15: error: forward declaration of `const struct KURL'
baghirasidebar.cpp:41: error: invalid use of undefined type `struct KURL'
listboxlink.h:15: error: forward declaration of `struct KURL'
baghirasidebar.cpp:41: error: invalid use of undefined type `const struct KURL'
listboxlink.h:15: error: forward declaration of `const struct KURL'
baghirasidebar.moc: At global scope:
baghirasidebar.moc:95: warning: unused parameter 'URLArgs'
make[2]: *** [baghirasidebar.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/baghira-0.7/work/baghira-release/sidebar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/baghira-0.7/work/baghira-release'
make: *** [all] Error 2

!!! ERROR: x11-themes/baghira-0.7 failed.
!!! Function kde_src_compile, Line 165, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.53_rc3 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.13-gentoo-r2 i686)
=================================================================
System uname: 2.6.13-gentoo-r2 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.12.0_pre8
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -s -pipe -march=athlon-xp -fomit-frame-pointer -mfpmath=sse -msse
-m3dnow -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -s -pipe -march=athlon-xp -fomit-frame-pointer -mfpmath=sse -msse
-m3dnow -mmmx"
DISTDIR="/usr/share/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="pl_PL"
LC_ALL="pl_PL"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apm avi bash-completion berkdb bitmap-fonts bluetooth
browserplugin cdr cjk crypt cups curl dbus directfb dlloader dvd dvdread eds
emboss encode esd extras fam fbcon firefox foomaticdb fortran gdbm gif gimpprint
gnome gpm gsm gstreamer gtk gtk2 gtkhtml gvim hal imagemagick imlib ipv6 jabber
java javascript jpeg junit kde libg++ libwww mad mikmod mmx mmx2 mono motif
mozilla mp3 mpeg ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl oss
other_var1 other_var2 pam pdflib perl png ppds python qt quicktime readline real
ruby sdl speedup spell ssl stroke svg tcpd threads tiff truetype truetype-fonts
type1-fonts unicode usb userlocales vorbis win32codecs xml2 xmms xv zlib
linguas_pl userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 04:59:18 UTC
*** Bug 108057 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 05:19:24 UTC
*** Bug 108059 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 05:35:59 UTC
*** Bug 108062 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 05:36:30 UTC
*** Bug 108063 has been marked as a duplicate of this bug. ***
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-04 05:42:22 UTC
It was missing konqueror dependency when using split ebuilds. 
Now is fixed on CVS. 
 
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-04 06:28:26 UTC
...closing.