venomlinux / ports

Contain all ports used by scratchpkg
https://venomlinux.org/
76 stars 48 forks source link

[bug: ports 2.1] i3-gaps build failed #508

Closed damon-kwok closed 2 years ago

damon-kwok commented 3 years ago
scratch install i3-gaps i3blocks i3blocks i3lock i3status -y
...
../meson.build:128:60: ERROR: Program or command '[' not found or not executable
...

-details: i3-gaps.log

emmett1 commented 3 years ago

are you sure your system is up-to-date? this '[' bug should be solved already here

damon-kwok commented 3 years ago

yes, my port is up-to date-

damon-kwok commented 3 years ago

@emmett1

scratch sync
scratch upgrade scratchpkg
Package 'scratchpkg' is  up to date.
scratch install i3-gaps'

../meson.build:128:60: ERROR: Program or command '[' not found or not executable
emmett1 commented 3 years ago

Hmm ok. Try rebuild 'coreutils'. scratch build -f coreutils && scratch install -r coreutils

damon-kwok commented 3 years ago
scratch build -f coreutils && scratch install -r coreutils
scratch install i3-gaps'

../meson.build:128:60: ERROR: Program or command '[' not found or not executable
emmett1 commented 3 years ago

For this i will check later after work. I think it bugs from scratchpkg. It cant read '[' then remove it from system after upgrading.

damon-kwok commented 2 years ago

Any update?

emmett1 commented 2 years ago

Yes its already fixed. Make sure system is up to date