Re: Cross compiling user applications for armv7
Sulev-Madis Silber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On September 20, 2025 8:10:25 PM GMT+03:00, "Michał Kruszewski" <[email protected]> wrote: >Basiclly everything has 1001/0. >Maybe because I install world and kernel with NO_ROOT=YES? > >However, in such a case, why the following poudriere config does not work: >BUILD_AS_NON_ROOT=YES >PORTBUILD_USER=mkru >PORTBUILD_GROUP=wheel >PORTBUILD_UID=1001 >PORTBUILD_GID=0 > >Regards, >Michał > a side note: why is it 1001:0? did you set your main user main group to 0? if that's true, better practice would be to configure yourself as 1001:1001 with wheel(0) being additional group