Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122449 - libkoproperty is missing from KMCOPYLIB in kugar-1.5_beta1.ebuild, can't be linked
Summary: libkoproperty is missing from KMCOPYLIB in kugar-1.5_beta1.ebuild, can't be l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 05:42 UTC by Walter Meinl
Modified: 2006-02-11 09:06 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 Walter Meinl 2006-02-11 05:42:48 UTC
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 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-11 09:06:21 UTC
done