[PATCH] [MELT] Fixing echo stderr permission issue

2012-09-28 Thread Alexandre Lissy
ebc8fa49c1aee06160844012220bdf08c8e6bff9 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy ali...@mandriva.com Date: Fri, 28 Sep 2012 12:23:30 +0200 Subject: [PATCH] 2012-09-26 Alexandre Lissy ali...@mandriva.com [gcc/] * melt-build-script.pl: Using 2 instead of /dev/stderr --- gcc/ChangeLog.MELT|3

[PATCH] [MELT] An alternative probe for GCC MELT

2012-09-26 Thread Alexandre Lissy
. From 4f32b3261c730a0002a4c316bc64c4ae40fc5eb7 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy ali...@mandriva.com Date: Wed, 26 Sep 2012 18:26:39 +0200 Subject: [PATCH] 2012-09-26 Alexandre Lissy ali...@mandriva.com [contrib/] * simplemelt-pyqt4-probe.py: Introducing another implementation

[PATCH] [MELT] Fix CUMULMD5 leading space

2011-09-14 Thread Alexandre Lissy
changed, 14 insertions(+), 10 deletions(-) diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index 78c6ae6..6efd8d9 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,3 +1,7 @@ +2011-09-14 Alexandre Lissy ali...@mandriva.com + * melt-build.tpl: Remove leading space

[PATCH] [MELT] Fix versions comparisons

2011-08-30 Thread Alexandre Lissy
@@ -1,3 +1,13 @@ +2011-08-30 Alexandre Lissy ali...@mandriva.com + * melt-runtime.c (melt_load_module_index): + - Export melt_versionstr from meltdesc instead of + melt_genversionstr. + - Make use of melt_version_str() instead of MELT_VERSION_STR

[PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
..241c862 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,3 +1,9 @@ +2011-08-29 Alexandre Lissy ali...@mandriva.com + * melt-runtime.c (melt_load_module_index): Fix loading path of .c + files. + * melt/warmelt-outobj.melt (output_melt_descriptor): Fix generation

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly due to bad search path when working with an installed plugin. Present commit fixes this by: - using

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly due to bad search path when working with an installed plugin. Present commit fixes this by: - using

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly due to bad search path when working with an installed plugin. Present commit fixes this by: - using

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 16:44, Alexandre Lissy a écrit : Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly due to bad search path when working with an installed

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 16:57, Alexandre Lissy a écrit : Le 29/08/2011 16:44, Alexandre Lissy a écrit : Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly due

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 17:08, Alexandre Lissy a écrit : Le 29/08/2011 16:57, Alexandre Lissy a écrit : Le 29/08/2011 16:44, Alexandre Lissy a écrit : Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 17:22, Alexandre Lissy a écrit : Le 29/08/2011 17:08, Alexandre Lissy a écrit : Le 29/08/2011 16:57, Alexandre Lissy a écrit : Le 29/08/2011 16:44, Alexandre Lissy a écrit : Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre

[PATCH] [MELT] Fix failing target 'melt-tiny-tests'

2011-08-29 Thread Alexandre Lissy
-build.tpl | 20 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index d3ea85e..9ca1fc4 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,4 +1,7 @@ 2011-08-29 Alexandre Lissy ali...@mandriva.com

[PATCH] [MELT] Fix meltgendoc.texi target

2011-08-25 Thread Alexandre Lissy
gcc/melt-build.tpl |2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index a341a49..f32e960 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,4 +1,8 @@ 2011-08-25 Alexandre Lissy ali...@mandriva.com + * gcc/melt

[PATCH, MELT] Fixing documentation generation

2011-08-25 Thread Alexandre Lissy
Hello, A prevoous commit introduced a typo on the output argument when generating documentation, hence the attached commit fixes the issue.

[PATCH, MELT] meltgendoc.texi failure

2011-08-25 Thread Alexandre Lissy
Hello, The meltgendoc.texi target can fail, returning a value of 1 while the file has been correctly written. The attached patch allows to circumvent this.

[PATCH, MELT] Fixing texi file for MELT Plugin API

2011-08-25 Thread Alexandre Lissy
Hello, A couple of nodes in the texi file for the MELT Plugin API were not present in the menu, hence makeinfo failed. Fixing with help from Patrice Dumas pertu...@free.fr.

[PATCH] [MELT] Fix nodes in MELT plugin API texi

2011-08-25 Thread Alexandre Lissy
:: the GPLv3 license. +* MELT API Index:: @end menu @c the meltgendoc.texi is generated from various *.melt source files diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index c801737..ceb0d04 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,4 +1,8 @@ 2011-08-25 Alexandre Lissy

[PATCH, MELT] MELT modules installation fix

2011-08-25 Thread Alexandre Lissy
Hello, Changes recently happened on the MELT modules which broke the way the install-melt-modules target in MELT's Makefile in the plugin case works. Attached is a patch that fixes this.

[PATCH] [MELT] Fix installation of MELT modules

2011-08-25 Thread Alexandre Lissy
files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 9b8123c..42f2aca 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,3 +1,5 @@ +2011-08-25 Alexandre Lissy ali...@mandriva.com + * MELT-Plugin-Makefile (install-melt

Re: [PATCH] [MELT] Fix installation of MELT modules

2011-08-25 Thread Alexandre Lissy
Hello, Thanks for your suggestions. I made the suggested changes, I hope it matches your requirements :).

[PATCH] [MELT] Fix installation of MELT modules

2011-08-25 Thread Alexandre Lissy
files changed, 7 insertions(+), 5 deletions(-) diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 9b8123c..42f2aca 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,3 +1,5 @@ +2011-08-25 Alexandre Lissy ali...@mandriva.com + * MELT-Plugin-Makefile (install-melt

[PATCH, MELT] Plugin documentation generation

2011-08-25 Thread Alexandre Lissy
Hello, Documentation for the MELT plugin was only produced as .info file, but the PDF and HTML output were missing. This was due to missing target for both ; hence the following patch which fixes by defining two targets: - %.html - %.pdf Simply calling respectivement $(TEXI2HTML) and

[PATCH] [MELT] HTML and PDF targets for plugin doc

2011-08-25 Thread Alexandre Lissy
insertions(+), 0 deletions(-) diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 42f2aca..01aaf4c 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,4 +1,7 @@ 2011-08-25 Alexandre Lissy ali...@mandriva.com + * MELT-Plugin-Makefile: Adding target to build .html

[PATCH, MELT] Fixing PDF documentation generation

2011-08-25 Thread Alexandre Lissy
Hello, The texi file defining the MELT Plugin API was missing the versionsubtitle macro definition (which is however present in meltplugin.texi), and this resulted in PDF documentation generation failing. Following patch fixes this by adding the macro to meltpluginapi.texi.

[PATCH] [MELT] Missign macro versionsubtitle

2011-08-25 Thread Alexandre Lissy
deletions(-) diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 01aaf4c..953fb65 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,4 +1,7 @@ 2011-08-25 Alexandre Lissy ali...@mandriva.com + * meltpluginapi.texi: Adding missing versionsubtitle macro + +2011-08-25

[PATCH, MELT] Multiple slashes in paths

2011-08-25 Thread Alexandre Lissy
Hello, There are some points in MELT build where several slashes are used and present in paths, mainly when calling GCC. This is bad not only for cosmetic reasons, but it also makes rpm not happy when extracting debug symbols. The following patch fixes this.

[PATCH] [MELT] Fix slashes in paths

2011-08-25 Thread Alexandre Lissy
changed, 25 insertions(+), 19 deletions(-) diff --git a/contrib/ChangeLog.MELT b/contrib/ChangeLog.MELT index 953fb65..0b63775 100644 --- a/contrib/ChangeLog.MELT +++ b/contrib/ChangeLog.MELT @@ -1,4 +1,7 @@ 2011-08-25 Alexandre Lissy ali...@mandriva.com + * MELT-Plugin-Makefile: Remove useless

[PATCH] Fix .so handling on failure

2011-08-23 Thread Alexandre Lissy
/ChangeLog.MELT index f4cc6a5..4282321 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,3 +1,6 @@ +2011-08-23 Alexandre Lissy ali...@mandriva.com + * melt-runtime.c (melt_load_module_index): Correct handling of invalid + dlopen handle. 2011-08-05 Basile Starynkevitch bas

[MELT] Fix MELT breakage at build

2011-08-05 Thread Alexandre Lissy
Hello, Following is a trivial patch patch that fixes build of the current melt-branch, due to some previous commit changing identifier fullbinfile to binbase in function parameters but not in some usages at the end of the function.

[PATCH] Fix regression with unexistent symbol 'fullbinfile'

2011-08-05 Thread Alexandre Lissy
This symbol has been changed to binbase a couple of commits ago, yet some places remained untouched for the new name. --- gcc/melt-runtime.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/melt-runtime.c b/gcc/melt-runtime.c index 32a4288..ad49ccb 100644 ---

[MELT] Separation between build and install

2011-06-27 Thread Alexandre Lissy
Hello, While packaging GCC MELT as a plugin for Mandriva, I noticed that we could do a slight improvement to the current build script to ease a bit packaging, by adding a clear separation between the building steps and installation steps. This allows to cleanly exploit the build script in both

[PATCH] MELT: Separate build and install steps

2011-06-27 Thread Alexandre Lissy
contrib/build-melt-plugin.sh | 32 +--- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/ChangeLog.MELT b/ChangeLog.MELT index d00a4e1..2b88e00 100644 --- a/ChangeLog.MELT +++ b/ChangeLog.MELT @@ -1,3 +1,7 @@ +2011-06-27 Alexandre Lissy ali...@mandriva.com