rpms/compat-erlang/devel otp-includes.patch, NONE, 1.1 compat-erlang.spec, 1.15, 1.16

Caolan McNamara caolanm at fedoraproject.org
Tue Sep 1 13:45:50 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/compat-erlang/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24438

Modified Files:
	compat-erlang.spec 
Added Files:
	otp-includes.patch 
Log Message:
Resolves: rhbz#511447 FTBFS

otp-includes.patch:
 lib/hipe/regalloc/Makefile                       |    1 -
 otp_src_R10B-10/lib/orber/c_src/setsockaddr_in.c |    2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE otp-includes.patch ---
diff -ru otp_src_R10B-10.orig/lib/orber/c_src/setsockaddr_in.c otp_src_R10B-10/lib/orber/c_src/setsockaddr_in.c
--- otp_src_R10B-10.orig/lib/orber/c_src/setsockaddr_in.c	2009-09-01 13:11:58.000000000 +0100
+++ otp_src_R10B-10/lib/orber/c_src/setsockaddr_in.c	2009-09-01 13:15:10.000000000 +0100
@@ -17,6 +17,8 @@
  *     $Id$
  *
  */
+#include <stddef.h>
+#include <strings.h>
 #include "inet.h"
 
 #ifdef HAVE_CONFIG_H
--- otp_src_R10B-10.orig/lib/hipe/regalloc/Makefile	2009-09-01 13:57:44.000000000 +0100
+++ otp_src_R10B-10/lib/hipe/regalloc/Makefile	2009-09-01 13:57:56.000000000 +0100
@@ -41,7 +41,6 @@
 	  hipe_node_sets hipe_spillcost hipe_reg_worklists \
 	  hipe_adj_list hipe_vectors_wrapper \
 	  hipe_temp_map \
-	  hipe_optimistic_regalloc \
 	  hipe_coalescing_regalloc \
 	  hipe_optimistic_regalloc \
 	  hipe_graph_coloring_regalloc \


Index: compat-erlang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compat-erlang/devel/compat-erlang.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- compat-erlang.spec	21 Aug 2009 12:49:33 -0000	1.15
+++ compat-erlang.spec	1 Sep 2009 13:45:50 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           compat-erlang
 Version:        R10B
-Release:        15.11%{?dist}
+Release:        15.12%{?dist}
 Summary:        General-purpose programming language and runtime environment
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@ Patch1:		otp-install.patch
 Patch2:		otp-rpath.patch
 Patch3:         otp-sslrpath.patch
 Patch4:		otp-glibc24.patch
+Patch5:		otp-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ncurses-devel
@@ -39,6 +40,7 @@ systems from Ericsson.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 sed -i -e 's|@libdir@/erlang|@libdir@/erlang-R10B|' Makefile.in
 sed -i -e 's|LD.*=.*@DED_LD at .*|LD=gcc|' \
     lib/asn1/c_src/Makefile.in \
@@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 01 2009 Caolán McNamara <caolanm at redhat.com> - R10B-15.12
+- Resolves: rhbz#511447 FTBFS
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - R10B-15.11
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list