Skip to content
New issue

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

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

Already on GitHub? # to your account

Problems with the new release 1.11.7 #11959

Closed
2 of 7 tasks
somera opened this issue Jun 18, 2020 · 14 comments
Closed
2 of 7 tasks

Problems with the new release 1.11.7 #11959

somera opened this issue Jun 18, 2020 · 14 comments

Comments

@somera
Copy link

somera commented Jun 18, 2020

  • Gitea version (or commit ref): commit 7937f14 (HEAD -> release/v1.11, tag: v1.11.7, origin/release/v1.11)
  • Git version: 1.11.7
  • Operating system: Linux pi-manager 4.19.118-v7l+ Specify that time interval units are seconds #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

I updated my local git clone and compiled the new release. like I do it every time. No compile errors. But the look&feel looks strange. Same problems in Chrome and FF. Actual versions. HTTP shows some 404 errors.

I switched back to 1.11.6. which works fine.

Screenshots

image

image

@lafriks
Copy link
Member

lafriks commented Jun 18, 2020

Did you build also styles?

@6543
Copy link
Member

6543 commented Jun 18, 2020

and sometimes you have to clear the browser cache ...

@somera
Copy link
Author

somera commented Jun 18, 2020

and sometimes you have to clear the browser cache ...

Yes. I cleared the browser cache.

@techknowlogick
Copy link
Member

We've just released 1.12.0 please update to that version.

@somera
Copy link
Author

somera commented Jun 18, 2020

Did you build also styles?

I do this:

TAGS="bindata sqlite sqlite_unlock_notify" make generate build

after every release

@somera
Copy link
Author

somera commented Jun 18, 2020

We've just released 1.12.0 please update to that version.

O.k. I can try this. Its possible to go back to 1.11.6 when I have some problems?

@somera
Copy link
Author

somera commented Jun 18, 2020

I'm usind Nginx as proxy for my local gitea instance

image

@somera
Copy link
Author

somera commented Jun 18, 2020

We've just released 1.12.0 please update to that version.

I can't build 1.12.0 on my Raspi. Cause I nee the newest go version. I try to build 1.11.7 again.

build flag -mod=vendor only valid when using modules
CC= GOOS= GOARCH= go generate -mod=vendor -tags 'bindata sqlite sqlite_unlock_notify'
Gitea requires Go 1.12 or greater to build. You can get it at https://golang.org/dl/
make: *** [Makefile:177: go-check] Fehler 1

@somera
Copy link
Author

somera commented Jun 18, 2020

I downloaded now the official release

gitea-1.12.0-linux-arm-6

cause I can't compile it on my system.

@somera
Copy link
Author

somera commented Jun 18, 2020

We've just released 1.12.0 please update to that version.

With gitea-1.12.0-linux-arm-6 I see in the gitea.log

ORM engine initialization attempt #1/10...

if this reach #10/10 than the process is finished?

@silverwind
Copy link
Member

Changing make generate build to just make build should fix this.

@somera
Copy link
Author

somera commented Jun 18, 2020

Changing make generate build to just make build should fix this.

Thx for the info. But now I switched to the official gitea-1.12.0-linux-arm-6. And as I can see in the gitea.log the DB will be migrated. I think, I can't switch back to 1.11.

@silverwind
Copy link
Member

No problem, you might want to close this then. Issue is the extra generate causes bindata to build too early and without webpack files resulting in a broken binary. Just remove it and it will build in the right order.

@somera
Copy link
Author

somera commented Jun 18, 2020

I will close my problem now, cause I switched to the official

gitea-1.12.0-linux-arm-6

release. Thx for the feedback & help!

@somera somera closed this as completed Jun 18, 2020
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants