sergey-safarov created an issue (kamailio/kamailio#4255)
### Description
I now make testing `cmake` packaging and see this error ``` RPM build errors: Directory not found: /root/rpmbuild/BUILDROOT/kamailio-6.1.0-dev1.0.el10.centos.x86_64/usr/share/kamailio/postgres File not found: /root/rpmbuild/BUILDROOT/kamailio-6.1.0-dev1.0.el10.centos.x86_64/usr/share/kamailio/postgres/* ```
### Troubleshooting
#### Reproduction I use this module list for build https://github.com/sergey-safarov/kamailio/blob/master/pkg/kamailio/obs/kama...
@xkaraman could you look?
xkaraman left a comment (kamailio/kamailio#4255)
These are probably where the dbschema files are supposed to be! Make sure you have build them as well by either calling
`make dbschema` in the build folder
OR
`cmake --build build_folder -t dbschema`
xkaraman left a comment (kamailio/kamailio#4255)
Should be fixed with 2ec8ddba5eeaeea1c7292d1aa56ed90dc834341e.
sergey-safarov left a comment (kamailio/kamailio#4255)
The Postgres error is not present. Could you also check ``` RPM build errors: Directory not found: /root/rpmbuild/BUILDROOT/kamailio-6.1.0-dev1.0.el10.centos.x86_64/usr/share/kamailio/xhttp_pi File not found: /root/rpmbuild/BUILDROOT/kamailio-6.1.0-dev1.0.el10.centos.x86_64/usr/share/kamailio/xhttp_pi/* ```
xkaraman left a comment (kamailio/kamailio#4255)
Yeap.. should be fix with 57bd37c54390fdb70520834b0c2eb29fbb79510e
sergey-safarov left a comment (kamailio/kamailio#4255)
Thanks, all good. Closing.
Closed #4255 as completed.