> > > Re: strip installPackage
> > >
> > > I ran into this too, I'm just testing the fix.
> > 
> > I notice you committed a pile of patches, but nothing that seems to 
> > have dealt with this issue. I'm just checking that the patch wasn't 
> > overlooked (no hurry if it was deliberately not pushed)
> 
> Isn't this it?:
> 
> Tue Oct  7 14:47:57 BST 2008  Simon Marlow <[EMAIL PROTECTED]>
>   * add missing exeExtension when stripping an executable

Woops, I had been looking for a patch to GHC, but I see this was a patch
to Cabal. I thought I'd tried an update/rebuild since then which had
also failed, but something may have been stale.

Doing a completely fresh "make distclean" then building I get:

....
libtool: install: warning: remember to run `libtool --finish
/usr/local/lib'
touch stamp.ffi.build
cp libffi.a libHSffi.a
cp libffi.a libHSffi_p.a
touch empty.c
gcc -c empty.c -o HSffi.o
gcc -E  -undef -traditional -P \
                -DIMPORT_DIR='"c:/ghc-build/ghc/libraries/ffi"' \
                -DLIB_DIR='"c:/ghc-build/ghc/libraries/ffi"' \
                -DINCLUDE_DIR='"c:/ghc-build/ghc/libraries/ffi/include"'
\
                -DDATA_DIR='"c:/ghc-build/ghc/libraries/ffi"' \
                -DHTML_DIR='"c:/ghc-build/ghc/libraries/ffi/html"' \
 
-DHADDOCK_IFACE='"c:/ghc-build/ghc/libraries/ffi/html/ffi.haddoc
k"' \
                -DFPTOOLS_TOP_ABS='"c:/ghc-build/ghc"' \
                -x c -I../includes -Iinclude -DPACKAGE=ffi -DVERSION=
-DPKG_LIBD
IR='"$topdir"' -DPKG_DATADIR='"$topdir"' package.conf.in | \
        grep -v '^#pragma GCC' | \
        sed -e 's/""//g' -e 's/:[       ]*,/: /g' >package.conf.inplace
c:/ghc-build/ghc/utils/ghc-pkg/install-inplace/bin/ghc-pkg update -
--force-file
s <package.conf.inplace
ghc-pkg.exe: Can't find package.conf
make[1]: *** [../driver/stamp-pkg-conf-ffi] Error 1
make[1]: Leaving directory `/cygdrive/c/ghc-build/ghc/libffi'
make: *** [stage1] Error 2

So it seems something else has gone wrong, nearby the brand new FFI
stuff.

Thanks

Neil

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to