From owner-freebsd-mips@freebsd.org Sat Oct 17 18:26:10 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ABF9A1728B for ; Sat, 17 Oct 2015 18:26:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07CC91125; Sat, 17 Oct 2015 18:26:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbkq10 with SMTP id kq10so33172313igb.0; Sat, 17 Oct 2015 11:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Dtdbsxbi2sPKoxqSbjVPxda7AOMpCw/TQbwv6YF1uxY=; b=T2Z5YIJrAm9pLjjhmqFbCzyCAs7/TfcXIpaLuPTHowzpx3z+oQhUBMBS04GGpgN0L9 6IRtDzfLBDx6XQ17wPGhEeV8EEwidIum8j7NwjTDMIVWUDRKXC1cCqcNuDOqx6uzPq4M Z+fwG3Nt2cjnEMCc8NklpY+WJK7CmQntwL02SIextFGAKaAZnZMO2shaVY9H2mqY/EiT Rh+JrwQ7Z2f2iZ/WfxnEaFPd6B6CHxlEgiZLW8nOVuHz9PvAbx+z7/2Sn11HJKPfz0bY Pa9gOJiHE3UTyzwsaJOWVpXDVxmIiIRc6IZ/JJSbcNK+NhYM5o3pgUz0DO4WaSyTG6f7 EuXA== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr11406929igr.22.1445106368967; Sat, 17 Oct 2015 11:26:08 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Sat, 17 Oct 2015 11:26:08 -0700 (PDT) In-Reply-To: <56228BF2.6060708@grosbein.net> References: <56212F5F.3020603@rdtc.ru> <56217396.1050509@freebsd.org> <56221B6C.1060406@grosbein.net> <56221CFD.2070204@grosbein.net> <56228BF2.6060708@grosbein.net> Date: Sat, 17 Oct 2015 11:26:08 -0700 Message-ID: Subject: Re: strange error building print/texinfo From: Adrian Chadd To: Eugene Grosbein Cc: Sean Bruno , "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:26:10 -0000 Hah, oh lordie. Please file a PR for that. We should fix that ASAP! -a On 17 October 2015 at 10:57, Eugene Grosbein wrote: > On 17.10.2015 23:18, Adrian Chadd wrote: >> ... >> >> what's it do on non-mips? > > ktrace shows that for amd64, mmap returns MAP_FAILED when size==0 just like standards say. > For mips32 it returns NULL. >