From: Jani Nikula Date: Sun, 12 May 2013 20:45:37 +0000 (+0300) Subject: Re: Solaris support - missing or incompatible functions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=edb0d41fb67aaadc6aca23fd93b6b3d9b79fccc2;p=notmuch-archives.git Re: Solaris support - missing or incompatible functions --- diff --git a/a4/f45b26c67b35ba6c48bd6b3b69d67d206c85e8 b/a4/f45b26c67b35ba6c48bd6b3b69d67d206c85e8 new file mode 100644 index 000000000..9f7c63230 --- /dev/null +++ b/a4/f45b26c67b35ba6c48bd6b3b69d67d206c85e8 @@ -0,0 +1,85 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 9C4A1431FB6 + for ; Sun, 12 May 2013 13:45:52 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Q7j6Cija+JvQ for ; + Sun, 12 May 2013 13:45:48 -0700 (PDT) +Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com + [209.85.217.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 11C23431FAE + for ; Sun, 12 May 2013 13:45:47 -0700 (PDT) +Received: by mail-lb0-f176.google.com with SMTP id v20so5632089lbc.7 + for ; Sun, 12 May 2013 13:45:46 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:in-reply-to:references:user-agent + :date:message-id:mime-version:content-type:x-gm-message-state; + bh=bSf+fjhAVEgRXTalsiMkKMoKwy+cGKO2oDY9mfhhBds=; + b=Vl1F584N6cxVP0qwozVwaCQgtqUA4qPvx2j5xQcsQmrKQil9uxoTk+PGKUqD1zTN3T + cKYLYTBUJ6MvH5+154eS1cPy3tMvlyI1Z0vmtLukP6aZtCbVKjyQ5MOnwWGqL4hKe4HO + 2wAjUZvHQenaQPLriAXGThr7H2hlM3nvG0GgNGPaUnBqVPdqyDJ/2uBefP44mq0NH/he + yQwUL7Fsr+ngnX2dw0XbLcmws+xim9FcCXdwjBvq6lPw2GooGhHaTIjjuHKfFKUJfqXB + qnYIihml5aH/vmUMC9LfQbwBAaoLaVxvBtfs9S/Q0wLo96bCAroxhUz6/l1woZDRK+2X + MTxw== +X-Received: by 10.152.87.69 with SMTP id v5mr11870072laz.24.1368391546528; + Sun, 12 May 2013 13:45:46 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id pm9sm4351794lbb.8.2013.05.12.13.45.44 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 12 May 2013 13:45:45 -0700 (PDT) +From: Jani Nikula +To: Vladimir Marek +Subject: Re: Solaris support - missing or incompatible functions +In-Reply-To: <20130512202145.GA2047@vi64-x3-2e-prg06.cz.oracle.com> +References: <1367853362-11846-1-git-send-email-Vladimir.Marek@oracle.com> + <87ehdc9dbh.fsf@nikula.org> + <20130512202145.GA2047@vi64-x3-2e-prg06.cz.oracle.com> +User-Agent: Notmuch/0.15.2+87~gc69f540 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 12 May 2013 23:45:37 +0300 +Message-ID: <87bo8g9bbi.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +X-Gm-Message-State: + ALoCoQldMstM3Lbr8O3COOfwgKtVsAp9Gf9XmhBDOpZV35l1ZYqCwQIPamTwL836o6oHhRPgyTR2 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 12 May 2013 20:45:52 -0000 + +On Sun, 12 May 2013, Vladimir Marek wrote: +> I didn't pay too much attention to the test output as it's broken on +> linux too :) + +It shouldn't be. All tests pass for me, and we're pretty strict about +maintaining that. + +There may be some prerequisites to running tests that you're missing, +and the test setup fails to tell you about. A pastebin of the 'make +test' output might be helpful. + +BR, +Jani.