Bug#576896: libglpk-java does not build on kfreebsd

2010-09-10 Thread glpk xypron
Hello Kumar, thank you for clarifying that the error is not libglpk0. I have reworked the callback interface between libglpk-java and GLPK, and updated the Makefiles. Please, find appended a cumulative patch. The complete archive glpk-java-1.0.13-3.tar.gz can be downloaded either from the

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-10 Thread Kumar Appaiah
Dear Xypron, On Fri, Sep 10, 2010 at 11:04:33PM +0200, glpk xypron wrote: Hello Kumar, thank you for clarifying that the error is not libglpk0. Glad to have been of help. I have reworked the callback interface between libglpk-java and GLPK, and updated the Makefiles. Please, find

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread Kumar Appaiah
Dear Xypron, On Thu, Sep 09, 2010 at 07:55:31AM +0200, glpk xypron wrote: Hello Kumar, thank you for uploading libglpk-java 1.0.13-3. libglpk-java now is compiled correctly on all architecture yet for some systems make check fails, see https://buildd.debian.org/pkg.cgi?pkg=glpk-java

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread glpk xypron
Hello Kumar, all aborts irrespective of architecture occur inside function glpk_intopt() of the GLPK library. The same routine will be called when executing glpsol -m glpk-java-1.0.13/examples/java/marbles.mod This will help to clarify if the observed problem is in libglpk-java. GLPK makes use

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread glpk xypron
Hello Kumar, looking at the build dependencies for libglpk-java I find the following on http://packages.debian.org/de/sid/libglpk-java libglpk0 (= 4.38) [hppa, mips, powerpc, s390, sparc] linear programming kit with integer (MIP) support libglpk0 (= 4.43) [not hppa, mips, powerpc, s390,

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread Kumar Appaiah
Dear Xypron, On Fri, Sep 10, 2010 at 12:30:19AM +0200, glpk xypron wrote: Hello Kumar, all aborts irrespective of architecture occur inside function glpk_intopt() of the GLPK library. The same routine will be called when executing glpsol -m glpk-java-1.0.13/examples/java/marbles.mod

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread glpk xypron
Hello Kumar, thank you for the update on alignment. Does glpsol -m glpk-java-1.0.13/examples/java/marbles.mod run on the failing machines? Program glpsol is included in package glpk-utils. File marbles.mod is included in the libglpk-java source. Best regards Xypron -- Achtung

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread Kumar Appaiah
Dear Xypron, On Fri, Sep 10, 2010 at 02:14:13AM +0200, glpk xypron wrote: Hello Kumar, thank you for the update on alignment. Does glpsol -m glpk-java-1.0.13/examples/java/marbles.mod run on the failing machines? Program glpsol is included in package glpk-utils. File marbles.mod

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread glpk xypron
Dear Kumar, This will take be a bit more time; is it sufficient to run it on all the failing architectures, is only one enough? one architecture will be enough. Best regards Xypron -- Achtung Sicherheitswarnung: GMX warnt vor Phishing-Attacken! http://portal.gmx.net/de/go/sicherheitspaket

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-09 Thread Kumar Appaiah
Dear Xypron, On Fri, Sep 10, 2010 at 04:00:34AM +0200, glpk xypron wrote: Dear Kumar, This will take be a bit more time; is it sufficient to run it on all the failing architectures, is only one enough? one architecture will be enough. Here is the output from powerpc (a failing

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-08 Thread glpk xypron
Hello Kumar, If you prepare an with this patch, I can sponsor it for you. Else I'll NMU it. Please do let me know. thank you for your support. The patched upstream archive is available at

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-08 Thread Kumar Appaiah
Hi! On Wed, Sep 08, 2010 at 11:29:39PM +0200, glpk xypron wrote: Hello Kumar, If you prepare an with this patch, I can sponsor it for you. Else I'll NMU it. Please do let me know. thank you for your support. The patched upstream archive is available at

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-08 Thread glpk xypron
Hello Kumar, The patched upstream archive is available at http://sourceforge.net/projects/glpk-java/files/glpk-java/glpk-java-1.0.13-1/glpk-java-1.0.13-1.tar.gz/download My guess is that you want me to NMU the package (non-maintainer upload). I shall use the patch you provided in the

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-08 Thread glpk xypron
Original-Nachricht Datum: Wed, 8 Sep 2010 16:53:50 -0500 CC: 576...@bugs.debian.org Betreff: Re: Bug#576896: libglpk-java does not build on kfreebsd Hi! On Wed, Sep 08, 2010 at 11:29:39PM +0200, glpk xypron wrote: Hello Kumar, If you prepare an with this patch, I

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-07 Thread glpk xypron
Make does not run because GCJ javac ignores the -sourcepath parameter. It can be replaced by the -classpath parameter. --- trunk/swig/Makefile 2010/06/03 20:29:48 85 +++ trunk/swig/Makefile 2010/09/07 23:00:35 89 @@ -23,7 +23,7 @@ javadoc -sourcepath ./src/main/java org.gnu.glpk

Bug#576896: libglpk-java does not build on kfreebsd

2010-09-07 Thread Kumar Appaiah
Hi! On Wed, Sep 08, 2010 at 01:02:49AM +0200, glpk xypron wrote: Make does not run because GCJ javac ignores the -sourcepath parameter. It can be replaced by the -classpath parameter. [snip patch] I have corrected these issues in the upstream, which is based on GLPK-4.44. The same patches