Package Details: plplot510 5.10.0-3

Git Clone URL: https://aur.archlinux.org/plplot510.git (read-only, click to copy)
Package Base: plplot510
Description: A cross-platform software package for creating scientific plots
Upstream URL: http://plplot.sourceforge.net/
Licenses: custom, LGPL
Conflicts: plplot
Submitter: gypaetus
Maintainer: None
Last Packager: jankoh
Votes: 2
Popularity: 0.000000
First Submitted: 2015-09-03 17:41 (UTC)
Last Updated: 2019-01-24 23:17 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

jankoh commented on 2020-08-17 20:54 (UTC) (edited on 2020-08-17 20:56 (UTC) by jankoh)

Hi mazzarino,

I'm afraid patching and supporting this rather old package will get more and more difficult and time consuming. I once adopted it since we needed it for gnudatalanguage. We switched to plplot in the tree quite a while ago.

It seems the cmake definitions in this package do not work correctly with newer cmake-versions (the plplot.patch already tried to support newer cmake-versions a while ago). I will orphan this package, feel free to adopt it if you like and/or really need version 5.10.

mazzarino commented on 2020-08-17 18:24 (UTC) (edited on 2020-08-17 18:26 (UTC) by mazzarino)

There are some problems while building

-- Checking for modules ''

Package LIBRARIES was not found in the pkg-config search path.

Perhaps you should add the directory containing `LIBRARIES.pc'

to the PKG_CONFIG_PATH environment variable

Package 'LIBRARIES', required by 'virtual:world', not found

Package '(^|', required by 'virtual:world', not found

Package ')-l', required by 'virtual:world', not found

Package STATIC_LIBRARIES was not found in the pkg-config search path.

Perhaps you should add the directory containing `STATIC_LIBRARIES.pc'

to the PKG_CONFIG_PATH environment variable

Package 'STATIC_LIBRARIES', required by 'virtual:world', not found

Package '(^|', required by 'virtual:world', not found

Package ')-l', required by 'virtual:world', not found

Package LIBRARY_DIRS was not found in the pkg-config search path.

Perhaps you should add the directory containing `LIBRARY_DIRS.pc'

to the PKG_CONFIG_PATH environment variable

Package 'LIBRARY_DIRS', required by 'virtual:world', not found

Package '(^|', required by 'virtual:world', not found

Package ')-L', required by 'virtual:world', not found

Package STATIC_LIBRARY_DIRS was not found in the pkg-config search path.

Perhaps you should add the directory containing `STATIC_LIBRARY_DIRS.pc'

to the PKG_CONFIG_PATH environment variable

Package 'STATIC_LIBRARY_DIRS', required by 'virtual:world', not found

Package '(^|', required by 'virtual:world', not found

Package ')-L', required by 'virtual:world', not found

Package LDFLAGS was not found in the pkg-config search path.

Perhaps you should add the directory containing `LDFLAGS.pc'

to the PKG_CONFIG_PATH environment variable

Package 'LDFLAGS', required by 'virtual:world', not found

Package STATIC_LDFLAGS was not found in the pkg-config search path.

Perhaps you should add the directory containing `STATIC_LDFLAGS.pc'

to the PKG_CONFIG_PATH environment variable

Package 'STATIC_LDFLAGS', required by 'virtual:world', not found

Package LDFLAGS_OTHER was not found in the pkg-config search path.

Perhaps you should add the directory containing `LDFLAGS_OTHER.pc'

to the PKG_CONFIG_PATH environment variable

Package 'LDFLAGS_OTHER', required by 'virtual:world', not found

Package STATIC_LDFLAGS_OTHER was not found in the pkg-config search path.

Perhaps you should add the directory containing `STATIC_LDFLAGS_OTHER.pc'

to the PKG_CONFIG_PATH environment variable

Package 'STATIC_LDFLAGS_OTHER', required by 'virtual:world', not found

CMake Error at /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:583 (if):

if given arguments:

"APPLE" "AND" "-framework" "IN_LIST" "lasi" "pango" "pangoft2_LDFLAGS_OTHER"

Unknown arguments specified

Call Stack (most recent call first):

cmake/modules/pkg-config.cmake:97 (_pkg_check_modules_internal)

cmake/modules/psttf.cmake:59 (pkg_check_pkgconfig)

cmake/modules/drivers.cmake:94 (include)

cmake/modules/plplot.cmake:541 (include)

CMakeLists.txt:111 (include)

-- Configuring incomplete, errors occurred!

jankoh commented on 2019-01-24 23:13 (UTC)

Updated patch, build should work now with current stable Arch.

jankoh commented on 2019-01-16 22:45 (UTC)

plplot.patch needs to be adjusted to the current signature of _pkg_check_modules_internal for the build to work.

@migueldvb: Shall I push the changes?

Best, Jan

Universebenzene commented on 2019-01-14 04:35 (UTC) (edited on 2019-01-14 04:36 (UTC) by Universebenzene)

I have some problem while building the package. Log files here:

build/CMakeFiles/CMakeOutput.log: http://fars.ee/yMbW

build/CMakeFiles/CMakeError.log: http://fars.ee/lzvK

Any ideas about these problem?

James-T commented on 2018-04-25 12:53 (UTC) (edited on 2018-04-25 12:54 (UTC) by James-T)

For some reason the cmake stage is failing to find pango and pangoft2, although both pango and cairo are installed.

From the cmake output:

-- Checking for modules ''

-- WARNING: pkg-config does not find pango.

-- Checking for modules ''

-- WARNING: pkg-config does not find pangoft2.

But from the command line:

~/Devel/AUR/plplot510/pkg $ pkg-config --libs pango

-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi

~/Devel/AUR/plplot510/pkg $ pkg-config --libs pangoft2

-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfribidi -lfontconfig -lfreetype

~/Devel/AUR/plplot510/pkg $ pkg-config --libs cairo

-lcairo

I don't know if the problem is here or upstream, and the cmake scripts are well over my head.

gypaetus commented on 2015-09-04 23:55 (UTC)

Thank you for noticing the wrong path to the patch file.

spdrfall commented on 2015-09-03 22:59 (UTC)

With those changes it compiled and gdl runs. Thanks a bunch!

spdrfall commented on 2015-09-03 22:49 (UTC)

Found it in the snapshot and included locally. PKGBUILD needs to have a change made at line29 --- patch -p1 < ../../plplot.patch +++ patch -p1 < ../plplot.patch