Skip to content

Unable to make/build cmkbeat #2

Description

@roopsonline

Unable to get dependency packages. Can you confirm which package to be referred for livestatus dependency?

[root@ifb01-f cmkbeat]# pwd
/etc/go/vendor/github.com/comnetgmbh/cmkbeat

[root@ifb01-f cmkbeat]# glide install
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/jeremyweader/go-livestatus
[INFO] --> Fetching updates for github.com/elastic/beats
Username for 'https://github.com': rxxxx@gmail.com
Password for 'https://rxxxx@gmail.com@github.com':
[WARN] Unable to checkout github.com/jeremyweader/go-livestatus
[ERROR] Update failed for github.com/jeremyweader/go-livestatus: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
[ERROR] Failed to do initial checkout of config: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128

I checked the 2 glide config files from both cmkbeat forks (jeremyweader & comnet), go-livestatus is to be used from jeremyweader (which does not exist) or from vbatoufflet which exists?

[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:

  • package: github.com/elastic/beats
    subpackages:
    • libbeat/beat
    • libbeat/common
    • libbeat/logp
    • libbeat/publisher
      - package: github.com/jeremyweader/go-livestatus

[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:

  • package: github.com/elastic/beats
    subpackages:
    • libbeat/beat
    • libbeat/common
    • libbeat/logp
    • libbeat/publisher
      - package: github.com/vbatoufflet/go-livestatus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions