Bug#902179: vm: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Jun 23 08:34:27 BST 2018


Source: vm
Version: 8.2.0b-2.1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

This is because it ships a Makefile that includes the absolute build
path in a commented-out section. Patch attached that removes those
commented-out lines.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/lisp/Makefile.in	2018-06-23 08:27:58.604378104 +0100
--- b/lisp/Makefile.in	2018-06-23 08:32:22.861788239 +0100
@@ -157,9 +157,6 @@
 # XEmacs#s auto-autoloads and custom-load file
 auto-autoloads.el: $(SOURCES:%=@srcdir@/%)
 	-$(RM) -f $@
-#	(build_dir=`pwd`; cd "@srcdir@"; \
-#	 $(EMACS_PROG) $(FLAGS) -l autoload \
-#		-f vm-built-autoloads "@abs_builddir@/$@" "`pwd`")
 	"$(EMACS_PROG)" $(FLAGS) \
                 -eval "$(AUTOLOAD_PACKAGE_NAME)" \
                 -eval "$(AUTOLOAD_FILE)" \


More information about the Reproducible-bugs mailing list