Bug#690958: fanotify - missing documentation

2012-10-19 Thread glpk xypron
Package:  manpages-dev
Version:  3.42-1
Severity: normal
Tags: patch

Dear maintainer,

fanotify is a filesystem notification interface, intended to supersede inotify. 
It is available since kernel 2.6.36.

Manpages have been suggested in
http://permalink.gmane.org/gmane.linux.man/2400

Could you, please, include these in package manpages-dev.

Best regards

Heinrich Schuchardt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690958: Upstream bug report: bugzilla.kernel.org #49091

2012-10-19 Thread glpk xypron
Upstream bug report
https://bugzilla.kernel.org/show_bug.cgi?id=49091


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#690737: CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set

2012-10-16 Thread glpk xypron
Package: linux-image-686-pae
Version: 3.2+46
Severity: wishlist

Dear maintainer

fanotify is an interface that can be used by antivirus software to decide if 
permission to access a file shall be granted. It is a possible replacement for 
DazukoFS which is no longer developped. Usage by antivirus software requires 
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y in the kernel configuration.

File /boot/config-3.2.0-3-686-pae has the following
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set

Please, adjust the configuration.

Best regards

Heinrich Schuchardt

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#678229: Copyright

2012-08-20 Thread glpk xypron
The skins of tilem contain photographs of TI calculators (e.g. file ti86.skn 
includes a jpeg picture of a TI-86 calculator at offset 0x571).

I assume TI has the copyright for the design of the calculators. Is there no 
copyright issue in using photographs of these products as skins for non TI 
software?

Best regards

Heinrich Schuchardt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509815: libiodbc2 -- iODBC Driver Manager orphaned

2011-11-19 Thread glpk xypron
Hello Steve,

 This week with Christoph Berg's help, unixodbc has been converted for
 multiarch in unstable along with the common drivers: libmyodbc,
 tdsodbc, and odbc-postgresql.  The converted drivers are now all installed in
 /usr/lib/arch/odbc, and the /etc/odbcinst.ini config has been updated to
 use relative paths instead of absolute ones.

 libiodbc2, which has been orphaned for nearly three years, has *not* been
 updated for multiarch, and so libiodbc will fail to locate these drivers on
 disk.  As a result, these drivers declare a Breaks: against libiodbc2.

I guess the problem is not about iODBC finding shared drivers like
libmyodbc. Instead a driver build against unixODBC is not compatible
with one build against iODBC. See bug #598787.

This means if both iODBC and unixODBC are kept, separate packages
for libmyodbc are needed.

I have had a look at the upstream.

http://unixodbc.svn.sourceforge.net/
shows active development.

http://iodbc.cvs.sourceforge.net/viewvc/iodbc/iODBC/iodbc/
shows no activity since 2009.

I guess the next step should be to ask the upstream author
of iODBC, if iODBC will be supported in future.

Best regards

Xypron

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#645531: /etc/init.d/vzquota: # Provides: vzreboot

2011-10-17 Thread glpk xypron
Hello Ola,

I am not able to reproduce the issue on a vanilla Debian Wheezy
system. It must be a leftover from upgrading.

Best regards

Xypron
-- 
Follow me at http://twitter.com/#!/xypron

Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#645531: /etc/init.d/vzquota: # Provides: vzreboot

2011-10-16 Thread glpk xypron
Package: vzquota
Version: 3.0.12-3
Severity: normal

Installing vzquota creates a script /etc/init.d/vzquota which starts
with the following lines:

#!/bin/sh
### BEGIN INIT INFO
# Provides: vzreboot
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Creates Virtuozzo second level quota
### END INIT INFO

vzquota should not claim to provide vzreboot because this conflicts
with script /etc/init.d/vzreboot.

Best regards

Xypron
-- 
Follow me at http://twitter.com/#!/xypron

Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598787: Connector/ODBC 5.1.7 works fine

2010-10-04 Thread glpk xypron
Hello Steve

 Is the original error reproducible with any programs built against
 unixodbc
 instead of iodbc?  For instance, if you rebuild the glpk package against
 unixodbc, is the error still present?

If GLPK is build against unixODBC it runs fine with 
mysql-connector-odbc-5.1.7 build against unixODBC.

 If you rebuild the pristine myodbc package against current unixodbc, is
 the issue present then?  (myodbc was last built against the
 previous upstream version of unixodbc, 2.2.11.)
mysql-connector-odbc-5.1.7 built against produces a lot of ugly
compile warnings like:
my_basics.c:924: warning: cast to pointer from integer of different size
my_cursor.c: In function 't_update_offsets':
my_cursor.c:2616: warning: cast to pointer from integer of different size
my_basics.c:924: warning: cast to pointer from integer of different 
sizemy_desc.c: In function 't_desc_paramset':
my_desc.c:68: warning: cast to pointer from integer of different size
-bash: my_basics.c:924:: command not found

Connecting to a datasource fails in iodbcadmin-gtk.

 Note that the upstream version of iodbc included in Debian is three years
 old, and is orphaned as of a year ago.
The current upstream of iodbc is dating from 2009-09-10 and available
in Debian experimental. See bug bug 532563.

The package in Debian experimental alone does not solve the current
problem.

 I'm not sure why glpk is building against iodbc instead of unixodbc;
The upstream of glpk can build against both unixODBC and iODBC.
To compile for unixODBC use:
./configure --enable-dl --enable-odbc=unix

 we should really drop iodbc in favor of
 unixodbc, instead of carrying two implementations of the same library that
 can only result in gratuitous incompatibilites.
Just run apt-rdepends -r libiodbc2 and you will see that a whole lot of 
appliations depend on iODBC, e.g.
libiodbc2 - soprano-daemon - libsoprano4 - kdelibs-bin - kdelibs5-dev - 
koffice-dev


I suggest you add package libmyodbc to experimental and we continue
testing based on experimental. Please, use the current upstream.

What really needs to be worked out is how the definitions in sql.h
differ between unixODBC, iODBC MySQL, and other databases.

Best regards

Xypron


-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599117: Subject: libglpk-java: Java runtime dependency

2010-10-04 Thread glpk xypron
Package: libglpk-java
Version: 1.0.13-4
Severity: wishlist

The Java runtime dependency should be changed from java-gcj-compat to 
default-jre.

java-gcj-compat is not at the forefront of Java development. Most Java 
development projects rely on openjdk or the Sun implementation.
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599119: libglpk-java: documentation - glpk-java.pdf

2010-10-04 Thread glpk xypron
Package: libglpk-java
Version: 1.0.13-4
Severity: wishlist

File glpk-java.pdf should be added to /usr/share/doc/libglpk-java.
-- 
GMX DSL Doppel-Flat ab 19,99 euro;/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598787: Connector/ODBC 5.1.7 works fine

2010-10-03 Thread glpk xypron
Hello Steve,

 Did you rebuild this new version of myodbc using libiodbc2-dev, or
 unixodbc-dev?
I build with libiodbc2-dev.

When I build against unixodbc-dev without any patching and
.configure --enable-gui=no
connecting to a datasource fails in iodbcadmin-gtk.

I will work on the rest of your questions later this week.

Best regards

Xypron

-- 
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598786: glpk-doc: glpk.pdf and gmpl.pdf missing in /usr/share/doc/glpk

2010-10-01 Thread glpk xypron
Package: glpk-doc
Version: 4.43-1
Severity: important

glpk-doc: glpk.pdf and gmpl.pdf are missing in /usr/share/doc/glpk

These files contain the relevant documentation of GLPK.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information
-- 
GMX DSL Doppel-Flat ab 19,99 euro;/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598787: libmyodbc: Failure in SQLDriverConnect

2010-10-01 Thread glpk xypron
Subject: libmyodbc: Failure in SQLDriverConnect
Package: libmyodbc
Version: 5.1.6-1
Severity: important

When trying to connect to a MySQL data base an error occurs in
SQLDriverConnect.

The error occurs both in iodbcadm-gtk when trying to connect to as system DSN
and in glpsol (package glpk).

The returned error message of SQLDriverConnects looks like the
result of a memory overflow:

The driver reported the following diagnostics whilst running SQLDriverConnect
 Kz:1:0:��8

The errors did occured only after upgrading libmyodbc from a 2009 version.

/etc/odbc.ini
[ODBC Data Sources]
glpk = MySQL

[glpk]
Driver   = /usr/lib/odbc/libmyodbc.so
DATABASE = glpk
PORT = 3306
SERVER   = 127.0.0.1
USER = glpk

/etc/odbcinst.ini
Driver   = /usr/lib/odbc/libmyodbc.so
DATABASE = glpk
PORT = 3306
SERVER   = 127.0.0.1
USER = glpk




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libmyodbc depends on:
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmysqlclient165.1.49-1 MySQL database client library
ii  odbcinst1debian22.2.14p2-1   Support library for accessing odbc
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libmyodbc recommends:
ii  libiodbc2 3.52.6-4   iODBC Driver Manager
ii  unixodbc  2.2.14p2-1 ODBC tools libraries

libmyodbc suggests no packages.

-- debconf information:
  libmyodbc/addtoodbc: false
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598786: layout of package GLPK

2010-10-01 Thread glpk xypron
Package GLPK contains several subpackages on of these is glpk-doc.

Each package creates a subdirectory in /usr/share/doc.

The relevant information is in /usr/share/doc/glpk-doc.

This layout conforms to the Debian standards but is not very user friendly.

Please, close the ticket.
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598791: inkscape: Bezier curves drawn, where svg file requires circular arcs

2010-10-01 Thread glpk xypron
Package: inkscape
Version: 0.47.0-1
Severity: normal

The following svg file requires only straight lines and circular arcs (rx =
ry):

svg width=930.42641px height=640.0px
xmlns:xlink=http://www.w3.org/1999/xlink; zoomAndPan=magnify
contentStyleType=text/css viewBox=-0.1 -0.1 4.65213 3.2
preserveAspectRatio=xMidYMid meet xmlns=http://www.w3.org/2000/svg;
version=1.0
path style=fill:#0066ff;stroke:none; fill-opacity:1; d=
M1.9,0.3
L1.9,0.87500
L2.02500 0.87500
L2.02500 0.54367
A0.3,0.3 0 1,0 1.9,0.3
Z
M2.02500,0.3
a0.17500,0.17500 0 0,1 0.17500,-0.17500
a0.17500,0.17500 0 0,1 0.17500,0.17500
a0.17500,0.17500 0 0,1 -0.17500,0.17500
a0.17500,0.17500 0 0,1 -0.17500,-0.17500
Z /
/svg
The appended PNG exported from Inkscape shows that Inkscape instead renders 
Bezier curves.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages inkscape depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.8.4-3  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgc1c21:6.8-1.2conservative garbage collector for
ii  libgcc1 1:4.4.4-8GCC support library
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.24.2-1 C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgomp14.4.4-8  GCC OpenMP (GOMP) support library
ii  libgsl0ldbl 1.14+dfsg-1  GNU Scientific Library (GSL) -- li
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.20.3-1   C++ wrappers for GTK+ (shared libr
ii  libgtkspell02.0.16-1 a spell-checking addon for GTK's T
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  libmagick++27:6.5.8.3-1  object-oriented C++ interface to I
ii  libmagickcore2  7:6.5.8.3-1  low-level image manipulation libra
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpangomm-1.4-12.26.2-1 C++ Wrapper for pango (shared libr
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpoppler-glib40.12.4-1.1   PDF rendering library (GLib-based 
ii  libpoppler5 0.12.4-1.1   PDF rendering library
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libwpd8c2a  0.8.14-1 Library for handling WordPerfect d
ii  libwpg-0.1-10.1.3-1  WordPerfect graphics import/conver
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages inkscape recommends:
ii  imagemagick   7:6.5.8.3-1image manipulation programs
ii  libwmf-bin0.2.8.4-6.1+b1 Windows metafile conversion tools
ii  perlmagick7:6.5.8.3-1Perl interface to the ImageMagick 
ii  pstoedit  3.45-8 PostScript and PDF files to editab

Versions of packages inkscape suggests:
pn  dia | dia-gnome   none (no description available)
ii  libgnomevfs2-extra1:2.24.3-1 GNOME Virtual File System (extra m
pn  libsvg-perl   none (no description available)
pn  libxml-xql-perl   none (no description available)
ii  python2.5.4-9An interactive high-level object-o
pn  python-lxml   none (no description available)
ii  python-numpy  1:1.4.1-4  Numerical Python adds a fast array
pn  python-uniconvertor   none (no description available)
pn  ruby  none (no description available)
pn  skencil   none (no description available)
pn  ttf-bitstream-veranone (no description available)

-- no debconf 

Bug#598786: [Pkg-scicomp-devel] Bug#598786: layout of package GLPK

2010-10-01 Thread glpk xypron

 I assume both packages can be installed independently. Perhaps if they
 both are, /usr/share/doc/glpk could contain symlinks to the glpk-doc/
 directory.

Package glpk requires glpk-doc, see
http://packages.debian.org/sid/glpk

Yes, symlinks distributed with package glpk would help.
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571829: Bug 571829: Updating the glpk-java Uploaders list

2010-09-14 Thread glpk xypron
Hello Jan,

 That's simple. In the next upload, please drop Rafael as Uploader from
 the package in debian/control. But please don't upload just for this
 bug. It's not that important.
Thank you for the information. I only maintain the upstream. I will
try to inform the next uploader.

Best regards

Heinrich


-- 
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576896: Javadoc creates SIGBUS error

2010-09-12 Thread glpk xypron
Hello Kumar,

thanks a lot for your support to get libglpk-java fixed.

As reported in Bug #596414 javadoc creates a SIGBUS error when called in the 
libglpk-java Makefile. I was not able to reproduce the problem on a VMWARE with 
kfreebsd installed.

The current makefile produces javadoc but does not install it. Hence the 
following line could be removed from swig/Makefile:
javadoc -sourcepath ./src/main/java org.gnu.glpk -d ./target/apidocs

This workaround should allow libglpk-java to be built on all systems.

Best regards

Xypron

-- 
Achtung Sicherheitswarnung: GMX warnt vor Phishing-Attacken!
http://portal.gmx.net/de/go/sicherheitspaket



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571829: Bug 571829: Updating the glpk-java Uploaders list

2010-09-12 Thread glpk xypron
Hello Hauke,

could you, please, inform me what is missing to get the
bug fixed.

Best regards

Heinrich
-- 
Achtung Sicherheitswarnung: GMX warnt vor Phishing-Attacken!
http://portal.gmx.net/de/go/sicherheitspaket



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596414: SIGBUS error in javadoc

2010-09-11 Thread glpk xypron
Package: gcj-4.4-jdk
Version: 4.4.4-14
Severity: important

A bus error occured in javadoc while building libglpk-java 1.0.13-4 on
kfreebsd-amd64.

The complete build log is available at
https://buildd.debian.org/fetch.cgi?pkg=glpk-java;ver=1.0.13-4;arch=kfreebsd-amd64;stamp=1284161579

Best regards

Xypron


Get:9 http://ftp.gr.debian.org/debian/ sid/main gcj-4.4-jdk kfreebsd-amd64 
4.4.4-14 [4016kB]
...
Constructing Javadoc information...
WARNING: Cannot locate class java.lang.Object referenced in class 
org.gnu.glpk.GlpkCallback
WARNING: Error while loading class LinkedList
WARNING: Error while loading class RuntimeException
Resolving references in comments...
Resolving references in classes...
Resolving references in packages...
Resolving references in class comments...
Resolving references in package comments...
Running doclet...
WARNING: Option -validhtml hasn't been specified. Generated HTML will not 
validate.
Building cross-reference information...
Writing overview files...
Writing index...
Writing HTML files for package org.gnu.glpk
make[2]: *** [all] Bus error
make[2]: Leaving directory 
`/build/buildd-glpk-java_1.0.13-4-kfreebsd-amd64-G0Hbp0/glpk-java-1.0.13/swig'
make[1]: *** [all] Error 2


-- 
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576896: SIGBUS error in javadoc

2010-09-11 Thread glpk xypron
See Debian Bug #596414
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596414
SIGBUS error in javadoc
-- 
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 development site
http://sourceforge.net/projects/glpk-java/files/glpk-java/glpk-java-1.0.13-3/glpk-java-1.0.13-3.tar.gz/download
or at
ftp://glpk.dyndns.org/glpk/glpk-java/glpk-java-1.0.13-3.tar.gz

MD5SUM
d3dbadd4cf5f35b1da8d1dcedcf0c3e0  glpk-java-1.0.13-3.tar.gz

You can view the changes online on
http://glpk-java.svn.sourceforge.net/viewvc/glpk-java/branches/glpk-java-1.0.13/

I checked compilation on
Debian Squeeze amd64
Debian kfreebsd amd64
Debian Lenny x86

Best regards

Xypron

-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl


glpk-java-1.0.13.patch
Description: Binary data


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 of long jumps. 
See the thread starting at
http://lists.gnu.org/archive/html/help-glpk/2008-08/msg00071.html

It would be helpful to run the following program

/**
 * Determination of the alignment of jmp_buf
 */
#include stdio.h
#include setjmp.h
#include stddef.h

/**
 * Determine the alignment of jmp_buf
 * @return alignment in bytes
 */
int jmp_buf_alignment()
{
#ifdef __GNUC__
   static int res = __alignof__ (jmp_buf);
#else
   struct t
   {  char a;
  jmp_buf b;
   };
   static int res = offsetof(struct t, b);
#endif
   return res;
}

int main()
{
  printf(jmp_buf is %d byte aligned\n, jmp_buf_alignment());
  return 0;
}

Best regards

Xypron


-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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, sparc]

On all architecture version 4.43 is needed. Could you, please, update the
dependencies.

Best regards

Xypron
-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 Sicherheitswarnung: GMX warnt vor Phishing-Attacken!
http://portal.gmx.net/de/go/sicherheitspaket



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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
http://sourceforge.net/projects/glpk-java/files/glpk-java/glpk-java-1.0.13-1/glpk-java-1.0.13-1.tar.gz/download

I checked building on:
- GNU/kFreeBSD debian 7.2-1-amd64
- Debian Squeeze amd64

Best regards

Xypron

-- 
Achtung Sicherheitswarnung: GMX warnt vor Phishing-Attacken!
http://portal.gmx.net/de/go/sicherheitspaket



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 previous mail for
 the upload.
 
 Thanks!

yes, please proceed.

You could use said archive at Sourceforge as orig.tar.gz. It matches
glpk-4.43.

Best regards

Xypron
-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2010-09-08 Thread glpk xypron
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
e.g.
GLPK Simplex Optimizer, v4.43
858 rows, 957 columns, 2997 non-zeros
* 0: obj =   0.0e+00  infeas =  0.000e+00 (0)
*   231: obj =   3.27500e+02  infeas =  4.382e-15 (0)
OPTIMAL SOLUTION FOUND
Integer optimization begins...
Aborted
make[2]: *** [check] Error 134
make[2]: Leaving directory 
`/build/buildd-glpk-java_1.0.13-3-mips-R1xTxl/glpk-java-1.0.13/swig'
make[1]: *** [check] Error 2
make[1]: Leaving directory 
`/build/buildd-glpk-java_1.0.13-3-mips-R1xTxl/glpk-java-1.0.13'
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This could be failure of package libglpk0.

Do you have access to a porterbox like gabrielli.debian.org and
could check if program glpsol contained in package glpk-utils
can solve glpk-java-1.0.13/examples/java/marbles.mod?

The command line is
glpsol -m glpk-java-1.0.13/examples/java/marbles.mod

Please, send me the output of above command.

Best regards

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 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
 
 http://sourceforge.net/projects/glpk-java/files/glpk-java/glpk-java-1.0.13-1/glpk-java-1.0.13-1.tar.gz/download
  
  I checked building on:
  - GNU/kFreeBSD debian 7.2-1-amd64
  - Debian Squeeze amd64
 
 My guess is that you want me to NMU the package (non-maintainer
 upload). I shall use the patch you provided in the previous mail for
 the upload.
 
 Thanks!
 
 Kumar

-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 -d ./target/apidocs
jar cf glpk-java-javadoc.jar -C ./target/apidocs .
jar cf glpk-java-sources.jar -C ./src/main/java .
-   javac -source 1.6 -target 1.6 -sourcepath ./src/main/java \
+   javac -source 1.6 -target 1.6 -classpath ./src/main/java \
 -d ./target/classes *.java 
jar cf glpk-java.jar -C ./target/classes .


Examples contain erroneous @override annotations.

--- trunk/examples/java/LinOrd.java 2010/06/03 20:29:48 85
+++ trunk/examples/java/LinOrd.java 2010/09/07 23:00:35 89
@@ -301,7 +301,6 @@
 }
 }
 
-@Override
 public void callback(glp_tree tree) {
 if (GLPK.glp_ios_reason(tree) == GLPKConstants.GLP_IROWGEN) {
 remove_inactive(tree);


--- trunk/examples/java/ErrorDemo.java  2010/06/03 20:29:48 85
+++ trunk/examples/java/ErrorDemo.java  2010/09/07 23:00:35 89
@@ -22,7 +22,6 @@
 
 static boolean forceError = true;
 
-@Override
 public void callback(glp_tree tree) {
 glp_prob prob;
 if (GLPK.glp_ios_reason(tree) == GLPKConstants.GLP_IROWGEN) {


I have corrected these issues in the upstream, which is based
on GLPK-4.44. The same patches could be used on glpk-java-1.0.13.
-- 
GMX DSL SOMMER-SPECIAL: Surf  Phone Flat 16.000 für nur 19,99 Euro/mtl.!*
http://portal.gmx.net/de/go/dsl



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org