From owner-freebsd-ports@freebsd.org Wed Aug 19 11:05:46 2015 Return-Path: Delivered-To: freebsd-ports@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 61EDF9BC703 for ; Wed, 19 Aug 2015 11:05:46 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (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 00BE51DB5 for ; Wed, 19 Aug 2015 11:05:45 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by wicne3 with SMTP id ne3so123643868wic.1 for ; Wed, 19 Aug 2015 04:05:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=2XwMJoYddV7FCkHUWoqrfTRuuceIdcZAHt0wM0TXWyY=; b=BTsV4GDXpTWb/40JWQKMTCvTNQ7AjABdFRxiY69ySTBPjW86gz4h60UiH4UmyDZNbH kZoakgD/7txmZezLqSOEJo0PdJuqqXoKogF58ogZY9h6+QnGNZzgMXdto50V9XxDIQIC 5caTedDHHzPx/OMoOyiFEttVmc39Oc5+eWMujGGfl75ClYbc5lfzeMElCgA1DD0nu8DM +WbXeE/hCo1wInGanYnnx6ZUZCe7ulKZ5E/6lftBmknjivM/RKc1YF9ZfimW28jb9s3b x9aIj+vFxahO+Okk1Ks1aLvdQjcb/JLnPTNsWe0i2K254w51L/XhJxfdeBakydur3ysW 8idw== X-Gm-Message-State: ALoCoQm5saiBa+5nVJBhJjxXcJQF6dV3l0MjPfrkpnbQONfJb5A1zU0S5XcABF3OWB7R4VlV6dZJ X-Received: by 10.180.105.66 with SMTP id gk2mr2010727wib.73.1439982338391; Wed, 19 Aug 2015 04:05:38 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (mech-as222.men.bris.ac.uk. [137.222.170.4]) by smtp.gmail.com with ESMTPSA id pu6sm504739wjc.34.2015.08.19.04.05.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Aug 2015 04:05:37 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2) with ESMTP id t7JB5b92028597 for ; Wed, 19 Aug 2015 12:05:37 +0100 (BST) (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2/Submit) id t7JB5bAo028596 for freebsd-ports@freebsd.org; Wed, 19 Aug 2015 12:05:37 +0100 (BST) (envelope-from mexas) Date: Wed, 19 Aug 2015 12:05:37 +0100 (BST) From: Anton Shterenlikht Message-Id: <201508191105.t7JB5bAo028596@mech-as222.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: on -current: pkg install graphviz: Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 11:05:46 -0000 Has anybody seen this: root@rat:~ # uname -a FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r286908: Wed Aug 19 00:30:59 BST 2015 root@rat:/usr/obj/usr/src/sys/GENERIC amd64 root@rat:~ # pkg install graphviz Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: graphviz: 2.38.0_8 The process will require 65 MiB more space. Proceed with this action? [y/N]: y [1/1] Installing graphviz-2.38.0_8... [1/1] Extracting graphviz-2.38.0_8: 100% Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting. Abort trap (core dumped) The installed graphviz is unusable: root@rat:~ # dot There is no layout engine support for "dot" Perhaps "dot -c" needs to be run (with installer's privileges) to register the plugins? root@rat:~ # Anton