Bug#705226: shared-mime-info: kde4 applications are ignored

2013-04-11 Thread Gaubitzer Erwin
Package: shared-mime-info
Version: 1.0-1+b1
Severity: normal

Dear Maintainer,

With some applications, in my case recoll and xdg-open, the mimecache 
information
on pdfs, which for me is okular in the first place, is ignored
and instead the second .desktop entry is used.

According to
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/928680
the problem is the dash in the entry.

I replaced the dash with a slash and it worked.
I am not sure if the entry or the interpretation of the entry is wrong.


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages shared-mime-info depends on:
ii  libc6 2.13-38
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libxml2   2.8.0+dfsg1-7+nmu1

shared-mime-info recommends no packages.

shared-mime-info suggests no packages.

-- no debconf information


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



Bug#670913: texmacs: R plugin missing

2012-04-30 Thread Gaubitzer Erwin
Package: texmacs
Version: 1:1.0.7.15-1
Severity: normal

Dear Maintainer,
Starting the R plugin ends up in a Dead-Comment. Looking further into
the package I cannot find the necessary tm_r file which should be
loaded. Instead of this a file called r_install can be found, but the
contents of this shell script makes no sense to me.

Is the R plugin still available for TeXmacs or has it been removed
because of missing maintainance? In either case it should be mentioned
in the README.Debian or processed as a bug.

Thanks a lot
Erwin


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages texmacs depends on:
ii  findutils4.4.2-4
ii  ghostscript-x9.05~dfsg-4
ii  groff1.21-7
ii  guile-1.8-libs   1.8.8+1-8
ii  libc62.13-30
ii  libfreetype6 2.4.9-1
ii  libgcc1  1:4.6.1-4
ii  libgmp10 2:5.0.4+dfsg-1
ii  libltdl7 2.4.2-1
ii  libqtcore4   4:4.7.4-3
ii  libqtgui44:4.7.4-3
ii  libstdc++6   4.6.1-4
ii  mlocate  0.23.1-1
ii  texlive-base 2009-15
ii  texlive-extra-utils  2009-10
ii  texlive-font-utils   2009-10
ii  texlive-math-extra   2009-10
ii  texmacs-common   1:1.0.7.15-1
ii  x11-apps 7.6+5
ii  x11-session-utils7.6+2
ii  x11-utils7.6+4
ii  zlib1g   1:1.2.6.dfsg-2

Versions of packages texmacs recommends:
ii  imagemagick8:6.7.4.0-5
ii  ispell 3.3.02-5
ii  libjpeg-progs  8d-1
ii  librsvg2-bin   2.36.1-1
ii  libtiff-tools  4.0.1-2
ii  netpbm 2:10.0-15+b1
ii  xfig   1:3.2.5.b-2

Versions of packages texmacs suggests:
ii  python2.7.2-10
ii  python-fann [python]  20091015-1
ii  wget  1.13.4-3

-- no debconf information



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



Bug#670913: Making it work again, but plotting not right

2012-04-30 Thread Gaubitzer Erwin
I found out that compilation of tm_r.c fails because of a missing util.h .
However by removing the line
  #include util.h
in tm_r.c leads to a working tm_r and copying it to 
  /usr/lib/texmacs/TeXmacs/bin
makes the plugin work again.

Using the Debian source package it worked, too.

After some testing there is one visible problem left: Plots are small in a big 
white box. Maybe this can be redefined in the v()-function.

Thanks again
Erwin



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



Bug#582505: python-rpy2: No modules compiled for Python 2.5

2010-05-21 Thread Gaubitzer Erwin
Package: python-rpy2
Version: 2.1.1-1
Severity: normal

There are no files in
/usr/lib/python2.5/site-packages

because compilation fails, as checked by
apt-get -b source python-rpy2

with following output


for python in python2.5 python2.6; \
do $python setup.py install --root=debian/python-rpy2; \
done
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -O2 -fPIC -DR_INTERFACE_PTRS=1
-DHAVE_POSIX_SIGJMP=1 -DCSTACK_DEFNS=1 -DRIF_HAS_RSIGHAND=1
-Irpy/rinterface -I/usr/include/python2.5 -I/usr/share/R/include -c
rpy/rinterface/rinterface.c -o
build/temp.linux-x86_64-2.5/rpy/rinterface/rinterface.o
-L/usr/lib64/R/lib -lR -llapack -lblas
In file included from /usr/include/python2.5/Python.h:8,
 from rpy/rinterface/rinterface.c:55:
/usr/include/python2.5/pyconfig.h:970:1: warning: _POSIX_C_SOURCE
redefined
In file included from /usr/include/signal.h:29,
 from rpy/rinterface/rinterface.c:51:
/usr/include/features.h:210:1: warning: this is the location of the
previous definition
In file included from rpy/rinterface/rinterface.c:74:
/usr/share/R/include/R_ext/Rdynload.h:26: warning: function declaration
isn’t a prototype
In file included from rpy/rinterface/rinterface.c:100:
rpy/rinterface/na_values.c: In function ‘NAInteger_tp_new’:
rpy/rinterface/na_values.c:179: warning: implicit declaration of
function ‘Py_SIZE’
rpy/rinterface/na_values.c:188: error: lvalue required as left operand
of assignment
In file included from rpy/rinterface/rinterface.c:105:
rpy/rinterface/sequence.c: In function ‘VectorSexp_ass_slice’:
rpy/rinterface/sequence.c:447: warning: unused variable ‘sexp_item’
rpy/rinterface/sequence.c:447: warning: unused variable ‘tmp’
rpy/rinterface/sequence.c:446: warning: unused variable ‘vs’
rpy/rinterface/sequence.c:386: warning: unused variable ‘self_typeof’
rpy/rinterface/rinterface.c: In function ‘EmbeddedR_end’:
rpy/rinterface/rinterface.c:1112: warning: unused variable ‘str’
error: command 'gcc' failed with exit status 1


In the following python2.6 modules get compiled without problem into
/usr/lib/python2.6/dist-packages/rpy2

Thanks
Erwin



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-rpy2 depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-fann [python]20091015-1   Package created with checkinstall 
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  r-base-core 2.11.0-1 GNU R core of statistical computat

python-rpy2 recommends no packages.

Versions of packages python-rpy2 suggests:
pn  python-rpy-docs   none (no description available)

-- no debconf information



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



Bug#582507: python-rpy: Please recompile for R 2.11.0

2010-05-21 Thread Gaubitzer Erwin
Package: python-rpy
Version: 1.0.3-13
Severity: normal

Rpy needs just to rebuilt for the actual R package

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-rpy depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-fann [python]20091015-1   Package created with checkinstall 
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  r-base-core 2.11.0-1 GNU R core of statistical computat

python-rpy recommends no packages.

Versions of packages python-rpy suggests:
pn  python-rpy-docs   none (no description available)

-- no debconf information



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



Bug#565270: konqueror: Autocompletion at Google Custom Search sites hangs after first letter

2010-01-14 Thread Gaubitzer Erwin
Package: konqueror
Version: 4:4.3.2-1
Severity: normal

Sites using the Google Custom Search functionality like
www.rseek.org
cannot be used, because after typing the first letter, cpu rises
to 100% and no further input is possible.

It seems that the completion algorithm cannot access the
appropriate word list.

I confirmed this behavior also with a newly created user account
to exclude problems by user configurations.


Greetings
Erwin

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

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

Versions of packages konqueror depends on:
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  kdebase-bin   4:4.3.2-1  core binaries for the KDE 4 base m
ii  kdebase-data  4:4.3.2-1  shared data files for the KDE 4 ba
ii  kdebase-runtime   4:4.3.4-2  runtime components from the offici
ii  kdelibs5  4:4.3.4-1  core libraries for all KDE 4 appli
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libkonq5  4:4.3.2-1  core libraries for Konqueror
ii  libkonqsidebarplugin4 4:4.3.2-1  Konqueror sidebar plugin library
ii  libqt4-dbus   4:4.5.3-4  Qt 4 D-Bus module
ii  libqt4-qt3support 4:4.5.3-4  Qt 3 compatibility library for Qt 
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqtcore44:4.5.3-4  Qt 4 core module
ii  libqtgui4 4:4.5.3-4  Qt 4 GUI module
ii  libstdc++64.4.2-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.2-1  X11 client-side library

Versions of packages konqueror recommends:
ii  dolphin   4:4.3.2-1  file manager for KDE 4
ii  konqueror-nsplugins   4:4.3.2-1  Netscape plugin support for Konque

Versions of packages konqueror suggests:
ii  konq-plugins  4:4.3.0-1  plugins for Konqueror, the KDE fil

-- no debconf information



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