On Mon, Feb 27, 2006 at 07:45:45PM -0800, Jurij Smakov wrote:
> On Mon, 27 Feb 2006, Ian Lynagh wrote:
> 
> >Over the weekend I confirmed that removing the ".SECONDARY:" fixed the
> >problem, at the slight expense of make being less convenient while doing
> >development. I've checked it works OK on x86, and have left vore to
> >churn at it.
> 
> Cool. Can you post a patch please? Do you already have a solution for the 
> xlibs-dev transition problem? If not, I can try to come up with a patch.

The relevant bits are below; the complete thing is at
http://musketeer.comlab.ox.ac.uk/~igloo/ghc6_6.4.1-2.diff.gz

The sparc build turned out to be broken; I'll try again once
debian-admin have upgraded gcc on vore (see
http://www.haskell.org/pipermail/glasgow-haskell-users/2006-February/009760.html
(continued in
http://www.haskell.org/pipermail/glasgow-haskell-users/2006-March/009765.html)
for details).


Thanks
Ian


--- ghc6-6.4.1.orig/mk/suffix.mk
+++ ghc6-6.4.1/mk/suffix.mk
@@ -22,10 +22,6 @@

 .DELETE_ON_ERROR:

-# This line prevents GNU make from deleting any intermediate targets:
-
-.SECONDARY:
-
 #-----------------------------------------------------------------------------
 # Haskell Suffix Rules

--- ghc6-6.4.1/debian/control
+++ ghc6-6.4.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ian Lynagh (wibble) <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | 
libreadline-dev, xlibmesa-gl-dev, libglu1-xorg-dev | libglu-dev, libglut3-dev, 
time, xutils, devscripts, haddock (>= 0.6), ghc6, cpio, jade, docbook-utils, 
xlibs-dev, grep-dctrl, autotools-dev, xmltex, docbook-xsl, docbook-xml
+Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | 
libreadline-dev, xlibmesa-gl-dev, libglu1-xorg-dev | libglu-dev, libglut3-dev, 
time, xutils, devscripts, haddock (>= 0.6), ghc6, cpio, libx11-dev, libsm-dev, 
libice-dev, libxmu-dev, libxi-dev, grep-dctrl, autotools-dev, docbook-xsl
 
 Package: ghc6
 Architecture: any




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to