Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem building pugs

0 views
Skip to first unread message

Rlp

unread,
May 5, 2006, 11:11:44 PM5/5/06
to perl6-c...@perl.org, perl-perl...@moderators.isc.org
I got down a fresh version of the pugs, tried to build and got this
error:

ar: creating archive dist/build/libHSPugs-6.2.11.a
*** Building: /usr/local/bin/ghc -package stm -package network -package
mtl -package template-haskell -package base -package fps -package
HsSyck -package unix -idist/build -Ldist/build -idist/build/src
-Ldist/build/src -o pugs src/Main.hs -lHSPugs-6.2.11 -threaded
Cannot import `Data.Yaml.Syck':
it was found in multiple packages: HsSyck-0.1 Pugs-6.2.11
Build failed: 256 at util/build_pugs.pl line 193.
make: *** [pugs] Error 2

Greping the source finds this:
./third-party/HsSyck/Data/Yaml/Syck.hs:module Data.Yaml.Syck (

but I see nothing else declaring this module. I don't know haskel, and
I don't know pugs, so I'm at a loss to see what is causing this. I
have an old version installed on my system. Could that somehow be
causing this?

Audrey Tang

unread,
May 6, 2006, 10:51:57 AM5/6/06
to rlp, perl6-c...@perl.org
rlp wrote:
> ar: creating archive dist/build/libHSPugs-6.2.11.a
> *** Building: /usr/local/bin/ghc -package stm -package network -package
> mtl -package template-haskell -package base -package fps -package
> HsSyck -package unix -idist/build -Ldist/build -idist/build/src
> -Ldist/build/src -o pugs src/Main.hs -lHSPugs-6.2.11 -threaded
> Cannot import `Data.Yaml.Syck':
> it was found in multiple packages: HsSyck-0.1 Pugs-6.2.11
> Build failed: 256 at util/build_pugs.pl line 193.
> make: *** [pugs] Error 2

Heya. Thanks for the report; I have checked in a fix (r10231).

See if it worksforyou now?

Audrey

signature.asc

Rlp

unread,
May 6, 2006, 12:22:43 PM5/6/06
to perl6-c...@perl.org, perl-perl...@moderators.isc.org
> Heya. Thanks for the report; I have checked in a fix (r10231).

Thanks Audrey, that did the trick!

0 new messages