From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-June/016073.html | 169 +++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-June/016073.html (limited to 'zarb-ml/mageia-dev/2012-June/016073.html') diff --git a/zarb-ml/mageia-dev/2012-June/016073.html b/zarb-ml/mageia-dev/2012-June/016073.html new file mode 100644 index 000000000..5db0b02dd --- /dev/null +++ b/zarb-ml/mageia-dev/2012-June/016073.html @@ -0,0 +1,169 @@ + + + + [Mageia-dev] provide bugfix + + + + + + + + + +

[Mageia-dev] provide bugfix

+ Florent Monnier + monnier.florent at gmail.com +
+ Sat Jun 2 18:26:51 CEST 2012 +

+
+ +
Le samedi 02 juin 2012 15:53:16, vous avez écrit :
+> Le samedi 02 juin 2012 15:18:07, Sander Lepik a écrit :
+> > 02.06.2012 15:57, Florent Monnier kirjutas:
+> > > What is the equivalent with mgarepo ?
+> > 
+> > I think you should read the full policy first:
+> > https://wiki.mageia.org/en/Updates_policy
+
+Well, I've tryied to follow the process, and I found the commands on this 
+other page:
+https://wiki.mageia.org/en/Mgarepo#I_want_to_submit_a_package_in_updates_testing_for_a_stable_release
+
+So here is what I've done, please tell me if that's correct or not:
+
+$ mgarepo co 2/lua
+$ bm -b -l
+$ cd lua
+$ vim SOURCES/lua-5.1-dynlib.patch SPECS/lua.spec
+$ mgarepo maintdb get lua
+nobody
+
+# filled this bug:
+# https://bugs.mageia.org/show_bug.cgi?id=6296
+
+$ svn diff
+Index: SPECS/lua.spec
+===================================================================
+--- SPECS/lua.spec	(révision 253430)
++++ SPECS/lua.spec	(copie de travail)
+@@ -7,6 +7,7 @@
+ Summary:	Powerful, light-weight programming language
+ Name:		lua
+ Version:	5.1.4
++%define subrel 1
+ Release:	%mkrel 10
+ License:	MIT
+ URL:		http://www.lua.org/
+Index: SOURCES/lua-5.1-dynlib.patch
+===================================================================
+--- SOURCES/lua-5.1-dynlib.patch	(révision 253430)
++++ SOURCES/lua-5.1-dynlib.patch	(copie de travail)
+@@ -22,7 +22,7 @@
+  	$(RANLIB) $@
+ 
+ +$(LUA_SO): $(CORE_O) $(LIB_O)
+-+	gcc -Wl,-soname=liblua.so.$(V) -shared -o $@ $(MYLDFLAGS) $? $(LIBS) 
+$(LUA_O)
+++	gcc -Wl,-soname=liblua.so.$(V) -shared -o $@ $(MYLDFLAGS) $? $(LIBS)
+ +	rm -f liblua.so
+ +	ln -s $@ liblua.so
+ +
+
+$ mgarepo ci -m 'fixed building the dynamic library liblua.so: the .o file of 
+the interactive interpreter lua.o should not be used to build the .so lib'
+
+## Rev 253431
+
+$ mgarepo submit 2/lua --define section=core/updates_testing -t 253431
+Fetching revision...
+URL: svn+ssh://svn.mageia.org/svn/packages/updates/2/lua
+Commit: 253431 | blue_prawn | fixed building the dynamic library liblua.so: 
+the .o file...
+error: command failed: ssh pkgsubmit.mageia.org /usr/local/bin/submit_package 
+-t 253431 --define sid=a62f5725-69ee-40ee-beb4-4e062402cf30 --define 
+section=core/updates_testing -r 253431 
+svn+ssh://svn.mageia.org/svn/packages/updates/2/lua
+error: target not found
+
+
+## I've written this "update advisory announcement" :
+## https://bugs.mageia.org/show_bug.cgi?id=6296#c1
+
+## I've reassign the bug to qa-bugs at ml.mageia.org
+
+I don't understand "Lists ALL SRPMS needed for the update"
+Is it the list of the packages used in the BuildRequires ?
+
+Please tell me, if all that I have just (already) done is OK ?
+If not please tell me how to correct ?
+
+
+-- 
+Thanks
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1