-
Here's my downstream Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=270177.
2009-05-18 06:29:19 UTC in GtkSpell
-
gtkspell calls deprecated enchant_dict_free_suggestions even when the list of suggestions is null although it expects a non-null list. A patch to fix the issue will follow.
2009-05-18 06:25:47 UTC in GtkSpell
-
The issue is reproducable when LINGUAS env. var. is set to control the languages being built. When not set all the languages are built which was your case. I attached a Portage build.log as requested.
Thanks.
2009-04-20 19:10:43 UTC in Liferea
-
net.java.amateras.uml.classdiagram.model.ClassModel uses Arrays.copyOf() which needs Java6 as JRE running Eclipse, breaking compatibility with Java5. I'm attaching a patch that makes it use System.arrayCopy() instead.
Thanks in advance,
Serkan KABA.
2009-04-20 17:06:18 UTC in Project Amateras
-
The tarball was probably generated with a broken intltool (See Gentoo bug http://bugs.gentoo.org/show_bug.cgi?id=264114) and fails to build the translations although po files exist. Please fix it in your next tarball.
Serkan Kaba
Gentoo Developer.
2009-04-20 03:58:23 UTC in Liferea
-
Junit tests need .cost files but they're missing in the distribution. Please add those so unit tests are runnable.
2009-03-22 22:04:17 UTC in Weka---Machine Learning Software in Java
-
Gentoo's Portage and many more package managers use a sandboxed enviroment to build packages. Makefile creates /usr/share/pixmaps and /usr/share/applications as text files when run in a sandbox. I'm attaching a patch to fix the issue.
Thanks,
Serkan Kaba.
2008-12-28 08:33:23 UTC in DivFix++
-
Linux makefiles does't respect CC,CFLAGS and LDFLAGS enviroment variables and fails with --as-needed. I'm attaching a patch to fix for x86 and x86_64. See Gentoo bug (http://bugs.gentoo.org/show_bug.cgi?id=247050) as a reference.
2008-11-16 16:19:43 UTC in Java Service Wrapper
-
Makefile for java frontend doesn't respect CXX JAVAC and JAVACFLAGS, I'm attaching a patch to fix the issue.
2008-11-11 05:26:55 UTC in yacas
-
Seems to be fixed in 3.5.8 although I had to magically discover that there was a release with my patch applied. Thanks anyway.
2008-11-01 10:03:22 UTC in Weka---Machine Learning Software in Java