Bug#885063: cairomm: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Dec 23 09:18:29 UTC 2017


Source: cairomm
Version: 1.12.2-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: environment buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that cairomm could not be built reproducibly.

This is because it ships Libtool-generated machinery to help compile
the examples (".libs/") as well as shipping the compiled versions
anyway. I wonder if the wrapper scripts even work due to the build
paths in them.

Patch attached that simply installs the .cc files; these are the
useful bits anyway. :)

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/libcairomm-1.0-dev.examples	2017-12-23 08:57:31.124201289 +0000
--- b/debian/libcairomm-1.0-dev.examples	2017-12-23 09:10:12.620509896 +0000
@@ -1,3 +1,3 @@
 examples/README
-examples/surfaces/
-examples/text/
+examples/surfaces/*.cc
+examples/text/*.cc


More information about the Reproducible-bugs mailing list