darcs

Issue 2355 PACKAGE_VERSION_STATE prevents Darcs to build on Mavericks

Title PACKAGE_VERSION_STATE prevents Darcs to build on Mavericks
Priority Status given-up
Milestone Resolved in
Superseder Nosy List DaniilFrumin
Assigned To
Topics

Created on 2013-12-24.19:43:57 by DaniilFrumin, last changed 2022-12-11.08:24:16 by bfrk.

Messages
msg17119 (view) Author: DaniilFrumin Date: 2013-12-24.19:43:55
The gist of the problem: PACKAGE_VERSION_STATE is used in Setup.lhs and
nowhere else. Is it deprecated? Do we still need it?

A more detailed description of the actual problem I am facing:

One of the problems with the new XCode/new OSX is that Apple not only
decided to remove GCC, but also replace the GCC command with clang. 
http://www.haskell.org/haskellwiki/Mac_OS_X#Mac_OS_X_10.9_.28Mavericks.29.2C_Mac_OS_X_10.8_.28Mountain_Lion.29_and_Xcode_5

People therefore had to resort to using wrappers and other hacks.

Anyway, building darcs-branch-2.8 fails with the following log:
http://pastebin.com/zVK2GkRz

I think there might be a problem with a wrapper script I am using:
http://www.haskell.org/pipermail/haskell-cafe/2013-October/111174.html

However, I've removed the line from Setup.lhs and managed to build and
use darcs just fine.
History
Date User Action Args
2013-12-24 19:43:57DaniilFrumincreate
2022-12-11 08:24:16bfrksetstatus: needs-diagnosis/design -> given-up