-
Notifications
You must be signed in to change notification settings - Fork 30
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
Build C++ application failed with last successful package on Linux #187
Comments
@minggangw Is this something you faced for a while or did it appear in the last few days ? Our CI shifted from Ubuntu Xenial to Ubuntu Bionic on Friday to prepare for the upcoming Bouncy release. We have some jobs still running xenial, but they don't produce artifacts at the moment. Sorry for the inconvenience, I likely should've announced it on discourse before deploying it. |
I checked the error on travis-ci, it appeared around last Friday(6/8). Will it support Xenial after the switch from Xenial to Bionic? Thanks! |
ROS Bouncy will provide debian packages only for Bionic. I opened #188 to discuss the possibility of providing Bouncy tarballs for Xenial. |
Got it, thanks! I hope the ci farm can still have Bouncy tarball for Xenial as Bionic is quite new and it may take some time to migrate. |
@minggangw starting tomorrow, xenial archives will be generated nightly and available at https://ci.ros2.org/view/packaging/job/packaging_xenial_linux/lastSuccessfulBuild/artifact/ |
Hi there,
Recently I noticed that there was a persistent link error when compiling a simple example written in C++.
Detailed log see here
More information:
This problem can not be reproduced on macOS and Windows, is there any dependency change?
The text was updated successfully, but these errors were encountered: