Bug#470612: (no subject)

2009-07-03 Thread Marc Mutz
I gave you detailed information on how to reproduce the problem. Please at 
least _try to pretend_ you have tried to reproduce the problem yourself, 
instead of blindly closing.

http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009/03/02

-- 
Marc Mutz  | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions



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



Bug#524309: 4/5 tests failed in t0004-unwritable.sh

2009-04-17 Thread Marc Mutz
Hi Jonathan,

On Thursday April 16 2009, Jonathan Nieder wrote:
> The relevant tests should probably be skipped when run as root, but it
> is easy to work around the problem by building as an unprivileged
> user.

Yes, worked.

Thanks,
Marc

-- 
Marc Mutz  | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions



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



Bug#524309: 4/5 tests failed in t0004-unwritable.sh

2009-04-16 Thread Marc Mutz
les changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 file
*   ok 1: setup

* expecting success:

(
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git write-tree
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)


47d83249b05cf06491633be38ea8637c5b356acc
* FAIL 2: write-tree should notice unwritable repository


(
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git write-tree
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)



* expecting success:

(
chmod a-w .git/objects .git/objects/?? &&
    test_must_fail git commit -m second
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)


[master 601cf8b] second
 1 files changed, 1 insertions(+), 0 deletions(-)
* FAIL 3: commit should notice unwritable repository


(
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git commit -m second
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)



* expecting success:

(
echo 6O >file &&
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git update-index file
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)


* FAIL 4: update-index should notice unwritable repository


(
echo 6O >file &&
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git update-index file
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)



* expecting success:

(
echo b >file &&
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git add file
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)


* FAIL 5: add should notice unwritable repository


(
echo b >file &&
chmod a-w .git/objects .git/objects/?? &&
test_must_fail git add file
)
status=$?
chmod 775 .git/objects .git/objects/??
(exit $status)



* failed 4 among 5 test(s)
make[3]: *** [t0004-unwritable.sh] Error 1
make[3]: Leaving directory `/root/foo/git-core-1.6.2.3/t'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/foo/git-core-1.6.2.3/t'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/root/foo/git-core-1.6.2.3'
make: *** [build-arch-stamp] Error 2
Build command 'cd git-core-1.6.2.3 && dpkg-buildpackage -b -uc' failed.
E: Child process failed


-- 
Marc Mutz  | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions



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



Bug#514320: subversion: seems it does not properly escape filenames (e.g. option-like: -foo)

2009-02-06 Thread Marc Mutz
Package: subversion
Version: 1.4.2dfsg1-2
Severity: normal


When adding a file with an option-like name
  touch -- -foo
  svn add -- -foo
  svn ci -m "Adding -foo"
I get the following error:

Transmitting file data svn: Commit succeeded, but other errors 
follow:
svn: Error bumping revisions post-commit (details follow):
svn: In directory ''
svn: Error processing command 'committed' in ''
svn: Error replacing text-base of '-foo'
svn: Can't change perms of file '/-foo': No such file or directory

Seems like just a '--' missing in a chmod invokation, so I'm reporting although 
I
couldn't reproduce it again.

After that, the working copy got locked, and any attempt at
  svn cleanup
just resulted in
  svn: In directory '.'
  svn: Error processing command 'committed' in '.'
  svn: Error replacing text-base of '-foo'
  svn: Can't change perms of file '-foo': No such file or directory
The commit made it in, though, and an independant checkout afterwards works
fine, too.

I'm not a security researcher, so I have no clue about whether and if so how
this could be exploited, but it feels fishy.

Thanks,
Marc

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii  libapr11.2.7-8.2 The Apache Portable Runtime Librar
ii  libc6  2.3.6.ds1-13etch9 GNU C Library: Shared libraries
ii  libsvn11.4.2dfsg1-2  Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information




-- 
Marc Mutz - m...@kdab.com, m...@kde.org - Klarälvdalens Datakonsult AB
Platform-independent software solutions - www.kdab.com i...@kdab.com



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



Bug#487625: xpdf: Depends: xpdf-reader (= 3.01-9.1+etch5) but it is not going to be installed

2008-06-23 Thread Marc Mutz
Package: xpdf
Version: xpdf from etch-proposed-updates
Severity: normal

# apt-get install xpdf
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xpdf: Depends: xpdf-reader (= 3.01-9.1+etch5) but it is not going to be 
installed
E: Broken packages

# dpkg -l | grep xpdf
ii  xpdf-common   3.01-9.1+etch4
# Portable Document Format (PDF) suite -- common files
ii  xpdf-reader   3.01-9.1+etch4
# Portable Document Format (PDF) suite -- viewer for X11
ii  xpdf-utils3.01-9.1+etch4
# Portable Document Format (PDF) suite -- utilities

The amd64 box I own didn't have that problem, but on the i686, it persists
for some days now.

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Marc Mutz -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Klarälvdalens Datakonsult AB, Platform-independent software solutions



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



Bug#470613: karm: [regression] doesn't handle negative times anymore

2008-03-12 Thread Marc Mutz
On Wednesday March 12 2008 10:56, Sune Vuorela wrote:
> On Wednesday 12 March 2008, Marc Mutz wrote:
> > Package: karm
> > Version: 4:3.5.5.dfsg.1-6
> > Severity: important
> >
> >
> > To reproduce, make a new task, give it e.g. 0h12m session time.
> > -> task shows 0:12 (expected)
> > Re-edit the task, telling karm to subtract 1h from it
> > -> task shows 0:48 (expected: -0:48)
> >
> > This is a regression, it worked in previous versions.
>
> Hi!
>
> do you know in which version it was seen to work last ?
>
> This is as far as I know not a debian introduced change, so plain upstream
> karm versions is also okay to mention.


I'm certain it worked in KDE 3.2 :)

I'm pretty certain it worked some weeks ago.
So my best guess is it was introduced with the update that came with 4.0r3.

-- 
Marc Mutz - [EMAIL PROTECTED], [EMAIL PROTECTED] - Klarälvdalens Datakonsult AB
Platform-independent software solutions - www.kdab.com [EMAIL PROTECTED]




Bug#470613: karm: [regression] doesn't handle negative times anymore

2008-03-12 Thread Marc Mutz
Package: karm
Version: 4:3.5.5.dfsg.1-6
Severity: important


To reproduce, make a new task, give it e.g. 0h12m session time.
-> task shows 0:12 (expected)
Re-edit the task, telling karm to subtract 1h from it
-> task shows 0:48 (expected: -0:48)

This is a regression, it worked in previous versions.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages karm depends on:
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8etch1 core libraries and binaries for al
ii  libacl1   2.2.41-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-13etch5  GNU C Library: Shared libraries
ii  libfam0   2.7.0-12   Client library to control the FAM
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libkcal2b 4:3.5.5.dfsg.1-6   KDE calendaring library
ii  libkdepim1a   4:3.5.5.dfsg.1-6   KDE PIM library
ii  libktnef1 4:3.5.5.dfsg.1-6   Library for handling KTNEF email a
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4etch1 Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxss1   1:1.1.0-1  X11 Screen Saver extension library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

karm recommends no packages.

-- no debconf information

-- 
Marc Mutz - [EMAIL PROTECTED], [EMAIL PROTECTED] - Klarälvdalens Datakonsult AB
Platform-independent software solutions - www.kdab.com [EMAIL PROTECTED]




Bug#470612: reportbug: doesn't handle standard SMTP AUTH-after-TLS

2008-03-12 Thread Marc Mutz
Package: reportbug
Version: 3.31
Severity: normal


My company's mail server (mail.kdab.net, a cyrus 2.x installation) does
not offer AUTH until the client has issued STARTTLS. reportbug apparently
only evaluates the server capabilities on EHLO, not after STARTTLS, as is
mandated by the specification.

The result: reportbug exits with "your server doesn't support AUTH".

-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/marc/.reportbugrc:
reportbug_version "3.31"
mode standard
ui text
email "[EMAIL PROTECTED]"
tls
smtphost "mail.kdab.net"
smtpuser "[EMAIL PROTECTED]"

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.12 register and build utility for Pyt

Versions of packages reportbug recommends:
pn  python-cjkcodecs | python-ico  (no description available)

-- no debconf information

-- 
Marc Mutz - [EMAIL PROTECTED], [EMAIL PROTECTED] - Klarälvdalens Datakonsult AB
Platform-independent software solutions - www.kdab.com [EMAIL PROTECTED]




Bug#421874: cdparanoia: -X -B - causes endless loop on read error

2007-05-02 Thread Marc Mutz
Package: cdparanoia
Version: 3.10+debian~pre0-4
Severity: normal


The cdparanoia -X option makes cdparanoia abort the current track on 'V'
errors. This works, as long as the aborted track isn't the last one of the
CD. Observed in conjunction with
  -B 1-
as well as
  -B m-n
where m <= n and n is the number of the last track on CD.
What happens is that cdparanoia tries to grab a track #00 and then just
contniues onward again. If the 'V' error in the last track is presistent,
this makes cdparania loop endlessly.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cdparanoia depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-4 audio extraction tool for sampling

cdparanoia recommends no packages.

-- no debconf information


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



Bug#324290: g++-4.1: Looks like that's fixed upstream already?

2007-03-27 Thread Marc Mutz
Package: g++-4.1
Followup-For: Bug #324290

This looks a lot like
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
but that one's closed already.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages g++-4.1 depends on:
ii  gcc-4.1 4.1.1-21 The GNU C compiler
ii  gcc-4.1-base4.1.1-21 The GNU Compiler Collection (base 
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libstdc++6-4.1-dev  4.1.1-21 The GNU Standard C++ Library v3 (d

g++-4.1 recommends no packages.

-- no debconf information


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



Bug#357618: python2.4-dev: Installed pyconfig.h not stripped from macros to be defined by application

2006-03-18 Thread Marc Mutz
Package: python2.4-dev
Version: 2.4.2-2
Severity: normal

The installed include/python2.4/pyconfig.h file, included e.g. from
include/python2.4/Python.h clobbers the macro space with defining e.g.
_POSIX_C_SOURCE, which results in a verbose compiler warning with gcc:

In file included from /usr/include/python2.4/Python.h:8,

/usr/include/python2.4/pyconfig.h:835:1: warning: "_POSIX_C_SOURCE" redefined
In file included from 
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/i486-linux-gnu/bits/os_defines.h:39,
 from 
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/i486-linux-gnu/bits/c++config.h:35,
 from 
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/utility:65,

/usr/include/features.h:150:1: warning: this is the location of the previous 
definition

These macros are for _building_ libpython. In installed form, they should
_never_ blindly override what an application programmer specifies.
But that's what #include  currently does.

Proposed solution: strip build-related macro-definitions on installation.

No other header file uses that define:
$ grep -R _POSIX /usr/include/python2.4
/usr/include/python2.4/pyconfig.h:/* #undef HAVE_BROKEN_POSIX_SEMAPHORES */
/usr/include/python2.4/pyconfig.h:#define _POSIX_C_SOURCE 200112L
/usr/include/python2.4/pyconfig.h:/* #undef _POSIX_THREADS */


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.4-dev depends on:
ii  python2.4 2.4.2-2An interactive high-level 
object-o

python2.4-dev recommends no packages.

-- no debconf information

-- 
Marc Mutz -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Klarälvdalens Datakonsult AB, Platform-independent software solutions




Bug#322170: libstdc++6: bits/stl_tree.h isn't -Weffc++ clean

2005-08-09 Thread Marc Mutz
Package: libstdc++6
Version: 4.0.1-2
Severity: normal
Tags: patch



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libstdc++6 depends on:
ii  gcc-4.0-base4.0.1-2  The GNU Compiler Collection (base
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-2GCC support library

libstdc++6 recommends no packages.

-- no debconf information

Warning is "_M_header should be initialized in the member intialization
list". Ok, patch follows:

--- /usr/include/c++/4.0.1/bits/stl_tree.h~ 2005-07-12 06:15:28.0 
+0200
+++ /usr/include/c++/4.0.1/bits/stl_tree.h  2005-08-09 15:43:32.0 
+0200
@@ -401,7 +401,7 @@

  _Rb_tree_impl(const _Node_allocator& __a = _Node_allocator(),
const _Key_compare& __comp = _Key_compare())
- : _Node_allocator(__a), _M_key_compare(__comp), _M_node_count(0)
+ : _Node_allocator(__a), _M_key_compare(__comp), _M_header(), 
_M_node_count(0)
  {
this->_M_header._M_color = _S_red;
this->_M_header._M_parent = 0;


-- 
Marc Mutz -- [EMAIL PROTECTED], [EMAIL PROTECTED]
phone: +49 521 521 45 45; mobile: +49 177 32 94 700
Klarälvdalens Datakonsult AB, Platform-independent software solutions