Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230872 - kde-base/kitchensync-3.5.9 can't compile
Summary: kde-base/kitchensync-3.5.9 can't compile
Status: RESOLVED DUPLICATE of bug 202974
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-05 16:28 UTC by Christophe PEREZ
Modified: 2008-07-05 16:41 UTC (History)
1 user (show)

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 Christophe PEREZ 2008-07-05 16:28:35 UTC
I'm trying to update kitchensync 3.5.7=>3.5.9, but impossible to compile :

>>> Install kitchensync-3.5.9 into /sauve_loc/tmp/portage/kde-base/kitchensync-3.5.9/image/ category kde-base
Making install in libqopensync
make[1]: Entering directory `/sauve_loc/tmp/portage/kde-base/kitchensync-3.5.9/work/kitchensync-3.5.9/kitchensync/libqopensync'
/usr/qt/3/bin/moc ./callbackhandler.h -o callbackhandler.moc
/bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kitchensync/src -I../../kitchensync -I../.. -I/usr/include/opensync-1.0    -I../../libkdepim -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=nocona -O2 -pipe -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  -c -o conversion.lo conversion.cpp
/bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kitchensync/src -I../../kitchensync -I../.. -I/usr/include/opensync-1.0    -I../../libkdepim -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=nocona -O2 -pipe -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  -c -o engine.lo engine.cpp
/bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kitchensync/src -I../../kitchensync -I../.. -I/usr/include/opensync-1.0    -I../../libkdepim -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_LARGE_FILES=1  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=nocona -O2 -pipe -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  -c -o environment.lo environment.cpp
engine.cpp:23:29: error: osengine/engine.h: No such file or directory
environment.cpp: In constructor 'QSync::Environment::Environment()':
environment.cpp:30: error: 'osync_env_new' was not declared in this scope
environment.cpp: In destructor 'QSync::Environment::~Environment()':
environment.cpp:35: error: 'osync_env_free' was not declared in this scope
environment.cpp: In member function 'QSync::Result QSync::Environment::initialize()':
environment.cpp:73: error: 'osync_env_initialize' was not declared in this scope
environment.cpp: In member function 'QSync::Result QSync::Environment::finalize()':
environment.cpp:82: error: 'osync_env_finalize' was not declared in this scope
environment.cpp: In member function 'int QSync::Environment::groupCount() const':
environment.cpp:90: error: 'osync_env_num_groups' was not declared in this scope
environment.cpp: In member function 'QSync::Group QSync::Environment::groupAt(int) const':
environment.cpp:100: error: 'osync_env_nth_group' was not declared in this scope
environment.cpp: In member function 'QSync::Group QSync::Environment::groupByName(const QString&) const':
environment.cpp:110: error: 'osync_env_find_group' was not declared in this scope
environment.cpp: In member function 'QSync::Group QSync::Environment::addGroup()':
environment.cpp:121: error: 'osync_group_new' was not declared in this scope
environment.cpp: In member function 'QSync::Result QSync::Environment::removeGroup(const QSync::Group&)':
environment.cpp:131: error: 'osync_group_delete' was not declared in this scope
environment.cpp: In member function 'int QSync::Environment::pluginCount() const':
environment.cpp:139: error: 'osync_env_num_plugins' was not declared in this scope
environment.cpp: In member function 'QSync::Plugin QSync::Environment::pluginAt(int) const':
environment.cpp:149: error: 'osync_env_nth_plugin' was not declared in this scope
environment.cpp: In member function 'QSync::Plugin QSync::Environment::pluginByName(const QString&) const':
environment.cpp:159: error: 'osync_env_find_plugin' was not declared in this scope
make[1]: *** [environment.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
conversion.cpp: In member function 'QStringList QSync::Conversion::objectTypes() const':
conversion.cpp:46: error: 'osync_conv_env_new' was not declared in this scope
conversion.cpp:50: error: 'osync_conv_num_objtypes' was not declared in this scope
conversion.cpp:51: error: 'OSyncObjType' was not declared in this scope
conversion.cpp:51: error: 'type' was not declared in this scope
conversion.cpp:51: error: 'osync_conv_nth_objtype' was not declared in this scope
conversion.cpp:52: error: 'osync_objtype_get_name' was not declared in this scope
conversion.cpp:55: error: 'osync_conv_env_free' was not declared in this scope
make[1]: *** [conversion.lo] Error 1
engine.cpp: In constructor 'QSync::Engine::Engine(const QSync::Group&)':
engine.cpp:32: error: 'osengine_new' was not declared in this scope
engine.cpp: In destructor 'QSync::Engine::~Engine()':
engine.cpp:37: error: 'osengine_free' was not declared in this scope
engine.cpp: In member function 'QSync::Result QSync::Engine::initialize()':
engine.cpp:44: error: 'osengine_init' was not declared in this scope
engine.cpp: In member function 'void QSync::Engine::finalize()':
engine.cpp:52: error: 'osengine_finalize' was not declared in this scope
engine.cpp: In member function 'QSync::Result QSync::Engine::synchronize()':
engine.cpp:58: error: 'osengine_synchronize' was not declared in this scope
engine.cpp: In member function 'void QSync::Engine::abort()':
engine.cpp:66: error: 'osengine_abort' was not declared in this scope
make[1]: *** [engine.lo] Error 1
make[1]: Leaving directory `/sauve_loc/tmp/portage/kde-base/kitchensync-3.5.9/work/kitchensync-3.5.9/kitchensync/libqopensync'
make: *** [install-recursive] Error 1


I tried to recompile some others softs like libopensync, but nothing better.

Portage 2.1.4.4 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.23-gentoo-r3 x86_64 Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz
Timestamp of tree: Fri, 04 Jul 2008 11:15:02 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r13
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/fax /usr/share/X11/xkb /usr/share/config /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/download/Linux/gentoo/portage"
FEATURES="buildsyspkg ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirror.uni-c.dk/gen too/ http://mirrors.tds.net/gentoo http://gentoo.osuosl.org/"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
LINGUAS="fr fr_FR"
MAKEOPTS="-j3"
PKGDIR="/sauve_loc/portage/pkgdir"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/sauve_loc/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://novazur.fr/gentoo-portage"
USE="X a52 aac acl acpi aim alsa amd64 audiofile bash-completion berkdb bluetooth cairo caps cdr cli cracklib crypt cups dbus dri dts dvd dvdr dvdread eds emboss encode evo exif fam fbcon ffmpeg firefox flac gdbm gif gnome gphoto2 gstreamer gtk gtk2 gtkhtml hal iconv imagemagick imlib iodbc ipv6 isdnlog jabber java joystick jpeg kde kerberos ldap lm_sensors mad matroska midi mikmod mmx mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin odbc ogg oggvorbis openal opengl openmp oss pam pcre pdf perl png portaudio pppd python qt3 qt3support qt4 quicktime readline reflection scanner sdl session sndfile sox speex spell spl sse sse2 ssl svg tcltk tcpd theora tiff truetype unicode usb v4l vorbis x264 xcomposite xinerama xml xorg xpm xv xvid zlib" ALSA_CARDS="hda-intel emu10k1 sco" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr fr_FR" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-07-05 16:36:53 UTC
It seems you have unmasked libopensync >=0.35. You'll need to unmask >= kitcensync-3.5.9-r1 to get it to compile.

*** This bug has been marked as a duplicate of bug 202974 ***
Comment 2 Christophe PEREZ 2008-07-05 16:41:35 UTC
(In reply to comment #1)
> It seems you have unmasked libopensync >=0.35. You'll need to unmask >=
> kitcensync-3.5.9-r1 to get it to compile.

You're right. Tanks.