From owner-freebsd-ports@freebsd.org Sun Mar 4 21:31:45 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72DA5F353FE for ; Sun, 4 Mar 2018 21:31:45 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19BD771283 for ; Sun, 4 Mar 2018 21:31:44 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E17320AEF for ; Sun, 4 Mar 2018 16:31:44 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute1.internal (MEProxy); Sun, 04 Mar 2018 16:31:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Bt+gTA hikwa8Ww3qqV8ul605P0Z5SrlLZqa78pd+29k=; b=laytB6YakL4lfGvXOUB5dZ BAu6tEik6ge3DzCKuPIT009r3ArWK6Z1rPkXHKGgIowLEXjXrfstd3Wbzs1wczTM JMvQv9/YrpddgyXZKbgJ/FdDf0k4cs4eehOY/y9FgjZHrRjkDSt8ZTWU+dIEoqPH eLaAyvai4Xz+hFCw7z+lvCHHn5rHLqfY5owuoSs/TCihQGHG9LCBwQziXokA84Na EopkEdsFruxezJ5eZZ9l0gsrkGsL1/4Q62QnM8/gaQBnEeTeizuV6vbvbDVZBwxd nIlVz5jYYNinHG4rC9kOsjh8Sbcj5Mo1uuLyLs0OGujE6qpbmjGhExGY4JKbLo8g == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id E059CBA43B; Sun, 4 Mar 2018 16:31:43 -0500 (EST) Message-Id: <1520199103.1249095.1291188968.7BC57AE1@webmail.messagingengine.com> From: Josh Paetzel To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Re: net/viamillipede seeks commiter Date: Sun, 04 Mar 2018 15:31:43 -0600 References: <20180303044839.GA32429@home.opsec.eu> <5A9A2A97.5090401@grosbein.net> <20180303050654.GB32429@home.opsec.eu> <1520059234.309443.1289947728.44653321@webmail.messagingengine.com> <20180303080634.GC32429@home.opsec.eu> <20180303185149.GD32429@home.opsec.eu> <1520182718.1126475.1291006864.4F744B98@webmail.messagingengine.com> In-Reply-To: <1520182718.1126475.1291006864.4F744B98@webmail.messagingengine.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 21:31:45 -0000 On Sun, Mar 4, 2018, at 10:58 AM, Josh Paetzel wrote: > > > 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@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 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Promised pull request sent. Still doesn't compile on 10.4. I'm assuming gcc is at fault. https://github.com/agokhale/freebsd-port-net-viamillipede/pull/1 -- Thanks, Josh Paetzel