Bug#1010345: This also affects ansible-galaxy collection install

2022-05-09 Thread Matthias Weiss

I can confirm this bug on an up to date Debian "bookworm" installation:

ansible-galaxy-vvvcollectioninstallcommunity.general
[DEPRECATION WARNING]: Setting verbosity before the arg sub command is 
deprecated, set the verbosity after the sub command. This feature will 
be removed from ansible-core in version 2.13.
Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

ansible-galaxy [core 2.12.4]
 config file = /home/matthias/.ansible.cfg
 configured module search path = 
['/home/matthias/.ansible/plugins/modules', 
'/usr/share/ansible/plugins/modules']

 ansible python module location = /usr/lib/python3/dist-packages/ansible
 ansible collection location = 
/home/matthias/.ansible/collections:/usr/share/ansible/collections

 executable location = /usr/bin/ansible-galaxy
 python version = 3.10.4 (main, Mar 24 2022, 13:07:27) [GCC 11.2.0]
 jinja version = 3.0.3
 libyaml = True
Using /home/matthias/.ansible.cfg as config file
Starting galaxy collection install process
Process install dependency map
ERROR! Unexpected Exception, this is probably a bug: 
CollectionDependencyProvider.find_matches() got an unexpected keyword 
argument 'identifier'

the full traceback was:

Traceback (most recent call last):
 File "/usr/bin/ansible-galaxy", line 128, in 
   exit_code = cli.run()
 File "/usr/lib/python3/dist-packages/ansible/cli/galaxy.py", line 569, 
in run

   return context.CLIARGS['func']()
 File "/usr/lib/python3/dist-packages/ansible/cli/galaxy.py", line 86, 
in method_wrapper

   return wrapped_method(*args, **kwargs)
 File "/usr/lib/python3/dist-packages/ansible/cli/galaxy.py", line 
1203, in execute_install

   self._execute_install_collection(
 File "/usr/lib/python3/dist-packages/ansible/cli/galaxy.py", line 
1230, in _execute_install_collection

   install_collections(
 File 
"/usr/lib/python3/dist-packages/ansible/galaxy/collection/__init__.py", 
line 548, in install_collections

   dependency_map = _resolve_depenency_map(
 File 
"/usr/lib/python3/dist-packages/ansible/galaxy/collection/__init__.py", 
line 1364, in _resolve_depenency_map

   return collection_dep_resolver.resolve(
 File "/usr/lib/python3/dist-packages/resolvelib/resolvers.py", line 
481, in resolve

   state = resolution.resolve(requirements, max_rounds=max_rounds)
 File "/usr/lib/python3/dist-packages/resolvelib/resolvers.py", line 
348, in resolve

   self._add_to_criteria(self.state.criteria, r, parent=None)
 File "/usr/lib/python3/dist-packages/resolvelib/resolvers.py", line 
147, in _add_to_criteria

   matches = self._p.find_matches(
TypeError: CollectionDependencyProvider.find_matches() got an unexpected 
keyword argument 'identifier'




Bug#939388: postgresql-9.6: package update crashes with: new pre-removal script returned error exit status 1

2019-09-09 Thread Matthias Weiss

Hi Christoph!

Thank you for looking into it. Unfortunately I can't test it anymore, on 
Saturday an "unattended upgrade" ran and updated "postgresql-9.6" to 
version "9.6.15-0+deb9u1" without errors.


I also looked into the postgresql logs and the journal, and for that day 
last week, when I tried to upgrade the package, there are no (error) log 
entries.


So I guess we can close the bug as I am not able to reproduce it or 
provide more information.


Thanks

Matthias

On 07.09.19 20:33, Christoph Berg wrote:

Control: tags -1 moreinfo

Re: Matthias Weiss 2019-09-04 


     when updating the "postgresql-9.6" package from version
"9.6.13-0+deb9u1" to "9.6.15-0+deb9u1" the installation crashes with


subprocess new pre-removal script returned error exit status 1


Here is the full log:


aptitude install postgresql-9.6

Preparing to unpack .../postgresql-9.6_9.6.15-0+deb9u1_amd64.deb ...
Job for postgresql@9.6-main.service canceled.

Hi Matthias,

it looks like the 9.6/main cluster failed to stop/restart here.
Could you check the postgresql-9.6-main.log file to see if there's any
errors in there?

If you still think this is a packaging fault, please attach the
postgresql-9.6-main.log file here.

Christoph




Bug#939388: postgresql-9.6: package update crashes with: new pre-removal script returned error exit status 1

2019-09-04 Thread Matthias Weiss

Package: postgresql-9.6
Version: 9.6.15-0+deb9u1
Severity: important

Dear Maintainer,

    when updating the "postgresql-9.6" package from version 
"9.6.13-0+deb9u1" to "9.6.15-0+deb9u1" the installation crashes with



subprocess new pre-removal script returned error exit status 1


Here is the full log:

> aptitude install postgresql-9.6
The following packages will be upgraded:
  postgresql-9.6
The following packages are RECOMMENDED but will NOT be installed:
  postgresql-contrib-9.6
1 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/4,293 kB of archives. After unpacking 6,144 B will be used.
Do you want to continue? [Y/n/?] y
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 43500 files and directories currently installed.)
Preparing to unpack .../postgresql-9.6_9.6.15-0+deb9u1_amd64.deb ...
Job for postgresql@9.6-main.service canceled.
dpkg: warning: subprocess old pre-removal script returned error exit 
status 1

dpkg: trying script from the new package instead ...
Job for postgresql@9.6-main.service canceled.
dpkg: error processing archive 
/var/cache/apt/archives/postgresql-9.6_9.6.15-0+deb9u1_amd64.deb (--unpack):

 subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/postgresql-9.6_9.6.15-0+deb9u1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


The system is an up-to-date Debian stretch server.

Regards

Matthias



Bug#799172: dependency on baloo is missing

2015-09-30 Thread Matthias Weiss
I had the same problem, I installed balloo-kf5 and ran baloo-monitor
once.

After that gwenview started.



Bug#659232: missing package dependency on python-setuptools

2012-02-09 Thread Matthias Weiss
Package: funkload
Version: 1.13.0-1

Simply starting funkload with e.g.:

fl-run-test -dv test_someTest.py

leads to this error:

Traceback (most recent call last):
  File "/usr/bin/fl-run-test", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2671, in 

working_set.require(__requires__)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in 
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute



Installing python-setuptools fixes the problem.



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



Bug#584258: libuuid1: missing dependency on passwd package

2010-06-02 Thread Matthias Weiss
Package: libuuid1
Version: 2.17.2-2
Severity: important

*** Please type your report below this line ***

I had passwd package version 1:4.0.3-8 installed.
When I did an update of libuuid1 I got following error:

Setting up libuuid1 (2.17.2-2) ...
groupadd: invalid option -- 'K'
usage: groupadd [-g gid [-o]] group
dpkg: error processing libuuid1 (--configure):
 subprocess post-installation script returned error exit status 2

After I updated the passwd package to version 4.1.4.2-1 the libuuid1 package 
was configurable. But I still got error messages on the console:

Setting up libuuid1 (2.17.2-2) ...
configuration error - unknown item 'FAIL_DELAY' (notify administrator)
configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
configuration error - unknown item 'ENV_HZ' (notify administrator)
configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator)
configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)
configuration error - unknown item 'FAIL_DELAY' (notify administrator)
configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
configuration error - unknown item 'NOLOGIN_STR' (notify administrator)
configuration error - unknown item 'ENV_HZ' (notify administrator)
configuration error - unknown item 'PASS_MAX_LEN' (notify administrator)
configuration error - unknown item 'CHFN_AUTH' (notify administrator)
configuration error - unknown item 'CLOSE_SESSIONS' (notify administrator)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash






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



Bug#524738: krusader: 2.0.0 version allready available

2009-04-19 Thread Matthias Weiss
Package: krusader
Version: 2.0.0beta2+svn6253-1
Severity: normal

*** Please type your report below this line ***

Since more than a week the 2.0.0 release is available, please update the 
package!


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#513585: kdm: Login fails due to missing pam upgrade

2009-01-30 Thread Matthias Weiss
Package: kdm
Version: 4.2.0-1
Severity: normal

*** Please type your report below this line ***

When login into my shiny new KDE 4.2 kdm I got an error telling me that the 
login failed and a log has been written to /var/log/kdm.log

As it turned out the information in /var/log/kdm.log was rather useless except 
it's comment to also check the daemon.log file.

In /var/log/daemon.log I found:

Jan 29 19:22:07 deepThought kdm_greet[1322]: Cannot open default user face
Jan 29 19:30:58 deepThought kdm: :0[1316]: PAM error: Bad item passed to 
pam_*_item()
Jan 29 19:31:12 deepThought kdm: :0[1316]: PAM error: Bad item passed to 
pam_*_item()

I updated 3 PAM related packages and since I can login again. The 3 updates:

libpam-modules:  1.0.1-4-> 1.0.1-5
libpam-runtime:   0.76-22   -> 1.0.1-5
libpam0g:  0.99.7.1-6   ->1.0.1-5

Possibly there should be package dependency on at least 1 of these 3 packages 
in order to prevent that problem.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#504790: aptitude: typo in download progress line

2008-11-07 Thread Matthias Weiss
Package: aptitude
Version: 0.4.11.10-1lenny1.1+b1
Severity: minor

*** Please type your report below this line ***

When after an

aptitude update

the program fetches the update infos in the progress line there is a typo. For 
example:

99% [11 Packages rred 16306176] [Logging in]

It probaly should read:

99% [11 Packages read ...



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#500211: koffice-data: error while update

2008-09-26 Thread Matthias Weiss
Package: koffice-data
Version: 1%3a1.9.98.0-1
Severity: important

*** Please type your report below this line ***

Doing an update from koffice-data version 
1:1.9.96.0~that.is.really.1.9.95.10-1 to  1%3a1.9.98.0-1 with aptitude 
resulted in the following error message:

Errors were encountered while processing:   

 /var/cache/apt/archives/koffice-data_1%3a1.9.98.0-1_all.deb

E: Sub-process /usr/bin/dpkg returned an error code (1) 

A package failed to install.  Trying to recover:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#497908: kdepim-doc: wrong package description

2008-09-05 Thread Matthias Weiss
Package: kdepim-doc
Version: 4.1.1-1
Severity: normal

*** Please type your report below this line ***

The package description refers to a library documentation for developers while 
in reality it's a user documentation for the kdepim components.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#497522: digikam: probably wrong dependency on libkipi0

2008-09-02 Thread Matthias Weiss
Package: digikam
Version: 0.10.0~beta2-1
Severity: normal

*** Please type your report below this line ***

When ubgrading from 0.9.4-1 to 0.10.0~beta2-1 with aptitude I got a conflict 
between libkipi0 and libkipi5, aptitude refused to install the new digikam 
package.
Could it be, that the libkipi0 dependency is wrong for version 0.10.0~beta2-1?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash







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



Bug#497519: kmail: no documentation

2008-09-02 Thread Matthias Weiss
Package: kmail
Version: 4.1.0-2
Severity: Normal

*** Please type your report below this line ***

KMail documentation seams to be missing. I tried to find the package which 
contains the documentation but failed to find it. I suggest to add the kmail 
documentation package as recommendet package to the kmail package.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash






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



Bug#497518: khelpcenter4: Crash when doing a Build Search Index

2008-09-02 Thread Matthias Weiss
Package: khelpcenter4:
Version: 4.1.0-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

After I installed the koffice-doc package from experimental I wanted to 
rebuild the index. I started khelpcenter via kmail -> Help -> KMail Handbook 
and in the Help Center I chose Settings -> Build Search Index. A popup appears 
and I'm marking "Application Manuals" in the "search scope" column. When I 
click on "Build Index" the Help Center crashes.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash




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



Bug#495896: showimg: No showimg icon when added to KDE 4.1 panel

2008-08-21 Thread Matthias Weiss
Package: showimg
Version: 0.9.4.1-3+b1
Severity: normal

*** Please type your report below this line ***

When I added a start icon for the showimg application to my shiny new KDE 4.1 
panel I didn't get the appropriate showimg icon but the standard kde icon.

I fixed this by copying the 

/usr/share/applications/kde/gwenview.desktop 

file to 

/usr/share/applications/kde/showimg.desktop

and modifyed it with a text editor.
After restarting KDE and adding showimg to the panel again the icon is now 
shown correctly.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash




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



Bug#481582: closed by "Sandro Tosi" <[EMAIL PROTECTED]> (Re: [Python-modules-team] Bug#481582: [python-fpconst] Conflict with python-soappy)

2008-08-18 Thread Matthias Weiss
Hi Sandro!

I had a similar problem when installing KDE 4.1 very recently ( Bug #495188 
and  #495189 ).
It is very likely that the apt-get command was responsible for all the mess, 
unfortunately I didn't record which version of the apt package caused the 
problem (I installed aptitude and with this package apt was also updated).

Using aptitude instead of apt-get fixed the KDE 4.1 troubles and I'd expect 
(though I haven't tryed ...) that this problem with python-fpconst would 
disapear also.

Thanx for looking into it!

regards
matthias

On Monday 18 August 2008 01:12, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the python-fpconst package:
>
> #481582: [python-fpconst] Conflict with python-soappy
>
> It has been closed by "Sandro Tosi" <[EMAIL PROTECTED]>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact "Sandro Tosi"
> <[EMAIL PROTECTED]> by replying to this email.



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



Bug#495189: solution

2008-08-17 Thread Matthias Weiss
Hi!

For the protocol: The source.list file was allright, switching to aptitude let 
the problem disapear.

Maybe you want to emphasize the use of aptitude on the web site...

regards
matthias



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



Bug#495189: libqt4-designer: Conflict with libqtgui4

2008-08-15 Thread Matthias Weiss
Package: libqt4-designer
Version: 4.4.0-4
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

After an

apt-get -t experimental install kde4-minimal

failed with unmet dependencies for kdelibs5 etc. I tried to install kdelibs5 
but got further unmet dependencies. I tried to solve them manually and endet 
up with this command:

apt-get install kdelibs5 libqt4-designer libqt4-qt3support libphonon4 
libqt4-svg libqtgui4 kdelibs-bin

and got

The following packages have unmet dependencies:
  libqtgui4: Conflicts: libqt4-designer (< 4.4.0~beta1-1) but 4.4.0-4 is to be 
installed
E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#495188: kde4-minimal: unmet dependencies kdelibs5 etc.

2008-08-15 Thread Matthias Weiss
Package: kde4-minimal
Version: 3
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

As recommendet at

http://pkg-kde.alioth.debian.org/experimental.html

I added the experimental branch to my sources.list file, did a 

apt-get update

and then a 

apt-get -t experimental install kde4-minimal

and got

The following packages have unmet dependencies:
  kde4-minimal: Depends: kdelibs5 (>= 4:4.1.0) but it is not going to be 
installed
Depends: kdepimlibs5 (>= 4:4.1.0) but it is not going to be 
installed
Depends: kdebase-runtime (>= 4:4.1.0) but it is not going to 
be installed
Depends: kdebase-workspace (>= 4:4.1.0) but it is not going to 
be installed
Depends: kdebase (>= 4:4.1.0) but it is not going to be 
installed
E: Broken packages

Trying to install kdelibs5 etc. manually from unstable resulted in further 
unresolvable problems (see also bugreport for libqt4-designer).

Sadly I don't see how KDE 4.1 is installable with a Debian sid setup like 
mine.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#481588: [digikam] digikam doesn't install due to missing dependencies

2008-05-17 Thread Matthias Weiss
Package: digikam
Version: 2:0.9.3-2
Severity: normal

--- Please enter the report below this line. ---

I tried to install gwenview, digikam and kphotoalbum with

apt-get install gwenview kphotoalbum digikam krita

I got several unmet dependencies so I installed them with

apt-get install kdebase-kio-plugins libkdcraw3 libkexiv2-3 libkipi0

After that the previous apt-get install command succeeded and the package was 
installed correctly.

I'm sorry that I didn't save the exact error message for every package, but 
all 3 image applications had unmet dependencies and didn't install.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18.2

Debian Release: testing/unstable
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstableftp.nerim.net 
  500 unstableftp.at.debian.org 
  500 stable  192.35.244.50 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdebase-kio-plugins | 4:3.5.9.dfsg.1-2+b1
kdelibs4c2a(>= 4:3.5.9) | 4:3.5.9.dfsg.1-4
libc6(>= 2.7-1) | 2.7-5
libgcc1 (>= 1:4.1.1-21) | 1:4.2.1-6
libgphoto2-2 (>= 2.4.0) | 2.4.0-9
libgphoto2-port0 (>= 2.4.0) | 2.4.0-9
libjasper1 (>= 1.900.1) | 1.900.1-3
libjpeg62   | 6b-13
libkdcraw3  | 0.1.4-2
libkexiv2-3 | 0.1.7-1
libkipi0| 0.1.6-1
liblcms1(>= 1.15-1) | 1.16-5
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt (>= 3:3.3.8b) | 3:3.3.8b-5
libsqlite3-0 (>= 3.5.7) | 3.5.8-3
libstdc++6(>= 4.1.1-21) | 4.2.1-6
libtiff4| 3.8.2-7
libx11-6| 2:1.0.3-5




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



Bug#481587: [gwenview] gwenview doesn't install due to missing packages

2008-05-17 Thread Matthias Weiss
Package: gwenview
Version: 1.4.2-4
Severity: normal

--- Please enter the report below this line. ---

I tried to install gwenview, digikam and kphotoalbum with

apt-get install gwenview kphotoalbum digikam krita

I got several unmet dependencies so I installed them with

apt-get install kdebase-kio-plugins libkdcraw3 libkexiv2-3 libkipi0

After that the previous apt-get install command succeeded and the package was 
installed correctly.

I'm sorry that I didn't save the exact error message for every package, but 
all 3 image applications had unmet dependencies and didn't install.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18.2

Debian Release: testing/unstable
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstableftp.nerim.net 
  500 unstableftp.at.debian.org 
  500 stable  192.35.244.50 

--- Package information. ---
Depends  (Version) | Installed
==-+-
kdelibs4c2a   (>= 4:3.5.9) | 4:3.5.9.dfsg.1-4
libart-2.0-2   (>= 2.3.18) | 2.3.19-3
libaudio2  | 1.6-6
libc6   (>= 2.7-1) | 2.7-5
libexiv2-2 | 0.16-4
libexpat1  (>= 1.95.8) | 1.95.8-4
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6(>= 2.3.5) | 2.3.5-1+b1
libgcc1(>= 1:4.1.1-21) | 1:4.2.1-6
libice6   (>= 1:1.0.0) | 1:1.0.1-2
libidn11   (>= 0.5.18) | 0.5.18-1
libjpeg62  | 6b-13
libkipi0   | 0.1.6-1
libmng1   (>= 1.0.3-1) | 1.0.5-1
libpng12-0   (>= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt(>= 3:3.3.8b) | 3:3.3.8b-5
libsm6 | 1:1.0.1-3
libstdc++6   (>= 4.1.1-21) | 4.2.1-6
libx11-6   | 2:1.0.3-5
libxcursor1 (>> 1.1.2) | 1.1.3-1
libxext6   | 1:1.0.1-2
libxft2 (>> 2.1.1) | 2.1.1-2
libxi6 | 4.3.0.dfsg.1-6
libxinerama1   | 6.8.2.dfsg.1-11
libxrandr2(>= 2:1.2.0) | 2:1.2.1-1
libxrender1| 1:0.9.1-3
libxt6 | 4.3.0.dfsg.1-6
zlib1g | 1:1.2.3.3.dfsg-5




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



Bug#481589: [kphotoalbum] kphotoalbum doesn't install due to unmet dependencies

2008-05-17 Thread Matthias Weiss
Package: kphotoalbum
Version: 3.1.1-2
Severity: normal

--- Please enter the report below this line. ---

I tried to install gwenview, digikam and kphotoalbum with

apt-get install gwenview kphotoalbum digikam

I got several unmet dependencies so I installed them with

apt-get install kdebase-kio-plugins libkdcraw3 libkexiv2-3 libkipi0

After that the previous apt-get install command succeeded and the package was 
installed correctly.

I'm sorry that I didn't save the exact error message for every package, but 
all 3 image applications had unmet dependencies and didn't install.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18.2

Debian Release: testing/unstable
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstableftp.nerim.net 
  500 unstableftp.at.debian.org 
  500 stable  192.35.244.50 

--- Package information. ---
Depends(Version) | Installed
-+-
kdelibs4c2a (>= 4:3.5.9) | 4:3.5.9.dfsg.1-4
libc6 (>= 2.7-1) | 2.7-5
libexiv2-2   | 0.16-4
libgcc1  (>= 1:4.1.1-21) | 1:4.2.1-6
libjpeg62| 6b-13
libkdcraw3   | 0.1.4-2
libkipi0 | 0.1.6-1
libqt3-mt  (>= 3:3.3.8b) | 3:3.3.8b-5
libqt3-mt-sqlite | 3:3.3.8b-5
libstdc++6  (>= 4.2.1-4) | 4.2.1-6
sqlite   | 2.8.17-4




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



Bug#481584: [ksmserver] KDE update 3.5.5 -> 3.5.9 ksmserver not updated, blank screen when starting X

2008-05-17 Thread Matthias Weiss
Package: ksmserver
Version: 4:3.5.9.dfsg.1-2+b1
Severity: normal

--- Please enter the report below this line. ---

First: I don't use any display manager, I start X with the startx command.

The problem occured when I installed Gwenview, KPhotoAlbum and digiKam. At 
this point I was running a KDE 3.5.5 setup and I used 

apt-get install gwenview kphotoalbum digikam

This caused several other KDE packages to be updated to 3.5.9, among them 
kdebase-bin, kdelibs4c2a, kdesktop etc.

Next time I started X with startx I got a black screen with a mouse pointer, 
nothing else. Clicking and keystrokes didn't cause any reaction.
I first updated kwin from 3.5.5 to 3.5.9 wich didn't have any effect. After 
updating ksmserver from 3.5.5 to 3.5.9 the KDE session starts again and 
everything runs as normal.

I think that there is a dependency missing between ksmserver and some of the 
basic KDE packages so that if those are update ksmserver gets updated too.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18.2

Debian Release: testing/unstable
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstableftp.nerim.net 
  500 unstableftp.at.debian.org 
  500 stable  192.35.244.50 

--- Package information. ---
Depends (Version) | Installed
=-+-=
kdelibs4c2a  (>= 4:3.5.9) | 4:3.5.9.dfsg.1-4
kwin (= 4:3.5.9.dfsg.1-2+b1)  | 4:3.5.9.dfsg.1-2+b1
 OR x-window-manager  | 
libc6  (>= 2.7-1) | 2.7-5
libgcc1   | 1:4.2.1-6
libice6  (>= 1:1.0.0) | 1:1.0.1-2
libqt3-mt   (>= 3:3.3.8b) | 3:3.3.8b-5
libsm6| 1:1.0.1-3
libstdc++6  (>= 4.1.1-21) | 4.2.1-6
libx11-6  | 2:1.0.3-5
libxau6   | 1:1.0.1-2




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



Bug#481582: [python-fpconst] Conflict with python-soappy

2008-05-17 Thread Matthias Weiss
Package: python-fpconst
Version: 0.7.2-4
Severity: important

--- Please enter the report below this line. ---

I tried to install reportbug-ng with apt-get install reportbug-ng. I got this 
error:

The following packages have unmet dependencies:
  python-fpconst: Conflicts: python-soappy (< 0.12.0~rc1) but 0.12.0-2 is to 
be installed

I downloaded and installed python-soappy, python-fpconst and reportbug-ng 
manually with dpkg -i. 


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18.2

Debian Release: testing/unstable
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstableftp.nerim.net 
  500 unstableftp.at.debian.org 
  500 stable  192.35.244.50 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python-support   (>= 0.2) | 0.7.6




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