From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 174F6138C9D for ; Tue, 28 Apr 2015 13:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 580DDE076B; Tue, 28 Apr 2015 13:53:38 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CE02E0712 for ; Tue, 28 Apr 2015 13:53:36 +0000 (UTC) Received: by labbd9 with SMTP id bd9so104933442lab.2 for ; Tue, 28 Apr 2015 06:53:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=+6FDeTKHxgW+IRjLTrK6iPs87R/eIaJrHdp7jfGgzjo=; b=NxAJkk92chCJbeOqn7kRKVCc5lDMDlV78eoP0BidOBhQMgsffOXf18rtIru+D0EK8S 9nOjVvX6//VSkqkr/2EKnOgVjePiypqMG4fIqkwK22pgtn6yh0c+N1HO2Ywid8e8DyLb Q4vefamLJDm8Z48FaVt2+coryD/H3FEVReXYO0fnD0grTpDjuTsqcCcNtzNA49p9THIA xk6lPeCNQdzBcwY5Reb+FPMa3Lv1zAFKumAXohr0N5m+BsapFxcOI7zuxRL0frM+MoWa jUsYEasP2Ug6EUHE5muUIbasTa9UoCDh4X1nF4IEoQcLoDynS46rBC2qusNd7sCB+qmR itJQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.135.131 with SMTP id ps3mr14577725lbb.84.1430229215189; Tue, 28 Apr 2015 06:53:35 -0700 (PDT) Received: by 10.112.136.70 with HTTP; Tue, 28 Apr 2015 06:53:34 -0700 (PDT) Date: Tue, 28 Apr 2015 15:53:34 +0200 Message-ID: Subject: [gentoo-user] Problem compiling sci-libs/plplot-5.11.0 From: marco restelli To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: c3ab562e-5de2-476b-af3c-f52087db24fe X-Archives-Hash: 669b74e1e146ecce246cf83af68fe364 Hi all, I am trying to install dev-lang/gdl-0.9.4 but I see the following error: -- Could NOT find PLPLOT (missing: PLPLOT_LIBRARIES) CMake Error at CMakeLists.txt:313 (message): plplot library is required but was not found. Use -DPLPLOTDIR=DIR to specify the plplot directory tree. (suitable Debian/Ubuntu packages: libplplot-dev, [plplot9-driver-xwin])(suitable Fedora package: plplot-devel) I have plplot with use flags * Found these USE flags for sci-libs/plplot-5.11.0: U I + + X : Add support for X11 - - ada : Add bindings for the ADA programming language + + cairo : Enable support for the cairo graphics library + + cxx : Build support for C++ (bindings, extra libraries, code generation, ...) - - doc : Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally + + dynamic : Build with dynamic drivers - - examples : Install examples, usually source code + + fortran : Add support for fortran - - gd : Add support for media-libs/gd (to generate graphics on the fly) - - java : Add support for Java + + jpeg : Add JPEG image support + + latex : Add support for LaTeX (typesetting package) + + lua : Enable Lua scripting support - - ocaml : Add support/bindings for the Ocaml language - - octave : Add bindings for sci-mathematics/octave + + pdf : Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags - - pdl : Add bindings for dev-perl/PDL + + png : Add support for libpng (PNG images) - - python : Add optional support/bindings for the Python language + + python_targets_python2_7 : Build with Python 2.7 - - qhull : Add bindings for media-libs/qhull + + qt4 : Add support for the Qt GUI/Application Toolkit version 4.x - - shapefile : Enable support for ESRI shapefiles + + svg : Add support for SVG (Scalable Vector Graphics) - - tcl : Add support the Tcl language - - test : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore - - threads : Add threads support for various packages. Usually pthreads - - tk : Add support for Tk GUI toolkit + + truetype : Add support for FreeType and/or FreeType2 fonts - - wxwidgets : Add support for wxWidgets/wxGTK GUI toolkit Does anybody have a suggestion? Thank you, Marco