Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignition launch 4/5 cannot be installed in M1 mac Monterey #1818

Closed
jasonbyun8 opened this issue Feb 22, 2022 · 3 comments
Closed

Ignition launch 4/5 cannot be installed in M1 mac Monterey #1818

jasonbyun8 opened this issue Feb 22, 2022 · 3 comments

Comments

@jasonbyun8
Copy link

I could not install the ignition launch 4/5 on my M1 mac now.

https://gist.github.com/51809fd423d3704ad62d4fb7e36b164b

I think the key error/warning messages are below associated with doxygen.

/CMakeFiles/ignition-launch4.dir/ign.cc.o -MF CMakeFiles/ignition-launch4.dir/ign.cc.o.d -o CMakeFiles/ignition-launch4.dir/ign.cc.o -c /tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/src/ign.cc
warning: Tag 'TCL_SUBST' at line 237 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1044 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1757 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 1839 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 1937 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2133 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api_tagfile.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
In file included from /tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/src/Manager.cc:51:
/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/src/vendor/backward.hpp:3753:57: error: member reference type 'struct __darwin_mcontext64 ' is a pointer; did you mean to use '->'?
error_addr = reinterpret_cast<void
>(uctx->uc_mcontext.pc);
~~~~~~~~~~~~~~~~~^
->
/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/src/vendor/backward.hpp:3753:58: error: no member named 'pc' in '__darwin_mcontext64'
error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.pc);
~~~~~~~~~~~~~~~~~ ^
2 errors generated.
make[2]: *** [src/CMakeFiles/ignition-launch4.dir/Manager.cc.o] Error 1
make[1]: *** [src/CMakeFiles/ignition-launch4.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/opt/homebrew/bin/doxygen /tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox
warning: Tag 'TCL_SUBST' at line 237 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1044 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1757 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 1839 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 1937 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2133 of file '/tmp/ignition-launch4-20220221-179-1i43bwe/ignition-launch-4.1.0/api.dox' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
[ 25%] Built target doc
make: *** [all] Error 2

Any help will be appreciated!

@jasonbyun8 jasonbyun8 changed the title Ignition launch 4/5 cannot be installed in M1 mac big sur Ignition launch 4/5 cannot be installed in M1 mac Monterey Feb 22, 2022
@anmol098
Copy link

hello, @jasonbyun8 were you able to find the fix and able to run it??

@iche033
Copy link
Contributor

iche033 commented Jun 21, 2022

a fix targeted at ign-launch6 for Garden was merged: gazebosim/gz-launch#161

@jasonbyun8
Copy link
Author

Yes, @iche033's fix worked for me, I will close this until further issues are coming up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants