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

Unable to make/build cmkbeat #2

Open
roopsonline opened this issue Oct 29, 2020 · 0 comments
Open

Unable to make/build cmkbeat #2

roopsonline opened this issue Oct 29, 2020 · 0 comments

Comments

@roopsonline
Copy link

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': [email protected]
Password for 'https://[email protected]@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
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