| Summary: | dev-lang/pugs-6.2.13: failed to build with ghc-6.6.1 (pugs-fps can't be found for HsSyck) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nikolay Orlyuk <virkony> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | haskell |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
environment emerge --info Perl6-Pugs-6.2.13/third-party/installed/packages.conf |
||
|
Description
Nikolay Orlyuk
2007-12-18 06:38:23 UTC
Created attachment 138793 [details]
build.log
Created attachment 138795 [details]
environment
Created attachment 138797 [details]
emerge --info
Created attachment 138798 [details]
Perl6-Pugs-6.2.13/third-party/installed/packages.conf
I suspect this is down to a change in cabal-1.2.x vs 1.1.x. It is now strict about only looking for package dependencies in the global package database. The default has always been --global with the possibility of using --user to allow satisfying dependencies from the user package database. In the 1.1.x series however there was a bug where it'd get packages from the user database even when you did not specify --user. So one workaround that might work is changing a cabal configure command to pass the --user flag. I'm not sure where that would be, someone familiar with pugs can probably work it out. *** This bug has been marked as a duplicate of bug 171649 *** |