@lalten I've got a temporary workaround in place so it should now work. I'm working on a PR and hopefully that'll get merged soon so this isn't an issue going forward.
Search Criteria
Package Details: gazebo 11.14.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gazebo.git (read-only, click to copy) |
---|---|
Package Base: | gazebo |
Description: | A multi-robot simulator for outdoor environments |
Upstream URL: | https://classic.gazebosim.org/ |
Licenses: | Apache |
Submitter: | None |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 35 |
Popularity: | 0.000062 |
First Submitted: | 2008-10-18 22:59 (UTC) |
Last Updated: | 2023-12-11 14:35 (UTC) |
Dependencies (34)
- boost (boost-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- freeimage
- graphviz
- ignition-cmake-2AUR
- ignition-common-3AUR
- ignition-fuel_tools-4AUR
- ignition-math-6AUR
- ignition-msgs-5AUR
- ignition-transport-8AUR
- libccdAUR (libccdAUR, libccd-gitAUR)
- libltdl (libtool-gitAUR, libtool)
- libtar
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- ogre-1.9AUR
- protobuf (protobuf-gitAUR)
- qwt
- sdformat-9AUR
- tbb (onetbb-gitAUR, onetbb)
- tinyxml2 (tinyxml2-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- ruby-ronn (ruby-ronn-ng) (make)
- bullet (bullet-gitAUR, bullet-dp) (optional) – Bullet support
- ceguiAUR (cegui-gitAUR) (optional) – Design custom graphical interfaces
- ffmpeg4.4 (optional) – Playback movies on textured surfaces
- gdal (gdal-libkmlAUR, gdal-libkml-filegdbAUR, gdal-hdf4AUR, gdal-ecwAUR) (optional) – Digital elevation terrains support
- libdartAUR (optional) – DART support
- libspnav (libspnav-gitAUR) (optional) – space navigator joystick support
- libusb (libusb-gitAUR) (optional) – USB peripherals support
- simbodyAUR (optional) – Simbody support
- urdfdomAUR (optional) – Load URDF files
Required by (8)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 33 Next › Last »
billypilgrim commented on 2021-12-15 17:24 (UTC)
lalten commented on 2021-12-11 22:44 (UTC)
Compilation of this package fails because Gazebo is not compatible with intel-tbb
>= 2021.01: https://github.com/osrf/gazebo/issues/2867
billypilgrim commented on 2021-09-28 10:04 (UTC)
@fkl: I'm afraid I don't know how to fix your issue though. I don't know any more than you do here, but hopefully the ogre maintainers will know more. Arch is a DIY distro, so you do have to be prepared to dig in to problems yourself when they arise.
fkl commented on 2021-09-28 10:02 (UTC) (edited on 2021-09-28 10:12 (UTC) by fkl)
@billypilgrim At the end of the day, I need Gazebo.
The installation instructions at http://gazebosim.org/tutorials?tut=install_other_linux&cat=install are based on this AUR.
billypilgrim commented on 2021-09-28 09:58 (UTC)
@fkl: Try contacting the upstream maintainers of ogre.
fkl commented on 2021-09-28 09:56 (UTC) (edited on 2021-09-28 09:57 (UTC) by fkl)
@billypilgrim I thought the AUR maintainer of ogre-1.9 and packages that depend it (e.g. gazebo) would know something about it. Unfortunately, I am the only person who has this issue.
billypilgrim commented on 2021-09-28 09:51 (UTC)
@fkl: You should post that comment on the ogre1.9 package's page so that its maintainer can do something about it. This isn't an issue with the gazebo PKGBUILD per se.
fkl commented on 2021-09-28 09:48 (UTC) (edited on 2021-09-28 09:50 (UTC) by fkl)
I am unable to build this package due to what looks to be an upstream issue (https://github.com/acxz/pkgbuilds/issues/151) with ogre-1.9.
I am wondering why I am the only person who is having this issue.
During the compilation of /opt/AUR/ogre-1.9/src/ogre-1.9.1/OgreMain/src/OgreRoot.cpp:
/opt/AUR/ogre-1.9/src/ogre-1.9.1/OgreMain/include/Threading/OgreDefaultWorkQueueTBB.h:42:25: error: looser exception specification on overriding virtual function ‘virtual Ogre::DefaultWorkQueue::~DefaultWorkQueue() noexcept (false)’
42 | virtual ~DefaultWorkQueue();
In file included from /opt/AUR/ogre-1.9/src/ogre-1.9.1/OgreMain/include/OgreRoot.h:39,
from /opt/AUR/ogre-1.9/src/ogre-1.9.1/OgreMain/src/OgreRoot.cpp:31:
/opt/AUR/ogre-1.9/src/ogre-1.9.1/OgreMain/include/OgreWorkQueue.h:369:25: note: overridden function is ‘virtual Ogre::DefaultWorkQueueBase::~DefaultWorkQueueBase() noexcept’
369 | virtual ~DefaultWorkQueueBase();
AchmadFathoni commented on 2021-09-28 03:44 (UTC)
This popular AUR should have co-maintiner(s) so the package could be updated sooner.
billypilgrim commented on 2021-07-28 13:26 (UTC)
Good point! This bug has bitten me too in the past. I've applied your fix now.
Pinned Comments
billypilgrim commented on 2022-05-09 16:04 (UTC)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.