From owner-freebsd-ports@freebsd.org Wed Mar 7 20:46:25 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 64625F2F098 for ; Wed, 7 Mar 2018 20:46:25 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (fbsd.rdg.namesco.net [213.246.108.13]) by mx1.freebsd.org (Postfix) with ESMTP id 024846D66C for ; Wed, 7 Mar 2018 20:46:24 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from Vincents-MacBook-Pro-2.local (vhoffman.plus.com [81.174.148.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by unsane.co.uk (Postfix) with ESMTPSA id 81BE130011 for ; Wed, 7 Mar 2018 20:46:23 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unsane.co.uk; s=251017; t=1520455583; bh=gUHHP3g/smWvqDGhYN1yLHBSsytSBmyl2vx5mSTX3kE=; h=Subject:To:References:From:Date:In-Reply-To; b=aTOpkYpZ+NfR/fcJdUIrhAECAwSG3q+qIIfjrECPkaoX4mHub/uFka10ddVl+gg9w Ug+ic4/r7vYFdBmVwe1SXTG3wMKKmmziWCTDx4MPxRgEXk6+jrR1gL0CuPgHojMfCx FQJRkNVjmLXquMa8kdyv+x607NUJ0A0yXGYaYWLI= Subject: Re: net/viamillipede seeks commiter To: freebsd-ports@freebsd.org References: <1520059234.309443.1289947728.44653321@webmail.messagingengine.com> <20180303080634.GC32429@home.opsec.eu> <20180303185149.GD32429@home.opsec.eu> <1520182718.1126475.1291006864.4F744B98@webmail.messagingengine.com> <20180307114321.GZ86345@home.opsec.eu> <20180307115144.GC21001@home.opsec.eu> <71e99b61-a028-58cb-e437-467672f08998@unsane.co.uk> From: Vincent Hoffman-Kazlauskas Message-ID: <2f7ed3a2-3f78-324f-43db-779a10e04b9f@unsane.co.uk> Date: Wed, 7 Mar 2018 20:46:22 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <71e99b61-a028-58cb-e437-467672f08998@unsane.co.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit 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: Wed, 07 Mar 2018 20:46:25 -0000 On 07/03/2018 20:37, Vincent Hoffman-Kazlauskas wrote: > > > On 07/03/2018 17:08, Ash Gokhale wrote: >> On Wed, Mar 7, 2018 at 6:51 AM, Kurt Jaeger wrote: >> >>> Hi! >>> >>>>> I've made peace with poudriere in 10.4, 11.1 and 12 current jails with >>>>> USES= uidfix, and also fixed the spurious pthreads cast that was >>> choking >>>>> gcc. Would you all try it again please? >>>>> https://github.com/agokhale/freebsd-port-net-viamillipede/ >>> commits/master >>>> >>>> I've tested it on 10.3-i386, same build error as before. Maybe >>>> the problem happens with 10.3, but not with 10.4. I'll retest with 10.4. >>> >>> Yes, builds with 10.4, fails with 10.3. >>> >>> -- >>> pi@opsec.eu +49 171 3101372 2 years to >>> go ! >>> >> >> >> >> mat@'s feedback accepted, >> >> This is the error from 10.3 release via poudriere jail: >> >> =================================================== >> ===> Building for viamillipede-0.7 >> make[1]: "/usr/share/mk/bsd.own.mk" line 505: MK_DEBUG_FILES can't be set >> by a user. >> *** Error code 1 >> >> >> I'm not sure where to go from this; can I fence the port to build only on >> 10.4+ ? >> >> I'll poke around in the jail for clues. > > > Been a while but I think its something like > > Something like this in the makefile > > .if ${OSVERSION} > 1004000 > BROKEN= Needs features from at least 10.4 > .endif > > Doh .if ${OSVERSION} < 1004000 of course. > > Vince > >> _______________________________________________ >> 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" >> > _______________________________________________ > 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" >