Bug#800698: libqtgui4: GUI applications are unusable on amd64 systems

2015-11-10 Thread Yves Fischer

Hi,
I was hit by this as well. It looks like it's the same issue as 
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1511395
However I cannot find out what exactly is the fix applied in ubuntu and 
whether it's applied in debian as well.

Kind regards,
Yves



Bug#607750: mirage: screenshots broken

2015-01-29 Thread Yves Fischer
Hi,
I was going to report the same thing, then I saw that it's already reported.

I think the corresponding fix is already done upstream:

https://github.com/aleb/mirage/commit/f3a8c59dc99f123c560d96436622dd4bd69a8dcb

Best regards,
Yves



signature.asc
Description: OpenPGP digital signature


Bug#757554: swift-im-2.0+dev6 failes to build on debian/kfreebsd

2014-08-16 Thread Yves Fischer
Hi,
is there any problem with this patch or can I help with anything?
Kind regards,
Yves


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



Bug#757554: swift-im-2.0+dev6 failes to build on debian/kfreebsd

2014-08-09 Thread Yves Fischer
Package: swift-im
Version: 2.0+dev62
Tags: patch

As it can be seen in the buildlogs, swift-im does not build on kfreebsd.

One problem is that the scons buildsystem does not know about the
debkfreebsd9 platform.

The attached patch changes the buildscripts to treat debian/kfreebsd in
the same way as linux.

Kind regards,
Yves




Description: Detect debian/kfreebsd as linux in buildscripts
Forwarded: not-needed
Origin: vendor
Author: Yves Fischer yvesf+deb...@xapek.org

Index: swift-im-2.0+dev6/BuildTools/SCons/Tools/qt4.py
===
--- swift-im-2.0+dev6.orig/BuildTools/SCons/Tools/qt4.py
+++ swift-im-2.0+dev6/BuildTools/SCons/Tools/qt4.py
@@ -448,7 +448,7 @@ def enable_modules(self, modules, debug=
except: pass
debugSuffix = ''
 
-   if sys.platform.startswith(linux) and not crosscompiling :
+   if (sys.platform.startswith(gnukfreebsd) or sys.platform.startswith(linux)) and not crosscompiling :
if debug : debugSuffix = '_debug'
self.AppendUnique(CPPPATH=[os.path.join($QTDIR,include, phonon)])
for module in modules :




Bug#726021: gtest: missing google test shared library (was package libgtest0)

2013-10-11 Thread Yves Fischer
Source: gtest
Severity: normal

Dear Maintainer,
with commit Switch to cmake.  Install full source. [1] you removed the
package libgtest0.
Due to this it is not possible to build google test projects in debian
the same way as using redhat linux, where a libgtest/libgtest_main is
provided as a shared library.
I'm not sure about your reasons, however please consider re-adding this
package.
Thanks,
Yves
[1] http://anonscm.debian.org/gitweb/?p=collab-
maint/gtest.git;a=commitdiff;h=c60b99a6a16de0448e1b8bcf0b9134afcf44cf3f


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

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


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



Bug#726022: gtest: missing google test shared library (was package libgtest0)

2013-10-11 Thread Yves Fischer
Package: gtest
Severity: normal

Dear Maintainer,
with commit Switch to cmake.  Install full source. [1] you removed the
package libgtest0.
Due to this it is not possible to build google test projects in debian
the same way as using redhat linux, where a libgtest/libgtest_main is
provided as a shared library.
I'm not sure about your reasons, however please consider re-adding this
package.
Thanks,
Yves
[1] http://anonscm.debian.org/gitweb/?p=collab-
maint/gtest.git;a=commitdiff;h=c60b99a6a16de0448e1b8bcf0b9134afcf44cf3f


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

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


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



Bug#623829: dhcpcd use resolveconf in /etc/dhcpcd.sh but not marked as a dependency

2011-04-23 Thread Yves Fischer
Package: dhcpcd
Version: 1:3.2.3-5
Severity: normal

/etc/dhcpcd.sh:
 60 if [ -x /sbin/resolvconf ] ; then
 61 echo -n $r | /sbin/resolvconf -a $INTERFACE
 62 else
 63 # set /etc/dhcpc/resolv.conf for compatiblity with older packages
 64 echo -n $r | /etc/dhcpc/resolv.conf
 65 chmod 644 /etc/dhcpc/resolv.conf
 66 fi


$ dpkg -S /sbin/resolvconf
resolvconf: /sbin/resolvconf


dhcpcd does not depend/suggest on resolvconf nor it has a information
that states that resolvceconf is necessary for a sucessful nameserver 
configuration.


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

Kernel: Linux 2.6.37-trunk-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/dash

Versions of packages dhcpcd depends on:
ii  bsdutils1:2.17.2-3.1 Basic utilities from 4.4BSD-Lite
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  procps  1:3.2.8-9/proc file system utilities

dhcpcd recommends no packages.

dhcpcd suggests no packages.

-- Configuration Files:
/etc/default/dhcpcd changed [not included]
/etc/dhcpcd.sh changed [not included]

-- 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#528835: ./usr/sbin/laptop_mode: line 657: [: missing `]' when battery does not report a capacity

2009-05-15 Thread Yves Fischer
Subject: ./usr/sbin/laptop_mode: line 657: [: missing `]' when battery does not 
report a capacity
Package: laptop-mode-tools
Version: 1.48-1
Severity: important
Tags: patch

*** Please type your report below this line ***
On my macbook sometimes the battery capacity reports 
 $ cat BAT0/energy_now BAT0/energy_full 
   
 0
 0

If /usr/sbin/laptop_mode runs then it fails with:
 $ sudo /etc/init.d/laptop-mode start   
 
 Enabling laptop mode.../usr/sbin/laptop_mode: line 657: [: missing `]'
 done (WARNING: Battery does not report a capacity. Minimum battery
 charge checking does not work without a design capacity.
 WARNING: Battery does not report a design capacity. Auto hibernation
 does not work without a design capacity.
 enabled, active [unchanged]).

Note error in line 657:
 if [ -z $CAPACITY -o $CAPACITY -eq 0] ; then

change to (add space):
 if [ -z $CAPACITY -o $CAPACITY -eq 0 ] ; then
helps.

Maybe thats zsh specific cause i'm using zsh for root and user account, i am 
not sure.

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

Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=UTF-8) (ignored: LC_ALL set to 
de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages laptop-mode-tools depends on:
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  util-linux2.13.1.1-1 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid1.0.10-1Utilities for using ACPI power man
ii  ethtool  6+20090307-1display or change Ethernet device 
ii  hal  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer
ii  hdparm   8.9-3   tune hard disk parameters for high
ii  net-tools1.60-23 The NET-3 networking toolkit
ii  sdparm   1.02-1  Output and modify SCSI device para

laptop-mode-tools 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