You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Mac and having dependencies installed via brew, as default, brew's make version is installed via gmake. This is done to avoid conflicts with the Apple-shipped make version. If a user does not replace Apple's make, kraft build won't work at the moment:
Example:
$ kraft build --kraftfile kraft.cloud.yaml --no-cache -j 4
[+] updating package index [0.7s]
[+] finding core/unikraft:cloud [1.4s]
[+] finding lib/nginx:stable [1.1s]
[+] finding lib/ukp-bin:stable [1.9s]
[+] finding lib/musl:stable [1.3s]
[+] finding lib/lwip:stable [1.4s]
[+] pulling lib/nginx:stable ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• 100% [0.9s]
[+] pulling lib/musl:stable ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• 100% [0.6s]
[+] pulling core/unikraft:cloud ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• 100% [1.4s]
[+] pulling lib/lwip:stable ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• 100% [1.0s]
[+] pulling lib/ukp-bin:stable ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• 100% [0.7s]
<!> configuring kraftcloud-x86_64 (fc/x86_64) 0% [0.0s]
E Makefile:64: *** We need GNU make >= 4.1. It can be installed with 'brew install make'. Retry with: 'gmake /Users/skuenzer/Workspace/...'
[ ] building kraftcloud-x86_64 (fc/x86_64) 0% [0.0s]
exit status 2
Feature request summary
When running on Mac and having dependencies installed via
brew
, as default, brew'smake
version is installed viagmake
. This is done to avoid conflicts with the Apple-shippedmake
version. If a user does not replace Apple'smake
,kraft build
won't work at the moment:Example:
This issue is also related to issue #674
Describe alternatives
No response
Related architectures
None
Related platforms
None
Additional context
No response
The text was updated successfully, but these errors were encountered: