From owner-freebsd-toolchain@freebsd.org Mon Feb 1 16:12:39 2016 Return-Path: Delivered-To: freebsd-toolchain@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 7DF9AA97E23 for ; Mon, 1 Feb 2016 16:12:39 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (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 483C7EFB for ; Mon, 1 Feb 2016 16:12:39 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-ig0-x22f.google.com with SMTP id t15so38630128igr.0 for ; Mon, 01 Feb 2016 08:12:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZOXDFGSRgfFK+cIK7rO0YrW3LeAj0P2MnSRjGqMzJ7A=; b=gmA8Jp+FXnZA+HoFUuePkf22B+UdxAx6ulylSq4tsMdQu3S+8Jt6xHIfwSRckH2AJp ncZuvaDc7IhIOegQ7Aumldd7f0+HggsizmGJciAOcmRJIBuYw1qMzHqV1Pw7YVMiVo7g fbR9NXRSGkvi4Sh11bCYiYHuOPYFEwSMcxRkAU3LRvHWsekWVkiUPejb2yjLDIqqVtJa ev+25zf+4fy42ZwOVaUNRAl6e1VfagvTejAVnFl8oaGnM0bDevwCDrJRcf81AHBN8Ute fOmq4XPc9MQwpAh+W8Zc1PcepxCsK9obSfacaq2vabFKVGa0PgJvr6GiXBd7ZGld7dFM 7y1w== 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:date :message-id:subject:from:to:cc:content-type; bh=ZOXDFGSRgfFK+cIK7rO0YrW3LeAj0P2MnSRjGqMzJ7A=; b=AisNXmUaLzLYL0x1SOx9HhLwZ7C5pn0c7l8xZDlI1+ebfB4hsT3AyUP/Tmih+pxdtk R3OonWpsRgvpdvqJVAqf+3MTEKcGjmeAeG95edMyFPu5pdIcz/ENEDEmeTTkqZcprwiF HxhJUmRAybgtMBgJN+qjRD6cE35o0jUgnMcbUx2aMqvF3WiLkbzXW0Rk643i618JiMeg HqkSGRMyCPlnxuGDGFYESy33MEvj9mxXiWS6QVAA5N0D+5h3jRc9M9XNidnGegrZ3OIY zYW6fTTpZnlDUJ4dwgzIj5QXicbIkFzqGVG14VZhkCshAeskSaFuKDeI4F4K0tneIktj YfPw== X-Gm-Message-State: AG10YOQoEO3Mw4Sv4dKlhpmGKqyr4ZquOR48xKzTwg203/H94+NKgzf8FEzvt1kBv6Q6tks3eujeZe3RTdkXVA== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr10540287igr.86.1454343158463; Mon, 01 Feb 2016 08:12:38 -0800 (PST) Sender: koobs.freebsd@gmail.com Received: by 10.36.20.151 with HTTP; Mon, 1 Feb 2016 08:12:38 -0800 (PST) Received: by 10.36.20.151 with HTTP; Mon, 1 Feb 2016 08:12:38 -0800 (PST) In-Reply-To: <56AF81BF.8050707@hiwaay.net> References: <56AF81BF.8050707@hiwaay.net> Date: Tue, 2 Feb 2016 03:12:38 +1100 X-Google-Sender-Auth: sf0nP6d7pvbd1wvRXnp2rebbVwc Message-ID: Subject: Re: GCC5: pkg vs. ports From: Kubilay Kocak To: "William A. Mahaffey III" Cc: "FreeBSD toolchain mailing list !!!!" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 16:12:39 -0000 Hi William, You may be seeing a previously saved config, try make rmconfig then check again, or look at OPTIONS_DEFAULT inside Makefile You're correct, if graphite *is* a default option, the package should have it . Only other thing I can think of is a silent graphite build failure that isn't fatal, resulting in a built but incomplete package. Unlikely all else being equal though Let us know what you find ./koobs On 2 Feb 2016 3:06 AM, "William A. Mahaffey III" wrote: > > > I just did a full 'pkg upgrade' on my FBSD 9.3R box, which installed the > newest GCC5. I also updated ports. When I used the pkg-provided GCC5, it > doesn't have graphite support enabled, so no auto-parallelization. When I > checked the port w/ make showconfig. it shows graphite enabled. I am > recompiling it as I write this, but I thought the pkg was/is configured > from the port & would have graphite enabled by default, w/ no recompile > needed on my part, no ? I have the various other pkg's req'd for graphite > support pkg-installed (& just updated this A.M.), so I thought I was ready > to go. Not a huge issue, but recompiling the compiler shoots about an hour > on my box, would be sweet to avoid that. TIA for any clues & have a good > one. > > > -- > > William A. Mahaffey III > > ---------------------------------------------------------------------- > > "The M1 Garand is without doubt the finest implement of war > ever devised by man." > -- Gen. George S. Patton Jr. > > _______________________________________________ > freebsd-toolchain@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain > To unsubscribe, send any mail to " > freebsd-toolchain-unsubscribe@freebsd.org" >