From owner-freebsd-questions@FreeBSD.ORG Sat Jul 13 16:58:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 61019F48 for ; Sat, 13 Jul 2013 16:58:50 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id D45231968 for ; Sat, 13 Jul 2013 16:58:49 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id zsym1l003516WCc01syn8Y; Sat, 13 Jul 2013 17:58:47 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=CY8xutbl c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=XxjqQFNsEAkA:10 a=S-_MLFOglI8A:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=6I5d2MoRAAAA:8 a=5AS6eJKPDGQA:10 a=-hv_gHwx9WKpN3GbJ5AA:9 a=wPNLvfGTeEIA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.80.1) (envelope-from ) id 1Uy39i-000G93-BO for freebsd-questions@freebsd.org; Sat, 13 Jul 2013 17:58:46 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Subject: [Solved] Error upgrading sysutils/nepomuk-core - Could not find parser plugin for encoding trig Date: Sat, 13 Jul 2013 17:58:44 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE-p4; KDE/4.10.3; amd64; ; ) References: <201307121815.18648.jmc-freebsd2@milibyte.co.uk> In-Reply-To: <201307121815.18648.jmc-freebsd2@milibyte.co.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201307131758.44493.jmc-freebsd2@milibyte.co.uk> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 16:58:50 -0000 On Friday 12 Jul 2013 18:15:18 Mike Clarke wrote: > Could anyone advise how to get round this problem? > > [ 3%] Generating nie.h, nie.cpp > cd /usr/ports/sysutils/nepomuk-core/work/.build/libnepomukcore && > /usr/local/bin/onto2vocabularyclass --name NIE --encoding trig --namespace > Nepomuk2::Vocabulary --export-module nepomuk > /usr/local/share/ontology/nie/nie.trig Could not find parser plugin for > encoding trig The original problem arose when I ran "portmaster -r apr -r kdelibs-4\*". It turned out that raptor is a dependency of kdelibs but for some reason portmaster had not selected it for upgrading. After manually running "portmaster raptor" I was able to build nepomuk-core and continue the mega update with " portmaster -R -r apr -r kdelibs-4\*" -- Mike Clarke