Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178662 - libopensync-plugin-kdepim does not like parallel make.
Summary: libopensync-plugin-kdepim does not like parallel make.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-15 17:48 UTC by Peter Volkov (RETIRED)
Modified: 2007-10-06 11:02 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 Peter Volkov (RETIRED) gentoo-dev 2007-05-15 17:48:35 UTC
Hello.

Attempts to compile libopensync-plugin-kdepim-0.22 failed with the following error:

if /bin/sh ../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0   -I/usr/include/libxml2   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/kde/3.5/include -I/usr/qt/3/include -I.. -I../src  -DQT_THREAD_SUPPORT  -D_REENTRANT -Wall -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -O2 -mtune=pentium-m -fomit-frame-pointer -mcpu=pentium-m -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -MT knotes.lo -MD -MP -MF ".deps/knotes.Tpo" -c -o knotes.lo knotes.cpp; \
        then mv -f ".deps/knotes.Tpo" ".deps/knotes.Plo"; else rm -f ".deps/knotes.Tpo"; exit 1; fi
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/kde/3.5/include -I/usr/qt/3/include -I.. -I../src -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -O2 -mtune=pentium-m -fomit-frame-pointer -mcpu=pentium-m -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -MT knotes.lo -MD -MP -MF .deps/knotes.Tpo -c knotes.cpp  -fPIC -DPIC -o .libs/knotes.o
In file included from knotes.cpp:33:
knotes.h:35:30: error: KNotesIface_stub.h: No such file or dirrectory
knotes.h:64: error: ISO C++ запрещает декларации ‘KNotesIface_stub’ без типа
knotes.h:64: error: expected ‘;’ before ‘*’ token

I've tried many times before attempt to compile with MAKEOPTS="-j1" which succeeds. Please, add -j1 to emake. TIA.
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2007-10-06 11:02:18 UTC
I've let it compile countless times in three different chroots and on two real systems - not one failure due to parallel make. Sorry, but works for me.