Bug 122449 - libkoproperty is missing from KMCOPYLIB in kugar-1.5_beta1.ebuild, can't be linked
Bug#: 122449 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: wuno@lsvw.de
Component: KDE
URL: 
Summary: libkoproperty is missing from KMCOPYLIB in kugar-1.5_beta1.ebuild, can't be linked
Keywords:  
Status Whiteboard: 
Opened: 2006-02-11 05:42 0000
Description:   Opened: 2006-02-11 05:42 0000
kugar-1.5_beta1 fails to build due to missing libkoproperty in KMCOPYLIB= 

/bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ 
-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 -march=athlon-xp -m3dnow -O2 -pipe
-fomit-frame-pointer -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -fexceptions -DKPROPERTY_EXPORT=  -Wl,-O1 -Wl,--sort-common
-s -Wl,-Bdirect -Wl,--as-needed -o libkudesignercommon.la  -L/usr/kde/3.5/lib
-L/usr/qt/3/lib -L/usr/lib    -L/usr/kde/3.5/lib band.lo box.lo calcfield.lo
canvas.lo command.lo commdefs.lo detailbase.lo detail.lo detailfooter.lo
detailheader.lo field.lo kugartemplate.lo label.lo line.lo pagefooter.lo
pageheader.lo propertyserializer.lo reportfooter.lo reportheader.lo
reportitem.lo section.lo specialfield.lo structurewidget.lo view.lo plugin.lo
../../lib/koproperty/libkoproperty.la
libtool: link: cannot find the library `../../lib/koproperty/libkoproperty.la'
make[3]: *** [libkudesignercommon.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kugar-1.5_beta1/work/kugar-1.5_beta1/kugar/kudesigner_lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kugar-1.5_beta1/work/kugar-1.5_beta1/kugar'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kugar-1.5_beta1/work/kugar-1.5_beta1'
make: *** [all] Error 2

!!! ERROR: app-office/kugar-1.5_beta1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
  ebuild.sh, line 1609:   Called kde-meta_src_compile
  kde-meta.eclass, line 400:   Called kde_src_compile
  kde.eclass, line 104:   Called kde_src_compile 'compile'
  kde.eclass, line 221:   Called kde_src_compile 'all' 'myconf' 'configure'

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if
relevant.

Simply adding libkoproperty lib/koproperty to the list of libs cures the
problem and kugar compiles fine

------- Comment #1 From Carsten Lohrke 2006-02-11 09:06:21 0000 -------
done