-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add libgz-utils3-log and dev packages #4
Conversation
Signed-off-by: Ian Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're implementing it as a component so we'll need to create a libgz-utils3-log
and libgz-utils3-log-dev
packages.
cffabab
to
bbe67da
Compare
Signed-off-by: Ian Chen <[email protected]>
updated to add the these 2 packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, I just learned about the possibility of using curl
to start these builds on jenkins. Here's what I used
curl -G https://build.osrfoundation.org/job/gz-utils3-debbuilder/buildWithParameters \
-d 'PACKAGE=gz-utils3&VERSION=nightly&RELEASE_VERSION=1&DISTRO=noble&ARCH=amd64&SOURCE_TARBALL_URI=main&RELEASE_REPO_BRANCH=spdlog_dep&UPLOAD_TO_REPO=none&OSRF_REPOS_TO_USE=stable%20nightly&token=<replace_with_token>'
@@ -0,0 +1 @@ | |||
usr/lib/*/lib*-utils[0-99]-log.so.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a test run and it looks like there are some warnings: https://build.osrfoundation.org/job/gz-utils3-debbuilder/513/console
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3 libgz-utils3-log usr/lib/x86_64-linux-gnu/libgz-utils3-log.so.3.0.0
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/include/gz/utils3/gz/utils/log.hh
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/include/gz/utils3/gz/utils/log/Export.hh
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/include/gz/utils3/gz/utils/log/Logger.hh
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/include/gz/utils3/gz/utils/log/SplitSink.hh
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/include/gz/utils3/gz/utils/log/detail/Export.hh
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/lib/x86_64-linux-gnu/cmake/gz-utils3-log/gz-utils3-log-config-version.cmake
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/lib/x86_64-linux-gnu/cmake/gz-utils3-log/gz-utils3-log-config.cmake
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/lib/x86_64-linux-gnu/cmake/gz-utils3-log/gz-utils3-log-targets-relwithdebinfo.cmake
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/lib/x86_64-linux-gnu/cmake/gz-utils3-log/gz-utils3-log-targets.cmake
W: gz-utils3 source: binaries-have-file-conflict libgz-utils3-dev libgz-utils3-log-dev usr/lib/x86_64-linux-gnu/pkgconfig/gz-utils3-log.pc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok made a few changes. The build is green now: https://build.osrfoundation.org/job/gz-utils3-debbuilder/517/
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
to go with gazebosim/gz-utils#134