Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build on Debian #69

Closed
irl opened this issue Apr 28, 2016 · 3 comments
Closed

Doesn't build on Debian #69

irl opened this issue Apr 28, 2016 · 3 comments

Comments

@irl
Copy link

irl commented Apr 28, 2016

[1 of 2] Compiling Data.XCB.Python.PyHelpers ( generator/Data/XCB/Python/PyHelpers.hs, dist/build/Data/XCB/Python/PyHelpers.o )

generator/Data/XCB/Python/PyHelpers.hs:91:17:
Couldn't match expected type Ident () -> () -> Expr ()' with actual typeOp (Expr ())'
The function Dot' is applied to three arguments, but its typeExpr () -> Op (Expr ())' has only one
In the expression: Dot (getExpr e1) (ident attr) ()
In an equation for `mkDot':
mkDot e1 attr = Dot (getExpr e1) (ident attr) ()

@tych0
Copy link
Owner

tych0 commented Apr 29, 2016

Hi,

Thanks for the report. I believe this is the same issue that /debian/patches/language-python.patch fixes? Basically language-python changed its API between 0.4.0 and 0.5.0, and current master is built against 0.5.0 (debian's 0.4.0 is quite old). I see you did an upload of xcffib 0.4.0, so I suppose you found this patch?

Thanks!

@tych0
Copy link
Owner

tych0 commented May 28, 2016

I'm going to go ahead and close this since this issue seems to be resolved (or rather, there was a patch for it the old debian/)

@tych0 tych0 closed this as completed May 28, 2016
@irl
Copy link
Author

irl commented May 29, 2016

It's not really resolved, but the bug is not with this code, it's the problem of the dependency on haskell-language-python. Will be chasing this up with the Haskell team to see if I can offer some beer bribes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants