Re: make obj failed

2019-01-02 Thread Edgar Pettijohn


On Jan 2, 2019 7:29 AM, Maciej Jan Broniarz  wrote:
>
> Hi,
>
> I am following the same  guide as always: https://www.openbsd.org/stable.html
>
> mjb
>

Did you rm -rf /usr/obj

Before building? I think the only time I've ever had a build fail was because I 
had something old hanging out in there.
>
> - Oryginalna wiadomość -
> Od: "Theo de Raadt" 
> Do: "Maciej Jan Broniarz" 
> DW: misc@openbsd.org
> Wysłane: środa, 2 styczeń 2019 14:27:22
> Temat: Re: make obj failed
>
> You are not using the build process in "man release"
>
> You are doing something different..
>
> > Hi,
> > 
> > I am updating OpenBSD 6.4 on sparc64 and during make obj i get the 
> > following error:
> > 
> > building rem.S from /usr/src/lib/libc/arch/sparc64/gen/divrem.m4
> > /bin/sh: cannot create rem.S: Permission denied
> > *** Error 1 in lib/libc (arch/sparc64/Makefile.inc:23 'rem.S': @(echo 
> > "define(NAME,\`.rem')define(OP,\`rem')define(S,\`true')";  cat /usr/sr...)
> > *** Error 1 in lib (:48 'all')
> > *** Error 1 in . (:48 'all')
> > *** Error 1 in . (Makefile:95 'do-build')
> > *** Error 1 in /usr/src (Makefile:74 'build')
> > 
> > What might be the issue here?
> > 
> > all best,
> > mjb
> > 
>
>
> !DSPAM:1,5c2cbd73862871338720621!
>
>



Re: make obj failed

2019-01-02 Thread Theo de Raadt
Maciej Jan Broniarz  wrote:

> Hi,
> 
> I am following the same  guide as always: https://www.openbsd.org/stable.html

That information is quite incomplete.  If you really want to do this,
you need to read release(8).

My personal opinion is people should not bother building -stable.  We
throw almost nothing into -stable.



Re: make obj failed

2019-01-02 Thread Maciej Jan Broniarz
Hi,

I am following the same  guide as always: https://www.openbsd.org/stable.html

mjb


- Oryginalna wiadomość -
Od: "Theo de Raadt" 
Do: "Maciej Jan Broniarz" 
DW: misc@openbsd.org
Wysłane: środa, 2 styczeń 2019 14:27:22
Temat: Re: make obj failed

You are not using the build process in "man release"

You are doing something different..

> Hi,
> 
> I am updating OpenBSD 6.4 on sparc64 and during make obj i get the following 
> error:
> 
> building rem.S from /usr/src/lib/libc/arch/sparc64/gen/divrem.m4
> /bin/sh: cannot create rem.S: Permission denied
> *** Error 1 in lib/libc (arch/sparc64/Makefile.inc:23 'rem.S': @(echo 
> "define(NAME,\`.rem')define(OP,\`rem')define(S,\`true')";  cat /usr/sr...)
> *** Error 1 in lib (:48 'all')
> *** Error 1 in . (:48 'all')
> *** Error 1 in . (Makefile:95 'do-build')
> *** Error 1 in /usr/src (Makefile:74 'build')
> 
> What might be the issue here?
> 
> all best,
> mjb
> 



Re: make obj failed

2019-01-02 Thread Theo de Raadt
You are not using the build process in "man release"

You are doing something different..

> Hi,
> 
> I am updating OpenBSD 6.4 on sparc64 and during make obj i get the following 
> error:
> 
> building rem.S from /usr/src/lib/libc/arch/sparc64/gen/divrem.m4
> /bin/sh: cannot create rem.S: Permission denied
> *** Error 1 in lib/libc (arch/sparc64/Makefile.inc:23 'rem.S': @(echo 
> "define(NAME,\`.rem')define(OP,\`rem')define(S,\`true')";  cat /usr/sr...)
> *** Error 1 in lib (:48 'all')
> *** Error 1 in . (:48 'all')
> *** Error 1 in . (Makefile:95 'do-build')
> *** Error 1 in /usr/src (Makefile:74 'build')
> 
> What might be the issue here?
> 
> all best,
> mjb
> 



make obj failed

2019-01-02 Thread Maciej Jan Broniarz
Hi,

I am updating OpenBSD 6.4 on sparc64 and during make obj i get the following 
error:

building rem.S from /usr/src/lib/libc/arch/sparc64/gen/divrem.m4
/bin/sh: cannot create rem.S: Permission denied
*** Error 1 in lib/libc (arch/sparc64/Makefile.inc:23 'rem.S': @(echo 
"define(NAME,\`.rem')define(OP,\`rem')define(S,\`true')";  cat /usr/sr...)
*** Error 1 in lib (:48 'all')
*** Error 1 in . (:48 'all')
*** Error 1 in . (Makefile:95 'do-build')
*** Error 1 in /usr/src (Makefile:74 'build')

What might be the issue here?

all best,
mjb