@kamima_iruka@su.kurotanesou.online update.sh は sudo 無しで実行してください!
Conversation
Notices
-
Embed this notice
naskya::dev (dev@post.naskya.net)'s status on Monday, 19-Feb-2024 09:00:09 JST naskya::dev -
Embed this notice
かみま :turube: 巣 (kamima_iruka@su.kurotanesou.online)'s status on Monday, 19-Feb-2024 09:00:10 JST かみま :turube: 巣 @dev
朝早くから失礼いたします(返信は急がなくても結構です)Firefishのアップデートを試みたところ、エラーが起きてサーバが起動しなくなる事象がおきています。
他の鯖缶さん同様Rustのバージョンが問題かと考えたのですが、別の事象でしょうか…?==============
<経緯>
```
sudo apt purge --remove rust-all
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
した後に、SSH再接続```
$ rustc --version
rustc 1.76.0 (07dca489a 2024-02-04)
```
を確認した後に、`sudo ./update.sh`<エラー>
```
error: package `clap_lex v0.7.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap_lex@0.7.0 --precise ver
where `ver` is the latest version of `clap_lex` supporting rustc 1.73.0
Internal Error: Command failed: cargo build --release
at genericNodeError (node:internal/errors:956:15)
at wrappedFn (node:internal/errors:510:14)
at checkExecSyncError (node:child_process:890:11)
at Object.execSync (node:child_process:962:15)
at BuildCommand.<anonymous> (/home/firefish/firefish/node_modules/.pnpm/@napi-rs+cli@2.18.0/node_modules/@napi-rs/cli/scripts/index.js:11527:30)
at Generator.next (<anonymous>)
at /home/firefish/firefish/node_modules/.pnpm/@napi-rs+cli@2.18.0/node_modules/@napi-rs/cli/scripts/index.js:3540:69
at new Promise (<anonymous>)
at __awaiter$1 (/home/firefish/firefish/node_modules/.pnpm/@napi-rs+cli@2.18.0/node_modules/@napi-rs/cli/scripts/index.js:3536:10)
at BuildCommand.execute (/home/firefish/firefish/node_modules/.pnpm/@napi-rs+cli@2.18.0/node_modules/@napi-rs/cli/scripts/index.js:11297:16)
/home/firefish/firefish/packages/backend-rs:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL backend-rs@0.0.0 build: `napi build --platform --release ./built/`
Exit status 1
ELIFECYCLE Command failed with exit code 1.
ELIFECYCLE Command failed with exit code 1.
```
-
Embed this notice