From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willem Jan Withagen Subject: Re: Compiling for FreeBSD Date: Tue, 1 Dec 2015 19:51:34 +0100 Message-ID: <565DEC36.10102@digiware.nl> References: <565B3999.3050302@digiware.nl> <565B4A7F.60301@digiware.nl> <20151130065812.GA20205@gmail.com> <565D7FA8.3010301@digiware.nl> <565DA3B5.1070608@digiware.nl> <565DC9D4.7060701@digiware.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.digiware.nl ([31.223.170.169]:20443 "EHLO smtp.digiware.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbbLASv5 (ORCPT ); Tue, 1 Dec 2015 13:51:57 -0500 In-Reply-To: <565DC9D4.7060701@digiware.nl> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Sage Weil Cc: Mykola Golub , "Yan, Zheng" , Haomai Wang , Ceph Development On 1-12-2015 17:24, Willem Jan Withagen wrote: > I think in the short run it will not be the code that is going to be a > major porting pain. But getting the run-time environment ironed out is > just plain (hard) work. Things where /bin/sh expects certain bash-isms. > Where paths have not been setup to the fullest all the way back into > ./configure: like ${initrddir} => /etc/init.d versus /usr/local/etc/rc.d. > Probably plenty more like these. To answer myself: grep != grep freetest# grep -P test * grep: The -P option is not supported :( And only to match things like: ceph-authtool kring --list|grep -P '^\tcaps ' Start looking for a mode that works could work on both.... --WjW