acxz / gazebo-arch

A collection of Arch Linux PKGBUILDS for the Gazebo Simulator
18 stars 11 forks source link

[gazebo] - exit status 4 #86

Closed marques576 closed 9 months ago

marques576 commented 10 months ago
/home/marques576/.cache/yay/gazebo/src/gazebo-classic-gazebo11_11.13.0/gazebo/gui/qgv/private/QGVCore.h: In static member function ‘static Agraph_t* QGVCore::agmemread2(const char*)’:
/home/marques576/.cache/yay/gazebo/src/gazebo-classic-gazebo11_11.13.0/gazebo/gui/qgv/private/QGVCore.h:105:12: error: ‘Agdisc_t’ {aka ‘struct Agdisc_s’} has no member named ‘mem’
  105 |       disc.mem = &AgMemDisc;
      |            ^~~
/home/marques576/.cache/yay/gazebo/src/gazebo-classic-gazebo11_11.13.0/gazebo/gui/qgv/private/QGVCore.h:105:19: error: ‘AgMemDisc’ was not declared in this scope; did you mean ‘AgIoDisc’?
  105 |       disc.mem = &AgMemDisc;
      |                   ^~~~~~~~~
      |                   AgIoDisc
make[2]: *** [gazebo/gui/CMakeFiles/gazebo_gui.dir/build.make:1734: gazebo/gui/CMakeFiles/gazebo_gui.dir/qgv/private/QGVCore.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3614: gazebo/gui/CMakeFiles/gazebo_gui.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gazebo-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gazebo - exit status 4
acxz commented 9 months ago

@marques576 I'm not able to reproduce this error and it seems like no one else has reported this either. I would recommend running a clean rebuild. yay -Syu gazebo --rebuildtree

I'll close this for now, but feel free to commend on this issue if you are still experiencing problems.