Error in buildkernel

2021-07-29 Thread Filippo Moretti via current
Good morning,    I have the following error in build kernel:ror=unused-function -Wno-error=pointer-sign -Wno-error=shift-negative-value -Wno-address-of-packed-member -Wno-format-zero-length   -mno-aes -mno-avx  -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o

Re: Error in buildkernel. Permission denien

2016-05-13 Thread Dimitry Andric
On 13 May 2016, at 08:35, Cristiano Deana wrote: > > while compiling kernel I got: > > x86 -> /usr/src/sys/x86/include > /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh > /usr/src/sys/dev/bhnd/nvram/nvram_map -h > bmake[4]: exec(/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh) failed > (Permission den

[SOLVED] Re: Error in buildkernel. Permission denien

2016-05-13 Thread Cristiano Deana
I had to change ACL attributes too (+x) to two files: /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh /usr/src/sys/dev/bhnd/tools/nvram_map_gen.awk Thanks On Fri, May 13, 2016 at 8:35 AM, Cristiano Deana wrote: > Hi, > > while compiling kernel I got: > > x86 -> /usr/src/sys/x86/include > /usr/src/s

Error in buildkernel. Permission denien

2016-05-12 Thread Cristiano Deana
Hi, while compiling kernel I got: x86 -> /usr/src/sys/x86/include /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh /usr/src/sys/dev/bhnd/nvram/nvram_map -h bmake[4]: exec(/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh) failed (Permission denied) *** Error code 1 Stop. I saw another thread with the sa