From owner-freebsd-gecko@FreeBSD.ORG Thu Nov 13 03:20:39 2014 Return-Path: Delivered-To: freebsd-gecko@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 58C9C9FE for ; Thu, 13 Nov 2014 03:20:39 +0000 (UTC) Received: from mail.openmailbox.org (mail.openmailbox.org [62.4.1.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 182BF266 for ; Thu, 13 Nov 2014 03:20:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 960AA2E0295 for ; Thu, 13 Nov 2014 04:14:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=user-agent:message-id:subject:subject:from:from:date:date :content-transfer-encoding:content-type:content-type :mime-version:received:received; s=openmailbox; t=1415848444; bh=pYjlG24vBZwVHhQlG/VXSlnHiQIban5P7xC3LMRRA1A=; b=u9lwrE87TGDr 3cR94ndty0pX3E09bv2PoWboJrVkr+WhK43fP1AwLIbWgnmqcjp2UEcr/Wz+rq3S Up9c/8PxvLvfHcXhOjKAbo5uVru/8uFLqbSXZ8z/tkhcK9qjR3AdAj9Im4cglVqR YWcf3/nsLlLG3TgkJpzGPyyGyLfIV1U= X-Virus-Scanned: at openmailbox.org Received: from mail.openmailbox.org ([62.4.1.34]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NKkjeHj-0iX for ; Thu, 13 Nov 2014 04:14:04 +0100 (CET) Received: from www.openmailbox.org (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id D09E12E0283 for ; Thu, 13 Nov 2014 04:14:04 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 13 Nov 2014 01:14:04 -0200 From: brunomaximom@openmailbox.org To: freebsd-gecko@freebsd.org Subject: Tor browser Message-ID: <55a36fd9ce26f1796549327f9a05c4ff@openmailbox.org> X-Sender: brunomaximom@openmailbox.org User-Agent: Roundcube Webmail/1.0.2 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 03:20:39 -0000 Hi, I was trying to buil linux-tor-browser but when I run it I got this error: mkdir: cannot create directory `.config': Permission denied ln: creating symbolic link `.config/ibus': No such file or directory expr: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory /usr/local/bin/linux-tor-browser: line 213: [: 32: unary operator expected Copying skeleton profile to /tmp/linux-tor-browser Launching Tor Browser for Linux in /usr/local/lib/linux-tor-browser/Browser... Gtk-Message: Failed to load module "canberra-gtk-module" Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number Tor Browser exited abnormally. Exit code: 1 Any idea?