@m01: it seems to be an error in the generated pkg-config file:
libdir=${prefix}//usr/lib
This is fixed by using the relative path.
Search Criteria
Package Details: sdformat 14.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdformat.git (read-only, click to copy) |
---|---|
Package Base: | sdformat |
Description: | Simulation Description Format (SDFormat) parser and description files. |
Upstream URL: | http://sdformat.org/ |
Licenses: | Apache |
Submitter: | bchretien |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-18 23:24 (UTC) |
Last Updated: | 2023-11-22 23:30 (UTC) |
Dependencies (11)
- boost (boost-gitAUR)
- ignition-mathAUR (ignition-math-6AUR)
- python-psutil
- tinyxml2 (tinyxml2-gitAUR)
- urdfdomAUR
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- ignition-cmakeAUR (ignition-cmake-2AUR) (make)
- ignition-toolsAUR (ignition-tools-1AUR) (make)
- ignition-utilsAUR (ignition-utils-1AUR) (make)
- ruby (make)
Required by (16)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
bchretien commented on 2015-01-21 21:27 (UTC)
m01 commented on 2015-01-21 21:18 (UTC)
looks like CMAKE now can't find the library.. hmm. Maybe my fix isn't quite correct.
bchretien commented on 2015-01-21 21:10 (UTC)
@m01: thanks for reporting this ;-)
m01 commented on 2015-01-21 20:53 (UTC)
This package fails to install with the latest pacman, due to a symlink conflict issue:
error: failed to commit transaction (conflicting files)
sdformat: /usr/lib64 exists in filesystem
I added the -DCMAKE_INSTALL_LIBDIR=/usr/lib option to fix it. I don't know if that's the best option, but it installed fine with it. Please fix the PKGBUILD file if possible.
Pinned Comments
acxz commented on 2020-02-03 02:35 (UTC) (edited on 2022-05-09 16:07 (UTC) by acxz)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.