Bug#1033641: libseccomp failing to build from source on bookworm with python 3.11

2023-03-31 Thread Felix Geyer
On 29.03.23 10:28, Mayer, Dirk wrote: make[3]: Nothing to be done for 'install-data-am'. /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/li

Bug#1033825: systemd-zram-generator: Not started automatically on install

2023-04-02 Thread Felix Geyer
Package: systemd-zram-generator Version: 1.1.2-2 systemd-zram-generator provides a default configuration for zram0 but doesn't start it automatically on package installation. It's only active after calling systemctl daemon-reload manually or rebooting. I think the package should call daemon-rel

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-01-29 Thread Felix Geyer
On Sat, 7 Jan 2023 03:34:19 -0500 Sandro Tosi wrote: > python-dateutil expects to have 'dateutil-zoneinfo.tar.gz' in it's directory > tree, but this file is removed in the packaging. > > Error: > "/usr/lib/python3/dist-packages/dateutil/zoneinfo/__init__.py:26: UserWarning: > I/O error(2): Datei

Bug#1003044: python3-dateutil: python_dateutil get_zonefile_instance functionality is broken (no zoneinfo found)

2023-02-21 Thread Felix Geyer
On 21.02.23 20:46, Sandro Tosi wrote: it produces output on stderr, which many tools consider it an error and fails build. When raising the severity of a bug to grave I would expect some concrete details on what exactly is broken instead of a hand-wavy "breaks some stuff". But anyway let's focu

Bug#1035094: udev: /dev/serial/by-id/ symlinks not created anymore for USB devices

2023-04-29 Thread Felix Geyer
Package: udev Version: 247.3-7+deb11u2 Tags: bullseye Since udev 247.3-7+deb11u2 /dev/serial/by-id/* symlinks are not created anymore for USB serial devices. This is a regression from backporting udev-always-create-device-symlinks-for-USB-disks.patch It was fixed upstream by https://github.co

Bug#1051323: libseccomp: Please add support for loongarch64

2023-10-29 Thread Felix Geyer
Control: tags -1 - patch Hi, On 06.09.23 10:27, zhangdandan wrote: Would it be possible to include the support for LoongArch in the next upload? Your opinions are welcome. If you have any questions, you can contact me at any time. [1]:https://github.com/seccomp/libseccomp [2]:https://github.co

Bug#1055285: libseccomp misbehave on loong64

2023-11-05 Thread Felix Geyer
Hi, On 03.11.23 15:39, Miao Wang wrote: Package: libseccomp2 Version: 2.5.4-1+loong64 Severity: normal Tags: patch libseccomp2 in debian ports lonng64 cannot work properly because it is using a wrong mapping between syscall numbers and names, which can be reproduced by first installing package

Bug#455644: FTBFS with GCC 4.3: missing #includes

2008-03-02 Thread Felix Geyer
I added "#include " to twofish.cpp in the new version 0.3.0: http://keepassx.svn.sourceforge.net/viewvc/keepassx/tags/0.3.0/src/crypto/twofish.cpp?view=markup Hopefully that resolves the problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Bug#437253: keepassx: not handling nostrip build option (policy 10.1)

2008-03-02 Thread Felix Geyer
I recommend (applies to the new v0.3.0) using this at the top of debian/rules: CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif And calling qmake like this: qmake-qt4 PREFIX=/usr DEBUG=1 QMAKE_CFLAGS_DEBUG="$(CFLAGS)" QMAKE_CXXFLAGS_DEBU

Bug#435836: Multiple OTR buttons cause Pidgin to crash

2007-08-03 Thread Felix Geyer
Package: pidgin-otr Version: 3.0.0+cvs20070508-1 Severity: |important pidgin-otr creates multiple buttons for meta contacts. Closing a window with multiple buttons causes Pidgin to crash. This is already fixed |in the new pidgin-otr and libotr release (3.1.0). |http://otr.cvs.sourceforge.net/otr/

Bug#505975: ASUS P5QL Pro: Early kernel exception in dmi_table

2008-11-17 Thread Felix Geyer
Package: linux-2.6 Version: 2.6.26-8 Severity: |important Tags: patch |fixed-upstream | |Directly after boot the kernel crashes. This bug seems to only affect systems that use the motherboard ASUS P5QL Pro, but may also affect some other motherboards. For more information: Upstream bug report: htt

Bug#505975: ASUS P5QL Pro: Early kernel exception in dmi_table

2008-11-17 Thread Felix Geyer
severity 505975 important tags 505975 +fixed-upstream -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#525529: GParted doesn't mention its name in the menu entry

2009-04-25 Thread Felix Geyer
Package: gparted Version: 0.4.4-1 Severity: normal Current situation: GParted doesn't mention its name in the menu entry. Patch 01_fix-desktop.patch changes Name in gparted.desktop from "GParted Partition Editor" to "Partition Editor". I suggest setting the Name to "GParted" and GenericName to "

Bug#527140: virtualbox-ose-qt: Strange package relationships with virtualbox-ose

2009-05-28 Thread Felix Geyer
I think this should also be fixed for virtualbox-ose-guest-x11 as it it replaces and depends on virtualbox-ose-guest-utils. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#530321: virtualbox-ose: Drop /etc/vbox/vbox.cfg

2009-05-28 Thread Felix Geyer
tags 530321 - moreinfo thanks The scenario that causes the problem: - User installs virtualbox-ose - User removes virtualbox-ose, /etc/vbox/vbox.cfg is not removed as it's a config file - User installs virtualbox-2.2 (upstream proprietary package), which removes /etc/vbox/vbox.cfg in postinst as

Bug#525529: GParted doesn't mention its name in the menu entry

2009-05-30 Thread Felix Geyer
tags 525529 + patch thanks Adding patch as described above. diff -Nur gparted-0.4.5.org/debian/patches/01_fix-desktop.patch gparted-0.4.5/debian/patches/01_fix-desktop.patch --- gparted-0.4.5.org/debian/patches/01_fix-desktop.patch 2009-05-30 19:27:42.007289422 +0200 +++ gparted-0.4.5/debian/patc

Bug#531320: Hide useless help buttons

2009-05-31 Thread Felix Geyer
ifndef VBOX_OSE So I think the buttons should be hidden - dpatch attached. #! /bin/sh /usr/share/dpatch/dpatch-run ## 20-hide-help-buttons.dpatch by Felix Geyer ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Hide useless help buttons in dialogs @DPATCH@ diff

Bug#530299: Install the HAL driver description for vboxmouse

2009-05-23 Thread Felix Geyer
Package: virtualbox-ose-guest-x11 Version: 2.2.2-dfsg-2 Severity: wishlist Currently the VirtualBox guest utilities don't auto-detect the mouse driver, so the user has to call x11conig.pl or manually edit /etc/X11/xorg.conf Proposed solution: Upstream provides a HAL fdi file which should be insta

Bug#530302: VBoxClient fails to start as non-root

2009-05-23 Thread Felix Geyer
Package: virtualbox-ose-guest-utils Version: 2.2.2-dfsg-2 Tags: patch VBoxClient fails to start as non-root user, but shouldn't as it is auto-started in /etc/X11/Xsession.d/98vboxadd-xclient. $ VBoxClient --clipboard -d Failed to connect to the VirtualBox kernel service When run as non-root VBox

Bug#531968: ITP: tinyxml -- C++ XML parsing library

2009-07-13 Thread Felix Geyer
Submitted the package to http://mentors.debian.net/debian/pool/main/t/tinyxml/tinyxml_2.5.3-1.dsc and seeking sponsorship. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#533250: virtualbox-ose-guest-utils doesn't automatically load vboxvfs kernel module

2009-06-15 Thread Felix Geyer
Package: virtualbox-ose-guest-utils Version: 2.2.4-dfsg-1 Tags: patch Trying to mount a shared folder with virtualbox results in the following error: $ sudo mount.vboxsf Test /mnt/test mount.vboxsf: mounting failed with the error: No such device $ sudo modprobe vboxvfs solves the problem. So /e

Bug#533255: Disable Help->Contents menu entry

2009-06-15 Thread Felix Geyer
Package: virtualbox-ose-qt Version: 2.2.4-dfsg-1 Severity: wishlist Tags: patch As the documentation of VirtualBox can't be included, the Help->Contents menu entry does nothing. Therefore it should be disabled to not confuse users. Forwarded from https://bugs.launchpad.net/ubuntu/+source/virtua

Bug#533260: ekiga: New version 3.2.4 available

2009-06-15 Thread Felix Geyer
Package: ekiga Version: 3.2.1~git20090515.9d0263-1 Severity: wishlist opal 3.6.3 and ptlib 2.6.3 have been uploaded. Please upgrade ekiga to the new upstream stable version 3.2.4 Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#533319: virtualbox-ose: Please include guest additions iso

2009-06-16 Thread Felix Geyer
So a new package virtualbox-guest-additions should be created in non-free, which installs the guest additions iso to /usr/share/virtualbox/VBoxGuestAdditions.iso or /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso. virtualbox-ose could suggest this new package. -- To UNSUBSCRIBE, email to

Bug#536107: Please provide an init script

2009-07-07 Thread Felix Geyer
Package: teeworlds-server Version: 0.5.1-2 Severity: wishlist Please provide an init script which runs teeworlds-server as a user that is created when installing the package. Thanks, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#534235: ITP: virtualbox-guest-additions -- guest additions iso image for VirtualBox

2009-06-22 Thread Felix Geyer
Package: wnpp Severity: wishlist Owner: Felix Geyer * Package name: virtualbox-guest-additions Version : 2.2.4 Upstream Author : Sun Microsystems, Inc. * URL : http://www.virtualbox.org/ * License : VirtualBox Personal Use and Evaluation License

Bug#534235: ITP: virtualbox-guest-additions -- guest additions iso image for VirtualBox

2009-06-25 Thread Felix Geyer
Uploaded the package to mentors.debian.net: http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=virtualbox-guest-additions Waiting for a sponsor :-) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Bug#533319: virtualbox-ose: Please include guest additions iso

2009-06-25 Thread Felix Geyer
I started an ITP and I'm waiting for a sponsor to review the package: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534235 http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=virtualbox-guest-additions -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.or

Bug#533319: virtualbox-ose: Please include guest additions iso

2009-06-27 Thread Felix Geyer
Michael Meskes wrote: > Will do. Could we please move this to the virtualbox group on alioth? > Yeah, sure. I think the package description has to be improved a bit to be more verbose and to clarify that the package has to be installed on the host OS. -- To UNSUBSCRIBE, email to debian-bug

Bug#549380: vdr: FTBFS with gcc 4.4

2009-10-02 Thread Felix Geyer
Source: vdr Version: 1.6.0-11 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch karmic vdr FTBFS with gcc 4.4 Attaching patch copied from Fedora. #! /bin/sh /usr/share/dpatch/dpatch-run ## 20_gcc44_ftbfs.dpatch copied from Fedora ## ## All lines beginning with

Bug#540884: xserver doesn't auto-detect vboxvideo driver

2009-08-10 Thread Felix Geyer
Package: xserver-xorg-core Version: 2:1.6.3-1 Tags: |patch| As the /usr/share/xserver-xorg/pci/*.ids driver auto-detection is disabled, the vboxvideo driver isn't detected anymore. This patch from Fedora fixes the issue. >From f8079585cd68ad2e742d611bdf9908dc6db5a4a9 Mon Sep 17 00:00:00 2001 Fr

Bug#547703: Add fontconfig rules to map Bitstream Vera to DejaVu

2009-09-21 Thread Felix Geyer
Package: ttf-dejavu-core Version: 2.30-1 As ttf-bitstream-vera has been removed from unstable, ttf-dejavu should add fontconfig rules to map Bitstream Vera* fonts to DejaVu*. For example: Bitstream Vera Sans DejaVu Sans Additionally the ttf-dejavu package should provide/replace tt

Bug#547886: cdrkit FTBFS with glibc 2.10

2009-09-22 Thread Felix Geyer
Source: cdrkit Version: 9:1.1.9-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch karmic glibc 2.10 defines the POSIX 2008 symbols getline, fexecve and getdelim. Due to name conflicts with these symbols cdrkit FTBFS. I already posted this on the debburn-devel

Bug#544995: Allow to copy the fingerprints from the authentication dialog

2009-09-04 Thread Felix Geyer
he fingerprints from the authentication dialog (LP: #310769) + + -- Felix Geyer Mon, 03 Aug 2009 23:01:55 +0200 + pidgin-otr (3.2.0-4) unstable; urgency=low * update pot at build time, patch from Sebastien Bacher (Closes: #518466) diff -u pidgin-otr-3.2.0/debian/control pidgin-otr-3.2.0/debian/control o

Bug#550375: Key generation doesn't use /dev/urandom with more recent libgcrypt versions

2009-10-09 Thread Felix Geyer
Package: pidgin-otr Version: 3.2.0-4 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch karmic pidgin-otr doesn't use /dev/urandom anymore with more recent libgcrypt versions. Patch to fix this: diff -u pidgin-otr-3.2.0/otr-plugin.c pidgin-otr-3.2.0/otr-plugin.c

Bug#536107: Please provide an init script

2009-08-23 Thread Felix Geyer
Gonéri Le Bouder wrote: > 2009/7/7 Felix Geyer : > >> Package: teeworlds-server >> Version: 0.5.1-2 >> Severity: wishlist >> >> Please provide an init script which runs teeworlds-server >> as a user that is created when installing the package. >&g

Bug#546576: abiword FTBFS with gcc 4.4

2009-09-14 Thread Felix Geyer
Package: abiword Version: 2.6.8-5 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch karmic abiword FTBFS with gcc 4.4: AbiCommand.cpp:554: error: invalid conversion from 'const char*' to 'char*' # # Ubuntu: https://bugs.launchpad.net/bugs/429099 # Patch: http://

Bug#545717: ITP: clamz -- Downloader for the Amazon.com MP3 music store

2009-09-14 Thread Felix Geyer
I just packaged clamz for my personal use: http://ppa.launchpad.net/debfx/ppa/ubuntu/pool/main/c/clamz/clamz_0.2-0ubuntu1~debfx2.dsc Feel free to use it as a basis for your package or just ignore it :) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "uns

Bug#545717: ITP: clamz -- Downloader for the Amazon.com MP3 music store

2009-09-14 Thread Felix Geyer
You might want to add the two patches I included in my package as they fix some important bugs. I have taken them from the upstream bug tracker. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#474387: keepassx: Build-Depends for libqt4-dev is too loose

2008-04-05 Thread Felix Geyer
An additional note: KeePassX doesn't directly depend on libpng, only through Qt. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#463267: keepassx: Keepassx ignores the DELAY directives

2008-04-05 Thread Felix Geyer
The delay directive has definitely been implemented in v0.3.0 The correct sequence is: Auto-Type: su{ENTER}{DELAY 1000}{PASSWORD}{ENTER} -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#474455: Package contains duplicate pixmap and desktop file

2008-04-05 Thread Felix Geyer
Package: keepassx Version: 0.3.1-1 Severity: important Since v0.3.0 upstream provides the files keepassx.xpm and keepassx.desktop The Debian package additionally contains these files with the old name (keepass.xpm, keepass.desktop). So currently the package contains duplicates. I suggested dropp

Bug#469391: New upstream version 0.3.0a

2008-03-04 Thread Felix Geyer
Package: keepassx Severity: wishlist Please update to the latest upstream version 0.3.0a http://downloads.sourceforge.net/keepassx/KeePassX-0.3.0a.tar.gz This release fixes #463267, #462103, #467651 and should fix #455644 (unconfirmed). I posted information on how to fix the last remaining bug

Bug#595050: [Pkg-virtualbox-devel] Bug#595050: Warning about ext4 kernel bug

2010-09-06 Thread Felix Geyer
On 03.09.2010 10:22, Michael Meskes wrote: > On Thu, Sep 02, 2010 at 07:30:35PM +0200, Florian Weimer wrote: > >> I said the kernel should be fixed if it is broken. The warning >> doesn't say precisely what the bug is, so I don't know. It is shown >> if the file system ist ext4 or XFS, indepe

Bug#566593: ITA: purple-plugin-pack -- 30 useful plugins for pidgin

2010-02-03 Thread Felix Geyer
I've uploaded my updated package to Debian Mentors and I'm seeking for a sponsor to review it: http://mentors.debian.net/debian/pool/main/p/purple-plugin-pack/purple-plugin-pack_2.6.2-1.dsc -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". T

Bug#587356: Translations don't work anymore due to Google API changes

2010-06-27 Thread Felix Geyer
Package: plasma-widget-translatoid Version: 1.1-2 Severity: serious Justification: renders package unusable User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu maverick Translations don't work anymore (fail without an error message) because Google changed the API. The upstream version 1.30

Bug#566403: Fails to build with 2.6.33~rc5

2010-02-23 Thread Felix Geyer
tag 566403 moreinfo thanks Please upgrade to virtualbox-ose 3.1.4. It should work with kernel 2.6.33. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#586011: gcc-3.3 fails to build with GFDL_INVARIANT_FREE=no

2010-06-15 Thread Felix Geyer
Source: gcc-3.3 Version: 1:3.3.6ds1-19 gcc-3.3 fails to build when GFDL_INVARIANT_FREE is set to "no", which is the default on non-Debian systems. The doc has been stripped from the tarball and isn't needed anyway as only libstdc++5 is packaged. Please set the default value of GFDL_INVARIANT_FRE

Bug#566593: ITA: purple-plugin-pack - 30 useful plugins for pidgin

2010-01-23 Thread Felix Geyer
Package: wnpp X-Debbugs-CC: debian-de...@lists.debian.org The old maintainer of purple-plugin-pack, Benjamin Seidenberg, is apparently not active anymore. The currently packaged version is from November 2007 (uploaded in March 2008). In July 2009 I packaged a new version of purple-plugin-pack and

Bug#596853: qtmobility-dev: /usr/share/qt4/mkspecs/features/mobilityconfig.prf points to multimedia instead of multimediakit

2010-09-15 Thread Felix Geyer
Is there an upstream bug report about this? Other detection routines might rely on the name "multimedia" instead of "multimediakit". -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#597290: virtualbox-ose: Missing kernel headers dependency?

2010-09-18 Thread Felix Geyer
On 09/18/2010 03:36 PM, clayton wrote: > It seems to me there should be a dependency in virtualbox for the headers, > and failing that, a message > telling me it might be a good idea to check whether they are installed would > be nice. It would be dkms's job to ensure that the kernel headers ar

Bug#597647: qtcreator: Missing dependencies

2010-09-23 Thread Felix Geyer
dh_shlibdeps shouldn't exclude the plugins. See https://bugs.launchpad.net/bugs/645740 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#598008: Circular build dependency between tiles and libspring-2.5-java

2010-09-25 Thread Felix Geyer
Package: tiles Version: 2.2.2-1 Severity: important There is a circular build dependency between tiles and libspring-2.5-java. a) tiles build-depends on libspring-core-2.5-java and libspring-web-2.5-java. b) libspring-2.5-java build-depends on libtiles-java (>= 2.2.1). As a result both packages

Bug#594726: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND.

2010-08-28 Thread Felix Geyer
On 08/28/2010 08:29 PM, Ludovic Rousseau wrote: > $ sudo /etc/init.d/virtualbox-ose-guest-utils start > Starting VirtualBox Additions: error: VbglR3Init failed with > rc=VERR_FILE_NOT_FOUND. > failed! > > > I can also reproduce the error message using: > $ VBoxService > : error: VbglR3Init fail

Bug#617143: virtualbox-ose: deprecation of dh_pycentral, please use dh_python2

2011-03-07 Thread Felix Geyer
I'd like to delay this a bit as dh_python2 is not available in Ubuntu 10.04 and thus will break backports. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#614365: Move designer plugins to libqt4-dev

2011-03-08 Thread Felix Geyer
On 05.03.2011 17:39, Fathi Boudra wrote: > Why do you want to move the declarative plugin? > Afaics, only the qt3support plugin requires to be moved. Imho it would be inconsistent to put some designer plugins in libqt4-dev and the other in the regular lib package. > How much space is saved? libq

Bug#601046: ITP: gtk2-engines-oxygen -- Gtk2 theme that uses Qt/Oxygen to draw its widgets

2010-12-30 Thread Felix Geyer
On 26.12.2010 16:05, Fathi Boudra wrote: > package available on > http://alioth.debian.org/~fabo/gtk2-engines-oxygen_1.0.0+git235+95b90b0-1/ > Could I upload it? Sure, go ahead. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Cont

Bug#608927: FTBFS with gold / ld --no-add-needed

2011-01-04 Thread Felix Geyer
Source: klog User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: peter.fritzs...@gmx.de Usertags: no-add-needed Version: 0.5.7-1 Severity: minor Tags: patch Fix FTBFS with ld --no-add-needed: https://launchpadlibrarian.net/59277346/klog_0.5.7-1_0.5.7-1ubuntu1.diff.

Bug#590872: HTTP proxy not used when downloading guest additions

2011-01-18 Thread Felix Geyer
As a "workaround" you can just install the package virtualbox-guest-additions which contains the CD image. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#610608: Upgrade fails if mumble-server.ini doesn't exist

2011-01-20 Thread Felix Geyer
Package: mumble-server Version: 1.2.2-6 Severity: minor Tags: patch Upgrading mumble-server fails in postinst if /etc/mumble-server.ini doesn't exist. The chmod/chown calls should be guarded by a "test -f" check. Forwarded from: https://bugs.launchpad.net/ubuntu/+source/mumble/+bug/704674/comment

Bug#610726: docbook-xsl shouldn't recommend docbook-xsl-doc

2011-01-21 Thread Felix Geyer
Package: docbook-xsl Version: 1.75.2+dfsg-5 Severity: minor docbook-xsl should suggest docbook-xsl-doc instead of recommending it. The documentation is not needed when packages just use the XSL stylesheets so the doc packages shouldn't be installed by default. -- To UNSUBSCRIBE, email to deb

Bug#565043: universalindentgui: ftbfs with gcc-4.5

2011-02-14 Thread Felix Geyer
tags 565043 patch thanks Attaching a patch from Julian Taylor that fixes this issue. Forwarded from: https://bugs.launchpad.net/bugs/718936 From: Julian Taylor Subject: fixes build with gcc-4.5 fixes build by fixing a wrong use of a constructor Bug: https://bugs.launchpad.net/ubuntu/+source/uni

Bug#613718: Remove akonaditray desktop file

2011-02-16 Thread Felix Geyer
Package: kdepim-runtime Version: 4:4.4.7-1 Severity: wishlist The akonaditray application normally shouldn't be run by users. So imho it's wrong to have it appear in the menu by default. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#535759: python-qt4: package too monolithic -- should be split up to match dependencies

2011-02-05 Thread Felix Geyer
Seperating the QtDesigner module into an own package should be possible without much risk of breakage. The QtDesigner library is rarely used and wastes a lot of space. I've checked all rdepends of python-qt4 and python-kde4. The only package that uses it is python-camelot. There may be more packa

Bug#612663: ITP: pyudev -- Python bindings for libudev

2011-02-09 Thread Felix Geyer
Package: wnpp Severity: wishlist Owner: Felix Geyer X-Debbugs-CC: debian-de...@lists.debian.org * Package name: pyudev Version : 0.8 Upstream Author : Sebastian Wiesner * URL : http://packages.python.org/pyudev/ * License : LGPL-2.1+ Programming Lang

Bug#606451: FTBFS with gold / ld --no-add-needed

2010-12-09 Thread Felix Geyer
Source: wicd-kde User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: peter.fritzs...@gmx.de Usertags: no-add-needed Version: 0.2.1-2 Severity: minor Tags: patch Fix FTBFS with ld --no-add-needed Description: Fix FTBFS with --no-add-needed. Author: Felix Geyer

Bug#606469: FTBFS with ld --as-needed

2010-12-09 Thread Felix Geyer
Source: wims User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: debian-...@lists.debian.org Usertags: ld-as-needed Version: 4.00-4 Severity: minor Tags: patch Fix FTBFS with ld --as-needed. Description: Fix FTBFS with --as-needed. Author: Felix Geyer --- wims

Bug#620158: gcc-3.3 fails to build with -D_FORTIFY_SOURCE=2

2011-03-30 Thread Felix Geyer
Source: gcc-3.3 Version: 1:3.3.6ds1-22 Severity: wishlist User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch Tags: patch gcc-3.3 fails to build with -D_FORTIFY_SOURCE=2 (which is a default compiler flag on Ubuntu) as it contains a open() call with O_CREAT but doesn't sp

Bug#606073: assistant: doc formatting looks broken (no css used)

2011-04-01 Thread Felix Geyer
I expect that this will not be fixed upstream until the Qt Modularization kicks in where the Qt tools are in a separate source package. As a short term workaround you could: Build (but not package) QtWebkit in qt4-x11 and make qt4-dev-tools manually depend on libqtwebkit4. That's what we have done

Bug#590545: split plugins/modules from vlc package

2011-02-20 Thread Felix Geyer
> Isn't vlc-nox suitable for your needs? No, the vlc phonon backend also needs some plugins that depend on X (e.g. libxcb_*_plugin.so for video output). Imho a good solution would be to put all plugins that are currently in vlc (except for /usr/lib/vlc/plugins/gui/*) into a new package. -- T

Bug#614365: Move designer plugins to libqt4-dev

2011-02-21 Thread Felix Geyer
rom b0e7428d427bc2b51865b3077486e29b7e778a26 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 21 Feb 2011 13:51:40 +0100 Subject: [PATCH] Move Qt Designer plugins to libqt4-dev. This drops the dependency from libqt4-qt3support on libqt4-designer. --- debian/control|

Bug#408439: RFP: blobby -- volleyball game with blobs

2010-01-25 Thread Felix Geyer
owner 408439 ! retitle 408439 ITP: blobby -- volleyball game with blobs thanks I'd like to take over packaging Blobby Volley 2. I've uploaded the package to Debian Mentors and I'm seeking for a sponsor to review it: http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=blobby

Bug#582178: FTBFS: missing build-dependency on cmake

2010-05-18 Thread Felix Geyer
Package: uim Version: 1.5.7-5 Justification: ftbfs Severity: serious uic FTBFS as kdelib5-dev dropped the dependency on cmake and uic doesn't build-depend on cmake. >From the build log: ... checking for cmake... no configure: WARNING: no CMake found ... Configure Result : ... KDE3 Applet :

Bug#582179: FTBFS: missing build-dependency on cmake

2010-05-18 Thread Felix Geyer
Package: tellico Version: 2.2-3 Justification: ftbfs Severity: serious tellico FTBFS as kdelib5-dev dropped the dependency on cmake and tellico doesn't build-depend on cmake. Build log: cd builds/debbuild && \ cmake /tmp/buildd/tellico-2.2 \ -DCMAKE_BUILD_TYPE=Debi

Bug#582184: Please provide a watch file

2010-05-18 Thread Felix Geyer
Source: skrooge Severity: wishlist Tags: patch Please add a watch file to the package. version=3 http://skrooge.org/download \ \/files\/skrooge-([\d\.]+).tar.(?:gz|bz2)

Bug#582185: skrooge: missing dependency on libqt4-sql-sqlite

2010-05-18 Thread Felix Geyer
Package: skrooge Version: 0.7.0-1 Severity: important >From looking at the source code skrooge can't work without the QSQLITE plugin, so it should depend on libqt4-sql-sqlite. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#582197: FTBFS: utils/upload.h:31:24: error: KIO/MkdirJob: No such file or directory

2010-05-18 Thread Felix Geyer
Source: audex Version: 0.72b1-1 Justification: ftbfs Severity: serious When adding the cmake build-dependency (bug #581281) audex still FTBFS. Attaching a patch that has been applied to the package in Ubuntu to fix this. Build log: /tmp/buildd/audex-0.72b1/utils/upload.h:31:24: error: KIO/Mkdir

Bug#582198: FTBFS: missing build-dependency on cmake

2010-05-18 Thread Felix Geyer
Source: kmess Version: 2.0.3-1 Justification: ftbfs Severity: serious kmess FTBFS as kdelib5-dev dropped the dependency on cmake and kmess doesn't build-depend on cmake. Build log: cd obj-x86_64-linux-gnu && cmake /tmp/buildd/kmess-2.0.3/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER:FILEPATH

Bug#522396: RFP: rekonq -- A lightweight, WebKit based web browser for KDE

2010-05-19 Thread Felix Geyer
retitle 522396 ITP: rekonq -- A lightweight, WebKit based web browser for KDE owner 522396 debfx-...@fobos.de thanks I'll take this over and merge the package in Ubuntu with your inital packaging work. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "un

Bug#582946: FATAL: Error inserting vboxnetflt : Invalid module format

2010-05-24 Thread Felix Geyer
On 24.05.2010 20:58, nikolay fedosov wrote: from dmesg: [ 42.156570] vboxdrv: Trying to deactivate the NMI watchdog permanently... [ 42.156579] vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance [ 42.156582] vboxdrv: counter framework which can generate NMIs is

Bug#580108: Host: Debian Lenny, Guest: Debian Squeeze - Guest Additions don't works

2010-05-03 Thread Felix Geyer
The VirtualBox guest additions from the iso file aren't supported. Please uninstall them and install the virtualbox-ose-guest-x11 package instead. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#565805: src:extremetuxracer: FTBFS on kfreebsd-*: need to define type GLUTesselatorFunction

2010-05-08 Thread Felix Geyer
Could you please test if the attached patch fixes the bug? Thanks, Felix Description: Fix FTBFS on kfreebsd Bug-Debian: http://bugs.debian.org/565805 Author: Felix Geyer diff -Nur extremetuxracer-0.5beta.orig/src/ppgltk/FT/FTVectoriser.cpp extremetuxracer-0.5beta/src/ppgltk/FT/FTVectoriser.cpp

Bug#580857: SpeedCrunch doesn't get focus when launching

2010-05-09 Thread Felix Geyer
Package: speedcrunch Version: 0.10.1-2 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu Tags: patch When launching SpeedCrunch it shows up on top but doesn't get focused. Ubuntu bug report: https://bugs.launchpad.net/bugs/361623 Upstream bug report: http://code.google.com/p/speedcrunch

Bug#580859: Vcs-Browser points to wrong url

2010-05-09 Thread Felix Geyer
Package: weechat Version: 0.3.2-1 Severity: minor The Vcs-Browser tag doesn't point to the git web interface. It should be changed from http://git.debian.org/git/users/kolter/weechat.git to http://git.debian.org/?p=users/kolter/weechat.git -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@

Bug#581498: Recommend www-browser instead of custom browser list

2010-05-13 Thread Felix Geyer
Package: kile Version: 1:2.1.0~svn1112278beta4-1 Severity: minor Currently kile recommends "konqueror | iceweasel" but I don't think kile specifically needs these browsers. So instead it should just recommend the virtual package www-browser. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ..

Bug#574852: sofa-framework: FTBFS: /usr/bin/ld: cannot find -ltinyxml

2010-03-22 Thread Felix Geyer
Starting from 2.5.3-2 the TinyXML package contains both variants of TinyXML: with and without support for the C++ STL (2.5.3-1 only contained the former). I decided to rename the STL variant from tinyxml to tinyxml-stl so no one links to it without thinking about it as applications might segfault

Bug#566593: ITA: purple-plugin-pack -- 30 useful plugins for pidgin

2010-04-17 Thread Felix Geyer
I was able to reach Benjamin Seidenberg on IRC: so you don't mind me taking it over? go ahead In addition I updated the package on Debian Mentors to a new upstream version: http://mentors.debian.net/debian/pool/main/p/purple-plugin-pack/purple-plugin-pack_2.6.3-1.dsc -- To UNSUBSCRIBE, emai

Bug#586818: virtualbox-ose-dkms is installed, but VirtualBox says it's missing

2010-06-22 Thread Felix Geyer
> Today, after an update of the virtualbox-ose-dkms package, virtualbox-ose > stopped working. The prior version was 3.1.4-dfsg-1~bpo50+1, now is > 3.2.4-dfsg-1~bpo50+1, but virtualbox-ose still remains at 3.1.4. > The kernel module version always has to match the version of virtualbox-ose. T

Bug#514164: Okular renders boxes around hyperlinks when printing PDF documents

2009-02-04 Thread Felix Geyer
Package: libpoppler-qt4-3 Version: 0.8.7-1 Tags: fixed-upstream patch To print PDF documents Okular uses Poppler to convert the PDF to PostScript, which is then printed by KDE. When converting PDF to PS, Poppler renders boxes around hyperlinks. This is fixed in Poppler v0.10. Fortunately Fedora ha

Bug#522386: CA bundle not used

2009-04-03 Thread Felix Geyer
Package: aria2 Version: 1.2.0-1 Severity: wishlist aria2 should use the Debian CA bundle. This can be done by pasing --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt to configure. Also --without-libares can be removed as it isn't used anymore. -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#604030: FTBFS with --as-needed

2010-11-19 Thread Felix Geyer
Package: pristine-tar Version: 1.11 Severity: minor Tags: patch pristine-tar fails to build when --as-needed is passed to the linker: gcc -Wall -O2 -lz -o zgz/zgz zgz/zgz.c zgz/gzip/*.c zgz/old-bzip2/*.c zgz/gzip/deflate.c: In function 'gnu_deflate': zgz/gzip/deflate.c:556:9: warning: 'flush' may

Bug#597719: [kchmviewer] must depend on okular-extra-backends

2010-10-05 Thread Felix Geyer
okular-extra-backends seems to be only necessary when you use the the KHTMLPart widget which is not the default. IMHO kchmviewer should recommend okular-extra-backends instead of depending on it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubsc

Bug#582998: pidgin-sipe: FTBFS: sipe.c:10050: error: missing initializer

2010-10-05 Thread Felix Geyer
tags 582998 + patch thanks The attached patches fix the build error. >From 9c04de2fcb941178140fc97eea69d24bbc5a15bc Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 27 Mar 2010 21:14:07 +0200 Subject: [PATCH] Make it compile against purple 2.7.x API Tested with latest im.pidgin.pidgin s

Bug#556916: FTBFS with binutils-gold

2010-10-18 Thread Felix Geyer
tags 556916 + patch thanks Attached is the patch that I just applied to the Ubuntu package. diff -u neverball-1.5.4/debian/patches/series neverball-1.5.4/debian/patches/series --- neverball-1.5.4/debian/patches/series +++ neverball-1.5.4/debian/patches/series @@ -1,0 +2 @@ +fix-build-gold-linker

Bug#600692: FTBFS with binutils-gold

2010-10-19 Thread Felix Geyer
Source: tiled-qt Version: 0.5.1-1 Severity: minor Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executa

Bug#600692: FTBFS with binutils-gold

2010-10-19 Thread Felix Geyer
tags 600692 + patch thanks Attached is the patch that I just applied to the Ubuntu package. Description: Fix FTBFS due to indirect linking. Author: Felix Geyer Bug-Debian: http://bugs.debian.org/600692 --- tiled-qt-0.5.1.orig/src/tiled/tiled.pro +++ tiled-qt-0.5.1/src/tiled/tiled.pro @@ -186,9

Bug#601046: ITP: gtk2-engines-oxygen -- Gtk2 theme that uses Qt/Oxygen to draw its widgets

2010-10-22 Thread Felix Geyer
Package: wnpp Severity: wishlist Owner: Felix Geyer X-Debbugs-CC: debian-de...@lists.debian.org * Package name: gtk2-engines-oxygen Version : 0.6.6 Upstream Author : Cédric Bellegarde * URL : http://kde-look.org/content/show.php?content=129715 * License

Bug#609317: FTBFS with gold / ld --no-add-needed

2011-01-08 Thread Felix Geyer
Source: openbox User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: peter.fritzs...@gmx.de Usertags: no-add-needed Version: 3.4.11.1-1 Severity: minor Tags: patch Fix FTBFS with ld --no-add-needed: http://launchpadlibrarian.net/61920084/openbox_3.4.11.1-1_3.4.11.1-

Bug#608220: hugs98: FTBFS (sort of): Socket.hsc: error: invalid application of 'sizeof' to incomplete type 'struct ucred'

2011-01-08 Thread Felix Geyer
reopen 608220 found 608220 hugs98/98.200609.21-5.1 tags 608220 patch thanks This isn't completely fixed yet. The build log says: > ../../src/ffihugs -98 -P../../hugsdir/packages/network: -i"HsNet.h" > -i"HsNetworkConfig.h" ../../hugsdir/packages/network/Network/BSD.hs -Iinclude > -DCALLCONV=cca

Bug#556689: FTBFS with binutils-gold

2011-01-09 Thread Felix Geyer
tags 556689 patch thanks Attaching the patch that I've just added to the Ubuntu package. #! /bin/sh /usr/share/dpatch/dpatch-run ## 103_fix_ftbfs_no-add-needed.dpatch by Felix Geyer ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix FTBFS with ld --no-

<    1   2   3   4   5   6   7   8   >