Problems with the new release 1.11.7 #5577

Closed
opened 2025-11-02 06:29:25 -06:00 by GiteaMirror · 14 comments
Owner

Originally created by @somera on GitHub (Jun 18, 2020).

  • Gitea version (or commit ref): commit 7937f1463a (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+ #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

Originally created by @somera on GitHub (Jun 18, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): commit 7937f1463a9be43574460b14fe7a509ca62ecd6d (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+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] 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 <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![image](https://user-images.githubusercontent.com/8334250/85056114-f1ecd280-b19e-11ea-9dd1-19d1de03aa5f.png) ![image](https://user-images.githubusercontent.com/8334250/85056407-78a1af80-b19f-11ea-9020-18af4d0b39cf.png)
Author
Owner

@lafriks commented on GitHub (Jun 18, 2020):

Did you build also styles?

@lafriks commented on GitHub (Jun 18, 2020): Did you build also styles?
Author
Owner

@6543 commented on GitHub (Jun 18, 2020):

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

@6543 commented on GitHub (Jun 18, 2020): and sometimes you have to clear the browser cache ...
Author
Owner

@somera commented on GitHub (Jun 18, 2020):

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

Yes. I cleared the browser cache.

@somera commented on GitHub (Jun 18, 2020): > and sometimes you have to clear the browser cache ... Yes. I cleared the browser cache.
Author
Owner

@techknowlogick commented on GitHub (Jun 18, 2020):

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

@techknowlogick commented on GitHub (Jun 18, 2020): We've just released 1.12.0 please update to that version.
Author
Owner

@somera commented on GitHub (Jun 18, 2020):

Did you build also styles?

I do this:

TAGS="bindata sqlite sqlite_unlock_notify" make generate build

after every release

@somera commented on GitHub (Jun 18, 2020): > Did you build also styles? I do this: `TAGS="bindata sqlite sqlite_unlock_notify" make generate build` after every release
Author
Owner

@somera commented on GitHub (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 commented on GitHub (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?
Author
Owner

@somera commented on GitHub (Jun 18, 2020):

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

image

@somera commented on GitHub (Jun 18, 2020): I'm usind Nginx as proxy for my local gitea instance ![image](https://user-images.githubusercontent.com/8334250/85059193-86f1ca80-b1a3-11ea-8c4d-f42543513337.png)
Author
Owner

@somera commented on GitHub (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 commented on GitHub (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 ```
Author
Owner

@somera commented on GitHub (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 commented on GitHub (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.
Author
Owner

@somera commented on GitHub (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?

@somera commented on GitHub (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?
Author
Owner

@silverwind commented on GitHub (Jun 18, 2020):

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

@silverwind commented on GitHub (Jun 18, 2020): Changing `make generate build` to just `make build` should fix this.
Author
Owner

@somera commented on GitHub (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.

@somera commented on GitHub (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.
Author
Owner

@silverwind commented on GitHub (Jun 18, 2020):

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.

@silverwind commented on GitHub (Jun 18, 2020): 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.
Author
Owner

@somera commented on GitHub (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 commented on GitHub (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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5577