Hello, On Tuesday 31 July 2007 09:30, BuildBot Collator wrote: > ... > tnaur PPC OSX head: fail (failed stage2) > ...
The latest 4 builds (102, 101, 100, 99) have failed building stage 2 with (http://darcs.haskell.org/buildbot/head/tnaur%20PPC%20OSX%20head/builds/102/step-stage2/0): > > make stage2 > in dir /Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build > watching logfiles {} > argv: ['make', 'stage2'] > environment: {'YHC_BASE_PATH': '/Users/thorkilnaur/tn/buildbot/Yhc/macosxppc3/macosxppc3/build/inst', 'TERM': 'xterm-color', 'SHELL': '/bin/bash', 'SHLVL': '1', 'OLDPWD': '/Users/thorkilnaur', 'SECURITYSESSIONID': '585ea0', 'TERM_PROGRAM_VERSION': '133', 'HUGSDIR': '/Users/thorkilnaur/tn/HugsCvsRepository/hugs98/hugsdir', '__CF_USER_TEXT_ENCODING': '0x1F5:0:0', 'PWD': '/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx', 'LOGNAME': 'thorkilnaur', 'USER': 'thorkilnaur', 'PATH': '/Users/thorkilnaur/tn/install/catch-0.1/bin:/Users/thorkilnaur/tn/DrIFTDarcsRepository/DrIFT/bin/bin:/Users/thorkilnaur/tn/install/ghc-6.6-for-buildbot-20070221_1000/bin:/Users/thorkilnaur/tn/HugsCvsRepository/hugs98/src:/Users/thorkilnaur/tn/bin:/Users/thorkilnaur/tn/buildbot/Yhc/macosxppc3/macosxppc3/build/inst/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin', 'HOME': '/Users/thorkilnaur', '_': '/opt/local/bin/buildbot', 'TERM_PROGRAM': 'Apple_Terminal'} > make -C compiler boot stage=2 > ../utils/mkdirhier/mkdirhier stage2 > mkdir stage2 > for i in utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn vectorise specialise simplCore stranal stgSyn simplStg codeGen main profiling parser cprAnalysis ndpFlatten iface cmm nativeGen ghci; do \ > ../utils/mkdirhier/mkdirhier stage2/$i; \ > done > mkdir stage2/utils > mkdir stage2/basicTypes > mkdir stage2/types > mkdir stage2/hsSyn > mkdir stage2/prelude > mkdir stage2/rename > mkdir stage2/typecheck > mkdir stage2/deSugar > mkdir stage2/coreSyn > mkdir stage2/vectorise > mkdir stage2/specialise > mkdir stage2/simplCore > mkdir stage2/stranal > mkdir stage2/stgSyn > mkdir stage2/simplStg > mkdir stage2/codeGen > mkdir stage2/main > mkdir stage2/profiling > mkdir stage2/parser > mkdir stage2/cprAnalysis > mkdir stage2/ndpFlatten > mkdir stage2/iface > mkdir stage2/cmm > mkdir stage2/nativeGen > mkdir stage2/ghci > Creating stage2/ghc_boot_platform.h... > Done. > gcc -E -undef -traditional -P \ > -DIMPORT_DIR='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc"' \ > -DLIB_DIR='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc"' \ > -DINCLUDE_DIR='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc/include"' \ > -DDATA_DIR='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc"' \ > -DHTML_DIR='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc/html"' \ > -DHADDOCK_IFACE='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build/libraries/ghc/html/ghc.haddock"' \ > -DFPTOOLS_TOP_ABS='"/Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build"' \ > -x c -DPKG_DEPENDS='hpc template-haskell unix Cabal base haskell98' -DSTAGE='"2"' -I../includes -Iinclude -DPACKAGE=ghc -DVERSION=6.7.20070730 -DPKG_LIBDIR='"/usr/local/lib/ghc-6.7.20070730"' -DPKG_DATADIR='"/usr/local/share/ghc-6.7.20070730"' package.conf.in | \ > grep -v '^#pragma GCC' | \ > sed -e 's/""//g' -e 's/:[ ]*,/: /g' >package.conf.inplace > ../utils/ghc-pkg/ghc-pkg-inplace update - --force-files <package.conf.inplace > ghc-pkg-inplace: waitForProcess: interrupted (Interrupted system call) > > make[1]: *** [../driver/stamp-pkg-conf-ghc] Error 1 > make: *** [stage2] Error 2 > program finished with exit code 2 I have tried running ../utils/ghc-pkg/ghc-pkg-inplace from compiler by hand: > $ ../utils/ghc-pkg/ghc-pkg-inplace list > ghc-pkg-inplace: waitForProcess: interrupted (Interrupted system call) > $ ../utils/ghc-pkg/ghc-pkg-inplace xxx > ghc-pkg: command-line syntax error > Usage: > ... > ghc-pkg field {pkg-id} {field} > Extract the specified field of the package description for the > specified package. > > The following optional flags are also accepted: > > --user use the cghc-pkg-inplace: waitForProcess: interrupted (Interrupted system call) > > $ ../utils/ghc-pkg/ghc-pkg-inplace --version > GHC package manager version 6.7.20070730 > $ ../utils/ghc-pkg/ghc-pkg-inplace -? > Usage: > ... > --simple-output print output in easy-to-parse format for some commands > $ It seems to behave strangely whenever I ask it to do something "real", besides printing version or help messages. Here is some extract from the configure output for builds that may be useful. And note: Build 98 did not fail in stage 2. > 102: > --with-ghc=/usr/local/bin/ghc-6.4.1 > checking version of ghc... 6.4.1 > checking for ghc-pkg matching /usr/local/bin/ghc-6.4.1... /usr/local/bin/ghc-pkg-6.4.1 > 101: > argv: ['./configure', '--with-ghc=/usr/local/bin/ghc-6.4.1'] > checking version of ghc... 6.4.1 > checking for ghc-pkg matching /usr/local/bin/ghc-6.4.1... /usr/local/bin/ghc-pkg-6.4.1 > 100: > argv: ['./configure', '--with-ghc=/usr/local/bin/ghc-6.4.1'] > checking version of ghc... 6.4.1 > checking for ghc-pkg matching /usr/local/bin/ghc-6.4.1... /usr/local/bin/ghc-pkg-6.4.1 > 99: > argv: ['./configure', '--with-ghc=/usr/local/bin/ghc-6.4.1'] > checking for path to top of build tree... /Users/thorkilnaur/tn/buildbot/ghc/tnaur-ppc-osx/tnaur-ppc-osx-head/build > checking version of ghc... 6.4.1 > checking for ghc-pkg matching /usr/local/bin/ghc-6.4.1... /usr/local/bin/ghc-pkg-6.4.1 > 98: > argv: ['./configure'] > checking version of ghc... 6.4.1 > checking for ghc-pkg matching /usr/local/bin/ghc... /usr/local/bin/ghc-pkg > I have not tried particularly hard to figure out what this problem is. Please indicate if I can do further to investigate. Thanks and best regards Thorkil _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
