noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
269 stars 78 forks source link

NSFS | RPM build is not generating NSFS RPM #8227

Open naveenpaul1 opened 2 months ago

naveenpaul1 commented 2 months ago

Environment info

Actual behavior

  1. RPM command is not generating RPM in build/rpm folder, even if the command completed without any issues This issues is not happening to all the linux machines, need to understand why its happening for some machines.

Expected behavior

  1. make rpm should generate valid RPM for all linux and mac machines.

Steps to reproduce

  1. run make rpm
  2. check build/rpm folder for the latest RPM.

More information - Screenshots / Logs / Other output

romayalon commented 2 months ago

Hey @tangledbytes looks like we have an issue with building RPM locally, it almost never worked for me on mac, any idea what happened?

naveenpaul1 commented 3 weeks ago

@tangledbytes I am able to create RPM in build/rpm folder if I run the make rpm from as root suder

sudo -i make rpm

romayalon commented 2 weeks ago

@naveenpaul1 it's not working for me on mac, also @tangledbytes has a PR opened for fixing it https://github.com/noobaa/noobaa-core/pull/8270