Skip to content

Issue 6282 - BUG - out of tree build fails #6283

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

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

Firstyear
Copy link
Contributor

Bug Description: When building with an external builddir the build fails.

Fix Description: Due to how python setup.py works, we have to specifically template it into srcdir rather than the build dir.

Rename cargo/config to cargo/config.toml to avoid future build errors.

fixes: #6282

Author: William Brown william@blackhats.net.au

Review by: ???

Bug Description: When building with an external builddir
the build fails.

Fix Description: Due to how python setup.py works, we have
to specifically template it into srcdir rather than the
build dir.

Rename cargo/config to cargo/config.toml to avoid future
build errors.

fixes: 389ds#6282

Author: William Brown <william@blackhats.net.au>

Review by: ???
Copy link
Member

@vashirov vashirov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Firstyear Firstyear merged commit ea3cc55 into 389ds:main Aug 1, 2024
195 checks passed
@Firstyear Firstyear deleted the 20240801-minor-build-fixes branch August 1, 2024 23:25
@Firstyear
Copy link
Contributor Author

@vashirov Any issues with this in 2.5? Seems like we need it there for SUSE.

@vashirov
Copy link
Member

vashirov commented Aug 2, 2024

No issues, should be fine.

Firstyear added a commit that referenced this pull request Aug 2, 2024
Bug Description: When building with an external builddir
the build fails.

Fix Description: Due to how python setup.py works, we have
to specifically template it into srcdir rather than the
build dir.

Rename cargo/config to cargo/config.toml to avoid future
build errors.

fixes: #6282

Author: William Brown <william@blackhats.net.au>

Review by: @vashirov (Thanks!)
@Firstyear
Copy link
Contributor Author

To github.com:389ds/389-ds-base.git
   a7deea8b3..161888969  389-ds-base-2.5 -> 389-ds-base-2.5

Thanks!

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

Successfully merging this pull request may close these issues.

Out of tree builds fail
2 participants