Bug#871631: lilypond-data: Update fails due to problem with symbolic link creation

2017-08-15 Thread Philipp Matthias Hahn
Package: lilypond-data
Version: 2.18.2-8
Followup-For: Bug #871631

Dear Maintainer,

/var/lib/dpkg/info/lilypond-data.postinst looks bogus:
|if [ -d /usr/share/info/lilypond ] && [ ! -L /usr/share/info/lilypond ] \
|   && rmdir --ignore-fail-on-non-empty /usr/share/lilypond; then
|   (cd /usr/share/info; ln -s ../doc/lilypond/html/Documentation/user/ 
lilypond;)
|fi;

$ ls -ld /usr/share/info/lilypond
drwxr-xr-x 260 root root 4096 Jul 17 06:51 /usr/share/info/lilypond

So the "if" evaluates to true, but what is that "rmdir" supposed to do?
Mine directory isn't empty.
So the "ln" tries do overwrite the directory.

BTW: Instead of the (cd;ln;) subshell construct, you can write
  ln -s ../doc/lilypond/html/Documentation/user/ /usr/share/info/lilypond

And you don't need to put semicolons at the end of the line - this isn't
C or Java, a simple line break is enough.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lilypond-data depends on:
ii  python   2.7.13-2
ii  texinfo  6.4.90.dfsg.1-1+b1
ii  texlive-binaries [texlive-base-bin]  2017.20170613.44572-5

Versions of packages lilypond-data recommends:
ii  lilypond  2.18.2-8

lilypond-data suggests no packages.

-- no debconf information



Bug#740893: libjs-jquery-hotkeys: Incompatible ABI change

2017-04-09 Thread Philipp Matthias Hahn
Hello Ben,

On Sun, Apr 09, 2017 at 12:41:50PM +1000, Ben Finney wrote:
> So the https://github.com/jeresig/jquery.hotkeys> and the
> https://github.com/tzuryby/jquery.hotkeys> repositories have
> diverged, incompatibly. I didn't know that :-/
...
> I count 6 binary packages:
> 
> =
> $ apt-cache rdepends libjs-jquery-hotkeys
> libjs-jquery-hotkeys
> Reverse Depends:
>   libghc-gitit-data
>   python3-pytest-cov
>   python-pytest-cov
>   python3-coverage
>   python-coverage
>   prometheus
> =
> 
> The source packages are:
> 
> * gitit
> * python-coverage
> * python-pytest-cov
> * prometheus
> 
> Why are we getting different sets of packages that use
> ‘libjs-jquery-hotkeys’?

'python-pytest-cov' is a wrapper for 'py.test'; it uses
'python-coverage' internally and only the later one contains the JS
code.

> > Doing some source code `grep -n -r "[.]bind([\"']key"`:
> 
> When I use the pattern ‘[.]bind\(["']key’ for each of those source
> packages with https://codesearch.debian.net/>, I get a different
> set.
> 
> These queries show matches:
> 
> https://codesearch.debian.net/search?q=[.]bind\%28[%22%27]key+package%3Agitit>
> https://codesearch.debian.net/search?q=[.]bind\%28[%22%27]key+package%3Apython-coverage>
> https://codesearch.debian.net/search?q=[.]bind\%28[%22%27]key+package%3Aprometheus>
> 
> This does not:
> 
> https://codesearch.debian.net/search?q=[.]bind\%28[%22%27]key+package%3Apython-pytest-cov>
> 
> Does that mean ‘python-pytest-cov’ is not using the ‘jeresig’ API?

It only is a wrapper for 'pyhton-coverage', which is the real user.
(I did a `apt-get source python-pytest-cov`, which shows no direct
match, by it uses 'python-coverage' as a Build-Depends-Indep, so I
guesst it's pulled in that way.)

> Is there a better regex pattern to use to determine what API is used?
> 
> > So all of them use the "jeresig" API, but 'libjs-jquery-hotkeys'
> > packages the "tzuryby" API.
> 
> We get differing results, so I'd like to better understand before
> choosing how to resolve this.

<https://codesearch.debian.net/search?q=[.]bind[%28][%22%27]key+filetype%3Ajabascript&perpkg=1>
shows more users and even users of the 'tzuryby' API, but they don't
seem to use your package but use their own packaging or it is some other
'bind' function not related to 'jquery-hotkeys' at all.

I think you can concentrate on those packages in Debian, which directly
depends on your package and just ignore the other hits of '.bind("key'.

Philipp
-- 
Philipp Matthias Hahn 
0xF50EFDCF8AD04B1A @ keyrings.debian.org



Bug#604352: Preparations for the removal of the KDE3 and Qt3 libraries

2011-02-13 Thread Philipp Matthias Hahn
Hi,

On Sun, Nov 21, 2010 at 08:31:39PM +0100, Eckhart Wörner wrote:
> Source: ike
> Usertags: qt3libs-removal

ike-2.2 will be based on Qt4. It's scheduled for early 2011.

BYtE
Philipp
-- 
Philipp Matthias Hahn 
 GPG/PGP: 9A540E39 @ keyrings.debian.org


signature.asc
Description: Digital signature


Bug#578042: segfault/stackoverflow on startup

2010-04-27 Thread Philipp Matthias Hahn
Package: korganizer
Version: 4:4.3.4-2
Severity: normal

It seems to be related to the view KOrganizer starts in:
If I remove the line "Current View=Month" in the "[General]" section in
my ~/.kde/share/config/korganizerrc, I'm at lease able to start
korganizer again.
If I quit korganizer while in the month view, I get the SEGV on the next
startup.
If I quit while in some other view, quitting and restarting KOrganizer
works fine.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33.3 (SMP w/2 CPU cores; PREEMPT)
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 korganizer depends on:
ii  akonadi-server  1.3.1-3  Akonadi PIM storage service
ii  kdebase-runtime 4:4.3.4-2runtime components from the offici
ii  kdelibs54:4.3.4-3core libraries for all KDE 4 appli
ii  kdepim-runtime  4:4.3.4-1Runtime components for akonadi-kde
ii  kdepimlibs5 4:4.3.4-2core libraries for KDE PIM 4 appli
ii  libc6   2.10.2-7 Embedded GNU C Library: Shared lib
ii  libkdepim4  4:4.3.4-2KDE PIM library
ii  libknotificationite 4:4.3.4-1library for new way of handling sy
ii  libkontactinterface 4:4.3.4-2KDE Kontact interface library
ii  libphonon4  4:4.6.0really4.4.0-3 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.2-4Qt 4 D-Bus module
ii  libqt4-qt3support   4:4.6.2-4Qt 3 compatibility library for Qt 
ii  libqt4-xml  4:4.6.2-4Qt 4 XML module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libstdc++6  4.4.3-9  The GNU Standard C++ Library v3
ii  perl5.10.1-12Larry Wall's Practical Extraction 
ii  phonon  4:4.6.0really4.4.0-3 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

korganizer recommends no packages.

Versions of packages korganizer suggests:
pn  kdepim-groupware   (no description available)
ii  kdepim-kresources 4:4.3.4-2  KDE PIM resource plugins

-- no debconf information



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



Bug#570010: libgoffice-0-8: New so version breaks GnuCash

2010-02-15 Thread Philipp Matthias Hahn
Package: libgoffice-0-8
Version: 0.8.0-1
Severity: serious
Justification: Policy 8.1

$ gnucash
gnucash-bin: error while loading shared libraries: libgoffice-0.8.so.7: cannot 
open shared object file: No such file or directory

$ dlocate libgoffice-0.8.so.7
libgoffice-0-8: /usr/lib/libgoffice-0.8.so.7.0.18
libgoffice-0-8: /usr/lib/libgoffice-0.8.so.7

$ dpkg -l libgoffice-0-8
||/ NameVersion Beschreibung
+++-===-===-==
ii  libgoffice-0-8  0.8.0-1 Document centric 
objects library - runtime files

$ ls /usr/lib/libgoffice-*
/usr/lib/libgoffice-0.8.so.8  /usr/lib/libgoffice-0.8.so.8.0.0



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.8 (SMP w/2 CPU cores; PREEMPT)
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 libgoffice-0-8 depends on:
ii  libatk1.0-0  1.28.0-1The ATK accessibility toolkit
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libgconf2-4  2.28.0-1GNOME configuration database syste
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgoffice-0-8-common0.8.0-1 Document centric objects library -
ii  libgsf-1-114 1.14.17-1   Structured File Library - runtime 
ii  libgtk2.0-0  2.18.6-1The GTK+ graphical user interface 
ii  libpango1.0-01.26.2-1Layout and rendering of internatio
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library

libgoffice-0-8 recommends no packages.

libgoffice-0-8 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100215201821.8723.71030.report...@scout.pmhahn.de



Bug#562388: soprano: STRLESS vs. VERSION_LESS

2010-02-07 Thread Philipp Matthias Hahn
Package: soprano
Version: 2.3.1+dfsg.1
Severity: normal

soprano was using STRLESS to compare 1.0.10 with 1.0.6 instead of
VERSION_LESS. Fixed by SVN commit 1081307 by trueg.

FYI only, since tracking down that bug cost me too much time and I want
to save others from spending even more time on that issue.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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



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



Bug#546285: coherence: python modules not in python search path

2009-09-12 Thread Philipp Matthias Hahn
Package: coherence
Version: 0.6.4-3
Severity: grave
Justification: renders package unusable


Looks like the coherence Python files are not found by python, because
they are in the private directory /usr/share/coherence:

$ coherence
Traceback (most recent call last):
  File "/usr/bin/coherence", line 21, in 
from coherence import __version__
ImportError: No module named coherence

Fix:
--- /tmp/coherence  2009-09-12 09:48:44.726859850 +0200
+++ /usr/bin/coherence  2009-09-12 09:47:11.0 +0200
@@ -17,6 +17,9 @@

 from twisted.python import usage, text

+pycoherencelibdir = os.path.join("/usr/share", "coherence")
+sys.path.insert(0, pycoherencelibdir)
+
 from coherence import __version__

 from coherence.extern.simple_config import Config,ConfigItem

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31 (SMP w/2 CPU cores; PREEMPT)
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 coherence depends on:
ii  python [python-ctypes]2.5.4-2An interactive high-level object-o
ii  python-axiom  0.5.31-2   Python object database
ii  python-celementtree   1.0.5-10   Light-weight toolkit for XML proce
ii  python-configobj  4.5.2-2a simple but powerful config file
ii  python-elementtree1.2.6-14   Light-weight toolkit for XML proce
ii  python-gst0.100.10.16-1  generic media-playing framework (P
ii  python-louie  1.1-1.1Python signal dispatching mechanis
ii  python-nose   0.11.1-1   test discovery and running for Pyt
ii  python-pkg-resources  0.6c9-2Package Discovery and Resource Acc
ii  python-support1.0.3  automated rebuilding support for P
ii  python-tagpy  0.94.7-1   Python module for manipulating tag
ii  python-twisted-core   8.2.0-3Event-based framework for internet
ii  python-twisted-web8.2.0-2An HTTP protocol implementation to
ii  python-zopeinterface  3.4.0-1The implementation of interface de

coherence recommends no packages.

coherence suggests no packages.

-- no debconf information



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



Bug#521951: ike: FTBFS: ISO C++ forbids declaration of 'BDATA' with no type

2009-04-07 Thread Philipp Matthias Hahn
Hello Matthew,

On Tue, Mar 31, 2009 at 11:09:26PM +0200, Philipp Matthias Hahn wrote:
> Hello Matthew,
> 
> I just received this bug-report for Debian. Please keep
> 521...@bugs.debian.org in the cc: for tracking.

I created the following patch which should fix the problem; at least it
does for me.

--- ike-2.1.4+dfsg.orig/source/iked/iked.h
+++ ike-2.1.4+dfsg/source/iked/iked.h
@@ -79,7 +79,6 @@
 #  include 
 # endif
 # include "compat/winstring.h"
-# include "conf.parse.hpp"
 # ifndef SOCKET
 #  define SOCKET int
 # endif
@@ -105,6 +104,21 @@
 #include "xauth.h"
 #include "xconf.h"
 
+/* There is a circular dependency:
+ * - conf.parser.hpp needs BDATA from libidb.h
+ * - conf.parser.hpp needs IKED from iked.h
+ * - iked.h includes conf.parser.hpp at the top
+ * - iked.h declares IKED near the end
+ * Solution:
+ * - libidb.h is included above
+ * - give forward declaration for IKED
+ * - now include conf.parser.hpp
+ */
+#ifdef UNIX
+typedef class _IKED IKED;
+# include "conf.parse.hpp"
+#endif
+
 #ifdef OPT_DTP
 #include "libdtp.h"
 #endif

BYtE
Philipp
-- 
Philipp Matthias Hahn 
 GPG/PGP: 9A540E39 @ keyrings.debian.org



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



Bug#521951: ike: FTBFS: ISO C++ forbids declaration of 'BDATA' with no type

2009-03-31 Thread Philipp Matthias Hahn
Hello Matthew,

I just received this bug-report for Debian. Please keep
521...@bugs.debian.org in the cc: for tracking.

On Mon, Mar 30, 2009 at 05:09:30PM -0700, Daniel Schepler wrote:
> Package: ike
> Version: 2.1.4+dfsg-1
> Severity: serious
> 
> From my pbuilder build log:

@Daniel: Next time please ass the version of g++ you're using, since
gcc-4.3.2-2 is what's causing the problem. I think the handling of
#include files and/or forward-definitions was changed.

> ...
> [ 18%] Building CXX object source/iked/CMakeFiles/iked.dir/conf.parse.o
> [ 19%] Building CXX object source/iked/CMakeFiles/iked.dir/conf.token.o
> In file included from /tmp/buildd/ike-2.1.4+dfsg/source/iked/iked.h:82,
>  from conf.token.ll:48:
> conf.parse.yy:67: error: ISO C++ forbids declaration of 'BDATA' with no type
> conf.parse.yy:67: error: expected ';' before '*' token
> conf.parse.hpp:277: error: expected `)' before '&' token
> conf.parse.hpp:437: error: ISO C++ forbids declaration of 'IKED' with no type
> conf.parse.hpp:437: error: expected ';' before '&' token
> In file included from conf.token.ll:48:
> /tmp/buildd/ike-2.1.4+dfsg/source/iked/iked.h:151: error: 'IKED' has not been 
> declared
> conf.token.ll: In function 'yy::conf_parser::token::yytokentype 
> yylex(yy::conf_parser::semantic_type*, 
> yy::location*, IKED&)':
> conf.token.ll:261: error: 'union yy::conf_parser::semantic_type' has no 
> member named 'bval'


The Scanner/Lexer/Tokenizer conf.token.ll #includes "iked.h"
iked.h:82   #include "conf.parser.hpp"
iked.h:101  #include "libidb.h"
iked.h:342  typedef class _IKED { ... } IKED

conf.parse.yy:67uses BDARA

And here is the cycle:
* The parser .hpp file needs BDATA and IKED
* IKED is defined in "iked.h" which needs the parser

The depenency on BDATA can be solved by putting a
%top{
#include "libidb.h"
}
in conf.token.ll, but the cycle on IKED is more tricky. I don't see an
easy solution and I'm to tired noew to continue.

BYtE
Philipp
-- 
Philipp Matthias Hahn 
 GPG/PGP: 9A540E39 @ keyrings.debian.org



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



Bug#470477: [Debian] JSPWiki-2.6.3 still 3 CVEs ?

2008-07-16 Thread Philipp Matthias Hahn
Hello!

The Linux distributions Debian and [K]ubuntu both ship a very old
2.5.139 version. Debian has listed a grave bug against the package,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470477
because 3 security bugs have been found in JSPWiki:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1231
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1229
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1230
All 3 reference the same original report, which contains the description:
http://marc.info/?l=bugtraq&m=120300554011544&w=2

I'd like to ask you, if you're aware of these bugs and if they were
properly addressed in 2.6.3, since the Changelog doesn't contain any
references to these CVEs?

BYtE
Philipp

PS: please cc:[EMAIL PROTECTED] on replies.
-- 
Philipp Matthias Hahn <[EMAIL PROTECTED]>
 GPG/PGP: 9A540E39 @ keyrings.debian.org



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480452: Conflict: kdc.conf is also in krb5-doc_1.6.dfsg.3-1

2008-05-10 Thread Philipp Matthias Hahn
Package: krb5-kdc
Version: 1.6.dfsg.3~beta1-4
Severity: serious
Justification: Policy 7.5.1

Unpacking replacement krb5-kdc ...
dpkg: error processing /var/cache/apt/archives/krb5-kdc_1.6.dfsg.3-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man5/kdc.conf.5.gz', which is also in 
package krb5-doc

I think you need to remove kdc.conf from krb5-doc and add an
Replaces: krb5-doc
in the krb5-kdc Section of to the debian/control file.

--- krb5-1.6.dfsg.3/debian/control~ 2008-05-10 08:42:55.0 +0200
+++ krb5-1.6.dfsg.3/debian/control  2008-05-10 08:45:53.0 +0200
@@ -154,6 +154,7 @@
  krb5-config, krb5-user, lsb-base (>= 3.0-6),
 Suggests: openbsd-inetd | inet-superserver, krb5-admin-server,
  krb5-kdc-ldap (= ${binary:Version})
+Replaces: krb5-doc
 Description: MIT Kerberos key server (KDC)
  Kerberos is a system for authenticating users and services on a network.
  Kerberos is a trusted third-party service.  That means that there is a
--- krb5-1.6.dfsg.3/debian/krb5-doc.install~2008-05-10 08:42:55.0 
+0200
+++ krb5-1.6.dfsg.3/debian/krb5-doc.install 2008-05-10 08:52:30.0 
+0200
@@ -1,2 +1,3 @@
 usr/share/man/man1/kerberos.1
-usr/share/man/man5
+usr/share/man/man5/.k5login.5
+usr/share/man/man5/krb5.conf.5

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (989, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.2 (SMP w/2 CPU cores; PREEMPT)
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 krb5-kdc depends on:
ii  debconf [debconf-2.0]   1.5.21   Debian configuration management sy
ii  krb5-user   1.6.dfsg.3-1 Basic programs to authenticate usi
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcomerr2  1.40.8-2 common error description library
ii  libkadm55   1.6.dfsg.3-1 MIT Kerberos administration runtim
ii  libkeyutils11.2-7Linux Key Management Utilities (li
ii  libkrb531.6.dfsg.3-1 MIT Kerberos runtime libraries
ii  lsb-base3.2-12   Linux Standard Base 3.2 init scrip
ii  openbsd-inetd [inet-superse 0.20080125-1 The OpenBSD Internet Superserver

krb5-kdc recommends no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465708: grub-pc: Error in postinst

2008-02-15 Thread Philipp Matthias Hahn
Package: grub-pc
Version: 1.96+20080213-1
Followup-For: Bug #465708

I upgrades my system from grub to grub-pc some time ago. After the
upgrade I cleaned up /boot/grub/ and removed all old grub files,
especially /boot/grub/menu.lst
Now upgrading grub-pc fails because of the following:

/var/lib/dpkg/info/grub-pc.config:3
if test -e /boot/grub/menu.lst ; then
  ...
  db_get grub-pc/linux_cmdline
  if [ "$RET" = "fillme" ] ; then
  ...
db_set grub-pc/linux_cmdline "${kopt}" || true
...
db_input ${priority} grub-pc/linux_cmdline || true
  fi
  ...
fi

/var/lib/dpkg/info/grub-pc.templates:41
Template: grub-pc/linux_cmdline
Type: string
Default: fillme

/var/lib/dpkg/info/grub-pc.postinst:15
db_get grub-pc/linux_cmdline
if [ "$RET" == "fillme" ] ; then
  # wtf?!
  echo "Internal error in grub-pc package.  Please file a bug report." >&2
  exit 1

Since I no longer have /boot/grub/menu.lst, the part from
"grub-pc.config" never triggers and "grub-pc/linux_cmdline" keeps it
default "fillme" from "grub-pc.template", causing "grub-pc.postinst" to
fail miserably.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (989, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.2-laptop (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  base-files4.0.2  Debian base system miscellaneous f
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  liblzo1   1.08-3 data compression library (old vers
ii  libncurses5   5.6+20080203-1 Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline: fillme
* grub-pc/chainload_from_menu.lst: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429462: gzip: /bin/gunzip broken

2007-06-18 Thread Philipp Matthias Hahn
Package: gzip
Version: 1.3.12-2
Followup-For: Bug #429462

/bin/gunzip is broken in environments, where $PATH does not include
/bin. For me that is while using "bsmtpd" (Batched SMTP Daemon, no
longer in Debian >=etch), since the UUCP Execution Daemon "uuxqt" only
allows a very limited list of programs to be execute remotely via UUCP.

The culprit is: /bin/gunzip
#!/bin/sh
PATH=${GZIP_BINDIR-'/usr/bin'}:$PATH

exec gzip -d "$@"

Looking at the package content shows:
$ dpkg -c gzip_1.3.12-2_i386.deb
...
-rwxr-xr-x root/root65 2007-06-14 06:19 ./bin/gunzip
-rwxr-xr-x root/root 53868 2007-06-14 06:19 ./bin/gzip

Since there is no "gzip" in "/usr/bin/", but in "/bin/", this fails!
$ PATH= /bin/gunzip
/bin/gunzip: line 3: exec: gzip: not found

Removing the "/usr" prefix solves this:
$ PATH= /bin/gunzip
gzip: compressed data not read from a terminal. Use -f to force 
decompression.

I don't know if this is the fault for "dpkg-source -x" failing also, but
it would likely think so. If not, please clone this report.

Please fix this ASAP, since this bug causes data loss! Luckily bsmtpd by
default does do backups of those emails and I was able to recover them.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (989, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.5-laptop (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gzip depends on:
ii  debianutils   2.21   Miscellaneous utilities specific t
ii  libc6 2.5-11 GNU C Library: Shared libraries

gzip recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#318150: linker cannot find -lXinerama_pic

2005-07-14 Thread Philipp Matthias Hahn
Hi!

On Thu, Jul 14, 2005 at 04:46:16PM +0300, Marcin Owsiany wrote:
> I'm attaching a patch. I intend to NMU - waiting the usual period is
> quite unconvenient for me (I cannot upload ekg2), so I would appreciate
> an authorization from Philipp ASAP.

Looks like my PGP key expired and I'm stranded without a valid on in the
keyring. So, here's my okay for your NMU.

BYtE
Philipp
-- 
Philipp Matthias Hahn <[EMAIL PROTECTED]>
 GPG/PGP: 9A540E39 @ keyrings.debian.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#304687: kernel-package: Massive whitespace damage in debian/rules

2005-04-15 Thread Philipp Matthias Hahn
Package: kernel-package
Version: 8.131
Followup-For: Bug #304687

Take a look at the output of the following template, which is used for
debian/rules:
$ grep -n '[[:space:]]\+$' /usr/share/kernel-package/rules

Run the following command to fix it:
$ sed -i -e 's/[[:space:]]\+$//' /usr/share/kernel-package/rules

While removing trailing whitespaces, you might also take another look at
your other files, if they contain whitespaces, too.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (989, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-package depends on:
ii  dpkg 1.10.27-se1 Package maintenance system for Deb
ii  dpkg-dev 1.10.27 Package building tools for Debian
ii  gcc [c-compiler] 4:3.3.5-3   The GNU C compiler
ii  gcc-2.95 [c-compiler]1:2.95.4-22 The GNU C compiler
ii  gcc-3.2 [c-compiler] 1:3.2.3-9   The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.5-12  The GNU C compiler
ii  make 3.80-9  The GNU version of the "make" util
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]