[commit: ghc] master: Set the value of Unregisterised in the bindist configure.ac (c2a532a)

2012-08-08 Thread Ian Lynagh
agh Date: Wed Aug 8 13:08:03 2012 +0100 Set the value of Unregisterised in the bindist configure.ac Now that it's included in settings, the bindist configure script needs to know it. >--- distrib/configure.a

[commit: ghc] master: Define LdCmd in the bindist configure.ac (4cdfe67)

2012-08-05 Thread Ian Lynagh
agh Date: Mon Aug 6 00:12:41 2012 +0100 Define LdCmd in the bindist configure.ac >--- distrib/configure.ac.in |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/distrib/configure.ac.in b/d

[commit: ghc] master: Fix bindist finding gcc on OS X; fixes trac #5397 (651cd99)

2011-10-01 Thread Ian Lynagh
agh Date: Sat Oct 1 21:00:27 2011 +0100 Fix bindist finding gcc on OS X; fixes trac #5397 $TargetOS_CPP wasn't getting defined in a bindist, which meant the code to use gcc-4.2 instead of gcc on OS X wasn't working. Now fixed, by moving some of configure.ac's co

RE: bindist

2011-09-24 Thread Chris Dornan
Ahhh -- thanks. Chris -Original Message- From: Ian Lynagh [mailto:ig...@earth.li] Sent: 24 September 2011 10:14 To: Chris Dornan Cc: cvs-ghc@haskell.org Subject: Re: bindist Hi Chris, On Mon, Sep 12, 2011 at 06:59:50PM +0100, Chris Dornan wrote: > > I am trying to work ou

Re: bindist

2011-09-24 Thread Ian Lynagh
Hi Chris, On Mon, Sep 12, 2011 at 06:59:50PM +0100, Chris Dornan wrote: > > I am trying to work out what happens after 'make bindist'. You should be running "make binary-dist", not "make bindist". Thanks Ian

bindist

2011-09-12 Thread Chris Dornan
Hi All, I can't locate any bindist documentation in the wiki or the source tree. Have I missed it? I am trying to work out what happens after 'make bindist'. Thanks again! Chris ___ Cvs-ghc mailing list Cvs-ghc@h

[commit: testsuite] ghc-7.2: fix 5313 when BINDIST=YES (need some quoting) (be5241e)

2011-07-20 Thread Ian Lynagh
mon Marlow Date: Wed Jul 20 10:46:34 2011 +0100 fix 5313 when BINDIST=YES (need some quoting) >--- tests/ghc-regress/driver/all.T |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/driver

[commit: testsuite] master: fix 5313 when BINDIST=YES (need some quoting) (6c381a1)

2011-07-20 Thread Simon Marlow
mon Marlow Date: Wed Jul 20 10:46:34 2011 +0100 fix 5313 when BINDIST=YES (need some quoting) >--- tests/ghc-regress/driver/all.T |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/driver

[commit: ghc] master: Install the mtl package into the bindist when validating. This allows (89cfcda)

2011-05-24 Thread Simon Marlow
low Date: Tue May 24 13:43:04 2011 +0100 Install the mtl package into the bindist when validating. This allows some more tests to run (those with reqlib('mtl')) and serves as an extra sanity check on Cabal an

patch applied (ghc): bindist comparison tool: Some logic improvements, and testsuite support

2011-03-27 Thread Ian Lynagh
Sun Mar 27 08:52:05 PDT 2011 Ian Lynagh * bindist comparison tool: Some logic improvements, and testsuite support M ./distrib/compare/BuildInfo.hs -14 +10 M ./distrib/compare/FilenameDescr.hs -1 +3 M ./distrib/compare/compare.hs -47 +46 View patch online: http://darcs.haskell.org

patch applied (ghc): Bindist comparison tool: Recognise OS X .dylib files too

2011-03-25 Thread Ian Lynagh
Fri Mar 25 08:53:54 PDT 2011 Ian Lynagh * Bindist comparison tool: Recognise OS X .dylib files too M ./distrib/compare/compare.hs -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110325155354-3fd76

patch applied (ghc): bindist checker improvements

2011-03-22 Thread Ian Lynagh
Tue Mar 22 11:21:12 PDT 2011 Ian Lynagh * bindist checker improvements * Some refactoring * Support for Windows filenames * Some support for installed trees (as Windows "bindists" are really install trees) ./distrib/compare/Problem.hs -> ./distrib/compare/Ch

patch applied (ghc): bindist comparison tool: Improve way-difference behaviour

2011-03-16 Thread Ian Lynagh
Wed Mar 16 15:13:38 PDT 2011 Ian Lynagh * bindist comparison tool: Improve way-difference behaviour M ./distrib/compare/compare.hs +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110316221338-3fd76-b5ea7e568430cbed48f989ae40fc80ecbaf8af37

patch applied (ghc): Bindist comparison tool: add --ignore-size-changes flag

2011-03-16 Thread Ian Lynagh
Wed Mar 16 15:07:48 PDT 2011 Ian Lynagh * Bindist comparison tool: add --ignore-size-changes flag M ./distrib/compare/Problem.hs +4 M ./distrib/compare/compare.hs -4 +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110316220748-3fd76

patch applied (ghc): Bindist comparison tool: Handle differences in the library ways nicely

2011-03-16 Thread Ian Lynagh
Wed Mar 16 14:47:08 PDT 2011 Ian Lynagh * Bindist comparison tool: Handle differences in the library ways nicely In particular, this makes it possible to compare release bindists (with profiling files) and validate bindists (without them). A ./distrib/compare/BuildInfo.hs M

patch applied (ghc): Initial implementation of bindist comparison tool

2011-03-15 Thread Ian Lynagh
Tue Mar 15 09:29:12 PDT 2011 Ian Lynagh * Initial implementation of bindist comparison tool A ./distrib/compare/ A ./distrib/compare/FilenameDescr.hs A ./distrib/compare/Makefile A ./distrib/compare/Problem.hs A ./distrib/compare/Tar.hs A ./distrib/compare/Utils.hs

[commit: ghc] master: Generate the OS X installer from a bindist, rather than from a source tree (fc2fdad)

2011-03-02 Thread Simon Marlow
agh Date: Wed Feb 23 17:00:16 2011 + Generate the OS X installer from a bindist, rather than from a source tree configure.ac|2 +- distrib/MacOS/GHC-system.pmdoc/index.xml.in |2 +- distrib/MacOS/GHC.xcodeproj/project.pbxproj |

patch applied (ghc-7.0/ghc): Generate the OS X installer from a bindist, rather than from a source tree

2011-02-23 Thread Ian Lynagh
Wed Feb 23 09:00:16 PST 2011 Ian Lynagh * Generate the OS X installer from a bindist, rather than from a source tree M ./configure.ac -1 +1 M ./distrib/MacOS/GHC-system.pmdoc/index.xml.in -1 +1 M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1 R ./distrib/MacOS/Makefile

patch applied (ghc): Generate the OS X installer from a bindist, rather than from a source tree

2011-02-23 Thread Ian Lynagh
Wed Feb 23 09:00:16 PST 2011 Ian Lynagh * Generate the OS X installer from a bindist, rather than from a source tree M ./configure.ac -1 +1 M ./distrib/MacOS/GHC-system.pmdoc/index.xml.in -1 +1 M ./distrib/MacOS/GHC.xcodeproj/project.pbxproj -1 +1 R ./distrib/MacOS/Makefile

patch applied (ghc-7.0/ghc): Add a test that all programs in the bindist were built with the right GHC

2010-12-12 Thread Ian Lynagh
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh * Add a test that all programs in the bindist were built with the right GHC They should use the GHC from the build tree, not the bootstrapping compiler. A ./bindisttest/checkBinaries.sh M ./bindisttest/ghc.mk +1 View patch online: http

patch applied (ghc-7.0/ghc): Build a copy of ghc-cabal with the in-tree compiler, for the bindist

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh * Build a copy of ghc-cabal with the in-tree compiler, for the bindist ./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs M ./ghc.mk -2 +6 A ./utils/dummy-ghc/ A ./utils/dummy-ghc/ghc.mk A ./utils/ghc-cabal/ghc-cabal.ca

patch applied (ghc): Add a test that all programs in the bindist were built with the right GHC

2010-12-12 Thread Ian Lynagh
Fri Dec 10 08:12:18 PST 2010 Ian Lynagh * Add a test that all programs in the bindist were built with the right GHC They should use the GHC from the build tree, not the bootstrapping compiler. A ./bindisttest/checkBinaries.sh M ./bindisttest/ghc.mk +1 View patch online: http

patch applied (ghc): Build a copy of ghc-cabal with the in-tree compiler, for the bindist

2010-12-12 Thread Ian Lynagh
Fri Dec 10 10:11:23 PST 2010 Ian Lynagh * Build a copy of ghc-cabal with the in-tree compiler, for the bindist ./utils/ghc-cabal/ghc-cabal.hs -> ./utils/ghc-cabal/Main.hs M ./ghc.mk -2 +6 A ./utils/dummy-ghc/ A ./utils/dummy-ghc/ghc.mk A ./utils/ghc-cabal/ghc-cabal.ca

patch applied (ghc-7.0/ghc): Tweak the bindist configure.ac.in

2010-11-20 Thread Ian Lynagh
Sat Nov 20 09:37:35 PST 2010 Ian Lynagh * Tweak the bindist configure.ac.in M ./distrib/configure.ac.in -20 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101120173735-3fd76-13477e4fa6fcd57f2e98b065b9d00e812b1842a7.gz

patch applied (ghc-7.0/ghc): When testing the bindist, tell it where gcc is

2010-11-20 Thread Ian Lynagh
Sat Nov 20 07:59:20 PST 2010 Ian Lynagh * When testing the bindist, tell it where gcc is The location isn't baked into the bindist, as it may differ from machine to machine. M ./bindisttest/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/

patch applied (ghc): Tweak the bindist configure.ac.in

2010-11-20 Thread Ian Lynagh
Sat Nov 20 09:37:35 PST 2010 Ian Lynagh * Tweak the bindist configure.ac.in M ./distrib/configure.ac.in -20 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101120173735-3fd76-13477e4fa6fcd57f2e98b065b9d00e812b1842a7.gz

patch applied (ghc): When testing the bindist, tell it where gcc is

2010-11-20 Thread Ian Lynagh
Sat Nov 20 07:59:20 PST 2010 Ian Lynagh * When testing the bindist, tell it where gcc is The location isn't baked into the bindist, as it may differ from machine to machine. M ./bindisttest/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=

Re: BINDIST=YES

2010-09-10 Thread Ian Lynagh
Hi Simon, On Thu, Sep 09, 2010 at 10:52:54AM +, Simon Peyton-Jones wrote: > > But if I say "make TEST=T3807" it works. It's because the bindisttest > directory hasn't got the dyn libs. Is this on Windows or Linux? Thanks Ian ___ Cvs-ghc maili

BINDIST=YES

2010-09-09 Thread Simon Peyton-Jones
irectory hasn't got the dyn libs. So "make TEST=T3807 BINDIST=YES" fails as above. So the question is: why doesn't bindisttest/ contain the dynamic libs? I'm using the standard validate settings plus HADDOCK_DOCS = NO BUILD_DOCBOOK_HTML = NO BUILD_DOCBOOK_PS = NO BUILD_D

patch applied (ghc): Set stage-specific CC/LD opts in the bindist configure.ac

2010-07-24 Thread Ian Lynagh
Sat Jul 24 04:37:48 PDT 2010 Ian Lynagh * Set stage-specific CC/LD opts in the bindist configure.ac M ./distrib/configure.ac.in -4 +11 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100724113748-3fd76

patch applied (/haskell/ghc): Point at the fixed Sparc Solaris bindist

2010-02-08 Thread Ian Lynagh
Mon Feb 8 08:15:45 EST 2010 Ian Lynagh * Point at the fixed Sparc Solaris bindist M ./download_ghc_6_12_1.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.12/ghc): include the GHC package docs in a bindist

2009-11-18 Thread Ian Lynagh
Tue Nov 17 07:11:33 PST 2009 Simon Marlow * include the GHC package docs in a bindist Ignore-this: c4a10221b1a2a4778494018bca7d2169 M ./ghc.mk +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz

patch applied (ghc): include the GHC package docs in a bindist

2009-11-17 Thread Simon Marlow
Tue Nov 17 07:11:33 PST 2009 Simon Marlow * include the GHC package docs in a bindist Ignore-this: c4a10221b1a2a4778494018bca7d2169 M ./ghc.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz

patch applied (ghc): exclude some haddock-related rules during BINDIST

2009-11-17 Thread Simon Marlow
Tue Nov 17 07:11:23 PST 2009 Simon Marlow * exclude some haddock-related rules during BINDIST Ignore-this: 20b4194b26766d6ab701683af520a7d4 M ./ghc.mk -2 +4 M ./rules/haddock.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117151123-12142

patch applied (ghc-6.12/ghc): Don't remake the bindist when validating with --testsuite-only

2009-10-09 Thread Ian Lynagh
Fri Oct 9 13:09:55 PDT 2009 Ian Lynagh * Don't remake the bindist when validating with --testsuite-only M ./validate -3 +4 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091009200955-3fd76-ee2468374e0ff980006bcaccf5da1006db1fff

patch applied (ghc): Don't remake the bindist when validating with --testsuite-only

2009-10-09 Thread Ian Lynagh
Fri Oct 9 13:09:55 PDT 2009 Ian Lynagh * Don't remake the bindist when validating with --testsuite-only M ./validate -3 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091009200955-3fd76-ee2468374e0ff980006bcaccf5da1006db1fff

patch applied (ghc-6.12/ghc): Make the bindist AC_INIT line match the main configure script's

2009-10-04 Thread Ian Lynagh
Sun Oct 4 03:39:08 PDT 2009 Ian Lynagh * Make the bindist AC_INIT line match the main configure script's This means that PACKAGE_TARNAME gets set, so the default docdir is correct. ./distrib/configure-bin.ac -> ./distrib/configure-bin.ac.in M ./configure.ac -1 +1 M .

patch applied (ghc): Make the bindist AC_INIT line match the main configure script's

2009-10-04 Thread Ian Lynagh
Sun Oct 4 03:39:08 PDT 2009 Ian Lynagh * Make the bindist AC_INIT line match the main configure script's This means that PACKAGE_TARNAME gets set, so the default docdir is correct. ./distrib/configure-bin.ac -> ./distrib/configure-bin.ac.in M ./configure.ac -1 +1 M .

patch applied (ghc-6.12/ghc): Fix making Windows bindist and installer

2009-09-29 Thread Ian Lynagh
Mon Sep 28 18:27:17 PDT 2009 Ian Lynagh * Fix making Windows bindist and installer M ./ghc.mk -2 +2 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090929012717-3fd76-67eac906a480222cc7832c56155603379e5c7784.gz

patch applied (ghc-6.12/ghc): Follow bindist changes in bindisttest

2009-09-29 Thread Ian Lynagh
Sun Sep 27 14:50:31 PDT 2009 Ian Lynagh * Follow bindist changes in bindisttest Also add support for testing the bindistprep tarball, for when we are validating. M ./bindisttest/Makefile -1 +7 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090927215031

patch applied (ghc-6.12/ghc): More bindist tweaking

2009-09-29 Thread Ian Lynagh
Sun Sep 27 14:21:14 PDT 2009 Ian Lynagh * More bindist tweaking M ./ghc.mk -9 +9 M ./mk/config.mk.in -6 +6 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090927212114-3fd76-aa4710f4edd7dbf54cb1917b6909ffb030fae45e.gz

patch applied (ghc): Fix making Windows bindist and installer

2009-09-28 Thread Ian Lynagh
Mon Sep 28 18:27:17 PDT 2009 Ian Lynagh * Fix making Windows bindist and installer M ./ghc.mk -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090929012717-3fd76-67eac906a480222cc7832c56155603379e5c7784.gz ___ Cvs-ghc

patch applied (ghc): Follow bindist changes in bindisttest

2009-09-28 Thread Ian Lynagh
Sun Sep 27 14:50:31 PDT 2009 Ian Lynagh * Follow bindist changes in bindisttest Also add support for testing the bindistprep tarball, for when we are validating. M ./bindisttest/Makefile -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927215031-3fd76

patch applied (ghc): More bindist tweaking

2009-09-28 Thread Ian Lynagh
Sun Sep 27 14:21:14 PDT 2009 Ian Lynagh * More bindist tweaking M ./ghc.mk -9 +9 M ./mk/config.mk.in -6 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090927212114-3fd76-aa4710f4edd7dbf54cb1917b6909ffb030fae45e.gz

patch applied (ghc): Fix bindist creation

2009-09-20 Thread Ian Lynagh
Sun Sep 20 11:36:31 PDT 2009 Ian Lynagh * Fix bindist creation M ./rules/bindist.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090920183631-3fd76-5999d82415c6a8390c16a326cde55f70256f3757.gz ___ Cvs-ghc mailing list

patch applied (ghc): More bindist fixes

2009-09-12 Thread Ian Lynagh
Sat Sep 12 07:32:48 PDT 2009 Ian Lynagh * More bindist fixes M ./ghc.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090912143248-3fd76-f086e5ce45ed9d380ef07d98694e1e1e985ec4ec.gz ___ Cvs-ghc mailing list Cvs-ghc

patch applied (/haskell/ghc): Add an updated amd64 freebsd8 6.10.4 bindist

2009-09-11 Thread Ian Lynagh
Fri Sep 11 15:17:50 EDT 2009 Ian Lynagh * Add an updated amd64 freebsd8 6.10.4 bindist M ./download_ghc_6_10_4.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix bindist creation

2009-08-26 Thread Ian Lynagh
Wed Aug 26 05:29:53 PDT 2009 Ian Lynagh * Fix bindist creation We were running into problems like: for f in LICENSE configure config.sub config.guess [...] make[2]: execvp: /bin/sh: Argument list too long This patch moves the loop into make, rather than the shell. M

patch applied (ghc): bindist fix

2009-08-16 Thread Ian Lynagh
Sun Aug 16 13:03:26 PDT 2009 Ian Lynagh * bindist fix M ./ghc.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090816200326-3fd76-d1a27e784f8690f68f2d0247a42a761cb2e366b5.gz ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Remove the old platform code from the bindist configure.ac

2009-08-16 Thread Ian Lynagh
Fri Aug 14 15:54:31 PDT 2009 Ian Lynagh * Remove the old platform code from the bindist configure.ac M ./distrib/configure-bin.ac -96 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090814225431-3fd76-407341362ba8aa4a370dce65acd520c61aadb4bd.gz

patch applied (ghc): Fix bindist creation

2009-08-08 Thread Ian Lynagh
Sat Aug 8 11:44:07 PDT 2009 Ian Lynagh * Fix bindist creation This is a bit kludgy. We've hit the maximum number of arguments you can have in the for loop for adding files to the bindist list, so this just splits the list in 2. M ./ghc.mk -1 +4 M ./rules/bindist.mk -2 +2

patch applied (ghc): Fix "make show" in a bindist

2009-08-01 Thread Ian Lynagh
Sat Aug 1 14:26:04 PDT 2009 Ian Lynagh * Fix "make show" in a bindist M ./Makefile -7 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090801212604-3fd76-c65820e340244196346fe23ad0bc09f334688a51.gz ___ Cvs-ghc ma

patch applied (ghc): Slight tweak to avoid overflowing the command-line size in bindist

2009-07-27 Thread Simon Marlow
Mon Jul 27 02:09:46 PDT 2009 Simon Marlow * Slight tweak to avoid overflowing the command-line size in bindist Ignore-this: 1e2ff207d03fed08576ac59f0b46c08c Not a real fix: if this bites us again we'll have to rethink M ./rules/bindist.mk -1 +1 View patch online:

patch applied (ghc): Add buildinfo files to the bindist

2009-06-25 Thread Ian Lynagh
Thu Jun 25 06:22:20 PDT 2009 Ian Lynagh * Add buildinfo files to the bindist M ./rules/build-package.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090625132220-3fd76-c8c765eda77fdc7d0da989a00259597736d68ef3.gz

patch applied (ghc): Improve bindist testing

2009-06-13 Thread Ian Lynagh
Sat Jun 13 09:15:16 PDT 2009 Ian Lynagh * Improve bindist testing We now also test runghc and unlit ./bindisttest/HelloWorld.hs -> ./bindisttest/HelloWorld.lhs M ./bindisttest/HelloWorld.lhs +3 M ./bindisttest/Makefile +2 View patch online: http://darcs.haskell.org/ghc/_da

patch applied (ghc): Tweak bindist creation

2009-05-16 Thread Ian Lynagh
Sat May 16 05:55:27 PDT 2009 Ian Lynagh * Tweak bindist creation libraries built by stage2 need all their bits in the bindist too. We were testing (stage == 1) rather than (stage /= 0). M ./rules/build-package.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches

patch applied (ghc-6.10/ghc): Add PDF and PS files to the bindist

2009-04-29 Thread Ian Lynagh
Wed Apr 29 05:17:18 PDT 2009 Ian Lynagh * Add PDF and PS files to the bindist M ./mk/bindist.mk +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090429121718-3fd76-6d17be52298a7c7ab572c6b1c132391c90da9dbb.gz ___ Cvs

patch applied (/haskell/ghc): Add a note that you need libffi5 for the i386 libedit2 bindist

2009-04-13 Thread Ian Lynagh
Mon Apr 13 15:01:32 EDT 2009 Ian Lynagh * Add a note that you need libffi5 for the i386 libedit2 bindist M ./download_ghc_6_10_2.html +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Don't use the absolute path to the bindist tarball

2009-02-10 Thread Ian Lynagh
Tue Feb 10 13:52:15 PST 2009 Ian Lynagh * Don't use the absolute path to the bindist tarball On Windows, we end up doing something like rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist and it thinks that it is meant to get the file from the host called "c&

patch applied (ghc-6.10/ghc): Don't use the absolute path to the bindist tarball

2009-02-10 Thread Ian Lynagh
Tue Feb 10 13:52:15 PST 2009 Ian Lynagh * Don't use the absolute path to the bindist tarball On Windows, we end up doing something like rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist and it thinks that it is meant to get the file from the host called "c&

patch applied (ghc-6.10/ghc): Create package.conf when installing a bindist

2009-02-01 Thread Ian Lynagh
Sun Jan 18 03:06:54 PST 2009 Ian Lynagh * Create package.conf when installing a bindist M ./distrib/Makefile +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090118110654-3fd76-e51fd88d2a5b0d9f31c96fb29442235ab7c45a05.gz

patch applied (ghc): Create package.conf when installing a bindist

2009-01-18 Thread Ian Lynagh
Sun Jan 18 03:06:54 PST 2009 Ian Lynagh * Create package.conf when installing a bindist M ./distrib/Makefile +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090118110654-3fd76-e51fd88d2a5b0d9f31c96fb29442235ab7c45a05.gz

patch applied (/srv/home/buildbot/buildbot-collator): Handle srcdist/bindist failure in successful builds

2008-12-05 Thread Ian Lynagh
Tue Aug 7 03:49:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Handle srcdist/bindist failure in successful builds M ./BuildbotCollator.hs +4 View patch online: http://darcs.haskell.org//srv/home/buildbot/buildbot-collator/_darcs/patches/20070807104937

patch applied (ghc): Fix libffi bindist

2008-11-08 Thread Clemens Fruhwirth
Sat Nov 8 01:47:25 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Fix libffi bindist M ./libffi/Makefile -6 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081108094725-ed0c4-daf374b0d303978ae282f278474b89f250a62

Re: patch applied (ghc): Delay building libffi until package.conf is created and fix bindist

2008-10-11 Thread Thomas Schilling
Ah, thanks. I will try it out on monday. 2008/10/11 Clemens Fruhwirth <[EMAIL PROTECTED]>: > At Fri, 10 Oct 2008 11:45:07 +0100, > Thomas Schilling wrote: >> >> This fixed the build under Windows. But if I now run the inplace ghc >> in interactive mode it can't find the .dll: >> >> $ ../../../gh

Re: patch applied (ghc): Delay building libffi until package.conf is created and fix bindist

2008-10-11 Thread Clemens Fruhwirth
At Fri, 10 Oct 2008 11:45:07 +0100, Thomas Schilling wrote: > > This fixed the build under Windows. But if I now run the inplace ghc > in interactive mode it can't find the .dll: > > $ ../../../ghc/ghc/stage2-inplace/ghc.exe --interactive > GHCi, version 6.11.20081010: http://www.haskell.org/ghc

Re: patch applied (ghc): Delay building libffi until package.conf is created and fix bindist

2008-10-10 Thread Simon Marlow
package to init_pkgs in compiler/ghci/Linker.lhs. Cheers, Simon Any suggestions? 2008/10/10 Clemens Fruhwirth <[EMAIL PROTECTED]>: Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Delay building libffi until package.conf is created and fix bindist M

Re: patch applied (ghc): Delay building libffi until package.conf is created and fix bindist

2008-10-10 Thread Thomas Schilling
t;: > Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> > * Delay building libffi until package.conf is created and fix bindist > >M ./Makefile -1 +1 >M ./libffi/Makefile -3 +5 > > View patch online: > http://darcs.haske

patch applied (ghc): Delay building libffi until package.conf is created and fix bindist

2008-10-10 Thread Clemens Fruhwirth
Fri Oct 10 00:31:06 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Delay building libffi until package.conf is created and fix bindist M ./Makefile -1 +1 M ./libffi/Makefile -3 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081010073106

patch applied (ghc): Fix bindist creation: Only the main RTS was being put in the bindists

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: Only the main RTS was being put in the bindists M ./rts/Makefile -2 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d2e4

patch applied (ghc-6.10/ghc): Fix bindist creation: Only the main RTS was being put in the bindists

2008-10-09 Thread Ian Lynagh
Thu Oct 9 09:34:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: Only the main RTS was being put in the bindists M ./rts/Makefile -2 +6 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081009163451-3fd76-f2cdbb5b17a53840a946247947b5df140d

patch applied (ghc-6.10/ghc): Install libffi when installing frmo a bindist

2008-09-19 Thread Ian Lynagh
Fri Sep 19 06:03:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install libffi when installing frmo a bindist M ./distrib/Makefile +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080919130332-3fd76-8268a06649f78b74a03458141a462e8c9547a

patch applied (ghc): Install libffi when installing frmo a bindist

2008-09-19 Thread Ian Lynagh
Fri Sep 19 06:03:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Install libffi when installing frmo a bindist M ./distrib/Makefile +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080919130332-3fd76-8268a06649f78b74a03458141a462e8c9547a

patch applied (ghc): bindist fixes

2008-09-07 Thread Ian Lynagh
Sun Sep 7 11:52:32 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * bindist fixes M ./compiler/Makefile +8 M ./docs/storage-mgt/Makefile +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080907185232-3fd76-6dabc657d3d7ccef76412aa96150b9af9c6a1

patch applied (ghc): Always build docs/{ext-core, storage-mgt}, even when making a bindist

2008-08-30 Thread Ian Lynagh
Fri Aug 29 08:21:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Always build docs/{ext-core,storage-mgt}, even when making a bindist M ./docs/Makefile -4 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080829152141-3fd76-ba7f434164855689c3ebb44c78425912a7ce8

patch applied (/haskell/ghc): Add a Sparc/Solaris 6.8.3 bindist from Christian Maeder

2008-08-15 Thread Ian Lynagh
Fri Aug 15 17:43:18 EDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a Sparc/Solaris 6.8.3 bindist from Christian Maeder M ./download_ghc_683.html -5 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): bindist fixes

2008-08-10 Thread Ian Lynagh
Sun Aug 10 06:39:25 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * bindist fixes M ./Makefile -2 +11 M ./compiler/Makefile -21 +2 M ./distrib/Makefile +1 M ./docs/docbook-cheat-sheet/Makefile -2 +1 M ./docs/ext-core/Makefile -2 +3 M ./docs/storage-mgt/Makefile -2 +3

patch applied (/haskell/ghc): Update the PowerPC 6.8.3 bindist to say it is G5-only

2008-06-27 Thread Ian Lynagh
Fri Jun 27 13:45:31 EDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update the PowerPC 6.8.3 bindist to say it is G5-only M ./download_ghc_683.html -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add a missing endif to the bindist Makefile

2008-03-14 Thread Ian Lynagh
Wed Mar 5 14:11:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a missing endif to the bindist Makefile M ./distrib/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add a missing endif to the bindist Makefile

2008-03-05 Thread Ian Lynagh
Wed Mar 5 14:11:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a missing endif to the bindist Makefile M ./distrib/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Add a FreeBSD amd64 bindist from Wilhelm Bernhard Kloke

2008-01-06 Thread Ian Lynagh
Sun Jan 6 14:10:24 EST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a FreeBSD amd64 bindist from Wilhelm Bernhard Kloke M ./download_ghc_682.html -3 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): More bindist-publishing fixes and refactoring

2007-12-19 Thread Ian Lynagh
Tue Dec 18 06:45:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * More bindist-publishing fixes and refactoring M ./Makefile -6 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): More bindist-publishing fixes and refactoring

2007-12-18 Thread Ian Lynagh
Tue Dec 18 06:45:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * More bindist-publishing fixes and refactoring M ./Makefile -6 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix bindist creation: readline/config.mk is gone

2007-12-07 Thread Ian Lynagh
Mon Dec 3 04:30:31 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: readline/config.mk is gone M ./libraries/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix bindist creation: readline/config.mk is gone

2007-12-03 Thread Ian Lynagh
Mon Dec 3 04:30:31 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation: readline/config.mk is gone M ./libraries/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860

2007-11-27 Thread Ian Lynagh
Tue Nov 27 12:39:59 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860 This is a bit unpleasant, as "make binary-dist" really shouldn't actually build anything, but it works.

patch applied (ghc-6.8/ghc): Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860

2007-11-27 Thread Ian Lynagh
Tue Nov 27 12:39:59 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860 This is a bit unpleasant, as "make binary-dist" really shouldn't actually build anything, but it works.

patch applied (/haskell/ghc): Add AIX 5.1L bindist for 6.8.1 (snapshot)

2007-11-25 Thread Ian Lynagh
Sun Nov 25 12:44:16 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add AIX 5.1L bindist for 6.8.1 (snapshot) M ./download_ghc_681.html -20 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Add another OS X 10.4 PPC bindist from Christian Maeder

2007-11-17 Thread Ian Lynagh
Sat Nov 17 15:16:56 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add another OS X 10.4 PPC bindist from Christian Maeder M ./download_ghc_681.html -2 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): MERGED: We need to install-docs when making the Windows bindist

2007-10-27 Thread Ian Lynagh
Sat Oct 27 13:32:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: We need to install-docs when making the Windows bindist M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): We need to install-docs when making the Windows bindist

2007-10-27 Thread Ian Lynagh
Sat Oct 27 07:43:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * We need to install-docs when making the Windows bindist M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix installing the ghc package .hi files in a bindist

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the ghc package .hi files in a bindist M ./compiler/Makefile -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix installing the ghc package .hi files in a bindist

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the ghc package .hi files in a bindist M ./compiler/Makefile -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove remaining bits of bindist "make in-place"

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove remaining bits of bindist "make in-place" M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc-6.8/ghc): Remove remaining bits of bindist "make in-place"

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove remaining bits of bindist "make in-place" M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc): Fix bindist creation on Windows

2007-09-05 Thread Ian Lynagh
Wed Sep 5 09:13:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation on Windows M ./Makefile -1 +1 M ./driver/ghci/Makefile -1 +1 M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -17 +24 ___ Cvs-ghc m

patch applied (ghc): Fix up bindist creation and publishing

2007-09-05 Thread Ian Lynagh
Wed Sep 5 09:06:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix up bindist creation and publishing M ./Makefile -12 +7 M ./bindisttest/Makefile -6 +4 M ./distrib/Makefile-bin-vars.in -3 +18 M ./libraries/Makefile -2 +2 M ./mk/config.mk.in -3 +12 M ./mk/package

patch applied (ghc-6.8/ghc): Fix bindist creation on Windows

2007-09-05 Thread Ian Lynagh
Wed Sep 5 09:13:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix bindist creation on Windows M ./Makefile -1 +1 M ./driver/ghci/Makefile -1 +1 M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -17 +24 ___ Cvs-ghc m

patch applied (ghc-6.8/ghc): Fix up bindist creation and publishing

2007-09-05 Thread Ian Lynagh
Wed Sep 5 09:06:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix up bindist creation and publishing M ./Makefile -12 +7 M ./bindisttest/Makefile -6 +4 M ./distrib/Makefile-bin-vars.in -3 +18 M ./libraries/Makefile -2 +2 M ./mk/config.mk.in -3 +12 M ./mk/package

patch applied (ghc): Copy LICENSE files into the bindist, as Cabal now installs them

2007-08-28 Thread Ian Lynagh
Tue Aug 28 06:04:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Copy LICENSE files into the bindist, as Cabal now installs them M ./libraries/Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

  1   2   >