diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013738.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013738.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/013738.html | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013738.html b/zarb-ml/mageia-dev/2012-March/013738.html new file mode 100644 index 000000000..0968a9f43 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013738.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] dropping mysql-workbench + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropping%20mysql-workbench&In-Reply-To=%3Ccb.%5E_0%40r78.nl%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="013735.html"> + <LINK REL="Next" HREF="013696.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] dropping mysql-workbench</H1> + <B>Remco Rijnders</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropping%20mysql-workbench&In-Reply-To=%3Ccb.%5E_0%40r78.nl%3E" + TITLE="[Mageia-dev] dropping mysql-workbench">remco at webconquest.com + </A><BR> + <I>Fri Mar 30 17:46:10 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="013735.html">[Mageia-dev] dropping mysql-workbench +</A></li> + <LI>Next message: <A HREF="013696.html">[Mageia-dev] dropping mysql-workbench +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13738">[ date ]</a> + <a href="thread.html#13738">[ thread ]</a> + <a href="subject.html#13738">[ subject ]</a> + <a href="author.html#13738">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Fri, Mar 30, 2012 at 05:33:31PM +0200, Maarten wrote in +<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">201203301733.31821.alien at rmail.be</A>>: +><i>Op vrijdag 30 maart 2012 10:11:34 schreef nicolas vigier: +</I>>><i> On Thu, 29 Mar 2012, Maarten Vanraes wrote: +</I>>><i> > unfortunately, atm it doesn't work, so it needs to be rebuilt, but it +</I>>><i> > doesn't rebuild at all... and since we're in version freeze, you can't +</I>>><i> > just update to a new version. even more is that soon is release +</I>>><i> > freeze... +</I>>><i> +</I>>><i> No, fixing a package that doesn't work can be a good reason for version +</I>>><i> freeze exception. So if a new version can help fix the problem, it +</I>>><i> should be considered. +</I>><i> +</I>><i>ic, well in that case, i guess it can be done like this, but if there's no +</I>><i>maintainer for it... personally, i have no problem with this being dropped. +</I>><i> +</I>><i>which is not to say i'm trying to hurt people who use it... but if we can't +</I>><i>maintain a package, maybe it's better if the people who want to use it, can +</I>><i>get it from upstream themselves. +</I> +Not arguing about this... but I think the attached patch fixes at least +(part) of the build problem (for the new maintainer to look into ;-) + +See also <A HREF="http://bugs.mysql.com/bug.php?id=63898">http://bugs.mysql.com/bug.php?id=63898</A> + +><i>and since this is from oracle, i guess the maintainer should also doublecheck +</I>><i>licensing to be on the safe side, since oracle has relicensed quite some code. +</I>><i>who knows, maybe we can't even redistribute it anymore... +</I> +I didn't check that... but I did notice that the tarball from upstream +(now at 5.2.38) has "gpl" in its name, so assume that's still safe... +-------------- next part -------------- +--- wb.utils_Makefile.am 2012-03-30 17:25:18.219213799 +0200 ++++ modules/wb.utils/Makefile.am 2012-03-30 17:27:00.259785100 +0200 +@@ -1,6 +1,6 @@ + + pkglibdir=$(libdir)/@PACKAGE@/modules + +-pkglib_DATA=catalog_utils.grt.lua tools.grt.lua wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\ ++pkgdata_DATA=catalog_utils.grt.lua tools.grt.lua wb_utils_grt.py sqlide_grt.py text_grt.py sql_reformatter.py\ + wb_dev_utils_grt.py table_utils_grt.py code_utils_grt.py + +--- swig_Makefile.am 2012-03-30 17:25:44.006350969 +0200 ++++ library/forms/swig/Makefile.am 2012-03-30 17:27:00.260785106 +0200 +@@ -2,7 +2,7 @@ + pkglib_LTLIBRARIES=_mforms.la + + pkglibdir=$(libdir)/@PACKAGE@/modules +-pkglib_DATA=mforms.py ++pkgdata_DATA=mforms.py + + _mforms_la_SOURCES=\ + mforms_wrap.cxx +--- wb.doclib_Makefile.am 2012-03-30 17:26:19.209546254 +0200 ++++ plugins/wb.doclib/Makefile.am 2012-03-30 17:27:00.260785106 +0200 +@@ -1,7 +1,7 @@ + + pkglibdir=$(libdir)/@PACKAGE@/modules + +-pkglib_DATA=\ ++pkgdata_DATA=\ + mysqldoclib.py\ + wb_doclib_grt.py + +--- frontend_Makefile.am 2012-03-30 17:26:45.481698315 +0200 ++++ plugins/wb.admin/frontend/Makefile.am 2012-03-30 17:27:00.260785106 +0200 +@@ -1,7 +1,7 @@ + + pkglibdir=$(libdir)/@PACKAGE@/modules + +-pkglib_DATA=\ ++pkgdata_DATA=\ + wb_admin_grt.py\ + wb_admin_monitor.py\ + wb_admin_utils.py\ +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 836 bytes +Desc: not available +URL: </pipermail/mageia-dev/attachments/20120330/1578d72c/attachment.asc> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="013735.html">[Mageia-dev] dropping mysql-workbench +</A></li> + <LI>Next message: <A HREF="013696.html">[Mageia-dev] dropping mysql-workbench +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13738">[ date ]</a> + <a href="thread.html#13738">[ thread ]</a> + <a href="subject.html#13738">[ subject ]</a> + <a href="author.html#13738">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |