[Pkg-gridengine-commits] [pkg-gridengine] 01/01: Patch upstream source to declare prerequisites for pdc

Afif Elghraoui afif at moszumanska.debian.org
Sat Dec 10 20:34:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository pkg-gridengine.

commit 4b7b404d2f04f9c41cfedf8d5f6bb560f1e875d5
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Dec 10 12:32:37 2016 -0800

    Patch upstream source to declare prerequisites for pdc
    
    See the header of debian/patches/source-dependencies.patch for
    more details.
    Closes: #846770
---
 debian/patches/series                    |  1 +
 debian/patches/source-dependencies.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 3d5f2ae..9b39b90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ union-wait.patch
 m32_m64.patch
 java-paths.patch
 x32.patch
+source-dependencies.patch
diff --git a/debian/patches/source-dependencies.patch b/debian/patches/source-dependencies.patch
new file mode 100644
index 0000000..076a25f
--- /dev/null
+++ b/debian/patches/source-dependencies.patch
@@ -0,0 +1,18 @@
+Description: Add undeclared source prerequisites
+ The package fails to build when using high parallelism (64 threads) due
+ to undeclared prerequisites for pdc.
+Author: Afif Elghraoui <afif at debian.org>
+Bug-Debian: https://bugs.debian.org/846770
+Forwarded: https://arc.liv.ac.uk/trac/SGE/ticket/1591
+Last-Update: 2016-12-10
+--- pkg-gridengine.orig/source/daemons/common/Makefile
++++ pkg-gridengine/source/daemons/common/Makefile
+@@ -90,7 +90,7 @@
+ test_heartbeat:	test_heartbeat.o qmaster_heartbeat.o $(WINGRIDLIB_DEP) $(UTILIB) $(COMMLISTSLIB)  
+ 		$(LD_WRAPPER) $(CC) -o $@ $(LFLAGS) test_heartbeat.o qmaster_heartbeat.o $(UTILIB) $(WINGRIDLIB) $(COMMLISTSLIB) $(DLLIB) $(SLIBS) $(LIBS) 
+ 
+-pdc:  $(DAEMONS_COMMON_PDC_OBJS) $(SGEOBJLIB) $(CULLLIB) $(SGEOBJDLIB) $(COMMLIB)
++pdc:  $(DAEMONS_COMMON_PDC_OBJS) $(SCHEDLIB) $(SGEOBJLIB) $(CULLLIB) $(UTILIB) $(UTI2LIB) $(SGEOBJDLIB) $(COMMLIB)
+ 		$(LD_WRAPPER) $(CC) -o $@ $(LFLAGS) $(DAEMONS_COMMON_PDC_OBJS) $(SCHEDLIB) $(SGEOBJLIB) $(COMMLIB) $(COMMLISTSLIB) $(SGEOBJDLIB) $(CULLLIB) $(UTILIB) $(UTI2LIB) $(WINGRIDLIB) $(DLLIB) $(SECLIB) $(SLIBS) $(LIBS)
+ ###############################################################################
+ # include dependencies for object files generated by sge_depend

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gridengine/pkg-gridengine.git



More information about the Pkg-gridengine-commits mailing list