Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 503286

Summary: dev-haskell/glib-0.12.4-r1 - Please install `gtk2hs-buildtools` first and check that the install directory is in your PATH (e.g. HOME/.cabal/bin).
Product: Gentoo Linux Reporter: hcaulfield57
Component: [OLD] DevelopmentAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build Log
emerge --info '=dev-haskell/glib-0.12.4-r1::gentoo'
emerge -pqv '=dev-haskell/glib-0.12.4-r1::gentoo'

Description hcaulfield57 2014-03-03 05:35:14 UTC
Created attachment 371614 [details]
Build Log

Complains that it cannot find gtk2hsChs2, which is in my PATH.
Comment 1 hcaulfield57 2014-03-03 05:36:26 UTC
Created attachment 371616 [details]
emerge --info '=dev-haskell/glib-0.12.4-r1::gentoo'
Comment 2 hcaulfield57 2014-03-03 05:37:12 UTC
Created attachment 371618 [details]
emerge -pqv '=dev-haskell/glib-0.12.4-r1::gentoo'
Comment 3 hcaulfield57 2014-03-06 01:12:05 UTC
By creating the following symlinks:

gtk2hsC2hs2 -> gtk2hsC2hs
gtk2hsHookGenerator2 -> gtk2hsHookGenerator
gtk2hsTypeGen2 -> gtk2hsTypeGen

dev-haskell/gtk compiles successfully.
Comment 4 Alexander Vershilov (RETIRED) gentoo-dev 2014-03-06 09:02:05 UTC
Thanks for report!

Code in prepare phase assumed that GTK SLOTS are used, fixed now.

No revbump as it's a buildtime failure.