validate fails on OS X

2012-04-09 Thread Manuel M T Chakravarty
Recent changes in the tracing infrastructure broke the OS X build. I fixed this by simply commenting out the offending code. It is likely broken now. Please also validate on OS X if you change obviously cross-cutting and OS-dependent functionality (in this case DTrace support). My commit is "da

validate fails

2012-04-04 Thread Simon Peyton-Jones
Paolo Did you validate? I'm seeing these failures Simon Unexpected failures: ffi/should_compile cc005 [exit code non-0] (normal) ffi/should_compile cc008 [exit code non-0] (normal) ffi/should_compile cc010 [exit code non-0] (normal) => cc005(normal) 1703 of 3260 [0, 0, 0] cd .

Re: validate fails

2012-02-22 Thread Ian Lynagh
On Fri, Feb 17, 2012 at 09:22:29PM +, Simon Peyton-Jones wrote: > > HADDOCK_DOCS = NO > > I get validate failing just after trying to build a distribution. Tail of > log below. > Linking Setup.exe ... > Configuring mtl-1.1.1.1... > Setup.exe: Cannot find the program 'haddock' at > 'c:

Re: validate fails wth bizarre errrr

2012-02-21 Thread Ian Lynagh
On Fri, Feb 17, 2012 at 04:02:33PM +, Simon Peyton-Jones wrote: > This keeps happening with "sh validate --fast". > > Configuring dph-base-0.5.2.0... > ghc-cabal: At least the following dependencies are missing: > base ==4.4.* > make[1]: *** [libraries/dph/dph-base/dist-install/package-data.mk

validate fails

2012-02-17 Thread Simon Peyton-Jones
Ian, On Windows (msys) with these extra settings WERROR = -Werror GhcStage1HcOpts += -O0 -DDEBUG GhcLibWays = v SplitObjs = NO HADDOCK_DOCS = NO BUILD_DOCBOOK_HTML = NO BUILD_DOCBOOK_PS = NO BUILD_DOCBOOK_PDF = NO I get validate failing just after trying to bui

Re: Validate fails: core lint error: Kinds don't match in type application

2012-02-17 Thread Ian Lynagh
On Fri, Feb 17, 2012 at 04:39:29PM +, Simon Peyton-Jones wrote: > pushed now. Thanks! Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

validate fails wth bizarre errrr

2012-02-17 Thread Simon Peyton-Jones
This keeps happening with "sh validate --fast". Very annoying! My only non-std settings are GhcStage1HcOpts += -DDEBUG -O0 GhcStage2HcOpts += -dcore-lint GhcLibHcOpts+= -ticky GhcLibWays = v BUILD_DOCBOOK_HTML=NO BUILD_DOCBOOK_PS=NO BUILD_DOCBOOK_PDF=NO Simon ... vector-0.9.1: file

RE: Validate fails on Windows

2012-01-03 Thread Simon Peyton-Jones
Sorry; turned out to be my fault. (I was on a branch.) S From: Ben Lippmeier [mailto:b...@ouroborus.net] Sent: 03 January 2012 02:48 To: Simon Peyton-Jones Cc: cvs-ghc@haskell.org Subject: Re: Validate fails on Windows On 03/01/2012, at 3:52 AM, Simon Peyton-Jones wrote: Validate fails on

Re: Validate fails on Windows

2012-01-02 Thread Ben Lippmeier
On 03/01/2012, at 3:52 AM, Simon Peyton-Jones wrote: > Validate fails on Windows (msys) thus. I have no idea what is going on, but > it would be great if someone could fix it > > Simon > > "inplace/bin/ghc-cabal.exe" configure > --with-ghc="c:/

Validate fails on Windows

2012-01-02 Thread Simon Peyton-Jones
Validate fails on Windows (msys) thus. I have no idea what is going on, but it would be great if someone could fix it Simon "inplace/bin/ghc-cabal.exe" configure --with-ghc="c:/code/HEAD/inplace/bin/ghc-stage1.exe" --with-ghc-pkg="c:/code/HEAD/inplace/bin/ghc-pkg.ex

Re: Validate fails on concurrent 5238

2011-11-17 Thread Simon Marlow
On 17/11/2011 08:10, Simon Peyton-Jones wrote: => 5238(normal) 405 of 3102 [0, 0, 0] cd ./concurrent/should_run && '/64playpen/simonpj/builds/HEAD-2/bindisttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -fno-ghci-history -o 52

Validate fails on concurrent 5238

2011-11-17 Thread Simon Peyton-Jones
=> 5238(normal) 405 of 3102 [0, 0, 0] cd ./concurrent/should_run && '/64playpen/simonpj/builds/HEAD-2/bindisttest/install dir/bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -fno-ghci-history -o 5238 5238.hs>5238.comp.stderr 2>&1 Compile f

Re: validate fails

2011-10-28 Thread David Terei
Yes that's expect as Ian reversed a commit of mine because it caused build problems. I'll update the testsuite to disable those tests until I recommit the path Ian reversed. On 28 October 2011 14:28, Simon Peyton-Jones wrote: > David > > > > I’m getting these new failures on Linux > >    safeHask

validate fails

2011-10-28 Thread Simon Peyton-Jones
David I'm getting these new failures on Linux safeHaskell/safeInfered Mixed01 [exit code 0] (normal) safeHaskell/safeInfered SafeInfered01 [exit code non-0] (normal) safeHaskell/safeInfered SafeInfered02 [exit code non-0] (normal) safeHaskell/safeInfered SafeInfered03 [exit code no

Re: validate fails: ud_symtab is not a (visible) constructor field name

2011-09-27 Thread Ian Lynagh
On Tue, Sep 27, 2011 at 02:56:23PM +0100, Max Bolingbroke wrote: > On 27 September 2011 14:47, Ian Lynagh wrote: > > Did you forget to record/push in the haddock repo? > > This is exactly what I did. Please try again now. Looks good, ta. Thanks Ian ___

Re: validate fails: ud_symtab is not a (visible) constructor field name

2011-09-27 Thread Max Bolingbroke
On 27 September 2011 14:47, Ian Lynagh wrote: > Did you forget to record/push in the haddock repo? This is exactly what I did. Please try again now. Max ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

validate fails: ud_symtab is not a (visible) constructor field name

2011-09-27 Thread Ian Lynagh
Hi Max, With commit 5d7173f9ab8405511f75765e0541a04796d9bd07 Author: Max Bolingbroke Date: Sat Sep 10 10:16:38 2011 +0100 Change the way IfExtName is serialized so (most) wired-in names get validate doesn't go through for me: utils/haddock/src/Haddock/InterfaceFile

Re: Validate fails on Windows

2011-09-13 Thread Ian Lynagh
On Tue, Sep 13, 2011 at 02:17:24PM +0100, Ian Lynagh wrote: > On Mon, Sep 12, 2011 at 09:58:23PM +, Simon Peyton-Jones wrote: > > I get this failure on Windows. I have not investigated. I'm guessing > > there's a #define out of place. Ian? > > I can reproduce it. I'll take a look. Fixed.

Re: Validate fails on Windows

2011-09-13 Thread Ian Lynagh
On Mon, Sep 12, 2011 at 09:58:23PM +, Simon Peyton-Jones wrote: > I get this failure on Windows. I have not investigated. I'm guessing there's > a #define out of place. Ian? I can reproduce it. I'll take a look. Thanks Ian ___ Cvs-ghc mailing

Validate fails on Windows

2011-09-12 Thread Simon Peyton-Jones
I get this failure on Windows. I have not investigated. I'm guessing there's a #define out of place. Ian? Simon "inplace/bin/ghc-stage1.exe" -H32m -O -Wall -Werror -H64m -O0 -package-name base-4.4.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibrar

Re: Validate fails in DPH configuration

2011-09-05 Thread Ben Lippmeier
On 05/09/2011, at 18:12 , Simon Peyton-Jones wrote: > My 'validate' fails thus, fairly early. Does anyone have any ideas? > > make[1]: *** No rule to make target > `libraries/dph/dph-prim-par/dist-install/build/Data/Array/Parallel/Unlifted/Distributed/USegd.hs', >

Validate fails in DPH configuration

2011-09-05 Thread Simon Peyton-Jones
My 'validate' fails thus, fairly early. Does anyone have any ideas? make[1]: *** No rule to make target `libraries/dph/dph-prim-par/dist-install/build/Data/Array/Parallel/Unlifted/Distributed/USegd.hs', needed by `libraries/dph/dph-prim-par/dist-install/build/.depend-v.haskell&

validate fails

2011-07-27 Thread Manuel M T Chakravarty
"inplace/bin/ghc-stage1" -H32m -O -Wall -Werror -H64m -O0-package-name base-4.4.0.0 -hide-all-packages -i -ilibraries/base/. -ilibraries/base/dist-install/build -ilibraries/base/dist-install/build/autogen -Ilibraries/base/dist-install/build -Ilibraries/base/dist-install/build/autogen -Ili

Re: validate fails

2010-08-19 Thread Ian Lynagh
On Thu, Aug 19, 2010 at 08:12:43AM +, Simon Peyton-Jones wrote: > > Is this caused by your recent changes? > > make[1]: *** No rule to make target `clean_libraries/dph/dph-base', needed by > `clean_libraries/dph'. Stop. I guess you have GhcProfiled=YES in your tree? This was disabling DPH,

validate fails

2010-08-19 Thread Simon Peyton-Jones
Ian Is this caused by your recent changes? Simon sh validate make -r --no-print-directory -f ghc.mk maintainer-clean CLEANING=YES "rm" -rf inplace "rm" -rf "rm" -rf docs/users_guide/users_guide docs/users_guide/users_guide.pdf docs/users_guide/users_guide.ps "rm" -rf docs/man/ghc.1 docs/man/fla

Re: Validate fails on Mac OS X, again!

2009-12-31 Thread Ian Lynagh
On Tue, Dec 22, 2009 at 09:08:54PM +0100, Matthias Kilian wrote: > On Tue, Dec 22, 2009 at 06:26:16AM +, Duncan Coutts wrote: > > > GNUisms, it's not Linux' fault, although I neither like Linux do I > > > know any Linux distribution not using the GNU tools. > > > > I don't think this was a GNU

Re: Validate fails on Mac OS X, again!

2009-12-22 Thread Matthias Kilian
On Tue, Dec 22, 2009 at 06:26:16AM +, Duncan Coutts wrote: > > GNUisms, it's not Linux' fault, although I neither like Linux do I > > know any Linux distribution not using the GNU tools. > > I don't think this was a GNUism. I think this change was in response to > a bug I reported where the pr

Re: Validate fails on Mac OS X, again!

2009-12-21 Thread Duncan Coutts
On Mon, 2009-12-21 at 20:50 +0100, Matthias Kilian wrote: > On Mon, Dec 21, 2009 at 02:46:41PM +1100, Manuel M T Chakravarty wrote: > > > 'tr' -d '\t' < compiler/main/DynFlags.hs | '/usr/bin/sed' > > > '/^xFlags/,/]/s/^ *( *\("[^"]*"\)[^"]*/ [\1] ++/p;d' >> > > > utils/ghc-cabal/dist-dummy-ghc/b

Re: Validate fails on Mac OS X, again!

2009-12-21 Thread Matthias Kilian
On Mon, Dec 21, 2009 at 02:46:41PM +1100, Manuel M T Chakravarty wrote: > > 'tr' -d '\t' < compiler/main/DynFlags.hs | '/usr/bin/sed' '/^xFlags/,/]/s/^ > > *( *\("[^"]*"\)[^"]*/ [\1] ++/p;d' >> > > utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs > > sed: 1: "s|/Users/chak/Code/ghc- ...": bad f

Validate fails on Mac OS X, again!

2009-12-20 Thread Manuel M T Chakravarty
> 'tr' -d '\t' < compiler/main/DynFlags.hs | '/usr/bin/sed' '/^xFlags/,/]/s/^ > *( *\("[^"]*"\)[^"]*/ [\1] ++/p;d' >> > utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs > sed: 1: "s|/Users/chak/Code/ghc- ...": bad flag in substitute command: 'i' > make[1]: *** [utils/unlit/dist/build/.depend.c_

RE: validate fails if packages installed

2009-11-25 Thread Simon Marlow
Yes, seems reasonable. -Original Message- From: Roman Leshchinskiy [mailto:r...@cse.unsw.edu.au] Sent: 25 November 2009 07:26 To: Ian Lynagh; Simon Marlow Cc: cvs-ghc@haskell.org list Subject: validate fails if packages installed Ian, Simon, today I got the following error from

validate fails if packages installed

2009-11-24 Thread Roman Leshchinskiy
Ian, Simon, today I got the following error from validate: /Users/rl/projects/ndp/ghc-test/bindisttest/"install dir"/bin/ghc-pkg check There are problems in package vector-0.5: dependency "base-4.2.0.0-inplace" doesn't exist dependency "ghc-6.13.20091124-inplace" doesn't exist ... The proble

Re: Validate fails on Mac OS X (Snow Leopard)

2009-11-18 Thread Ian Lynagh
On Fri, Nov 13, 2009 at 02:44:33PM +1100, Manuel M T Chakravarty wrote: > Documentation created: dist-install/doc/html/dph-par/index.html > cd libraries && sh gen_contents_index --inplace > haddock: internal Haddock or GHC error: directory-version:: openBinaryFile: > does not exist (No such file o

Validate fails on Mac OS X (Snow Leopard)

2009-11-12 Thread Manuel M T Chakravarty
Documentation created: dist-install/doc/html/dph-par/index.html cd libraries && sh gen_contents_index --inplace haddock: internal Haddock or GHC error: directory-version:: openBinaryFile: does not exist (No such file or directory) make[1]: *** [libraries/index.html] Error 1 make: *** [all] Error 2

Re: validate fails on macos

2009-08-06 Thread Simon Marlow
On 06/08/2009 03:14, Manuel M T Chakravarty wrote: I guess this broke during the recent RTS cleanup... "/usr/bin/ghc" -optc-O -optc-Wall -optc-Werror -optc-DTABLES_NEXT_TO_CODE -optc-Iincludes -optc-Irts -H32m -O -Wall -Werror -H64m -O0 -fasm -i -iincludes/. -iincludes/dist-derivedconstants/buil

validate fails on macos

2009-08-05 Thread Manuel M T Chakravarty
I guess this broke during the recent RTS cleanup... "/usr/bin/ghc" -optc-O -optc-Wall -optc-Werror -optc- DTABLES_NEXT_TO_CODE -optc-Iincludes -optc-Irts -H32m -O -Wall - Werror -H64m -O0 -fasm -i -iincludes/. -iincludes/dist- derivedconstants/build -iincludes/dist-derivedconstants/build/

Re: validate fails

2009-05-10 Thread Manuel M T Chakravarty
Ian Lynagh: On Sat, May 09, 2009 at 01:09:55PM -0400, Daniel Peebles wrote: For what it's worth, I'm getting the same error (with a partial get from this morning) on Mac OS X. Here's a paste of the output of those make show VALUE you asked for: Ah, thanks, I see the problem. Should be fixed no

Re: validate fails

2009-05-09 Thread Ian Lynagh
On Sat, May 09, 2009 at 01:09:55PM -0400, Daniel Peebles wrote: > For what it's worth, I'm getting the same error (with a partial get > from this morning) on Mac OS X. Here's a paste of the output of those > make show VALUE you asked for: Ah, thanks, I see the problem. Should be fixed now. Thank

Re: validate fails

2009-05-09 Thread Daniel Peebles
For what it's worth, I'm getting the same error (with a partial get from this morning) on Mac OS X. Here's a paste of the output of those make show VALUE you asked for: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=4748#a4748 Thanks, Dan On Sat, May 9, 2009 at 9:27 AM, Ian Lynagh wrote: > On Sa

Re: validate fails

2009-05-09 Thread Ian Lynagh
On Sat, May 09, 2009 at 12:16:38PM +1000, Manuel M T Chakravarty wrote: > Ian Lynagh: > >On Tue, May 05, 2009 at 10:05:54AM +1000, Manuel M T Chakravarty > >wrote: > >> > >> Building DocBook documentation : no > >> > >>So, I think, it shouldn't build docs at all > > > >It should not do so now. L

Re: validate fails

2009-05-09 Thread Manuel M T Chakravarty
Ian Lynagh: On Tue, May 05, 2009 at 10:05:54AM +1000, Manuel M T Chakravarty wrote: Building DocBook documentation : no So, I think, it shouldn't build docs at all It should not do so now. Let me know if you still have problems. Unfortunately, it still seems to fail with the same error.

Re: validate fails

2009-05-07 Thread Ian Lynagh
On Tue, May 05, 2009 at 10:05:54AM +1000, Manuel M T Chakravarty wrote: > >Building DocBook documentation : no > > So, I think, it shouldn't build docs at all It should not do so now. Let me know if you still have problems. Thanks Ian ___ Cvs-gh

validate fails

2009-05-04 Thread Manuel M T Chakravarty
...with rm -f -r docs/users_guide/users_guide/ rm -f -r libraries/Cabal/doc/Cabal/ /usr/bin/xsltproc --stringparam base.dir docs/users_guide/users_guide/ --stringparam use.id.as.filename 1 --stringparam html.stylesheet fptools.css --stringparam toc.section.depth 3 --stringparam section.auto

Re: Validate fails on Mac OS X

2009-04-24 Thread Simon Marlow
Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-Ieventl

Validate fails on Mac OS X

2009-04-23 Thread Manuel M T Chakravarty
/Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -optc-Werror -optc- Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc- Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../ includes -optc-I. -optc-Iparallel -optc-Ism -optc-Ieventlog -optc- DCOMPILING_RTS -o

Re: Validate fails for HEAD on OS X

2009-03-20 Thread Simon Marlow
Manuel M T Chakravarty wrote: I am fixing that for Mac OS right now. The comment above setThreadAffinity() says, // Schedules the thread to run on CPU n of m. m may be less than the // number of physical CPUs, in which case, the thread will be allowed // to run on CPU n, n+m, n+2m etc. I am

Re: Validate fails for HEAD on OS X

2009-03-20 Thread Simon Marlow
Bryan O'Sullivan wrote: On Thu, Mar 19, 2009 at 10:52 PM, Manuel M T Chakravarty mailto:c...@cse.unsw.edu.au>> wrote: The comment above setThreadAffinity() says, // Schedules the thread to run on CPU n of m. m may be less than the // number of physical CPUs, in w

Re: Validate fails for HEAD on OS X

2009-03-19 Thread Bryan O'Sullivan
On Thu, Mar 19, 2009 at 10:52 PM, Manuel M T Chakravarty < c...@cse.unsw.edu.au> wrote: > The comment above setThreadAffinity() says, > > // Schedules the thread to run on CPU n of m. m may be less than the >> // number of physical CPUs, in which case, the thread will be allowed >> // to run on

Re: Validate fails for HEAD on OS X

2009-03-19 Thread Manuel M T Chakravarty
I am fixing that for Mac OS right now. The comment above setThreadAffinity() says, // Schedules the thread to run on CPU n of m. m may be less than the // number of physical CPUs, in which case, the thread will be allowed // to run on CPU n, n+m, n+2m etc. I am not convinced that this is a g

Validate fails for HEAD on OS X

2009-03-19 Thread Manuel M T Chakravarty
/Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -optc-Werror -optc- Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes - optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return - optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-Ieventlog -optc-DCOMPILING_RTS -o

Re: validate fails on MacOS

2009-01-26 Thread Simon Marlow
Matthias Kilian wrote: [sent to ian only by accident; resending to the list] On Sun, Jan 18, 2009 at 12:17:28PM +, Ian Lynagh wrote: In fact, looking at pthread.h on Linux: #ifdef __USE_UNIX98 , PTHREAD_MUTEX_NORMAL = PTHREAD_MUTEX_TIMED_NP, PTHREAD_MUTEX_RECURSIVE = PTHREAD_MUTEX_RE

Re: validate fails on MacOS

2009-01-18 Thread Matthias Kilian
[sent to ian only by accident; resending to the list] On Sun, Jan 18, 2009 at 12:17:28PM +, Ian Lynagh wrote: > In fact, looking at pthread.h on Linux: > > #ifdef __USE_UNIX98 > , > PTHREAD_MUTEX_NORMAL = PTHREAD_MUTEX_TIMED_NP, > PTHREAD_MUTEX_RECURSIVE = PTHREAD_MUTEX_RECURSIVE_NP, >

Re: validate fails on MacOS

2009-01-18 Thread Ian Lynagh
On Sun, Jan 18, 2009 at 11:04:53AM +0100, Matthias Kilian wrote: > On Sat, Jan 17, 2009 at 11:21:03PM +, Ian Lynagh wrote: > > OK, that mostly worked, but ffi014 timed out. > > > > It turns out that "hello world" linked with -threaded -debug deadlocks > > at: > > ASSERT_LOCK_HELD(&sched_mu

Re: validate fails on MacOS

2009-01-18 Thread Matthias Kilian
On Sat, Jan 17, 2009 at 11:21:03PM +, Ian Lynagh wrote: > OK, that mostly worked, but ffi014 timed out. > > It turns out that "hello world" linked with -threaded -debug deadlocks > at: > ASSERT_LOCK_HELD(&sched_mutex); > at the start of newBoundTask. This is doing > ASSERT(pthread_mute

Re: validate fails on MacOS

2009-01-17 Thread Ian Lynagh
On Sat, Jan 17, 2009 at 02:42:28AM +, Ian Lynagh wrote: > > I think I've found the problem: file_lock_mutex wasn't initialised. I'll > validate etc tomorrow. OK, that mostly worked, but ffi014 timed out. It turns out that "hello world" linked with -threaded -debug deadlocks at: ASSERT_LO

Re: validate fails on MacOS

2009-01-17 Thread Matthias Kilian
On Sat, Jan 17, 2009 at 02:42:28AM +, Ian Lynagh wrote: > > I still don't understand why this failure does happen at all. > > Running a build with -DLOCK_DEBUG may help to discover what's going > > on, but you'll need a lot of disk space for the build log. I can't > > help here much, because I'

Re: validate fails on MacOS

2009-01-17 Thread Matthias Kilian
On Sat, Jan 17, 2009 at 10:46:38PM +1100, Manuel M T Chakravarty wrote: > Thanks for writing the patch. Nobody assumed you did that for no > reason. However, a patch that fixes one and breaks another > architecture ultimately does not fix the problem. From what you are > writing, it doesn'

Re: validate fails on MacOS

2009-01-17 Thread Manuel M T Chakravarty
Matthias Kilian: On Fri, Jan 16, 2009 at 03:20:59PM +, Simon Marlow wrote: Configuring installPackage-1.0... ghc: internal error: RELEASE_LOCK: I do not own this lock: posix/FileLock.c 90 (GHC version 6.11.20090115 for i386_apple_darwin) Please report this as a GHC bug: http://www.hask

Re: validate fails on MacOS

2009-01-17 Thread Manuel M T Chakravarty
Simon Marlow: Manuel M T Chakravarty wrote: Simon Marlow: Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m - O0 -fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS - package-name rts -static -I../gmp/gmpbuild -I../libffi/build/ include -I. -

Re: validate fails on MacOS

2009-01-16 Thread Ian Lynagh
On Fri, Jan 16, 2009 at 09:35:53PM +0100, Matthias Kilian wrote: > On Fri, Jan 16, 2009 at 03:20:59PM +, Simon Marlow wrote: > > >Configuring installPackage-1.0... > > >ghc: internal error: RELEASE_LOCK: I do not own this lock: > > >posix/FileLock.c 90 > > >(GHC version 6.11.20090115 for i

Re: validate fails on MacOS

2009-01-16 Thread Matthias Kilian
On Fri, Jan 16, 2009 at 03:20:59PM +, Simon Marlow wrote: > >Configuring installPackage-1.0... > >ghc: internal error: RELEASE_LOCK: I do not own this lock: > >posix/FileLock.c 90 > >(GHC version 6.11.20090115 for i386_apple_darwin) > >Please report this as a GHC bug: > >http://w

Re: validate fails on MacOS

2009-01-16 Thread Simon Marlow
Manuel M T Chakravarty wrote: Simon Marlow: Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m -O0 -fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -static -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint -hisuf

Re: validate fails on MacOS

2009-01-16 Thread Manuel M T Chakravarty
Simon Marlow: Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m -O0 -fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package- name rts -static -I../gmp/gmpbuild -I../libffi/build/include -I. - dcmm-lint -hisuf debug_hi -hcsuf debug_hc -os

Re: validate fails on MacOS

2009-01-14 Thread Simon Marlow
Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m -O0 -fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -static -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint -hisuf debug_hi -hcsuf debug_hc -osuf debug_o -optc-D

validate fails on MacOS

2009-01-13 Thread Manuel M T Chakravarty
/Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m -O0 - fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -static -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm- lint -hisuf debug_hi -hcsuf debug_hc -osuf debug_o -optc-DDEBUG -c PrimOps.cmm -o

Re: Validate fails on current head

2009-01-05 Thread Ian Lynagh
On Mon, Jan 05, 2009 at 03:41:01PM +1100, Manuel M T Chakravarty wrote: > > System/Posix/Internals.hs:38:0: > Warning: Module `System.IO.Error' is imported, but nothing from > it is used, >except perhaps instances visible in `System.IO.Error' > To suppress this w

Validate fails on current head

2009-01-04 Thread Manuel M T Chakravarty
/Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -package-name base-4.0.0.0 -hide-all-packages -no-user-package-conf -i -idist/build - i. -idist/build/autogen -Idist/build/autogen -Idist/build -Iinclude - optP-include -optPdist/build/autogen/cabal_macros.h -#include "HsBase.h" -odir dist/buil

RE: Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
> > Yes, I don't have the test suite. The "testsuite" directory > does not > > exist. > > > > How do I get the test suite? I would have expected the > details to be > > at the top of this page: > > http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests > > ./darcs-all --testsuite get

Re: Validate fails on Windows

2008-10-15 Thread Max Bolingbroke
2008/10/15 Mitchell, Neil <[EMAIL PROTECTED]>: > > Yes, I don't have the test suite. The "testsuite" directory does not > exist. > > How do I get the test suite? I would have expected the details to be at > the top of this page: > http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests ./da

RE: Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
t; Sent: 15 October 2008 9:22 am > To: Mitchell, Neil > Cc: cvs-ghc@haskell.org > Subject: Re: Validate fails on Windows > > Ignore the documentation errors. You seem to simply have no > testsuite. > > 2008/10/15 Mitchell, Neil <[EMAIL PROTECTED]>: > > Hi, &

Re: Validate fails on Windows

2008-10-15 Thread Thomas Schilling
Ignore the documentation errors. You seem to simply have no testsuite. 2008/10/15 Mitchell, Neil <[EMAIL PROTECTED]>: > Hi, > > Using GHC Head from yesterday afternoon, Validate fails on Windows: > > Warning: ghc-6.11.20081014:VectType: could not find link destinations >

Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
Hi, Using GHC Head from yesterday afternoon, Validate fails on Windows: Warning: ghc-6.11.20081014:VectType: could not find link destinations for: VectType.Repr Warning: ghc-6.11.20081014:TcClassDcl: could not find link destinations for: TcClassDcl.TcMethInfo Warning: ghc-6.11.20081014

RE: head validate fails, or am I doing something wrong?

2008-06-02 Thread John Dias
t; From: Simon Peyton-Jones > Sent: 02 June 2008 08:17 > To: Isaac Dupree; BuildBot Collator > Cc: John Dias > Subject: RE: head validate fails, or am I doing something wrong? > > Yes, John Dias will be in today and will fix this. > > Simon > > | -Original Message-

RE: head validate fails, or am I doing something wrong?

2008-06-02 Thread Simon Peyton-Jones
Yes, John Dias will be in today and will fix this. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Isaac Dupree | Sent: 02 June 2008 01:47 | To: BuildBot Collator | Subject: head validate fails, or am I doing something wrong? | | ghc checkout

head validate fails, or am I doing something wrong?

2008-06-01 Thread Isaac Dupree
ghc checkout as of now, doesn't even get through stage1 for me. but the buildbots seem to not be all failing... well, "x86 Windows head fast", "x86 Windows head"... is failing with this error, though others are succeeding (and I'm x86 Linux). Maybe it has to do with DEBUG or other such settings

'rts' package loading (Re: Validate fails)

2008-05-20 Thread Claus Reinke
I hacked ghci024 to work, by having GHCi sort the output of :show packages, and fixing ghci024.py to match. Please shout if I've done something bogus. it would be easy enough to put 'rts' at the right place without sorting everything but, as i said, the bogus thing is that 'rts' is not quite l

Re: Validate fails

2008-05-20 Thread Roman Leshchinskiy
Ian Lynagh wrote: On Tue, May 20, 2008 at 02:50:24PM +1000, Roman Leshchinskiy wrote: In any case, I have no idea what happened to num009. Doh, we now have 2 num009 tests. Hmm, is that even supported? I suspect the new lib/Numeric/num009 is the one that is failing? What is the output of it

Re: Validate fails

2008-05-20 Thread Ian Lynagh
On Tue, May 20, 2008 at 02:50:24PM +1000, Roman Leshchinskiy wrote: > > In any case, I have no idea what happened to num009. Doh, we now have 2 num009 tests. I suspect the new lib/Numeric/num009 is the one that is failing? What is the output of it? Thanks Ian __

Re: Validate fails

2008-05-20 Thread Simon Marlow
Claus Reinke wrote: Unexpected failures: ghci024(ghci) num009(normal) on ghci024: the issue is that 'rts' is the only package not appearing in the output of 'ghci -package ghc'. originally, the test tacked it on to the packagelist where it would be expected to appear in the output of ':

Re: Validate fails

2008-05-20 Thread Claus Reinke
Unexpected failures: ghci024(ghci) num009(normal) on ghci024: the issue is that 'rts' is the only package not appearing in the output of 'ghci -package ghc'. originally, the test tacked it on to the packagelist where it would be expected to appear in the output of ':show packages'. now

Validate fails

2008-05-19 Thread Roman Leshchinskiy
I get the following two failures: Unexpected failures: ghci024(ghci) num009(normal) Recently, I tend to get unexpected failures every time I pull in patches. What happened to the policy of running validate before pushing? I thought we agreed that was a good idea? In any case, I have n

RE: Validate fails

2008-03-10 Thread Simon Peyton-Jones
Yes, that's right thanks. Sorry about that. | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Leshchinskiy | Sent: 10 March 2008 00:13 | To: Don Stewart | Cc: cvs-ghc@haskell.org | Subject: Re: Validate fails | | Don Stewart wrote: | >

Re: Validate fails

2008-03-09 Thread Roman Leshchinskiy
Don Stewart wrote: Hey, I wonder if that's a tab difference in the info code, hard coded in? Doesn't look like it to me: >> -data Data.Complex.Complex a = !a Data.Complex.:+ !a >> +data (RealFloat a) => Data.Complex.Complex a >> + = !a Data.Complex.:+ !a After a bit of searching, I guess it

Re: Validate fails

2008-03-09 Thread Don Stewart
rl: > I get: > > Actual stdout output differs from expected: > --- ./ghci/scripts/ghci008.stdout.normalised 2008-03-10 > 10:49:59.0 +1100 > +++ ./ghci/scripts/ghci008.run.stdout.normalised 2008-03-10 > 10:49:59.0 +1100 > @@ -8,10 +8,12 @@ >... > -- Defined in GHC.

Validate fails

2008-03-09 Thread Roman Leshchinskiy
I get: Actual stdout output differs from expected: --- ./ghci/scripts/ghci008.stdout.normalised 2008-03-10 10:49:59.0 +1100 +++ ./ghci/scripts/ghci008.run.stdout.normalised 2008-03-10 10:49:59.0 +1100 @@ -8,10 +8,12 @@ ... -- Defined in GHC.Num infixl 6 + -data Data

validate fails for PPC Mac OS X 10.4

2008-02-09 Thread Thorkil Naur
Hello, validate fails for PC Mac OS X 10.4 as follows: > ../compiler/stage1/ghc-inplace -no-user-package-conf -Werror -H64m -Onot -fasm -istage2/utils -istage2/basicTypes -istage2/types -istage2/hsSyn -istage2/prelude -istage2/rename -istage2/typecheck -istage2/deSugar -ista

Re: Validate fails

2008-01-18 Thread Duncan Coutts
On Fri, 2008-01-18 at 14:09 +, Simon Peyton-Jones wrote: > Please validate before committing. (Yes I know I sometimes don't too.) > > Two current problems: > * Warning in FastBool > * Warning in cabal:Distribution.Simple.Program > (see below) > > Both kill validation since we use -Werror >

Validate fails

2008-01-18 Thread Simon Peyton-Jones
Please validate before committing. (Yes I know I sometimes don't too.) Two current problems: * Warning in FastBool * Warning in cabal:Distribution.Simple.Program (see below) Both kill validation since we use -Werror Simon /home/simonmar/fp/bin/x86_64-unknow

Re: validate fails

2008-01-03 Thread Simon Marlow
Isaac Dupree wrote: ]./validate #compiling ghc HEAD ... ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-D

Re: validate fails

2007-12-26 Thread Isaac Dupree
oops, probably should have given a bit more context given parallel make, here's the next-to-last compile command, that looks like it was the one that failed ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -

validate fails

2007-12-26 Thread Isaac Dupree
]./validate #compiling ghc HEAD ... ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-DCOMPILING_RTS -optc-f

RE: validate fails

2007-11-07 Thread Simon Peyton-Jones
Sorry! I validate the patch and then failed to push it. Pushed now. S | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel M T Chakravarty | Sent: 07 November 2007 00:23 | To: cvs-ghc@haskell.org | Subject: validate fails | | I got the following

validate fails

2007-11-06 Thread Manuel M T Chakravarty
I got the following failure with validate of the HEAD from today: Unexpected failures: tcfail186(normal) The diff as in the testlog is appended. Is this just a matter of test output that was not updated? Manuel -=- => tcfail186(normal) cd ./typecheck/should_fail && '/Users/chak/Cod

Re: validate fails

2007-10-30 Thread Manuel M T Chakravarty
Simon Marlow: Manuel M T Chakravarty wrote: Trying to validate the HEAD on MacOS 10.5 fails with ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc- Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing- declarations -optc-Winline -optc-Waggregate-return -optc-I../ includes -

Re: validate fails

2007-10-30 Thread Simon Marlow
Manuel M T Chakravarty wrote: Trying to validate the HEAD on MacOS 10.5 fails with ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Ipa

validate fails

2007-10-30 Thread Manuel M T Chakravarty
Trying to validate the HEAD on MacOS 10.5 fails with ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict- prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc- Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc- Iparallel -optc-Ism -optc-DCOMP

RE: validate fails

2007-10-18 Thread Simon Peyton-Jones
sorry fixing | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel M T | Chakravarty | Sent: 18 October 2007 01:25 | To: cvs-ghc@haskell.org | Subject: validate fails | | I get | | Unexpected failures: | TH_exn1(normal) | | | This seems to be due

validate fails

2007-10-17 Thread Manuel M T Chakravarty
I get Unexpected failures: TH_exn1(normal) This seems to be due to a changed error message. Can we accept the new message? Manuel ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

validate fails

2007-10-17 Thread Simon Marlow
TH_exn1 is failing on the HEAD at the moment (see below). => TH_exn1(normal) cd ./th && '/64playpen/simonmar/testing/compiler/stage2/ghc-inplace' -no-recomp -dcore-lint -dcmm-lint -Dx86_64_unknown_linux -c TH_exn1.hs -v0 -fth -package template-haskell >TH_exn1.comp.stderr 2>&1 Actual std

Re: validate fails!

2007-10-11 Thread Manuel M T Chakravarty
[EMAIL PROTECTED] wrote, On my PPC Mac OS X, validate fails with: Unexpected passes: simpl019(normal) Unexpected failures: TH_runIO(normal) divbyzero(normal) outofmem(normal) outofmem is just a matter of PPC MacOS X giving a different error message than the default one. Have a

  1   2   >