Re: gmake: parse error: error in archive specification

2020-09-20 Thread Rafael Sadowski
On Sun Sep 20, 2020 at 10:16:32PM +0200, Christian Weisgerber wrote: > Rafael Sadowski: > > > It is very easy to reproduce: > > $ cd /usr/ports/security/argon2 && make test > > > > ===> Regression tests for argon2-20190702 > > Building without optimizations > > cc -O2 -pipe -std=c89 -Wall -g

Re: gmake: parse error: error in archive specification

2020-09-20 Thread Jeremie Courreges-Anglas
On Sun, Sep 20 2020, Christian Weisgerber wrote: > Rafael Sadowski: > >> It is very easy to reproduce: >> $ cd /usr/ports/security/argon2 && make test >> >> ===> Regression tests for argon2-20190702 >> Building without optimizations >> cc -O2 -pipe -std=c89 -Wall -g -Iinclude -Isrc -pthread

Re: gmake: parse error: error in archive specification

2020-09-20 Thread Christian Weisgerber
Rafael Sadowski: > It is very easy to reproduce: > $ cd /usr/ports/security/argon2 && make test > > ===> Regression tests for argon2-20190702 > Building without optimizations > cc -O2 -pipe -std=c89 -Wall -g -Iinclude -Isrc -pthread -Wextra > -Wno-type-limits src/argon2.c src/core.c

gmake: parse error: error in archive specification

2020-09-16 Thread Rafael Sadowski
I see a strange output with ports gmake. I thought it had something to do with our env vars. But a simple gmake call in ${WRKSRC} produces the same error. Under Linux and GUN make this does not happen. (Tested with Debian Sid) We can see the some error message in sysutils/node_exporter if we