Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126991 - syncekonnector fails to compile (missing library)
Summary: syncekonnector fails to compile (missing library)
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 11:47 UTC by Dustin
Modified: 2006-05-06 22:42 UTC (History)
1 user (show)

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


Attachments
The config log (config.log,121.57 KB, text/plain)
2006-03-20 12:29 UTC, Dustin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin 2006-03-20 11:47:39 UTC
The error is the following.
configure: error: Can't find libksync.so

Have tried for 2 weeks even after syncing portage.

I will provide any more info on request.

emerge --info
Portage 2.1_pre6-r5 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.4-r0, 2.6.15-gentoo-r7Phoenix i686)
=================================================================
System uname: 2.6.15-gentoo-r7Phoenix i686 Pentium III (Coppermine)
Gentoo Base System version 1.12.0_pre16
ccache version 2.4 [disabled]
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops -mmmx -msse "
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer -funroll-loops -mmmx -msse "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X aac acl alsa arts artswrappersuid asf avantgo berkdb bitmap-fonts browserplugin bzip2 cddb crypt cups divx dlloader dts dvd dxr3 encode ffmpeg flac gif idea imagemagick java jpeg jpeg2k kde libclamav mad mmx mng modplug mozilla mp3 mpeg ncurses network nptl nptlonly nsplugin nvidia ogg opengl oss pam pda php png qt quicktime rdesktop readline real samba sdl speex spell sqlite sse ssl svga tcpd theora truetype truetype-fonts type1-fonts unicode usb utf8 vcd vidix visualization vorbis win32codecs wmf xine xinerama xml xml2 xv xvid zeroconf zlib elibc_glibc kernel_linux userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Chris White (RETIRED) gentoo-dev 2006-03-20 12:25:24 UTC
I need more of a compiler error than that, show me the full output please.
Comment 2 Dustin 2006-03-20 12:29:00 UTC
Created attachment 82705 [details]
The config log
Comment 3 Chris White (RETIRED) gentoo-dev 2006-03-26 19:43:08 UTC
What version of KDE is this btw?
Comment 4 Chris White (RETIRED) gentoo-dev 2006-03-26 19:53:00 UTC
More specifically, what's the output of:

ls -la $(kde-config --prefix)/lib/libksync*

and if nothing there

kde-config --prefix
Comment 5 Dustin 2006-03-26 20:07:28 UTC
(In reply to comment #3)
> What version of KDE is this btw?
> 

3.5.1
Comment 6 Dustin 2006-03-26 20:09:59 UTC
(In reply to comment #4)
> More specifically, what's the output of:
> 
> ls -la $(kde-config --prefix)/lib/libksync*
> 
> and if nothing there
> 
> kde-config --prefix
> 

Apparenly in gentoo kde 3.5 is in a different directory. 

phoenix # ls -la $(/usr/kde/3.5/bin/kde-config --prefix)/lib/libksync*
-rwxr-xr-x 1 root root   1925 Mar 18 13:50 /usr/kde/3.5/lib/libksync2.la
lrwxrwxrwx 1 root root     18 Mar 18 13:50 /usr/kde/3.5/lib/libksync2.so -> libksync2.so.0.0.0
lrwxrwxrwx 1 root root     18 Mar 18 13:50 /usr/kde/3.5/lib/libksync2.so.0 -> libksync2.so.0.0.0
-rwxr-xr-x 1 root root 205888 Mar 18 13:50 /usr/kde/3.5/lib/libksync2.so.0.0.0

Comment 7 Chris White (RETIRED) gentoo-dev 2006-03-26 21:21:56 UTC
what's the output of:

emerge -pv kde-base/ksync kde-base/kitchensync ?
Comment 8 Chris White (RETIRED) gentoo-dev 2006-05-06 22:42:27 UTC
Verify the previous comment please.