Some issues encountered while preparing the docker of BackupPC for the 4.1.1 release
Adrien Ferrand <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.backuppc.devel |
|---|---|
| Message-ID | <CACTVFt2CuFq7x+y6gbtzmPHcV12JgvH4PPiBQzEsbcMeTm1yWg@mail.gmail.com> |
Hello ! I hope you will forgive me to revive the devel list after years of silence. I target it instead of user since it is more related to development and packaging. I am currently preparing my docker of BackupPC for the upcoming release of 4.1.1. I managed to start BackupPC 4.1.1rc1 in it, I will check soon that it is actually working. In the meantime I encountered two quirks that I think should be fixed upstream. The MR for the migration is here https://github.com/adferrand/docker-backuppc/pull/111, and the two issues are flagged in the MR. 1) I encountered compilation issues for the Perl module BackupPC:XS, related to unmapped C types int64 and uint32. I have made an online patch to achieve the compilation, but either they are missing in typemap, or my build environment is missing something. 2) The current pre-release does not include the actual distribution tarball normally generated with the makeDist script. Here also I do it online, but it should be part of the release process as for the previous versions. As said in https://github.com/backuppc/backuppc/issues/559#issuecomment-5256700557, I am eager to help automating the releasing process using GitHub Actions if you are interested. Kind regards, Adrien FERRAND _______________________________________________ BackupPC-devel mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/