GoMFT update fails #688

Closed
opened 2026-02-04 20:53:30 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @steuerlexi on GitHub (Mar 23, 2025).

Originally assigned to: @tremor021 on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

GoMFT

📂 What was the exact command used to execute the script?

update

📝 Provide a clear and concise description of the issue.

when you try to update it give an error

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.


/ / / |/ / / __/
/ / __/ __ / /|
/ / /
/ /
/ /
/ / /
/ / / / / / / /
_
/_// /// //

✔️ Stopped GoMFT
⠦ Updating GoMFT to 0.1.17(!) templ version check: generator v0.3.856 is newer than templ version v0.3.833 found in go.mod file, consider running go get -u github.com/a-h/templ to upgrade
⠇ Updating GoMFT to 0.1.17(✓) Complete [ updates=67 duration=103.827227ms ]
⠏ Updating GoMFT to 0.1.17# runtime/cgo
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH

[ERROR] in line 49: exit code 0: while executing command $STD go build -o gomft

root@gomft:~#

Paste the full error output (if available).


/ / / |/ / / __/
/ / __/ __ / /|
/ / /
/ /
/ /
/ / /
/ / / / / / / /
_
/_// /// //

✔️ Stopped GoMFT
⠦ Updating GoMFT to 0.1.17(!) templ version check: generator v0.3.856 is newer than templ version v0.3.833 found in go.mod file, consider running go get -u github.com/a-h/templ to upgrade
⠇ Updating GoMFT to 0.1.17(✓) Complete [ updates=67 duration=103.827227ms ]
⠏ Updating GoMFT to 0.1.17# runtime/cgo
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH

[ERROR] in line 49: exit code 0: while executing command $STD go build -o gomft

root@gomft:~#

🖼️ Additional context (optional).

No response

Originally created by @steuerlexi on GitHub (Mar 23, 2025). Originally assigned to: @tremor021 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? GoMFT ### 📂 What was the exact command used to execute the script? update ### 📝 Provide a clear and concise description of the issue. when you try to update it give an error ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. ______ __ _______________ / ____/___ / |/ / ____/_ __/ / / __/ __ \/ /|_/ / /_ / / / /_/ / /_/ / / / / __/ / / \____/\____/_/ /_/_/ /_/ ✔️ Stopped GoMFT ⠦ Updating GoMFT to 0.1.17(!) templ version check: generator v0.3.856 is newer than templ version v0.3.833 found in go.mod file, consider running `go get -u github.com/a-h/templ` to upgrade ⠇ Updating GoMFT to 0.1.17(✓) Complete [ updates=67 duration=103.827227ms ] ⠏ Updating GoMFT to 0.1.17# runtime/cgo cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH [ERROR] in line 49: exit code 0: while executing command $STD go build -o gomft root@gomft:~# ### ❌ Paste the full error output (if available). ______ __ _______________ / ____/___ / |/ / ____/_ __/ / / __/ __ \/ /|_/ / /_ / / / /_/ / /_/ / / / / __/ / / \____/\____/_/ /_/_/ /_/ ✔️ Stopped GoMFT ⠦ Updating GoMFT to 0.1.17(!) templ version check: generator v0.3.856 is newer than templ version v0.3.833 found in go.mod file, consider running `go get -u github.com/a-h/templ` to upgrade ⠇ Updating GoMFT to 0.1.17(✓) Complete [ updates=67 duration=103.827227ms ] ⠏ Updating GoMFT to 0.1.17# runtime/cgo cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH [ERROR] in line 49: exit code 0: while executing command $STD go build -o gomft root@gomft:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:53:30 +03:00
Author
Owner

@tremor021 commented on GitHub (Mar 24, 2025):

Yea, we're not checking if build-essential is installed on update. Fix incoming.

@tremor021 commented on GitHub (Mar 24, 2025): Yea, we're not checking if `build-essential` is installed on update. Fix incoming.
Author
Owner

@tremor021 commented on GitHub (Mar 24, 2025):

@steuerlexi should work with no issues now. We forgot that existing installs are not having build-essential package. New installs do

@tremor021 commented on GitHub (Mar 24, 2025): @steuerlexi should work with no issues now. We forgot that existing installs are not having build-essential package. New installs do
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#688