Uploaded image for project: 'Apache Lucy-Clownfish'
  1. Apache Lucy-Clownfish
  2. CLOWNFISH-86

Can't build Go runtime after cleaning CFC build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.5.0
    • None
    • Compiler, Go
    • None

    Description

      When running the following commands

      mkdir -p gotest/src/git-wip-us.apache.org/repos/asf
      ln -s `pwd` \
          gotest/src/git-wip-us.apache.org/repos/asf/lucy-clownfish.git
      export GOPATH="$(pwd)/gotest"
      cd compiler/go
      go run build.go test
      go run build.go install
      go run build.go clean
      cd ../../runtime/go
      go run build.go test
      

      the runtime build fails with

      # git-wip-us.apache.org/repos/asf/lucy-clownfish.git/compiler/go/cfc
      ../../gotest/src/git-wip-us.apache.org/repos/asf/lucy-clownfish.git/compiler/go/cfc/cfc.go:21:18: fatal error: CFC.h: No such file or directory
       // #include "CFC.h"
                        ^
      compilation terminated.
      

      The same happens when building Lucy after cleaning the CFC build. This used to work with Go 1.3 and broke with Go 1.5 (Ubuntu).

      Attachments

        Activity

          People

            Unassigned Unassigned
            nwellnhof Nikolas Wellnhofer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: