From owner-freebsd-ports@FreeBSD.ORG Mon Jan 12 14:01:41 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B606470 for ; Mon, 12 Jan 2015 14:01:41 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32F77FE0 for ; Mon, 12 Jan 2015 14:01:41 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id hz20so24142408lab.6 for ; Mon, 12 Jan 2015 06:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=J8eZK0dZ4dfjWAadeqU0owdo1IISe30pGIUdMtPBr3Y=; b=m/HPEepEuadvVp7hmo4sWicVpPOxvZync9tvyTMBTo7xSQ9hLYGVy4Sx7BGb3dE2LX qRDvMlFz57hj+QtHa3rnv1nBbXNYYjesxH4589hb8ptUdUPMN2ujitfjudbQTS/k/TCl uBCOMsKExm7JRD4PVMH+Qu1v1a+8AkbgBMmQTfi12mxMuAo4lS3S0ZlTIrXt/zUSXOQ6 fzSclW5Sp72Iq5+t4GKieb4RXpKdUoaPVLFoYsSFR/m/wDF8tsMognPc51cusvrNU3aZ l4+RbZPZwIPf8WWFGXECVjpzKPXTlCYJ7RlR1eAE3bvMB/QUjs0BXCaLPV6+r1ZmsmNQ XgIA== X-Received: by 10.152.37.168 with SMTP id z8mr36817089laj.63.1421071299043; Mon, 12 Jan 2015 06:01:39 -0800 (PST) Received: from [172.29.2.131] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by mx.google.com with ESMTPSA id pn7sm4143034lbb.6.2015.01.12.06.01.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jan 2015 06:01:38 -0800 (PST) Message-ID: <54B3D3B8.9060309@gmail.com> Date: Mon, 12 Jan 2015 16:01:28 +0200 From: Vitaly Magerya User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: lumiwa@gmail.com Subject: Re: mypaint References: <4332122.R2hTBFfxOS@lumiwa.farms.net> <54B2C8FB.2040601@gmail.com> <1799385.DexCJMgr9b@lumiwa.farms.net> <3335351.IokthlFiqL@lumiwa.farms.net> In-Reply-To: <3335351.IokthlFiqL@lumiwa.farms.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 14:01:41 -0000 On 2015-01-12 15:42, lumiwa@gmail.com wrote: > It works but application doesn't start: > > We are not correctly installed or compiled! > script: "/usr/local/bin/mypaint" > deduced prefix: "/usr/local" > lib_shared: "/usr/local/share/mypaint/" > lib_compiled: "/usr/local/lib/mypaint/" > > Traceback (most recent call last): > File "/usr/local/bin/mypaint", line 170, in > datapath, extradata, confpath, localepath, localepath_brushlib = > get_paths() > File "/usr/local/bin/mypaint", line 111, in get_paths > from lib import mypaintlib > File "/usr/local/share/mypaint/lib/mypaintlib.py", line 25, in > _mypaintlib = swig_import_helper() > File "/usr/local/share/mypaint/lib/mypaintlib.py", line 17, in > swig_import_helper > import _mypaintlib > ImportError: /usr/local/lib/mypaint/_mypaintlib.so: Undefined symbol > "_ZN10BufferCompIL20BufferCompOutputType1ELj16384E12HueBlendModeE9blendfuncE" Yeah, I'm actually getting the same error myself now. There's even a bug report about this problem (PR 193429; bugzilla is down at the moment though). I'm currently updating my ports to see if the problem remains with the latest everything... (this will take a day or two on my hardware).