On Wed, Nov 5, 2008 at 10:11 PM, Ben Taylor <bentaylor.solx86 at gmail.com>wrote:
> On Wed, Nov 5, 2008 at 3:59 PM, homerun <petri.j.kunnari at gmail.com> wrote: > > Hi > > > > Build on snv_101 , FOSSnas installed from previous success build. > > > > bash-3.2$ cc -V > > cc: Sun C 5.9 SunOS_i386 Patch 124868-07 2008/10/07 > > usage: cc [ options] files. Use 'cc -flags' for details > > bash-3.2$ CC -V > > CC: Sun C++ 5.9 SunOS_i386 Patch 124864-07 2008/08/22 > > > > Rerun summary after stopped > > > > Summary: > > > > package | status | details > > > ---------------------------------+-------------+------------------------------- > > KDEconsolidation | DEP_FAILED | Dependency check failed > > KDEbase-apps | DEP_FAILED | Dependency check failed > > KDEbase-workspace | DEP_FAILED | Dependency check failed > > KDElibs | DEP_FAILED | Dependency check failed > > FOSSstrigi | FAILED | pkgbuild build failed > > KDEbase-runtime | DEP_FAILED | Dependency check failed > > KDEdt-integration | DEP_FAILED | Dependency check failed > > KDEgraphics | DEP_FAILED | Dependency check failed > > FOSSpoppler | FAILED | pkgbuild build failed > > KDEpim | DEP_FAILED | Dependency check failed > > KDEpimlibs | DEP_FAILED | Dependency check failed > > KDEsdk | DEP_FAILED | Dependency check failed > > make: *** [all] Error 12 > > > > pkgbuild: CC: Optimization level must be >= 3 with > -xprefetch_auto_type=indirect_array_access > > pkgbuild: make[2]: *** > [src/streams/CMakeFiles/streams.dir/archivereader.o] Error 1 > > pkgbuild: make[2]: Leaving directory `/<path > edited>/packages/BUILD/FOSSstrigi-4.1/amd64/STRIGI/4.1' > > pkgbuild: make[1]: *** [src/streams/CMakeFiles/streams.dir/all] Error 2 > > pkgbuild: make[1]: Leaving directory `/<path > edited>/packages/BUILD/FOSSstrigi-4.1/amd64/STRIGI/4.1' > > pkgbuild: make: *** [all] Error 2 > > pkgbuild: Bad exit status from /var/tmp/<path edited>/pkgbuild-tmp-2.1463 > (%build) > > --- command output ends --- finished at Wed Nov 5 22:43:22 EET 2008 > > This means that you're also getting some optimizations from CBE (which > *havent* > been fixed yet). > > You need to fix: > > /opt/dtbld/share/cmake-2.6/Modules/Platform/SunOS.cmake > > to remove the "-XO2" from the else clause of the > ELSE(CMAKE_COMPILER_IS_GNUCC) > and > ELSE(CMAKE_COMPILER_IS_GNUCXX) > > in the > IF(CMAKE_SYSTEM MATCHES "SunOS-5.*") > stanza. (sorry, no diffs, since I patched it directly) > > Ben > _______________________________________________ > kde-discuss mailing list > kde-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/kde-discuss > CBE has inlcuded this fix -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20081106/ca10230b/attachment.html>
