from http://aur.archlinux.org/packages.php?ID=17471
StephenB wrote:
Shouldn't haskell-archlinux be listed in the depends array? I just
got:
cabal2arch: /usr/share/archlinux-0.3.5/data/ghc-provides.txt:
openFile: does not exist (No such file or directory)
when I tried running cabal2arch without haskell-archlinux
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=17845
cmlr wrote:
After mostly compiling, the build fails with:
src/System/Daemon.hs:57:7:
Could not find module `System.Log.Logger':
Perhaps you haven't installed the "dyn" libraries for package
`hslogger-1.1.0'?
Use -v to see a list of the files searched for.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=27809
Kamek wrote:
I get:
Configuring data-binary-ieee754-0.4.2.1...
Preprocessing library data-binary-ieee754-0.4.2.1...
Preprocessing executables for data-binary-ieee754-0.4.2.1...
Building data-binary-ieee754-0.4.2.1...
<command line>: cannot satisfy -package-id
binary-0.5.0.2-d8a2016532c382364dd8eb78608b883d
(use -v for more information)
Aborting...
The build failed.
What's going on here?
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=23078
peti wrote:
Hi Frabjous, apparently, you are using the "haskell-bytestring"
package from AUR. That package is kind of obsolete, because it became
a part of GHC in version 6.12.3 or so. You probably installed it a
while ago, before 6.12.3 was available? Anyway, this is no big deal,
and the problem with the missing shared libraries that caused your
build failure has been fixed. Still, I would recommend that you clean
up your Haskell installation to make sure that everything conforms to
the current state of the art. The best way to accomlish that is to run
the commands "pacman -R --cascade ghc", then "rm -rf /usr/lib/ghc-*",
and then to re-install everything that you actually need from scratch.
It's optional to do that, of course. In any case, thanks for the bug
report. I'm glad the problem is now fixed.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=23078
frabjous wrote:
It worked today. Not sure what has changed.
But here's the answer to your question in case it matters for anyone
else.
Name : haskell-bytestring
Version : 0.9.1.7-2
URL : http://hackage.haskell.org/package/bytestring
Licenses : custom:BSD3
Groups : None
Provides : None
Depends On : ghc
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 5096.00 K
Packager : Unknown Packager
Architecture : x86_64
Build Date : Fri 24 Dec 2010 11:11:52 PM EST
Install Date : Fri 24 Dec 2010 11:11:56 PM EST
Install Reason : Installed as a dependency for another package
Install Script : Yes
Description : Fast, packed, strict and lazy byte arrays with a list
interface
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=29429
peti wrote:
Hi gdweber, you are right that depending on 'parsec3' instead of
'parsec' would remedy the version conflict we currently have. Our only
problem is that the current tool-chain (i.e. cabal2arch and the
libraries it's based on) don't support that kind of version-specific
dependency name re-writing. We'll have to extend that tool to cope
with the situation.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=18149
peti wrote:
Hi gdweber, solving this problem would be easiest for us if the Cabal
file for SDL-ttf would declare the dependency on the sdl_ttf package,
which it currently doesn't. Could you please report that omission
upstream?
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=23078
peti wrote:
Hi Frabjous, I'm not sure why that build fails on your machine: the
package built fine when I tried it moments ago. My guess is that
something is wrong with your installed "haskell-bytestring" package.
Normally, that package is provided by GHC 6.12.3-1. What does your
system respond when you run "pacman -Qi haskell-bytestring"?
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.
from http://aur.archlinux.org/packages.php?ID=23078
frabjous wrote:
I'm getting the following error when I try to build this:
==> Starting build()...
Configuring digest-0.0.0.8...
Preprocessing library digest-0.0.0.8...
Building digest-0.0.0.8...
Data/Digest/CRC32.hsc:27:17:
Could not find module `Data.ByteString.Lazy.Internal':
Perhaps you haven't installed the "dyn" libraries for package
`bytestring-0.9.1.7'?
Use -v to see a list of the files searched for.
Aborting...
ERROR: makepkg exited with an error (512)
Any clues? Thanks.
---
If you no longer wish to receive notifications about this package,
please go the the above package page and click the UnNotify button.