Package Details: ignition-cmake 3.4.1-1

Git Clone URL: https://aur.archlinux.org/ignition-cmake.git (read-only, click to copy)
Package Base: ignition-cmake
Description: A set of CMake modules that are used by the C++-based Gazebo projects.
Upstream URL: https://gazebosim.org/libs/cmake
Licenses: Apache
Submitter: racko
Maintainer: acxz
Last Packager: acxz
Votes: 2
Popularity: 0.000000
First Submitted: 2018-02-24 09:35 (UTC)
Last Updated: 2023-11-22 03:17 (UTC)

Pinned Comments

acxz commented on 2022-05-09 16:16 (UTC)

Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

acxz commented on 2019-10-23 15:20 (UTC) (edited on 2019-10-23 15:21 (UTC) by acxz)

@MaEtUgR, nice! That is good to hear.

I do want to reiterate that this package is not required for gazebo. You seem to have this notion that this package is required for gazebo on ArchLinux. It is not, however. The correct package for gazebo is ignition-cmake-0.

MaEtUgR commented on 2019-10-23 14:50 (UTC)

@acxz Thanks a lot!! It fixed the problem I was seeing for ignition-cmake and for gazebo they build fine now on a fresh Manjaro machine and hence I could get rid of my ugly workaround I had. Here's btw the use case JFYI https://github.com/PX4/Firmware/pull/13256

acxz commented on 2019-10-18 07:17 (UTC) (edited on 2019-10-18 07:57 (UTC) by acxz)

Hey @MaEtUgR can you post your build output in a gist or pastebin? It would help me figure out the best solution for the problem.

EDIT: NVM, I was able to reproduce your results (I didn't have cppcheck installed so the unit testing wasn't being triggered) Added the appropriate flag to fix building, let me know if you still have troubles installing it.

Here is the relevant upstream issue: https://bitbucket.org/ignitionrobotics/ign-cmake/issues/62/compilation-failing-when-performing

Also as a side this package is not needed for the installation of gazebo. See:http://gazebosim.org/tutorials?tut=install_dependencies_from_source&cat=install#BuildandinstallIgnitionCMakefromsource

MaEtUgR commented on 2019-10-17 09:53 (UTC)

I have the same issue that was already reported before and also posted my workaround when installing gazebo on Manjaro here: https://aur.archlinux.org/packages/gazebo/#comment-712171 https://aur.archlinux.org/packages/gazebo/#comment-711597

Especially the part

Would be nice if the root cause could actually get fixed since the ignition-cmake PKGBUILD defines ENABLE_TESTS_COMPILATION:BOOL=False and then CMake out put tells you that parameter doesn't exist but you need to disable testing (which ENABLE_TESTS_COMPILATION:BOOL=False previously probably did) to make the build work on Arch.

Is probably something that could be added in this AUR to solve the problem. Or did I understand it wrong?

tomcattiger commented on 2019-08-07 14:13 (UTC)

@joaocandre if you'd met this problem because of installing of ROS, you can choose ignition-xxx-1 (usually the second choice).

acxz commented on 2019-07-21 18:23 (UTC) (edited on 2019-07-21 18:24 (UTC) by acxz)

@joaocandre I am afraid I do not know the solution to your issue. Can I ask why you want to use ignition-cmake? If it is for gazebo, ignition-cmake-0 is needed rather than the latest ignition-cmake.

joaocandre commented on 2019-07-21 17:50 (UTC)

@acxz done that (https://bitbucket.org/ignitionrobotics/ign-cmake/issues/62/compilation-failing-when-performing), but hasn't helped much though. Is this seriously only happening with me? I don't think there is anything wrong with python configuration at least, can't understand what's happening.

acxz commented on 2019-07-06 00:36 (UTC)

hmm @joaocandre that is weird, the build works fine on my machine. I suggest you create an upstream issue at https://bitbucket.org/ignitionrobotics/ign-cmake/src/default/.

joaocandre commented on 2019-07-05 20:00 (UTC)

Compilation failing with

[ 15%] Performing codecheck step for 'core_no_deps_Debug'
Scanning dependencies of target codecheck
make[6]: *** [CMakeFiles/codecheck.dir/build.make:59: CMakeFiles/codecheck] Error 1
make[5]: *** [CMakeFiles/Makefile2:142: CMakeFiles/codecheck.dir/all] Error 2
make[4]: *** [CMakeFiles/Makefile2:149: CMakeFiles/codecheck.dir/rule] Error 2
make[3]: *** [Makefile:201: codecheck] Error 2
make[2]: *** [examples/CMakeFiles/core_no_deps_Debug.dir/build.make:124: examples/core_no_deps_Debug-prefix/src/core_no_deps_Debug-stamp/core_no_deps_Debug-codecheck] Error 2
make[1]: *** [CMakeFiles/Makefile2:1232: examples/CMakeFiles/core_no_deps_Debug.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

acxz commented on 2019-06-30 21:22 (UTC) (edited on 2019-06-30 21:56 (UTC) by acxz)

Ah pardon my ignorance, thank you for enlightening me!

EDIT: Fixed!