Skip to content

GHC build leaks pbulk ar which prevents building subsequent GHC from it #12

Closed
@AlainODea

Description

The ar command used to build GHC gets leaked in the built program:

# ghc --info | grep 'ar command'
 ,("ar command","/home/pbulk/build/lang/ghc7/work/.wrapper/bin/ar")

Should be:

# ghc --info | grep 'ar command'
 ,("ar command","ar")

I can't find how these are being created. The only workaround I can think of is putting /home/pbulk/build/lang/ghc7/work/.wrapper/bin/ in the PATH when building GHC and configuring it with --with-ar=ar.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions