Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123047 - c2hs-0.14.5 fails with ghc-6.2.2
Summary: c2hs-0.14.5 fails with ghc-6.2.2
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 08:10 UTC by Duncan Coutts (RETIRED)
Modified: 2006-02-18 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan Coutts (RETIRED) gentoo-dev 2006-02-16 08:10:26 UTC
When building c2hs/toplevel/C2HSConfig.hs the c2hs_config.h can't be found.
This is with Cabal-1.1.3. It doesn't happen with ghc-6.4.1, only ghc-6.2.2.

Compiling C2HSConfig       ( c2hs/toplevel/C2HSConfig.hs, dist/build/c2hs/c2hs-tmp/C2HSConfig.o )
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:5:25: c2hs_config.h: Datei oder Verzeichnis nicht gefunden
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc: In Funktion 
Comment 1 Duncan Coutts (RETIRED) gentoo-dev 2006-02-16 08:10:26 UTC
When building c2hs/toplevel/C2HSConfig.hs the c2hs_config.h can't be found.
This is with Cabal-1.1.3. It doesn't happen with ghc-6.4.1, only ghc-6.2.2.

Compiling C2HSConfig       ( c2hs/toplevel/C2HSConfig.hs, dist/build/c2hs/c2hs-tmp/C2HSConfig.o )
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:5:25: c2hs_config.h: Datei oder Verzeichnis nicht gefunden
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc: In Funktion »C2HSConfig_zdwccall_entry«:
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:680: Warnung: implicit declaration of function `bitfield_alignment'
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc: In Funktion »C2HSConfig_zdwccall1_entry«:
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:743: Warnung: implicit declaration of function `bitfield_int_signed'
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc: In Funktion »C2HSConfig_zdwccall2_entry«:
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:812: Warnung: implicit declaration of function `bitfield_padding'
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc: In Funktion »C2HSConfig_zdwccall3_entry«:
        /var/tmp/portage/c2hs-0.14.5/temp/ghc12711.hc:881: Warnung: implicit declaration of function `bitfield_direction'
Comment 2 Duncan Coutts (RETIRED) gentoo-dev 2006-02-18 10:44:30 UTC
I think this is fixed. Needs checking.