Gentoo Archives: gentoo-user

From: marco restelli <mrestelli@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problem compiling sci-libs/plplot-5.11.0
Date: Tue, 28 Apr 2015 13:53:45
Message-Id: CAHV2F1+QjV4TFXEXLLvYV7UYieJLw3BYGDdNz50G9bNS0v546A@mail.gmail.com
1 Hi all,
2 I am trying to install dev-lang/gdl-0.9.4 but I see the following
3 error:
4
5
6 -- Could NOT find PLPLOT (missing: PLPLOT_LIBRARIES)
7 CMake Error at CMakeLists.txt:313 (message):
8 plplot library is required but was not found.
9
10 Use -DPLPLOTDIR=DIR to specify the plplot directory tree.
11
12 (suitable Debian/Ubuntu packages: libplplot-dev,
13 [plplot9-driver-xwin])(suitable Fedora package: plplot-devel)
14
15
16 I have plplot with use flags
17
18 * Found these USE flags for sci-libs/plplot-5.11.0:
19 U I
20 + + X : Add support for X11
21 - - ada : Add bindings for the ADA programming language
22 + + cairo : Enable support for the cairo graphics library
23 + + cxx : Build support for C++ (bindings, extra
24 libraries, code generation, ...)
25 - - doc : Add extra documentation (API, Javadoc,
26 etc). It is recommended to enable per package instead of globally
27 + + dynamic : Build with dynamic drivers
28 - - examples : Install examples, usually source code
29 + + fortran : Add support for fortran
30 - - gd : Add support for media-libs/gd (to
31 generate graphics on the fly)
32 - - java : Add support for Java
33 + + jpeg : Add JPEG image support
34 + + latex : Add support for LaTeX (typesetting package)
35 + + lua : Enable Lua scripting support
36 - - ocaml : Add support/bindings for the Ocaml language
37 - - octave : Add bindings for sci-mathematics/octave
38 + + pdf : Add general support for PDF (Portable
39 Document Format), this replaces the pdflib and cpdflib flags
40 - - pdl : Add bindings for dev-perl/PDL
41 + + png : Add support for libpng (PNG images)
42 - - python : Add optional support/bindings for the
43 Python language
44 + + python_targets_python2_7 : Build with Python 2.7
45 - - qhull : Add bindings for media-libs/qhull
46 + + qt4 : Add support for the Qt GUI/Application
47 Toolkit version 4.x
48 - - shapefile : Enable support for ESRI shapefiles
49 + + svg : Add support for SVG (Scalable Vector Graphics)
50 - - tcl : Add support the Tcl language
51 - - test : Workaround to pull in packages needed
52 to run with FEATURES=test. Portage-2.1.2 handles this internally, so
53 don't set it in make.conf/package.use anymore
54 - - threads : Add threads support for various
55 packages. Usually pthreads
56 - - tk : Add support for Tk GUI toolkit
57 + + truetype : Add support for FreeType and/or FreeType2 fonts
58 - - wxwidgets : Add support for wxWidgets/wxGTK GUI toolkit
59
60
61 Does anybody have a suggestion?
62
63 Thank you,
64 Marco