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

hover run go-gl/glfw invalid pseudo-version #251

Closed
ykmnkmi opened this issue Sep 6, 2019 · 8 comments
Closed

hover run go-gl/glfw invalid pseudo-version #251

ykmnkmi opened this issue Sep 6, 2019 · 8 comments
Assignees
Labels
bug Something isn't working embedder Issue concerns the embedder package example About an example hover plugin Issue about an existing or possible plugin

Comments

@ykmnkmi
Copy link

ykmnkmi commented Sep 6, 2019

windows 10 x64, go1.13, fluter beta v1.9.1+hotfix.1
gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0

hover: Using engine from cache
hover: Cleaning the build directory
hover: Bundling flutter app
hover: Compiling 'go-flutter' and plugins
go: github.com/go-flutter-desktop/go-flutter@v0.29.0 requires
github.com/go-gl/glfw@v0.0.0-20190519095719-e6da0acd62b1: invalid pseudo-version: does not match version-control timestamp (2019-04-09T00:40:39Z)
hover: Go build failed: exit status 1

@ykmnkmi
Copy link
Author

ykmnkmi commented Sep 6, 2019

ubuntu 19.04 go1.13 too

@thebf
Copy link

thebf commented Sep 6, 2019

Windows 10 with all the latest updates and go 1.13 here, I'm getting this issue as well.

@pchampio pchampio self-assigned this Sep 6, 2019
@pchampio
Copy link
Member

pchampio commented Sep 6, 2019

see: https://tip.golang.org/doc/go1.13#version-validation

The date string must match the UTC timestamp of the revision.

I'm updating go-flutter to be compatible with go1.13.

@pchampio
Copy link
Member

pchampio commented Sep 6, 2019

@ykmnkmi, @thebf the issue should be fixed in 'v0.29.2' can you hover update and check if the issue is really resolved?

@thebf
Copy link

thebf commented Sep 6, 2019

Remoting into my work desktop right now to check

@thebf
Copy link

thebf commented Sep 6, 2019

Seems like it worked. I got to the point of getting a new type of error when bootstrapping.

The Url launcher plugin likely needs the same treatment as adding that plugin produced the same error again.

@ykmnkmi
Copy link
Author

ykmnkmi commented Sep 7, 2019

Gets #248
When try with hover run -b '@gl-3.3' throws this error (texture-example too)

pchampio added a commit to go-flutter-desktop/examples that referenced this issue Sep 7, 2019
 The date string of the go-gl/glfw package in the go.mod wasn't
matching the UTC timestamp of the revision

fixes go-flutter-desktop/go-flutter#251
@pchampio
Copy link
Member

pchampio commented Sep 7, 2019

branch gl-3.3 was rebased with master
examples were updated.

go-flutter plugins:

$ git tag 'video_player/v0.0.2' && git tag 'image_picker/v0.1.4' && git tag 'url_launcher/v0.1.1' && git tag 'shared_preferences/v0.4.1' && git tag 'path_provider/v0.3.1'
$ git push --tags
Total 0 (delta 0), réutilisés 0 (delta 0)
To github.com:go-flutter-desktop/plugins.git
 * [new tag]         image_picker/v0.1.3 -> image_picker/v0.1.4
 * [new tag]         path_provider/v0.3.0 -> path_provider/v0.3.1
 * [new tag]         shared_preferences/v0.4.0 -> shared_preferences/v0.4.1
 * [new tag]         url_launcher/v0.1.0 -> url_launcher/v0.1.1
 * [new tag]         video_player/v0.0.1 -> video_player/v0.0.2

Make sure to update your go-flutter plugins (edit: go/go.mod) !!

Thanks for the head-up! 👍

pchampio added a commit to go-flutter-desktop/plugins that referenced this issue Sep 7, 2019
The date string of the go-gl/glfw package in go.mod wasn't
matching the UTC timestamp of the revision

fixes go-flutter-desktop/go-flutter#251
@pchampio pchampio added bug Something isn't working embedder Issue concerns the embedder package example About an example hover plugin Issue about an existing or possible plugin labels Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working embedder Issue concerns the embedder package example About an example hover plugin Issue about an existing or possible plugin
Development

No branches or pull requests

3 participants