Your message dated Sat, 13 Aug 2022 18:06:13 +0000
with message-id <[email protected]>
and subject line Bug#1016665: Removed package(s) from unstable
has caused the Debian Bug report #823239,
regarding gspiceui: please make the build reproducible (fileordering)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
823239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gspiceui
Version: 1.1.00+dfsg-1
Severity: wishlist
Tags: patch upstream
User: [email protected]
Usertags: fileordering
X-Debbugs-Cc: [email protected]

Dear Maintainer,

While working on the “reproducible builds” effort [1], we have noticed
that 'gspiceui' could not be built reproducibly.

The attached patch fixes the order in which object files are passed to
the compiler. Once applied, gspiceui can be built reproducibly in our
current experimental framework.

Regards,
Alexis Bienvenüe.

 [1]: https://wiki.debian.org/ReproducibleBuilds

diff -Nru gspiceui-1.1.00+dfsg/debian/changelog gspiceui-1.1.00+dfsg/debian/changelog
--- gspiceui-1.1.00+dfsg/debian/changelog	2015-05-21 22:10:58.000000000 +0200
+++ gspiceui-1.1.00+dfsg/debian/changelog	2016-04-30 21:26:42.000000000 +0200
@@ -1,3 +1,9 @@
+gspiceui (1.1.00+dfsg-1.0~reproducible1) UNRELEASED; urgency=medium
+
+  * Reproducible build
+
+ -- Alexis Bienvenüe <[email protected]>  Sat, 30 Apr 2016 21:26:42 +0200
+
 gspiceui (1.1.00+dfsg-1) unstable; urgency=medium
 
   * New release version
diff -Nru gspiceui-1.1.00+dfsg/debian/patches/06_sort_object_files.patch gspiceui-1.1.00+dfsg/debian/patches/06_sort_object_files.patch
--- gspiceui-1.1.00+dfsg/debian/patches/06_sort_object_files.patch	1970-01-01 01:00:00.000000000 +0100
+++ gspiceui-1.1.00+dfsg/debian/patches/06_sort_object_files.patch	2016-04-30 21:37:15.000000000 +0200
@@ -0,0 +1,26 @@
+Description: Sort object files
+ Sort *.o files when merging, to get reproducible build.
+Author: Alexis Bienvenüe <[email protected]>
+
+Index: gspiceui-1.1.00+dfsg/src/Makefile
+===================================================================
+--- gspiceui-1.1.00+dfsg.orig/src/Makefile
++++ gspiceui-1.1.00+dfsg/src/Makefile
+@@ -93,7 +93,7 @@ LIBS := $(shell $(WXCFG) --libs core,bas
+ OBJS := $(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard */*/*.cpp)
+ OBJS := $(filter-out tests/%.cpp, $(OBJS))
+ OBJS := $(notdir $(OBJS))
+-OBJS := $(patsubst %.cpp, obj/%.o, $(OBJS))
++OBJS := $(sort $(patsubst %.cpp, obj/%.o, $(OBJS)))
+ 
+ # Specify list of directories that `make' should search for prerequisite files
+ VPATH = $(BINDIR)
+@@ -134,7 +134,7 @@ obj/%.o : %.cpp
+ #   -o     specify the output file name
+ 
+ $(BINDIR)/$(PROG) : $(OBJS)
+-	$(CXX) -pipe $(LDFLAGS) -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
++	$(CXX) -pipe $(LDFLAGS) -o $(BINDIR)/$(PROG) $(OBJS) $(LIBS)
+ ifeq ($(ROOT)/GSpiceUI.app,$(wildcard $(ROOT)/GSpiceUI.app))
+ 	cp $(BINDIR)/$(PROG) $(ROOT)/GSpiceUI.app/Contents/MacOS/gspiceui
+ endif
diff -Nru gspiceui-1.1.00+dfsg/debian/patches/series gspiceui-1.1.00+dfsg/debian/patches/series
--- gspiceui-1.1.00+dfsg/debian/patches/series	2015-05-21 18:50:22.000000000 +0200
+++ gspiceui-1.1.00+dfsg/debian/patches/series	2016-04-30 21:25:08.000000000 +0200
@@ -3,3 +3,4 @@
 03_manpage.patch
 04_gwave.patch
 05_manual_path.patch
+06_sort_object_files.patch

--- End Message ---
--- Begin Message ---
Version: 1.2.36+dfsg-1+rm

Dear submitter,

as the package gspiceui has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1016665

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to