[Rpm-maint] [rpm-software-management/rpm] Standardize on OCI images in test-suite (PR #2733)
Panu Matilainen
notifications at github.com
Thu Oct 26 09:56:50 UTC 2023
I guess you need to do that 'rm -rf *' of the build tree for the prefix to really take effect - that way I can reliably reproduce the failures.
Looking at the build log makes it kinda obvious what is going on. With a `-DCMAKE_INSTALL_PREFIX=/usr` build, the build inside the image ends up installing to the default prefix:
```
Install the project...
-- Install configuration: ""
-- Installing: //usr/local/share/man/man1/gendiff.1
-- Installing: //usr/local/share/man/man8/rpm2cpio.8
-- Installing: //usr/local/share/man/man8/rpm.8
-- Installing: //usr/local/share/man/man8/rpmbuild.8
```
...but then the build itself is expecting to be in /usr prefix due to the "outside" configuration, and at that point its no wonder it fails.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2733#issuecomment-1780794038
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2733/c1780794038 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20231026/b1390305/attachment.html>
More information about the Rpm-maint
mailing list