net/viamillipede seeks commiter

Josh Paetzel josh at tcbug.org
Sun Mar 4 16:58:40 UTC 2018



On Sat, Mar 3, 2018, at 12:51 PM, Kurt Jaeger wrote:
> Hi!
> 
> > Nope -this is a new tool; the other stuff was fpga porting for cad/icestorm.
> 
> I have something buildable, but it fails on FreeBSD 10:
> 
> ===>  Building for viamillipede-1.0
> make[1]: "/usr/share/mk/bsd.own.mk" line 505: MK_DEBUG_FILES can't be 
> set by a user.
> 
> -- 
> pi at opsec.eu            +49 171 3101372                         2 years to go !

I get a different failure on 10.4 using poudriere:

--- rx.o ---
rx.c:182:14: error: expected ')'
                        (void *(* _Nonnull)(void *))&rxworker,
                                  ^
rx.c:182:11: note: to match this '('
                        (void *(* _Nonnull)(void *))&rxworker,
                               ^
1 error generated.
--- tx.o ---
tx.c:317:14: error: expected ')'
                        (void *(* _Nonnull)(void *))&txworker_sm,
                                  ^
tx.c:317:11: note: to match this '('
                        (void *(* _Nonnull)(void *))&txworker_sm,
                               ^
1 error generated.
*** [tx.o] Error code 1

I have a small Makefile patch I'll send as a pull request to satisfy portlint.

-- 

Thanks,

Josh Paetzel


More information about the freebsd-ports mailing list