bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28981: Not all Borg C / Cython files are built from source


From: Leo Famulari
Subject: bug#28981: Not all Borg C / Cython files are built from source
Date: Tue, 24 Oct 2017 19:01:28 -0400
User-agent: Mutt/1.9.1 (2017-09-22)

I noticed that the latest Borg versions have a new source code directory
structure which breaks our efforts to delete the generated C files and
rebuild them with Cython.

For Borg 1.1.1:

$ grep -rI 'Generated by Cython'
src/borg/algorithms/checksums.c:/* Generated by Cython 0.26.1 */
src/borg/chunker.c:/* Generated by Cython 0.26.1 */
src/borg/compress.c:/* Generated by Cython 0.26.1 */
src/borg/crc32.c:/* Generated by Cython 0.26 */
src/borg/crypto/low_level.c:/* Generated by Cython 0.26.1 */
src/borg/crypto.c:/* Generated by Cython 0.26 */
src/borg/hashindex.c:/* Generated by Cython 0.26.1 */
src/borg/item.c:/* Generated by Cython 0.26.1 */
src/borg/platform/darwin.c:/* Generated by Cython 0.26.1 */
src/borg/platform/freebsd.c:/* Generated by Cython 0.26.1 */
src/borg/platform/linux.c:/* Generated by Cython 0.26.1 */
src/borg/platform/posix.c:/* Generated by Cython 0.26.1 */

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]