From owner-freebsd-ppc@FreeBSD.ORG Thu Jun 12 21:05:38 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78F4E7F5; Thu, 12 Jun 2014 21:05:38 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B25128B3; Thu, 12 Jun 2014 21:05:38 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id m20so2984493qcx.27 for ; Thu, 12 Jun 2014 14:05:37 -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=4tBbf3MBQG1IksiRdTt3rdgaU8bsIFrQ2urlQ1VDgyw=; b=qMp0kuz42JdKfgbCn+cgP9m4Ao4hkhzgLS56hlPDrZaRSt6Q6D9tGkXsvaEj2pl2eW e/zc+0MTInX/cRSfFU3UIk8hW7WiyR5I5XLjlH/38R8wotP8A7uH/rE8J1mHxTZyLlXV GQE/24PKVSWQhKd4WFdb+mGlvesokYfOEbaYt2/vgbtlYThuhNgy2vyr0pZEFVF3WPqg 5rTJCwTAjElPzioxRxt7HiekNhQcvegF6s4J2Fro4tGIAtBakQJpwaPPcPhNdMsjnA3g 2a7fOBZqzkrPyMzLpel8TAy5TFDzkP7TcFmWUGlA6GfkgT4bIB2lv1HBu8hO8mXimWTx WsYg== MIME-Version: 1.0 X-Received: by 10.224.157.17 with SMTP id z17mr64018782qaw.72.1402607137320; Thu, 12 Jun 2014 14:05:37 -0700 (PDT) Received: by 10.140.19.107 with HTTP; Thu, 12 Jun 2014 14:05:37 -0700 (PDT) In-Reply-To: References: <13D61493-60D9-480A-A0ED-DC29C3795C73@freebsd.org> <20140612083946.53a09762@zhabar.att.net> Date: Thu, 12 Jun 2014 14:05:37 -0700 Message-ID: Subject: Re: Fix db48 in powerpc64 From: Justin Hibbits To: Julio Merino Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 21:05:38 -0000 On Thu, Jun 12, 2014 at 12:24 PM, Julio Merino wrote: > On Thu, Jun 12, 2014 at 4:39 PM, Justin Hibbits wrote: >> It looks like the 'correct' solution is 'return (tsl != NULL);' or >> 'return (tsl != 0);' >> >> I just ran into this problem again myself. >> >> With that, a bug should be filed so that in the future we can have a >> working db4x (my db48 working dir was just erased by portmaster). > > Do you want me to file a bug or can you submit this fix? I don't have > my G5 handy to test it now. > > Thanks I'll file a bug with the patch. I'll ask about committing it, too, since it shouldn't affect non-ppc users. - Justin