Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made changes to work with HL Fabric v1.3.0 #1

Open
nekia opened this issue Jan 15, 2019 · 0 comments
Open

made changes to work with HL Fabric v1.3.0 #1

nekia opened this issue Jan 15, 2019 · 0 comments
Assignees

Comments

@nekia
Copy link
Owner

nekia commented Jan 15, 2019

Describe the bug
Fail to build the executable binary 'ledgerfsck '

To Reproduce
Steps to reproduce the behavior:

  1. Setup a build environment for HL Fabric v1.3.0
  2. Clone ledgerfsck repository underneath fabric directory
    (ex. ~/go/src/github.com/hyperledger/fabric/ledgerfsck )
  3. Under 'ledgerfsck' directory, build ledgerfsck binary with the command below
$ go build -o ledgerfsck main.go 
# command-line-arguments
./main.go:101:23: cannot use "github.com/hyperledger/fabric/core/peer".ConfigTxProcessors (type customtx.Processors) as type *ledgermgmt.Initializer in argument to ledgermgmt.Initialize

Expected behavior
Succeed to build the executable binary 'ledgerfsck'.

Desktop (please complete the following information):

  • OS: Ubuntu 16.04.1 LTS
  • golang: go1.10.4 linux/amd64
  • HL Fabric source: ab0a67ad7102f1281736e2c309e9a0ef91b08fd9 (tag: v1.3.0)
@nekia nekia self-assigned this Jan 15, 2019
@nekia nekia added bug Something isn't working and removed bug Something isn't working labels Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant