build failure

2005-02-25 Thread Kip Macy
I've followed the instructions for building on the host for an unregistered x86_64 build, but when I do: cd glafp-utils/ & make boot && make I get: <...> ls/Outputable.lhs utils/Panic.lhs utils/Pretty.lhs utils/PrimPacked.lhs utils/StringBuffer.lhs utils/UnicodeUtil.lhs utils/UniqFM.lhs utils/Uni

GHC build failure

2005-10-16 Thread Krasimir Angelov
When I am trying to build GHC from CVS it fails with: deSugar/DsMeta.hs:288:13: Constructor `ConDecl' should have 6 arguments, but has been given 4 When checking the pattern: ConDecl con [] (L _ []) details When checking the pattern: L loc (ConDecl con [] (L _ []) details) In the defin

Re: build failure

2005-02-25 Thread Donald Bruce Stewart
kip.macy: > I've followed the instructions for building on the host for an > unregistered x86_64 build, but when I do: > cd glafp-utils/ & make boot && make > I get: > <...> > ls/Outputable.lhs utils/Panic.lhs utils/Pretty.lhs > utils/PrimPacked.lhs utils/StringBuffer.lhs utils/UnicodeUtil.lhs >

Documentation build failure

2011-03-05 Thread Daniel Fischer
make-ing 7.0.2 failed with: -- everything fine up to here, users guide html okay Build users_guide.ps This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/openSUSE) entering extended mode latex failed users_guide_tmp.tex:1631: Undefined control sequence \Documents. users_guide_tmp.tex:1631: l

Re: CVS build failure

2004-11-05 Thread Sven Panne
Peter Simons wrote: And some more information on the issue. When I run the configure script, I see this error message on the screen (which probably won't make it into the config.log output): | checking for xmllint... /usr/bin/xmllint | checking for DocBook DTD... ok | checking for xsltproc... /u

Re: CVS build failure

2004-11-05 Thread Peter Simons
The problem turned out to a Gentoo bug. :-( It can be fixed by executing ACCEPT_KEYWORDS=~x86 emerge libxslt which upgrades to version 1.1.9-r1. With that, I can build GHC again. Sorry about the "misreport". Peter ___ Glasgow-haskell-users mail

Re: CVS build failure

2004-11-06 Thread Sven Panne
Peter Simons wrote: Linux x86, I configure my build with the script: | #! /bin/sh -- | | GHC="ghc-6.2.2" | SUBDIRS="alex ghc haddock happy hslibs libraries" | | for n in ${SUBDIRS} .; do | echo >$n/mk/build.mk "XMLDocWays := html" | done | | autoreconf -i | ./configure --prefix=/usr/lo

Build failure with HEAD

2012-04-20 Thread Austin Seipp
ious,) I get another (possibly related) build failure as well: --- compiler/deSugar/DsMeta.hs:326:18: Constructor `FamInstD' should have 2 arguments, but has been given 1 In the pattern: FamInstD fi_decl In t

RE: Windows build failure

2008-09-09 Thread Simon Peyton-Jones
: Windows build failure | | Hi | | I've now got a build of GHC, and a binary distribution. The compilation | succeeded after the hacks detailed in the previous message. | | There are now two issues: | | * runhaskell isn't in ghc/bin - but runghc is. I guess something forgot | to get copied or cre

Re: Windows build failure

2008-09-09 Thread Ian Lynagh
Hi Neil, On Mon, Sep 08, 2008 at 09:40:47AM +0100, Mitchell, Neil wrote: > > I initially got a failure about cc1 not being found when executing > 6.8.3's gcc, which I worked around by adding c:/ghc/ghc-6.8.3/gcc-lib at > the end of the path (i.e. last priority) I'm not sure why some people see

RE: Windows build failure

2008-09-10 Thread Mitchell, Neil
Hi Ian, > I initially got a failure about cc1 not being found when executing > 6.8.3's gcc, which I worked around by adding c:/ghc/ghc-6.8.3/gcc-lib > at the end of the path (i.e. last priority) | I'm not sure why some people see this and others don't. Anyway, John Dias has also seen it, and he

Re: Windows build failure

2008-09-10 Thread Claus Reinke
| I'm not sure why some people see this and others don't. Anyway, John | Dias has also seen it, and he and Duncan | are working on a patch for it (basically, Cabal needs to pass a "-B | " flag to gcc, to tell it where its bits are). My best guess is that it's a mingw issue, something that chance

RE: Windows build failure

2008-09-10 Thread Mitchell, Neil
Hi Claus, For reference, I'm using cygwin bash+mingw gcc on Windows XP, following your instructions as closely as possible - but with the latest version of cygwin and mingw. The biggest niggle for me currently is the lack of the GHC API, which is built in stage2, but not transferred across to the

Re: Windows build failure

2008-09-10 Thread Claus Reinke
For reference, I'm using cygwin bash+mingw gcc on Windows XP, following your instructions as closely as possible - but with the latest version of cygwin and mingw. Then I'm really surprised to see you having so much trouble. Unless you've accidentally installed parts of the cygwin gcc chain (or

Re: Windows build failure

2008-09-10 Thread Ian Lynagh
On Tue, Sep 09, 2008 at 12:08:12PM +0100, Mitchell, Neil wrote: > > #define __MINGW_NOTHROW > > So I added c:\mingw\lib\gcc\mingw32\3.4.5 to the $PATH, where I found a > copy of crtbegin.o. I'm not sure what's happening here, but I think we should see if the forthcoming -B patch fixes these too.

Re: Windows build failure

2008-09-10 Thread Ian Lynagh
On Tue, Sep 09, 2008 at 02:56:28PM +0100, Mitchell, Neil wrote: > > * runhaskell isn't in ghc/bin - but runghc is. I guess something forgot > to get copied or created. This issue is very minor to me, but will be of > great significance if it was missing in a release. Thanks; trac'ed as #2582 so I

RE: Windows build failure

2008-09-10 Thread Mitchell, Neil
> * The ghc API package hasn't been installed. "ghc-pkg list" gives: | Do you have this patch?: Probably not, I've just pulled and am rebuilding. Thanks Neil == Please access the attached hyperlink for an important el

Re: Windows build failure

2008-09-10 Thread Ian Lynagh
On Wed, Sep 10, 2008 at 12:26:00PM +0100, Mitchell, Neil wrote: > > > * The ghc API package hasn't been installed. "ghc-pkg list" gives: > > | Do you have this patch?: > > Probably not, I've just pulled and am rebuilding. OK, I think your haddock problems are also fixed in the HEAD, by: [Fi

RE: Windows build failure

2008-09-10 Thread Mitchell, Neil
x27;t work? Thanks Neil -Original Message- From: Ian Lynagh [mailto:[EMAIL PROTECTED] Sent: 10 September 2008 1:14 pm To: Mitchell, Neil Cc: glasgow-haskell-users@haskell.org Subject: Re: Windows build failure On Wed, Sep 10, 2008 at 12:26:00PM +0100, Mitchell, Neil wrote: > > >

Re: Windows build failure

2008-09-12 Thread Ian Lynagh
Hi Neil, On Wed, Sep 10, 2008 at 01:45:34PM +0100, Mitchell, Neil wrote: > > Fresh pull, and I get in bind-dist: > > == make install-docs - --no-print-directory -r; > in /cygdrive/c/ghc-build/ghc/docs/ext-core > > make[3]

Re: Documentation build failure

2011-03-05 Thread Malte Sommerkorn
On Sat, Mar 05, 2011 at 11:27:40AM +0100, Daniel Fischer wrote: > make-ing 7.0.2 failed with: > > -- everything fine up to here, users guide html okay > > Build users_guide.ps > This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/openSUSE) > entering extended mode > latex failed > users_guid

Re: Documentation build failure

2011-03-05 Thread Ian Lynagh
On Sat, Mar 05, 2011 at 11:27:40AM +0100, Daniel Fischer wrote: > > $ dblatex --version > /usr/lib/python2.6/site-packages/dbtexmf/dblatex/grubber/util.py:8: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > dblatex version 0.2.7 I don't know if this is the

Re: Documentation build failure

2011-03-05 Thread Ian Lynagh
On Sat, Mar 05, 2011 at 01:20:03PM +0100, Malte Sommerkorn wrote: > > Building the ps/pdf documentation works only with a specific, outdated > version of dblatex I don't think that's true, but IIRC miktex includes a completely different program, also called dblatex, which doesn't do what we want.

Re: Documentation build failure

2011-03-05 Thread Daniel Fischer
On Sunday 06 March 2011 02:03:12, Ian Lynagh wrote: > On Sat, Mar 05, 2011 at 11:27:40AM +0100, Daniel Fischer wrote: > > > > > > $ dblatex --version > > /usr/lib/python2.6/site-packages/dbtexmf/dblatex/grubber/util.py:8: > > DeprecationWarning: the md5 module is deprecated; use hashlib instead >

Re: Documentation build failure

2011-03-18 Thread Ian Lynagh
On Sun, Mar 06, 2011 at 01:05:12AM +, Ian Lynagh wrote: > On Sat, Mar 05, 2011 at 01:20:03PM +0100, Malte Sommerkorn wrote: > > > > Building the ps/pdf documentation works only with a specific, outdated > > version of dblatex I've just won a battle with dblatex to get the docs built on OS X.

RC2 build failure on Debian: armel

2014-03-12 Thread Joachim Breitner
Hi, armel still fails like in RC1: https://buildd.debian.org/status/fetch.php?pkg=ghc&arch=armel&ver=7.8.20140228-1&stamp=1394495564 "inplace/bin/ghc-stage2" -o utils/haddock/dist/build/tmp/haddock ... /«PKGBUILDDIR»/compiler/stage2/build/libHSghc-7.8.0.20140228.a(genSym.o): In function `genSym':

RC2 build failure on Debian: armhf

2014-03-14 Thread Joachim Breitner
Hi, armhf still fails like in RC1: https://buildd.debian.org/status/fetch.php?pkg=ghc&arch=armhf&ver=7.8.20140228-1&stamp=1394723755 [..] 0% ( 0 / 5) in 'WwLib' 0% ( 0 / 2) in 'DmdAnal' 0% ( 0 / 2) in 'WorkWrap' compiler/typecheck/TcSplice.lhs-boot:29:1: TcSplice.tcTopSpliceExp

Re: RC2 build failure on Debian: armhf

2014-03-15 Thread Mateusz Kowalczyk
On 14/03/14 20:05, Joachim Breitner wrote: > Hi, > > armhf still fails like in RC1: > https://buildd.debian.org/status/fetch.php?pkg=ghc&arch=armhf&ver=7.8.20140228-1&stamp=1394723755 > [..] >0% ( 0 / 5) in 'WwLib' >0% ( 0 / 2) in 'DmdAnal' >0% ( 0 / 2) in 'WorkWrap' > > compile

Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Bas van Dijk
Hello, the HEAD of syb-with-class fails with the following error when build with ghc-7.2.1 and template-haskell-2.6: http://code.google.com/p/syb-with-class/issues/detail?id=4 Is this a bug in TH? Regards, Bas ___ Glasgow-haskell-users mailing list

GHC 6.6.1 Build failure on plain vanilla linux i686 build

2007-06-21 Thread Robin Bate Boerop
My build dies very soon after issuing "make". Here are the last few lines. Does anyone know what is happening and how to fix it? (The floating constant of which the error message speaks is __GHC_PATCHLEVEL__, which is set to 2.20060331.) I have a working GHC 6.4 installed, BTW. /sec/bin/g

GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-08 Thread Denis Bueno
Hi all, Apologies if this has already been reported, or is a symptom of something already reported. I downloaded the GHC source (http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-src.tar.bz2) and attempted to build as follows, bootstrapping with GHC 6.6.1: ./configure ; make -j3 (The error ma

CVS build failure (was: Building the add-ons in libraries/...)

2004-11-05 Thread Peter Simons
Sven Panne writes: >> /html/chunk.xsl happy.xml >> warning: failed to load external entity "/html/chunk.xsl" > It looks like configure hasn't found a DocBook XSL > directory on your machine. Could you provide us with a > little bit more information, please (log of the configure > run, confi

Re: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Sergei Trofimovich
> the HEAD of syb-with-class fails with the following error when build > with ghc-7.2.1 and template-haskell-2.6: > > http://code.google.com/p/syb-with-class/issues/detail?id=4 > > Is this a bug in TH? Very likely: http://hackage.haskell.org/trac/ghc/ticket/5362 -- Sergei signature.as

Re: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Bas van Dijk
On 9 August 2011 15:15, Sergei Trofimovich wrote: >> the HEAD of syb-with-class fails with the following error when build >> with ghc-7.2.1 and template-haskell-2.6: >> >> http://code.google.com/p/syb-with-class/issues/detail?id=4 >> >> Is this a bug in TH? > > Very likely: >    http://hackage.has

Re: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Ben Lippmeier
On 09/08/2011, at 23:15 , Sergei Trofimovich wrote: >> the HEAD of syb-with-class fails with the following error when build >> with ghc-7.2.1 and template-haskell-2.6: >> >> http://code.google.com/p/syb-with-class/issues/detail?id=4 >> >> Is this a bug in TH? > > Very likely: >http://hacka

RE: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Simon Peyton-Jones
users@haskell.org | Subject: Re: Build failure of syb-with-class with ghc-7.2.1 | | > the HEAD of syb-with-class fails with the following error when build | > with ghc-7.2.1 and template-haskell-2.6: | > | > http://code.google.com/p/syb-with-class/issues/detail?id=4 | > | > Is this a bug

RE: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Simon Peyton-Jones
lasgow-haskell-users-boun...@haskell.org] On Behalf Of Ben Lippmeier Sent: 09 August 2011 14:44 To: Bas van Dijk Cc: glasgow-haskell-users@haskell.org Mailing List Subject: Re: Build failure of syb-with-class with ghc-7.2.1 On 09/08/2011, at 23:15 , Sergei Trofimovich wrote: the HEAD of syb-with-class

RE: Build failure of syb-with-class with ghc-7.2.1

2011-08-09 Thread Simon Peyton-Jones
@haskell.org | Subject: Build failure of syb-with-class with ghc-7.2.1 | | Hello, | | the HEAD of syb-with-class fails with the following error when build | with ghc-7.2.1 and template-haskell-2.6: | | http://code.google.com/p/syb-with-class/issues/detail?id=4 | | Is this a bug in TH? | | Regards

Re: GHC 6.6.1 Build failure on plain vanilla linux i686 build

2007-06-28 Thread Ian Lynagh
Hi Robin, On Fri, Jun 22, 2007 at 01:21:00AM -0300, Robin Bate Boerop wrote: > My build dies very soon after issuing "make". Here are the last few > lines. Does anyone know what is happening and how to fix it? (The > floating constant of which the error message speaks is > __GHC_PATCHLEVEL_

Re: GHC 6.6.1 Build failure on plain vanilla linux i686 build

2007-06-28 Thread Robin Bate Boerop
Ian, indeed ghc --version was what you expected. Thank you for the advice. My build continues Was my 6.4.2 installed or configured improperly, so that the --version string was wrong? On 28/06/07, Ian Lynagh <[EMAIL PROTECTED]> wrote: Hi Robin, On Fri, Jun 22, 2007 at 01:21:00AM -0300, R

Re: GHC 6.6.1 Build failure on plain vanilla linux i686 build

2007-06-29 Thread Ian Lynagh
On Thu, Jun 28, 2007 at 03:58:32PM -0300, Robin Bate Boerop wrote: > On 28/06/07, Ian Lynagh <[EMAIL PROTECTED]> wrote: > > > >What does "/sec/bin/ghc --version" say? I suspect it'll be > >6.4.2.20060331 rather than 6.4.2. > > Ian, indeed ghc --version was what you expected. Thank you for the > ad

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-08 Thread Paul Brown
Try: ./configure --with-readline-include=/opt/local/include/readline -- with-readline-libraries=/opt/local/lib And this should work with the readline libs that you have installed via MacPorts. (Worked for me to build 6.8.1, and ghci works like it should.) -- Paul On Nov 8, 2007, at 5

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-09 Thread Bjorn Bringert
I have this in my ~/.profile so that I don't have to keep giving flags to configure for every single thing I build against MacPorts libraries: export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib export LD_LIBRARY_PATH=/opt/local/lib /Björn On Nov 9, 2007, at 6:13 , Paul Brow

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-10 Thread Denis Bueno
On Nov 9, 2007 4:38 AM, Bjorn Bringert <[EMAIL PROTECTED]> wrote: > I have this in my ~/.profile so that I don't have to keep giving > flags to configure for every single thing I build against MacPorts > libraries: > > export CPATH=/opt/local/include > export LIBRARY_PATH=/opt/local/lib > export LD

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-13 Thread Simon Marlow
Denis Bueno wrote: On Nov 9, 2007 4:38 AM, Bjorn Bringert <[EMAIL PROTECTED]> wrote: I have this in my ~/.profile so that I don't have to keep giving flags to configure for every single thing I build against MacPorts libraries: export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-15 Thread kenny lu
Hi, initially, I faced the same problem. i.e., ghc-pkg: dependency readline doesn't exist (use --force to override) Thus, I tried ./configure --with-readline-include=/opt/local/include/readline -- with-readline-libraries=/opt/local/lib and build again, then I hit another error, Preprocessing

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-15 Thread Denis Bueno
On Nov 15, 2007 10:10 AM, kenny lu <[EMAIL PROTECTED]> wrote: > I am using fink instead of darwin port, I have readline installed. > > > zhuo-ming-lus-computer:~ luzm$ fink list *readline* > Information about 1733 packages read in 1 seconds. > readline 4.3-1028 Comfortable terminal

Re: CVS build failure (was: Building the add-ons in libraries/...)

2004-11-05 Thread Peter Simons
And some more information on the issue. When I run the configure script, I see this error message on the screen (which probably won't make it into the config.log output): | checking for xmllint... /usr/bin/xmllint | checking for DocBook DTD... ok | checking for xsltproc... /usr/bin/xsltproc |

ghc-6.12.3 package base - build failure on ubuntu10.10 (works with 10.4)

2010-10-15 Thread Mischa Dieterle
Hi, I'm getting a build failure when I try to compile ghc-6.12 from the http://darcs.haskell.org/ghc-6.12 repo. ghc-cabal: Missing dependency on a foreign library: * Missing C library: iconv This problem can usually be solved by installing the system package that provides this li

Re: ghc-6.12.3 package base - build failure on ubuntu10.10 (works with 10.4)

2010-10-19 Thread Simon Marlow
On 15/10/2010 16:35, Mischa Dieterle wrote: Hi, I'm getting a build failure when I try to compile ghc-6.12 from the http://darcs.haskell.org/ghc-6.12 repo. ghc-cabal: Missing dependency on a foreign library: * Missing C library: iconv This problem can usually be solved by installin

Re: ghc-6.12.3 package base - build failure on ubuntu10.10 (works with 10.4)

2010-10-19 Thread Ryan Newton
rlow wrote: > On 15/10/2010 16:35, Mischa Dieterle wrote: > >> Hi, >> >> I'm getting a build failure when I try to compile ghc-6.12 from the >> http://darcs.haskell.org/ghc-6.12 repo. >> >> >> >> ghc-cabal: Missing dependency on a fore

Re: ghc-6.12.3 package base - build failure on ubuntu10.10 (works with 10.4)

2010-10-19 Thread Mischa Dieterle
0.10 today so I'll let you know if I run into the same thing. -Ryan On Tue, Oct 19, 2010 at 9:41 AM, Simon Marlow <mailto:marlo...@gmail.com>> wrote: On 15/10/2010 16:35, Mischa Dieterle wrote: Hi, I'm getting a build failure when I try to compile gh