Time files... and here's another alpha HP for 7.10

So - I hear from a bird that 7.10.2 might be just around the corner. I'm getting ahead of the curve! I just did a fully hermetic and clean build of head of GHC 7.10 branch (what should become 7.10.2), and then brought HP up-to-date: - bootstrapped with 7.10.1 (so hptool needed fixes to build with that) - uses latest shake - built on a clean Debian Wheezy (7) install, (hence uses glibc 2.13 and should also run on Ubuntu 12.04 and later) The package versions are updated as follows: Cabal 1.22.2.0 --> 1.22.3.0 cabal-install 1.22.2.0 --> 1.22.4.0 attoparsec 0.12.1.4 --> 0.13.0.0 syb 0.4.4 --> 0.5.1 text 1.2.0.4 --> 1.2.1.1 cgi 3001.2.2.1 --> 3001.2.2.2 network 2.6.0.2 --> 2.6.2.0 network-uri 2.6.0.1 --> 2.6.0.3 QuickCheck 2.8 --> 2.8.1 hscolour 1.22 --> 1.23 GLUT 2.7.0.0 --> 2.7.0.1 GLURaw 1.5.0.0 --> 1.5.0.1 OpenGL 2.12.0.0 --> 2.12.0.1 OpenGLRaw 2.4.1.0 --> 2.5.0.0 Only package issue was: zlib 0.5.4.2 -- held back because cabal-install needs < 0.6 All the same caveats and notes from Alpha 2 still apply. All these changes are in the pre-release-2 branch on github -- I'll merge it all together later this week. There is a hp-bindist-tarball on my server: haskell-platform-7.10.1.20150528-x86_64-unknown-linux-deb7.tar.gz http://www.ozonehouse.com/mark/platform/haskell-platform-7.10.1.20150528-x86... SHA-256: b503c9e2c34c0865b5fee39444027667bb39b786fa7664029287e3bbf33379da I'll build and put up OS X version in a day or two. One last thing... I'm proposing that we name this release: Haskell Platform 7.10.2 ! - Mark

There is now an OS X installer of this* "pre 7.10.2 - we'll just call it alpha 3" *Platform, again, built with head of GHC 7.10 branch this morning: Haskell Platform 7.10.1.20150601 alpha 3 64bit.pkg http://www.ozonehouse.com/mark/platform/Haskell%20Platform%207.10.1.20150601... SHA-256: 65adae24b0a75e23c77632e7375198b4f3158e49984e3a1afec452d7ae5832ce Watch out... it weighs 230MiB!

Installed fine, ghc-pkg check shows no problems.
However cabal install ghc-core finished with:
/Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-ghc-7.10.1.20150601/index.html
haddock: internal error:
/Library/Frameworks/GHC.framework/Versions/7.10.1-x86_64/usr/lib/ghc-7.10.1/settings:
openFile: does not exist (No such file or directory)
Should I file a haddock or a ghc-core bug? cabal install criterion did not
have a problem
Thanks
George
On Tue, Jun 2, 2015 at 4:03 AM, Mark Lentczner
There is now an OS X installer of this* "pre 7.10.2 - we'll just call it alpha 3" *Platform, again, built with head of GHC 7.10 branch this morning:
Haskell Platform 7.10.1.20150601 alpha 3 64bit.pkg http://www.ozonehouse.com/mark/platform/Haskell%20Platform%207.10.1.20150601... SHA-256: 65adae24b0a75e23c77632e7375198b4f3158e49984e3a1afec452d7ae5832ce
Watch out... it weighs 230MiB!
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

I guess I should file a haddock bug as I got the same error installing
threadscope
On Tue, Jun 2, 2015 at 8:03 AM, George Colpitts
Installed fine, ghc-pkg check shows no problems. However cabal install ghc-core finished with:
/Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-ghc-7.10.1.20150601/index.html haddock: internal error: /Library/Frameworks/GHC.framework/Versions/7.10.1-x86_64/usr/lib/ghc-7.10.1/settings: openFile: does not exist (No such file or directory)
Should I file a haddock or a ghc-core bug? cabal install criterion did not have a problem
Thanks George
On Tue, Jun 2, 2015 at 4:03 AM, Mark Lentczner
wrote: There is now an OS X installer of this* "pre 7.10.2 - we'll just call it alpha 3" *Platform, again, built with head of GHC 7.10 branch this morning:
Haskell Platform 7.10.1.20150601 alpha 3 64bit.pkg http://www.ozonehouse.com/mark/platform/Haskell%20Platform%207.10.1.20150601... SHA-256: 65adae24b0a75e23c77632e7375198b4f3158e49984e3a1afec452d7ae5832ce
Watch out... it weighs 230MiB!
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Yes
ghc --print-libdir
/Library/Frameworks/GHC.framework/Versions/7.10.1.20150601-x86_64/usr/lib/ghc-7.10.1.20150601
bash-3.2$
On Tue, Jun 2, 2015 at 10:22 AM, Mark Lentczner
On Tue, Jun 2, 2015 at 4:40 AM, George Colpitts
wrote: I guess I should file a haddock bug as I got the same error installing threadscope
Does ghc --print-libdir display the correct path? (That is, with the full version number.)
- Mark

I uninstalled, reinstalled , did a cabal install of haddock then ghc-core
and threadscope and saw no errors so I guess we are fine as long as the
next version includes the latest haddock. I notice on the 7.10.2 active
tickets page there is a ticket saying that 7.10.2 needs the latest haddock.
On Tue, Jun 2, 2015 at 1:01 PM, George Colpitts
Yes
ghc --print-libdir
/Library/Frameworks/GHC.framework/Versions/7.10.1.20150601-x86_64/usr/lib/ghc-7.10.1.20150601 bash-3.2$
On Tue, Jun 2, 2015 at 10:22 AM, Mark Lentczner
wrote: On Tue, Jun 2, 2015 at 4:40 AM, George Colpitts < george.colpitts@gmail.com> wrote:
I guess I should file a haddock bug as I got the same error installing threadscope
Does ghc --print-libdir display the correct path? (That is, with the full version number.)
- Mark

When you did the cabal install of haddock, which haddock did you get? Isn't 2.16.0 the latest? And that should be what is in the Platform. I guess I should check that the haddock in GHC is actually 2.16.0!

Not sure what is in the platform as I just did the following:
cabal install -j3 haddock
Resolving dependencies...
Configuring ghc-paths-0.1.0.9...
Configuring haddock-library-1.2.0...
Building haddock-library-1.2.0...
Building ghc-paths-0.1.0.9...
Installed ghc-paths-0.1.0.9
Installed haddock-library-1.2.0
Configuring haddock-api-2.16.0...
Building haddock-api-2.16.0...
Installed haddock-api-2.16.0
Configuring haddock-2.16.0...
Building haddock-2.16.0...
Installed haddock-2.16.0
Updating documentation index
/Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-ghc-7.10.1.20150601/index.html
If nobody else is seeing the problem I did, I don't think we should worry
about it.
For reference, here is the link for the ghc 7.10.2 Haddock ticket
https://ghc.haskell.org/trac/ghc/ticket/10496 I mentioned, "Update
Haddock for 7.10.2"
Regards
George
On Tue, Jun 9, 2015 at 11:02 AM, Mark Lentczner
When you did the cabal install of haddock, which haddock did you get? Isn't 2.16.0 the latest? And that should be what is in the Platform.
I guess I should check that the haddock in GHC is actually 2.16.0!
participants (2)
-
George Colpitts
-
Mark Lentczner