@GPereira that is the tipical sign that a rebuild is needed
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.000118 |
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-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR) (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 (10)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 33 Next › Last »
FabioLolix commented on 2018-02-27 16:29 (UTC)
GPereira commented on 2018-02-27 14:13 (UTC)
it throws this error when executing "gazebo" on terminal: gazebo: error while loading shared libraries: libconsole_bridge.so.0.3: cannot open shared object file: No such file or directory
However the package "console_bridge" is installed
racko commented on 2018-02-24 17:08 (UTC)
Fixed.
racko commented on 2018-02-24 17:00 (UTC)
Wow, how stupid of me: I created a patch but forgot to commit and push it ... give me a few minutes ...
osjacky430 commented on 2018-02-24 16:59 (UTC) (edited on 2018-02-24 17:02 (UTC) by osjacky430)
Hi, the flollowing errors occur when building gazebo/rendering/CMakeFiles/gazebo_rendering.dir/CustomPSSMShadowCameraSetup.cc.o
/tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.cc: In member function 'virtual bool gazebo::rendering::CustomPSSM3::resolveParameters(Ogre::RTShader::ProgramSet)': /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.cc:69:47: error: invalid use of incomplete type 'class Ogre::RTShader::Program' Ogre::RTShader::Function vsMain = vsProgram->getEntryPointFunction();
In file included from /usr/include/OGRE/RTShaderSystem/OgreShaderProgramManager.h:30:0, from /usr/include/OGRE/RTShaderSystem/OgreRTShaderSystem.h:30, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/ogre_gazebo.h:67, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.hh:21, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.cc:50:
/usr/include/OGRE/RTShaderSystem/OgreShaderPrerequisites.h:61:7: note: forward declaration of 'class Ogre::RTShader::Program' class Program;
/tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.cc:73:20: error: invalid use of incomplete type 'class Ogre::RTShader::Function' mVSInPos = vsMain->getParameterBySemantic(vsMain->getInputParameters(),
In file included from /usr/include/OGRE/RTShaderSystem/OgreShaderProgramManager.h:30:0, from /usr/include/OGRE/RTShaderSystem/OgreRTShaderSystem.h:30, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/ogre_gazebo.h:67, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.hh:21, from /tmp/yaourt-tmp-arithemetica/aur-gazebo/src/gazebo-9.0.0/gazebo/rendering/CustomPSSMShadowCameraSetup.cc:50:
/usr/include/OGRE/RTShaderSystem/OgreShaderPrerequisites.h:67:7: note: forward declaration of 'class Ogre::RTShader::Function' class Function;
racko commented on 2018-02-24 12:20 (UTC)
Please let me know about issues with gazebo 9.
Does anybody have an idea why the ignition-* dependencies are colored red? It usually means that they are not available, but they clearly exist.
racko commented on 2018-02-24 10:32 (UTC)
I'm in the process of updating to gazebo 9. I first need to create a number of new ignition-* packages ...
darsor commented on 2018-02-24 01:44 (UTC)
CMake fails with error:
Missing: SDF version >=5.0.0. Required for reading and writing SDF files.
The sdformat package was recently updated to 6.0.0. Gazebo builds when I downgrade to sdformat 5.3.0.
racko commented on 2018-02-05 20:31 (UTC)
gazebo 9.0.0 is out and it is not enough to just bump the version in the PKGBUILD. I'll look at it over the next few days. If somebody gets done before me, let me know ;)
racko commented on 2017-12-12 19:04 (UTC)
Update regarding the tinyxml issue: There's an upstream patch I am going to backport: https://bitbucket.org/osrf/gazebo/commits/c5384ad9c4663756b5302dbc8ac1146dd57ed94e
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.