-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 install nightly build on Debian: 'Version' field string 'nightly151208141331': version number does not start with digit #481
Comments
@marnovdm Can you try to install the most recent nightly with a timestamp instead of the one with the latest name? They are identical. |
Thanks for the quick reply. Unfortunately that doesn't seem to make a difference; dpkg -i filebeat_nightly.151208141331_amd64.deb Also, for Salt Stack install integration, a static URL with 'latest' instead of a timestamp would be preferred so we can always track the latest changes in our development environment. Thanks! |
We introduced latest for the same reason on our side, mainly for testing. Unfortunately we also hit the version number issue with the deb packages you describe above. The packaging scripts can be found in this repository: https://github.com/elastic/beats-packer Do you mind moving the issue there? I'm not sure if we could solve the problem by making it |
Thanks for the explanation. I'm not a packaging guru, but literally interpreting the error message "error in 'Version' field string 'nightly151208141331': version number does not start with digit" would suggest a version of "1nightly151208141331" or even just the timestamp "151208141331" could work... I've also created elastic/beats-packer#40 as per your request. I assume the issue in this repo can be closed now? |
Yes, that would solve it, but not sure if it had some other side affects. Our normal releases have that: |
dpkg -i filebeat_nightly.latest_amd64.deb
dpkg: error processing archive filebeat_nightly.latest_amd64.deb (--install):
parsing file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'filebeat':
error in 'Version' field string 'nightly151208141331': version number does not start with digit
Errors were encountered while processing:
filebeat_nightly.latest_amd64.deb
Trying to install on Debian 8 64 bit VM. The stable release can be installed, but I would like to test some of the resolved issues in the latest nightly build.
EDIT: Got the filebeat nightlies from here: https://beats-nightlies.s3.amazonaws.com/index.html?prefix=filebeat/
The text was updated successfully, but these errors were encountered: