From owner-freebsd-stable@freebsd.org Mon Aug 29 01:04:48 2016 Return-Path: Delivered-To: freebsd-stable@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 92D82B770DD for ; Mon, 29 Aug 2016 01:04:48 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (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 56503360; Mon, 29 Aug 2016 01:04:48 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id e63so79709517ith.1; Sun, 28 Aug 2016 18:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=K+QGGWwutFmRll+jREbVjHsioyB+V62tzsoYPTW3eig=; b=rZTAhO69mj9CK5pzNY6GFhNQ1PoCshQFkgRykRxMe/Pz8/3u0uqRVzTmFmvxAPd50F g3URCpflqdZCPI3I3mHzVvvmqrok5RLzsvsWamUzfF4E9dWA8Ct29u5/833+rPYdygjP vaGDoZGvlJdPrfLqlMw+V5sQvjbrlfsoacdvATcx2838jxMaj2PJ3KIeEY6SQTSbC03a QypzI5quf3DR2pD0VEhlScx90dfCTUzCDZ/MylMQ8WKOwRtjc/T5fVSOLkjbl8gPzIYm SqLUfZnPw6PWQBbq2iUVnK5TZMgQhRZ+sKxs2HOpef1ke+H2vUJ6k8lJimXgTT/3jomi Y4Ag== 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; bh=K+QGGWwutFmRll+jREbVjHsioyB+V62tzsoYPTW3eig=; b=Jbl2OonBa1R2oZR2RWmna+3PQ9QuUUs3B2PUVtaR50ZcmYxZIOLwA6+iKlcuFG7BE1 7PcMDKKmIibEnkKNLOIwQjxxmu9J3deFHwop/qQiImc9gjMzZSyxvIhwcv6UVai1O8V2 g/IBF7slyBdEL33QObJi+UbfKwMYbUbD202/UFkXL6d7cmJ434PY1mEOW0qEQlkV0noH a1rMeVDpjSsQ1FZ9Aqit3ZwcnH7e78jApmq31ME/izqaXWVt+AE8ZGZbtf4KMt5aD8Nj SWwAAzNLe98Rjsu4cxa5iQSnW3fuLo+Zik2dwkvHv0+L6e/4ATEppYAPHavjLty5z53V ugMw== X-Gm-Message-State: AE9vXwPKxgC3WLUtkT35o8k0wYkikM1TOntmAVFmH6s1SuXkd/97pfeksJQsaCUe2SfqywNB8lTR9CAZy9+b1A== X-Received: by 10.36.158.213 with SMTP id p204mr10828556itd.99.1472432687838; Sun, 28 Aug 2016 18:04:47 -0700 (PDT) MIME-Version: 1.0 Sender: kmacybsd@gmail.com Received: by 10.107.143.11 with HTTP; Sun, 28 Aug 2016 18:04:46 -0700 (PDT) In-Reply-To: References: <20160819073422.4292997b@X220.alogt.com> <20160821144505.27c0f55d@X220.alogt.com> <827183a944ee4052649c152d65204444@schema31.it> <20160822101423.GF18643@e-new.0x20.net> <79F32FFD-BBDF-4359-A4CB-C80A3FC59EAD@FreeBSD.org> <20160828183242.759bb6c2@freedom.alkumuna.eu> From: "K. Macy" Date: Sun, 28 Aug 2016 18:04:46 -0700 X-Google-Sender-Auth: DQHoIDJS556JAHabo3Jz5GBRqtg Message-ID: Subject: Re: Benchmarks results for FreeBSD 11 To: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= Cc: freebsd-stable , Dimitry Andric , Matthieu Volat , Johannes Dieterich , Lars Engels , Erich Dollansky , Andrea Brancatelli , Kubilay Kocak Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 01:04:48 -0000 > I'm writing from my cellphone away from my computer, so take this with a > grain of salt: > > -L/usr/local/llvm38/lib You're missing the point. If your webserver crashes every other day, the fact that you can run a batch job to restart it doesn't make it OK. No software written to date assumes the need to find libomp. It will either configure itself to not use openmp or not build without additional tweaking. Requiring additional tweaking to build on FreeBSD or requiring users to install gcc is kind of underwhelming. -M