archhaskell / habs

Arch Haskell ABS tree
http://github.com/archhaskell/habs
80 stars 28 forks source link

makeahpkg fails with Trapped ERR #208

Closed wadeduvall closed 8 years ago

wadeduvall commented 8 years ago

I am trying to build all of habs as per your instructions in README.md. Here is the output of what happens with a fresh git repository: https://pastee.org/2hxq3 (I omitted all the pacman output to keep it short, I can provide if needed). For those too lazy to look at the pastee, the error is:

./makeahpkg: line 69: _ver: unbound variable *\ ERROR: Trapped ERR, something went very wrong.

This used to work but I think the issues occurred when bash was upgraded, though I can't be certain this was the cause. Is anybody else having this issue?

Edit: I should add that this DID work at one time on this machine.

magthe commented 8 years ago

I don't think that has anything to do with the update to bash, it seems more likely it's due to changes in the generated PKGBUILDs.

Maybe this is a good time to push the Docker-based build scripts I've been using lately.

wadeduvall commented 8 years ago

That would be great! Let me know if you would like me to pastebin some of the outputted PKGBUILDs.

magthe commented 8 years ago

How is it working out?

wadeduvall commented 8 years ago

Works great! You might make a note of the newly required deps but other than that I am now able to build packages! Thanks!