utf8-light fails to install

arch linux 64 bit, ghc 7.0.2. Deleted .cabal and .ghc folders. cabal update cabal install yesod. Ends with this error: Registering yesod-auth-0.4.0... Installing library in /home/vagif/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.2 Registering yesod-auth-0.4.0... cabal: Error: some packages failed to install: hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install. language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install. utf8-light-0.4 failed during the building phase. The exception was: ExitFailure 1 yesod-0.8.0 depends on utf8-light-0.4 which failed to install. Tried 2 times. Same error. Regards, Vagif Verdi

Can you run:
cabal install -v3 utf8-light
and let me know what it says?
Thanks,
Michael
On Sat, Apr 23, 2011 at 9:43 AM,
arch linux 64 bit, ghc 7.0.2.
Deleted .cabal and .ghc folders. cabal update cabal install yesod.
Ends with this error:
Registering yesod-auth-0.4.0... Installing library in /home/vagif/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.2 Registering yesod-auth-0.4.0... cabal: Error: some packages failed to install: hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install. language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install. utf8-light-0.4 failed during the building phase. The exception was: ExitFailure 1 yesod-0.8.0 depends on utf8-light-0.4 which failed to install.
Tried 2 times. Same error.
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Some more info. I tried fresh install of utf8-light on my laptop that has archlinux64 and ghc 7.0.2 but was not updated for about a month, and it did compile and install fine. Then i upgraded arch, rebooted, and tried again, and got the error. Looks like ghc has problems with new gcc 4.6, but works ok with previous version gcc 4.5.2 This is obviously not a yesod problem. But affects me nonetheless. I'll try to revert back to gcc 4.5.2 and see if it fixes it. On Saturday, April 23, 2011 10:21:33 AM you wrote:
Can you run:
cabal install -v3 utf8-light
and let me know what it says?
Thanks, Michael
On Sat, Apr 23, 2011 at 9:43 AM,
wrote: arch linux 64 bit, ghc 7.0.2.
Deleted .cabal and .ghc folders. cabal update cabal install yesod.
Ends with this error:
Registering yesod-auth-0.4.0... Installing library in /home/vagif/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.2 Registering yesod-auth-0.4.0... cabal: Error: some packages failed to install: hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install. language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install. utf8-light-0.4 failed during the building phase. The exception was: ExitFailure 1 yesod-0.8.0 depends on utf8-light-0.4 which failed to install.
Tried 2 times. Same error.
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

Looks like i was wrong. I downgraded gcc to 4.5.2 but ghc still gives same error on installing utf8-light. The only other change i could think of was from kernel 2.6.37 to 2.6.38 On Saturday, April 23, 2011 02:16:29 PM you wrote:
Some more info.
I tried fresh install of utf8-light on my laptop that has archlinux64 and ghc 7.0.2 but was not updated for about a month, and it did compile and install fine. Then i upgraded arch, rebooted, and tried again, and got the error.
Looks like ghc has problems with new gcc 4.6, but works ok with previous version gcc 4.5.2
This is obviously not a yesod problem. But affects me nonetheless. I'll try to revert back to gcc 4.5.2 and see if it fixes it.
On Saturday, April 23, 2011 10:21:33 AM you wrote:
Can you run: cabal install -v3 utf8-light
and let me know what it says?
Thanks, Michael
On Sat, Apr 23, 2011 at 9:43 AM,
wrote: arch linux 64 bit, ghc 7.0.2.
Deleted .cabal and .ghc folders. cabal update cabal install yesod.
Ends with this error:
Registering yesod-auth-0.4.0... Installing library in /home/vagif/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.2 Registering yesod-auth-0.4.0... cabal: Error: some packages failed to install: hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install. language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install. utf8-light-0.4 failed during the building phase. The exception was: ExitFailure 1 yesod-0.8.0 depends on utf8-light-0.4 which failed to install.
Tried 2 times. Same error.
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

The problem is solved. Turns out latest binutils breaks ghc. Downgraded to previous version, and it works ok. Now i get normal GHC panic error everyone else gets :) On Saturday, April 23, 2011 03:10:37 PM you wrote:
Looks like i was wrong. I downgraded gcc to 4.5.2 but ghc still gives same error on installing utf8-light. The only other change i could think of was from kernel 2.6.37 to 2.6.38
On Saturday, April 23, 2011 02:16:29 PM you wrote:
Some more info.
I tried fresh install of utf8-light on my laptop that has archlinux64 and ghc 7.0.2 but was not updated for about a month, and it did compile and install fine. Then i upgraded arch, rebooted, and tried again, and got the error.
Looks like ghc has problems with new gcc 4.6, but works ok with previous version gcc 4.5.2
This is obviously not a yesod problem. But affects me nonetheless. I'll try to revert back to gcc 4.5.2 and see if it fixes it.
On Saturday, April 23, 2011 10:21:33 AM you wrote:
Can you run: cabal install -v3 utf8-light
and let me know what it says?
Thanks, Michael
On Sat, Apr 23, 2011 at 9:43 AM,
wrote: arch linux 64 bit, ghc 7.0.2.
Deleted .cabal and .ghc folders. cabal update cabal install yesod.
Ends with this error:
Registering yesod-auth-0.4.0... Installing library in /home/vagif/.cabal/lib/yesod-auth-0.4.0/ghc-7.0.2 Registering yesod-auth-0.4.0... cabal: Error: some packages failed to install: hjsmin-0.0.14 depends on utf8-light-0.4 which failed to install. language-javascript-0.4.4 depends on utf8-light-0.4 which failed to install. utf8-light-0.4 failed during the building phase. The exception was: ExitFailure 1 yesod-0.8.0 depends on utf8-light-0.4 which failed to install.
Tried 2 times. Same error.
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Michael Snoyman
-
vagif.verdi@gmail.com