Bug 242035 - build fails - missing boost
Summary: build fails - missing boost
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: 4.4 pre
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 00:11 UTC by tropikhajma
Modified: 2010-06-18 06:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch (536 bytes, patch)
2010-06-18 00:11 UTC, tropikhajma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tropikhajma 2010-06-18 00:11:25 UTC
Created attachment 48093 [details]
patch

Version:           4.4 pre (using Devel) 
OS:                Solaris

building kdepim 4.4.85 fails with the below error.
The attached patch fixes the issue

...
pkgbuild: [ 55%] Building CXX object knode/CMakeFiles/knodecommon.dir/knconfigmanager.o
pkgbuild: cd /export/home/test/packages/BUILD/kdepim-4.4.4/build-kdepim-4.4.4/knode && /opt/sunstudio12.1/bin/CC  -library=no%Cstd -library=Crun -xannotate=no  -DMAKE_KNODECOMMON_LIB -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKMAIL_SUPPORTED -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS -DKDE_DEFAULT_DEBUG_AREA=5003 -D__EXTENSIONS__ -DSOLARIS -D_REENTRANT -DNDEBUG -D__EXTENSIONS__ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS -DSOLARIS10 -DNO_DEBUG -D_UNICODE -DUNICODE -D_RWSTD_REENTRANT  -D_XOPEN_SOURCE=500 -D_XPG5  -I/usr/include/stdcxx4/ansi -I/usr/include/stdcxx4 -I/opt/kde4/include -I/usr/include/stdcxx4/ansi -I/usr/include/stdcxx4 -library=no%Cstd -library=Crun -features=anachronisms,except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -s -xdebugformat=dwarf -xlang=c99 -xustr=ascii_utf16_ushort -Qoption ccfe -features=gcc -Qoption ccfe -features=zla -Qoption ccfe ++boolflag:sunwcch=false -mt -xF=%none -xbuiltin=%all -xinline=%auto -xprefetch=auto -xprefetch_auto_type=indirect_array_access -xprefetch_level=3 -KPIC -DPIC -xipo=0 -xO3 -xregs=no%frameptr -xjobs=2 -xrestrict=%all -xthreadvar=%all -z combreloc -z redlocsym -z nodefaultlib -z ignore -z now -z rescan -z absexec -xldscope=symbolic -xlibmil -s -xtarget=pentium4 -m32 -xarch=sse2 -xchip=pentium4 -xcache=8/64/4:256/128/8 -lc -lm -ldl -lpthread -lposix4 -lrt -mt -L/opt/kde4/lib -R/opt/kde4/lib -L/usr/lib -R/usr/lib -Y P,/opt/kde4/lib -i -L/opt/kde4/lib -R/opt/kde4/lib -L/usr/lib -R/usr/lib -Bdynamic -lstdcxx4 -lCrun -lc -lm -xannotate=no   -DQT_NO_DEBUG -KPIC -I/export/home/test/packages/BUILD/kdepim-4.4.4/build-kdepim-4.4.4/knode -I/export/home/test/packages/BUILD/kdepim-4.4.4/knode -I/export/home/test/packages/BUILD/kdepim-4.4.4 -I/export/home/test/packages/BUILD/kdepim-4.4.4/build-kdepim-4.4.4 -I/export/home/test/packages/BUILD/kdepim-4.4.4/libkdepim -I/export/home/test/packages/BUILD/kdepim-4.4.4/build-kdepim-4.4.4/libkdepim -I/opt/kde4/include -I/opt/kde4/include/KDE -I/opt/kde4/include/QtXmlPatterns -I/opt/kde4/include/QtXml -I/opt/kde4/include/QtWebKit -I/opt/kde4/include/QtUiTools -I/opt/kde4/include/QtTest -I/opt/kde4/include/QtSvg -I/opt/kde4/include/QtSql -I/opt/kde4/include/QtScriptTools -I/opt/kde4/include/QtScript -I/opt/kde4/include/QtOpenGL -I/opt/kde4/include/QtNetwork -I/opt/kde4/include/QtMultimedia -I/opt/kde4/include/QtHelp -I/opt/kde4/include/QtDesigner -I/opt/kde4/include/QtDBus -I/opt/kde4/include/QtAssistant -I/opt/kde4/include/Qt3Support -I/opt/kde4/include/QtGui -I/opt/kde4/include/QtCore -I/opt/kde4/include/Qt -I/opt/kde4/share/mkspecs/default -I/usr/X11/include    -D_LARGEFILE64_SOURCE -o CMakeFiles/knodecommon.dir/knconfigmanager.o -c /export/home/test/packages/BUILD/kdepim-4.4.4/knode/knconfigmanager.cpp
pkgbuild: "/opt/kde4/include/kmime/kmime_content.h", line 60: Error: Could not open include file<boost/shared_ptr.hpp>.

Reproducible: Always
Comment 1 tropikhajma 2010-06-18 00:13:26 UTC
ooops, of course I meant 4.4.4
Comment 2 Allen Winter 2010-06-18 06:57:03 UTC
SVN commit 1139288 by winterz:

add boost header location to the includes.
BUG: 242035
MERGE: none (already in trunk)


 M  +1 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1139288