From owner-freebsd-ppc@FreeBSD.ORG Thu Jun 12 19:24:43 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 87578C3 for ; Thu, 12 Jun 2014 19:24:43 +0000 (UTC) Received: from mail-qc0-f170.google.com (mail-qc0-f170.google.com [209.85.216.170]) (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 485F42FFD for ; Thu, 12 Jun 2014 19:24:42 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id l6so2721397qcy.29 for ; Thu, 12 Jun 2014 12:24:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=MEsHDdsfy8aovYKmX8ssPkH9wNkQZ3mp/wgZO9wy9Po=; b=GhahEjZV9j14cqB+7TZVrjMZv0Ycqw/zgc8aQz6HOHW4TPwp0jmqdoqvXwpcnI5nSj 73fMy4015G+h5A8q5nvBeBUDJ1inOWnrI7TK3T8fGpBIaOWV3soC5j2IpmixH8Rx55Q+ BEvK87sCRZ/OZdZVuovJB2cnYxza9G7AMvaPgHdDH110RHvHurewZaaeJKDxoXx8fXcG C//L8swSxzU+OXN68xr5SkkaMxZmeCAD5+wxjU46i9JBlpfVUdjW+DdVR89ctPsf4wxk mJdyhlX51YNIVaUaUtugvKIr2yNp8yONLc+OmxjsNyvHGbc6X35SLrQDD0AlPATMlawG zMUQ== X-Gm-Message-State: ALoCoQmvCIq2cQutFtEPYZFfKP4jmH5Z+Qquo1XKHGapDHvLGu6q+YtenyeMY78KGj8IYkLH9Zo0 X-Received: by 10.140.30.161 with SMTP id d30mr59479541qgd.62.1402601075886; Thu, 12 Jun 2014 12:24:35 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Thu, 12 Jun 2014 12:24:15 -0700 (PDT) X-Originating-IP: [2620:0:1040:404:d1ed:cfe0:5821:c274] In-Reply-To: <20140612083946.53a09762@zhabar.att.net> References: <13D61493-60D9-480A-A0ED-DC29C3795C73@freebsd.org> <20140612083946.53a09762@zhabar.att.net> From: Julio Merino Date: Thu, 12 Jun 2014 20:24:15 +0100 X-Google-Sender-Auth: oqAL5fP0ZJeJ_1XUQbT8hu-k1hY Message-ID: Subject: Re: Fix db48 in powerpc64 To: Justin Hibbits Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ppc@freebsd.org 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 19:24:43 -0000 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