Bug#508644: mass bugfiling (against 8 packages) and/or new package default-mta

2009-02-26 Thread Steve Langasek
On Thu, Feb 26, 2009 at 03:42:39PM +0100, Holger Levsen wrote:

> But as this would hardcode exim4 as the default MTA for Debian in a number
> of packages, some better solutions have been proposed in
> http://lists.debian.org/debian-devel/2008/05/msg00381.html with the best 
> choice appearantly being  <87ve1faria@frosties.localdomain> which 
> proposes that exim4 should provide default-mta, packages needing an MTA 
> should depend on default-mta | mail-transfer-agent and the other MTAs should 
> provide mail-transfer-agent. Then, if we want to change the default, we just 
> need to touch two packages.

I agree that this is the best solution.

> As per policy I'd like to gather consensus on this before mass filing bugs.

Given that m-t-a is mentioned explicitly in policy, and that "default-mta"
will be a virtual package, I think this should be recorded in policy as well
- though if a clear consensus emerges on debian-devel, there's no need to go
through the policy process before filing bugs.

Also, I haven't seen the exim4 maintainers comment on this proposal until
now.  Obviously we would want to get that package to Provide: default-mta
before filing bugs on other packages.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



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



Bug#517334: wcd: [manual] nroff URL, hyphenation and section order fixes

2009-02-26 Thread Erwin Waterlander

Hi Jari,

Thanks for the improvements. I will include them in version 4.1.1. I'm 
waiting for a Spanish translation and then I'm going to release 4.1.1.
I will commit the changes to the svn repository at Sourceforge for early 
access.


best regards,

Erwin

Op 27-02-09 02:02, jaalto schreef:

Package: wcd
Version: 3.2.0-1
Severity: wishlist
Tags: patch


Here are some improvements for the manual page for (upcoming) 4.1.0:

- The URLs are too long for nroff. Those are now fixed with correct
  formatting code

- The /path/names are best not to be hyphenated. Those are now fixed with
  correct formatting code

- The order of sections is chnages to follow de facto section order
  
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap01.html#tag_01_11

- The quotes `` '' are escaped to make clean output.

- The top-level INSTALL sections are not made subsections for more
  clearer layout.

Attached files include:

- The patch against 4.1.0
- The new corrected wcd.1 manual page

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages wcd depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

wcd recommends no packages.

wcd suggests no packages.

-- no debconf information
  






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



Bug#517295: [hal] Hal fails recognising "big" disk (1.5 TB)

2009-02-26 Thread Martin Pitt
Hello hal maintainers,

Matthias Bläsing [2009-02-26 21:48 +0100]:
> This in turn lead me to the ubuntu packages. There is a patch
> 02_long_storage_size_patch fixes this. I got the sources for the debian
> packages, added this patch and ... it worked!

Please note that I committed that directly upstream. I really
recommend to update to the current git snapshot, it fixes quite a
number of bugs.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



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



Bug#517333: gconf2: Stops working after a while

2009-02-26 Thread Loïc Minier
On Fri, Feb 27, 2009, Sam Morris wrote:
> I changed the line in my crontab to run the script via 'dbus-launch'
> which does make it work, but whenever it runs, it causes the problems in
> this bug report.

 Right, that's wrong; actually GConf shouldn't allow you this as it
 means the two processes will concurrently access the same files and I
 don't think this is supported yet.

 What you want to do is source ~/.dbus/session-bus/$(cat 
/var/lib/dbus/machine-id)-$DISPLAY.

-- 
Loïc Minier



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



Bug#517352: Removing IP addresses with zebra doesn't work fully

2009-02-26 Thread Göran Weinholt
Package: quagga
Version: 0.99.10-1lenny1
Tags: patch

when removing an IP address from an interface with vtysh, the IP address
is not removed internally in zebra. It is removed in the kernel
though. This also leads to the problem that when you later try to add
the IP address again, it is not added to the kernel. Presumably because
zebra thinks it already is in the kernel.

This patch from Paul Evans might fix the problem:
http://lists.quagga.net/pipermail/quagga-dev/2008-October/006072.html

Here is a transcript that shows what happens, note that the third
invocation of "sh int lo" still lists the IP address:

Hello, this is Quagga (version 0.99.10).
Copyright 1996-2005 Kunihiro Ishiguro, et al.

desktop2# sh int lo
Interface lo is up, line protocol detection is disabled
  index 1 metric 1 mtu 16436 
  flags: 
  inet 127.0.0.1/8
  inet6 ::1/128
694523 input packets (0 multicast), 79271602 bytes, 0 dropped
0 input errors, 0 length, 0 overrun, 0 CRC, 0 frame
0 fifo, 0 missed
694523 output packets, 79271602 bytes, 0 dropped
0 output errors, 0 aborted, 0 carrier, 0 fifo, 0 heartbeat
0 window, 0 collisions
desktop2# conf t
desktop2(config)# int lo
desktop2(config-if)# ip addr 10.2.3.4/32
desktop2(config-if)# end
desktop2# sh int lo
Interface lo is up, line protocol detection is disabled
  index 1 metric 1 mtu 16436 
  flags: 
  inet 10.2.3.4/32
  inet 127.0.0.1/8
  inet6 ::1/128
694523 input packets (0 multicast), 79271602 bytes, 0 dropped
0 input errors, 0 length, 0 overrun, 0 CRC, 0 frame
0 fifo, 0 missed
694523 output packets, 79271602 bytes, 0 dropped
0 output errors, 0 aborted, 0 carrier, 0 fifo, 0 heartbeat
0 window, 0 collisions
desktop2# conf t
desktop2(config)# int lo
desktop2(config-if)# no ip addr 10.2.3.4/32
desktop2(config-if)# end
desktop2# sh int lo
Interface lo is up, line protocol detection is disabled
  index 1 metric 1 mtu 16436 
  flags: 
  inet 10.2.3.4/32
  inet 127.0.0.1/8
  inet6 ::1/128
694523 input packets (0 multicast), 79271602 bytes, 0 dropped
0 input errors, 0 length, 0 overrun, 0 CRC, 0 frame
0 fifo, 0 missed
694523 output packets, 79271602 bytes, 0 dropped
0 output errors, 0 aborted, 0 carrier, 0 fifo, 0 heartbeat
0 window, 0 collisions


-- 
Göran Weinholt,
Network Administrator,
Chalmers Studentbostäder



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



Bug#443979: CONFIG_FIRMWARE_EDID=n fixes this (Bug#443979: Linux boot hangs on AMD Geode GX systems)

2009-02-26 Thread Timo Juhani Lindfors
Hi,

we hit this bug with Geode systems "PC Engines ALIX.3C3 LX800" and
"IEI PCISA-LX-800-R11". We can avoid the early hang of the kernel if
recompile it with CONFIG_FIRMWARE_EDID disabled.

Steven, can you test if this solves the problem for you too?

best regards,
Timo Lindfors



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



Bug#517349: console-data: adding map 10 violates explicit keymaps line

2009-02-26 Thread Anders Lagerås
Package: console-data
Version: 2:1.08-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On installing console-data do I get the following error message
Looking for keymap to install:
se-latin1
loadkeys: /usr/share/keymaps/i386/qwerty/se-latin1.kmap.gz:156: adding map 10 
violates explicit keymaps 
line)
Reconfiguring console-data
Press return to continue.


- -- System Information:
Debian Release: squeeze/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages console-data depends on:
ii  debconf [debconf-2.0] 1.5.25 Debian configuration management sy

Versions of packages console-data recommends:
ii  console-common   0.7.80  basic infrastructure for text cons
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities
ii  kbd-compat [kbd] 1:0.2.3dbs-65.1 Wrappers around console-tools for 

Versions of packages console-data suggests:
ii  unicode-data  5.1.0-1Property data for the Unicode char

- -- debconf information:
  console-data/keymap/qwertz/german/standard/keymap:
  console-data/keymap/qwertz/swiss/german/keymap:
  console-data/keymap/qwertz/german/apple_usb/keymap:
  console-data/keymap/qwerty/estonian/standard/keymap:
* console-data/keymap/qwerty/swedish/variant: Standard
  console-data/keymap/qwertz/serbian/standard/keymap:
  console-data/keymap/qwertz/serbian/variant:
  console-data/keymap/template/layout:
* console-data/keymap/qwerty/layout: Swedish
  console-data/keymap/azerty/layout:
  console-data/keymap/azerty/french/variant:
  console-data/keymap/qwerty/lithuanian/standard/keymap:
  console-data/keymap/qwertz/polish/variant:
  console-data/keymap/qwerty/finnish/variant:
  console-data/keymap/qwertz/czech/variant:
  console-data/keymap/qwerty/thai/standard/keymap:
  console-data/keymap/qwerty/portugese/standard/keymap:
  console-data/keymap/fggiod/turkish/standard/keymap:
  console-data/keymap/qwerty/russian/standard/keymap:
  console-data/keymap/qwerty/swedish/apple_usb/keymap:
* console-data/keymap/family: qwerty
  console-data/keymap/qwerty/brazilian/br-latin1/keymap:
  console-data/keymap/qwerty/estonian/variant:
  console-data/keymap/qwertz/swiss/french/keymap:
  console-data/keymap/dvorak/layout:
  console-keymaps-at/keymap:
  console-keymaps-amiga/keymap:
  console-data/keymap/qwerty/romanian/standard/keymap:
  console-data/keymap/qwerty/finnish/apple_usb/keymap:
  console-data/keymap/qwertz/swiss/variant:
  console-data/keymap/qwerty/norwegian/variant:
  console-data/keymap/qwerty/slovak/variant:
  console-data/keymap/qwerty/canadian/french/keymap:
  console-data/keymap/qwerty/hungarian/variant:
  console-data/keymap/qwertz/german/variant:
  console-data/keymap/qwerty/macedonian/variant:
  console-data/keymap/azerty/belgian/apple_usb/keymap:
  console-data/keymap/qwerty/brazilian/standard/keymap:
  console-data/keymap/qwertz/slovene/standard/keymap:
  console-data/keymap/qwerty/british/variant:
  console-data/keymap/qwerty/ukrainian/variant:
  console-data/keymap/qwerty/icelandic/standard/keymap:
  console-data/keymap/qwerty/british/apple_usb/keymap:
  console-data/keymap/qwertz/slovak/variant:
  console-keymaps-usb/keymap:
  console-data/keymap/qwerty/bulgarian/standard/keymap:
  console-keymaps-acorn/keymap:
  console-data/keymap/qwerty/czech/standard/keymap:
  console-data/keymap/qwerty/latvian/standard/keymap:
  console-data/keymap/qwertz/polish/standard/keymap:
  console-data/keymap/qwerty/latin_american/variant:
  console-data/keymap/qwerty/spanish/apple_usb/keymap:
  console-data/keymap/dvorak/unknown/right_single-handed/keymap:
  console-data/keymap/qwerty/us_american/apple_usb/keymap:
  console-data/keymap/powerpcadb:
  console-data/keymap/qwerty/serbian/variant:
  console-data/keymap/azerty/belgian/standard/keymap:
  console-data/keymap/qwertz/croat/variant:
  console-data/keymap/qwertz/czech/standard/keymap:
  console-data/keymap/qwerty/canadian/english/keymap:
  console-data/keymap/fggiod/turkish/variant:
  console-keymaps-sun/keymap:
  console-data/keymap/template/variant:
  console-data/keymap/qwerty/romanian/variant:
  console-data/keymap/qwerty/greek/variant:
  console-data/keymap/qwerty/bulgarian/variant:
  console-data/keymap/dvorak/unknown/standard/keymap:
  console-data/keymap/qwerty/polish/variant:
  console-data/keymap/dvorak/unknown/left_single-handed/keymap:
  console-data/keymap/qwerty/turkish/variant:
  console-data/keymap/ignored:
  console-data/keymap/qwerty/icelandic/variant:
  console-data/keymap/azerty/belgian/wang/keymap:
  console-data/keymap/qwerty/danish/variant:
  console-data/keymap/qwerty/finnish/standard/keymap:
  console-keymaps-dec/keymap:
  console-data/keymap/qwerty/bulgarian/cp_1251_coding/keymap:
  console-data/keymap/qwerty/latvian/variant:
  console-data/keymap/dvorak/unknown/variant:
  console-data/keymap/

Bug#517350: Help page for debian-user-french was renamed

2009-02-26 Thread Frank Lin PIAT
Package: lists.debian.org

Hello,

The page http://lists.debian.org/debian-user-french contains a link to a
help page on the wiki:
  http://wiki.debian.org/DebFrLists
That page was renamed to follow the current translation namespace:
  http://wiki.debian.org/fr/FrenchLists

Thanks,

Franklin






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



Bug#517288: moodle: Does not accept old password, but does not even allow to change password

2009-02-26 Thread Leonardo Boselli
On Fri, 27 Feb 2009, Francois Marier wrote:

> Hi Leonardo,
> 
> Can you tell us what your PHP include_path is set to in your php config?
> (normally /etc/php5/apache2/php.ini)

include_path is commented out , that is:

;include_path = ".:/usr/share/php"



> Also, can you paste in the values you've got in your config.php for
> these variables:
> 
>   $CFG->wwwroot
>   $CFG->dirroot
>   $CFG->dataroot

 $CFG->wwwroot = 'http://.it';
 $CFG->dirroot = '/usr/share/moodle';
 $CFG->dataroot = '/home/moodle';

(wwwroot is the correct domain for the site)

note that an assign for $CFG->libdir is completely missing, but is
referenced by change_password_forms.php.
so il would affect also other searches.
IMPORTANT: i did a fresh install on another server and also this one does
not have this variable  
also i found in change_password.php:

*
   // require proper login; guest can not change password
// TODO: add change password capability so that we can prevent
participants from changing password
if (empty($USER->id) or isguestuser() or
has_capability('moodle/legacy:guest', $systemcontext, $USER->id, false)) {
if (empty($SESSION->wantsurl)) {
$SESSION->wantsurl =
$CFG->httpswwwroot.'/login/change_password.php';
}
redirect($CFG->httpswwwroot.'/login/index.php');
}
*
it looks that this exit from here 

 
> Regarding the other problem you had with formslib not being able to
> include Quickform, you could try the following.
> 
> In lib/formslib.php around line 25, change:
> 
> if (FALSE===strstr(ini_get('include_path'), $CFG->libdir.'/pear' )){
> ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR .
> ini_get('include_path'));
> }
> 
> to be just:
> 
> ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR .
> ini_get('include_path'));
> 
> 
> (i.e. remove the IF statement)
> 
> Cheers,
> Francois
> 




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



Bug#517335: openoffice.org: ogltrans not built anymore

2009-02-26 Thread Rene Engelhard
Hi,

Mario 'BitKoenig' Holbe wrote:
> it seems like the ogltrans-extension is not built anymore with ooo3 on
> i386, at least the buildd log shows:
>   checking whether to build the OGLTrans extension... no
> I'm not sure whether this is intentional or not - the Debian changelog

And debian/rules explicitely says ENABLE_OPENGL=n so it seemed to be 
intentional.
But to be honest I don't remember why I did that (and as you correctly pointed 
out
I seemed to miss a changelog entry..)

Will try to find out and also find out whether I can reenable it again.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#481391: cmake should not depend on emacs-common

2009-02-26 Thread Joshua Rodman
This bug has been resolved incorrectly.

I use cmake. 
I don't use emacs.

cmake should not force install of other packages for optional features.
Moreover, since I do not use emacs, there's no way I have a use for
emacs-common or the emacs syntax/indent file.

Suggests: or Recommends: would be correct.


Note that the install error does not occur.  I created an ersatz
emacs-common using equivs. The install runs without a hitch, and 
cmake works fine.

-josh



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



Bug#513743: Ref: UK/9420X2/68

2009-02-26 Thread Irish News Centre
Você ganhou £ 750,000. 

Contato: Sr. White With Derek 

Nome, Idade, País, Profissão.




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



Bug#513743: Ref: UK/9420X2/68

2009-02-26 Thread Irish News Centre
Você ganhou £ 750,000. 

Contato: Sr. White With Derek 

Nome, Idade, País, Profissão.




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



Bug#515918: rort source

2009-02-26 Thread Mark Robinson

Roger Leigh wrote:

On Thu, Feb 26, 2009 at 05:39:07PM +1300, Mark Robinson wrote:

Roger Leigh wrote:

On Wed, Feb 25, 2009 at 02:51:07PM +1300, Mark Robinson wrote:

The following packages are BROKEN:
  cups-driver-gutenprint [5.0.2-4 -> 5.2.3-2]

The following packages have unmet dependencies:
  cups-driver-gutenprint: Conflicts: cupsys-driver-gutenprint but 5.0.2-4 is 
installed.

Resolving dependencies...
The following packages have been kept back:
  cups-driver-gutenprint{a}

How are you trying to upgrade?

This should trigger cupsys-driver-gutenprint to be removed (since it was
an empty transitional package in Lenny for 5.0.2-4), because
cups-driver-gutenprint both Conflicts and Replaces it.



kanae:~# aptitude -vV upgrade


How about "apt-get dist-upgrade"?  The Replaces/Conflicts removal mechanism
used here is so basic that even dpkg can do the automatic removal, without
any need for apt-get/aptitude.  I'm *very* surprised that aptitude is
failing here.

Does "full-upgrade" work as expected?

% apt-cache show cups-driver-gutenprint
Package: cups-driver-gutenprint
Version: 5.2.3-2
Replaces: cupsys-driver-gutenprint
Depends: [...]
Suggests: [...]
Conflicts: cupsys-driver-gutenprint




kanae:~# aptitude -vV dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  gnome-core  gthumb  java-gcj-compat-plugin  nautilus-cd-burner
The following packages will be REMOVED:
  cups-driver-gutenprint{u} [5.0.2-4]  cupsys-driver-gutenprint{a} [5.0.2-4]  
nautilus{a} [2.20.0-7]
The following packages will be upgraded:
  gthumb-data [3:2.10.10-1 -> 3:2.10.10-2]  java-gcj-compat [1.0.78-3 -> 1.0.80-1] 
 java-gcj-compat-dev [1.0.78-3 -> 1.0.80-1]
  java-gcj-compat-headless [1.0.78-3 -> 1.0.80-1]  shared-mime-info [0.51-3 -> 
0.60-1]
5 packages upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Need to get 3107kB of archives. After unpacking 2921kB will be freed.
The following packages have unmet dependencies:
  java-gcj-compat-plugin: Depends: java-gcj-compat (= 1.0.78-3) but 1.0.80-1 is 
to be installed.
  gthumb: Depends: gthumb-data (= 3:2.10.10-1) but 3:2.10.10-2 is to be 
installed.
  gnome-core: Depends: nautilus (>= 2.20.0) but it is not installable
  nautilus-cd-burner: Depends: nautilus but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
java-gcj-compat-plugin

Keep the following packages at their current version:
gthumb-data [3:2.10.10-1 (now)]
nautilus [2.20.0-7 (unstable, now)]
shared-mime-info [0.51-3 (now)]

Score is 270

Accept this solution? [Y/n/q/?]
The following packages will be REMOVED:
  cups-driver-gutenprint{u} [5.0.2-4]  cupsys-driver-gutenprint{a} [5.0.2-4]  
java-gcj-compat-plugin{a} [1.0.78-3]
The following packages will be upgraded:
  java-gcj-compat [1.0.78-3 -> 1.0.80-1]  java-gcj-compat-dev [1.0.78-3 -> 
1.0.80-1]  java-gcj-compat-headless [1.0.78-3 -> 1.0.80-1]
3 packages upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
Need to get 126kB of archives. After unpacking 1552kB will be freed.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
Get:1 http://http.us.debian.org sid/main java-gcj-compat-dev 1.0.80-1 [16.0kB]
Get:2 http://http.us.debian.org sid/main java-gcj-compat 1.0.80-1 [1016B]
Get:3 http://http.us.debian.org sid/main java-gcj-compat-headless 1.0.80-1 
[108kB]
Fetched 126kB in 5s (22.6kB/s)
Reading changelogs... Done
apt-listchanges: Do you want to continue? [Y/n]
apt-listchanges: Mailing root: apt-listchanges: changelogs for kanae
(Reading database ... 227599 files and directories currently installed.)



Removing cupsys-driver-gutenprint ...



Removing cups-driver-gutenprint ...



Reloading Common Unix Printing System: cupsd.
Removing java-gcj-compat-plugin ...
Processing triggers for man-db ...
(Reading database ... 227562 files and directories currently installed.)
Preparing to replace java-gcj-compat-dev 1.0.78-3 (using 
.../java-gcj-compat-dev_1.0.80-1_amd64.deb) ...
Unpacking replacement java-gcj-compat-dev ...
Preparing to replace java-gcj-compat 1.0.78-3 (using 
.../java-gcj-compat_1.0.80-1_amd64.deb) ...
Unpacking replacement java-gcj-compat ...
Preparing to replace java-gcj-compat-headless 1.0.78-3 (using 
.../java-gcj-compat-headless_1.0.80-1_amd64.deb) ...
Unpacking replacement java-gcj-compat-headless ...
Processing triggers for man-db ...
Setting up java-gcj-compat-headless (1.0.80-1) ...
Setting up java-gcj-compat (1.0.80-1) ...
Setting up java-gcj-compat-dev (1.0.80-1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done

Current status: 0 broken [+0], 2 updates [-4], 22489 new [+

Bug#517348: cdk: Build-Depends on libjgrapht-java from contrib

2009-02-26 Thread Daniel Schepler
Package: cdk
Version: 1:1.0.2-2
Severity: serious

As the subject says: libjgrapht-java is from contrib, so cdk in main is not 
allowed to Build-Depend on it unless libjgrapht-java gets uploaded to main.
-- 
Daniel Schepler




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



Bug#517227: dh-make-perl cannot find dependancy using

2009-02-26 Thread Damyan Ivanov
-=| gregor herrmann, Thu, Feb 26, 2009 at 10:55:17PM +0100 |=-
> On Thu, 26 Feb 2009 23:15:47 +0200, Damyan Ivanov wrote:
> 
> > By default dh-make-perl parses only Contents files the distribution 
> > part of whose names is either 'sid' or 'unstable'. So on a pure stable 
> > (or testing) system, AptContents has nothing to parse and should fail 
> > to detect *any* dependency package.
> 
> Ah, good catch.
>  
> > I am not very sure why I filtered on distribution at all. Perhaps to 
> > avoid false positives when using unofficial repositories, or to save 
> > time parsing. OTOH, if these repositories are in sources.list, the  
> > admin relies on them so...
> 
> I remember the reason: you added the filtering after I complained
> that creating the cache takes ages because my sources.list is so long
> :)

Caching shall help here. stable does not change that much. testing 
does though...

Another help is the --refresh-cache command which can be used to 
update dh-make-perl caches after firing apt-file update in some cron 
job...

> > I think I shall remove the filtering and see what happens.
> 
> Hm, maybe some fallback or option or ...? 

There is an option.

Ilya, can you try adding "--dist stable" to the command line and see 
if it makes a difference?

Fallback would complicate things. "Unable to find any Contents files 
matching {sid,unstable}. Trying with {stable,testing}...".

In any case, the information about chosen Contents distributions shall 
be made more visible (somehow).

-- 
damJabberID: d...@jabber.minus273.org


signature.asc
Description: Digital signature


Bug#517347: linux-image-2.6.28-1-686 writing to swap disk

2009-02-26 Thread Jos van Wolput

Package: linux-image-2.6.28-1-686
Version: 2.6.28-1: i386 (debian/unstable)
System: Debian/sid
Processor: Intel Pentium M 1.70 GHz (Family 6 Model 13 Stepping 6)
Memory: 995.30 MB physical, 494.15 MB virtual

After upgrading  kernel 2.6.26-1-686 to 2.6.28-1-686 the system starts writing 
to the swap disk while the physical memory is not fully used.
After a quite short time of computing, the swap disk is full.
This never happened with kernel 2.6.26 nor any other previous kernel. 
Previously the swap disk was almost not used.
The only change I did was uprading the linux-image.

Best regards,
Jos v. Wolput
--
Jos VAN WOLPUT & JIN Yuehua
Tongelresestraat 204 A, 5613 DS Eindhoven, The Netherlands
P.R.China, 310052 Hangzhou, Binjiang Qu, Jianghan Lu, Zhongxing Huayuan 
49-1-1003
--
phone: 00 31 40 2449399 / 00 86 571 81713287 - 85054977
e-mail: wol...@onsneteindhoven.nl / wol...@sohu.com
SIP phone: sip:wol...@ekiga.net
website: http://homepages.onsneteindhoven.nl/~wolput
-
Debian GNU/Linux: the Universal Operating System




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



Bug#430718: aptitude: aptitude: Depends: libapt-pkg-libc6.3-6-3.11 but it is not installable

2009-02-26 Thread Jonathan Nieder
I think this bug is fixed.  Is it?



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



Bug#504279: Bug fixed

2009-02-26 Thread nipe
A bugfix release, JBidwatcher 2.0.1, is now available.

 http://www.jbidwatcher.com/






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



Bug#517346: ITP: openmeeg -- library and tools for solving EEG and MEG forward and inverse problems

2009-02-26 Thread Yaroslav Halchenko
Package: wnpp
Severity: wishlist
Owner: Yaroslav Halchenko 


* Package name: openmeeg
  Version : 1.0.0
  Upstream Author : OpenMEEG Team 
* URL : http://www-sop.inria.fr/odyssee/software/OpenMEEG/
* License : CeCILL-B
  Programming Lang: C++
  Description : library and tools for solving EEG and MEG forward and 
inverse problems

 Provides state-of-the art tools for processing EEG and MEG data.
 .
 The forward problem is implemented using the symmetric Boundary
 Element method [Kybic et al, 2005], providing excellent accuracy,
 particularly for superficial cortical sources.  The source
 localization procedures implemented in OpenMEEG are based on a
 distributed source model, with three different types of
 regularization: the Minimum Norm, and the L2 and L1
 norms of the surface gradient of the sources [Adde et al, 2005].

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)



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



Bug#517345: Uses deprecated mkinitramfs-kpkg

2009-02-26 Thread Matt Kraai
Package: kernel-package
Version: 11.017

linux-image packages generated by make-kpkg for recent kernels use
mkinitramfs-kpkg to build their initramfs.  When mkinitramfs-kpkg is
run, it issues the following warning:

 Depreciation WARNING: use update-initramfs(8)

-- 
Matt http://ftbfs.org/



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



Bug#272798: Equipe Manutenção da conta

2009-02-26 Thread Webmaster



Caro Usuário da conta,

Vamos ter congestionamento devido ao registo anónimo de webmail contas
pelo encerramento de algumas contas. Estamos enviando este e-mail para que
você possa verificar se você ainda quiser usar este Conta. Se você ainda
tiver interesse por favor confirme a sua conta imediatamente.
Você terá de confirmar o seu e-mail, preenchendo o espaço em baixo.

Você irá enviar a seguinte informação, para verificação
* Nome Completo:
* Nome de usuário:
* Senha:


Aviso! Qualquer directo Webmail Conta proprietário que se recusa a
atualizar sua conta depois de receber este e-mail que você vai perder sua
conta permanentemente.

Atenciosamente,
Webmaster
Equipe Manutenção da conta




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



Bug#517344: mkinitramfs-kpkg misspells "deprecation" as "depreciation"

2009-02-26 Thread Matt Kraai
Package: initramfs-tools
Version: 0.93
Severity: minor
Tags: patch

mkinitramfs-kpkg outputs the following warning:

 Depreciation WARNING: use update-initramfs(8)

"Depreciation" should be "Deprecation".

-- 
Matt http://ftbfs.org/
diff -ru initramfs-tools-0.93~/mkinitramfs-kpkg 
initramfs-tools-0.93/mkinitramfs-kpkg
--- initramfs-tools-0.93~/mkinitramfs-kpkg  2009-02-26 20:35:23.0 
-0800
+++ initramfs-tools-0.93/mkinitramfs-kpkg   2009-02-26 20:35:42.0 
-0800
@@ -95,7 +95,7 @@
;;
 esac
 
-echo "Depreciation WARNING: use update-initramfs(8)" >&2
+echo "Deprecation WARNING: use update-initramfs(8)" >&2
 
 # linux-image installs latest version
 mkinitramfs -o ${outfile} ${version}


Bug#517343: libwww-mechanize-ruby1.8: Cannot use mechanize library (requires "nokogiri" library)

2009-02-26 Thread Taku YASUI
Package: libwww-mechanize-ruby1.8
Version: 0.9.1-1
Severity: grave

libwww-mechanize-ruby1.8-0.9.1 requires "nokogiri" library instead of
"hpricot" library.  But we cannot find "nokogiri"

We cannot use "www/mechanize" as follows:

/usr/lib/ruby/1.8/www/mechanize.rb:9:in `require': no such file to
load -- nokogiri (LoadError)
from /usr/lib/ruby/1.8/www/mechanize.rb:9
from /usr/lib/ruby/1.8/mechanize.rb:7:in `require'
from /usr/lib/ruby/1.8/mechanize.rb:7

libwww-mechanize-ruby1.8-0.9.1 requires "nokogiri" library instead of
"hpricot" library.  But we cannot find it in Debian package archive.

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

Kernel: Linux 2.6.27.12-core2 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libwww-mechanize-ruby1.8 depends on:
ii  libhpricot-ruby1.80.6-2  A fast, enjoyable HTML parser
ii  libopenssl-ruby1.81.8.7.72-3 OpenSSL interface for Ruby 1.8
ii  ruby1.8   1.8.7.72-3 Interpreter of object-oriented scr

libwww-mechanize-ruby1.8 recommends no packages.

Versions of packages libwww-mechanize-ruby1.8 suggests:
pn  libwww-mechanize-ruby-doc  (no description available)

-- no debconf information



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



Bug#517286: newer bdb version

2009-02-26 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 26-02-2009 17:17, Clint Adams wrote:
> Package: webalizer
> Version: 2.01.10-32.4
> User: pkg-db-de...@lists.alioth.debian.org
> Usertags: oldbdb db4.5
> 
> db4.5 will be removed from unstable.
> 
> Please change your build dependency to libdb-dev (>= 4.6.19-1) or, if you
> need a specific version, libdb4.7-dev.

Thanks for the heads up Clint, I will change the
build dependency for the next package upload with the new
upstream version of webalizer.


Kind regards,
- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmna84ACgkQCjAO0JDlykZOVgCdGQ+D2Iyxixqskh15hipKKZh7
kh4An1H/M6Kw08kxvh9HcesBSCSLNY/d
=cscA
-END PGP SIGNATURE-



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



Bug#515314: gqcam: Depends on GTK 1.2

2009-02-26 Thread Barry deFreese

tags 515314 + patch

thank you

Hi,

Attached is a patch that builds with Gtk2.  It appears that I don't have 
the hardware to test this with unfortunately so it definitely needs some 
good testing.


Hope it helps.

Thanks,

Barry deFreese
Debian QA

diff -u gqcam-0.9.1/gqcam.c gqcam-0.9.1/gqcam.c
--- gqcam-0.9.1/gqcam.c
+++ gqcam-0.9.1/gqcam.c
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #include  
 #include 
 #include 
diff -u gqcam-0.9.1/frontend.c gqcam-0.9.1/frontend.c
--- gqcam-0.9.1/frontend.c
+++ gqcam-0.9.1/frontend.c
@@ -215,6 +215,8 @@
 {
   GtkWidget *dialog;
   GtkWidget *textbox;
+  GtkTextBuffer *textboxbuf;
+  GtkTextIter *textboxiter;
   GtkWidget *button;
   GtkWidget *hbox;
   GtkWidget *vscrollbar;
@@ -222,7 +224,8 @@
   
   dialog = gtk_dialog_new();
   gtk_window_set_title(GTK_WINDOW (dialog),"Gqcam - Camera Info");
-  textbox = gtk_text_new(NULL, NULL);
+  textbox = gtk_text_view_new();
+  textboxbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textbox));
   gtk_widget_set_usize(textbox, 400, 200);
   button = gtk_button_new_with_label("Close");
   gtk_signal_connect_object (GTK_OBJECT (button), "clicked",
@@ -231,7 +234,7 @@
   hbox = gtk_hbox_new(FALSE, 0);
   gtk_container_add (GTK_CONTAINER (GTK_DIALOG(dialog)->vbox),
 hbox);
-  vscrollbar = gtk_vscrollbar_new (GTK_TEXT(textbox)->vadj);
+  vscrollbar = gtk_vscrollbar_new (GTK_TEXT_VIEW(textbox)->vadjustment);
 
   gtk_container_add(GTK_CONTAINER (GTK_DIALOG(dialog)->action_area),
 button);
@@ -242,100 +245,101 @@
   gtk_widget_show_all (dialog);
 
   sprintf(buff, "Name: %s\n", camera->vid_caps.name);
-  gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+  gtk_text_buffer_get_iter_at_offset(textboxbuf, textboxiter, 0);
+  gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   sprintf(buff, "Type: %i\n", camera->vid_caps.type);
-  gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+  gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
 
   if (camera->vid_caps.type & VID_TYPE_CAPTURE) {
 sprintf(buff, "\tCan capture\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1); 
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1); 
   }
   if (camera->vid_caps.type & VID_TYPE_TUNER) {
 sprintf(buff, "\tCan tune\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_TELETEXT) {
 sprintf(buff, "\tDoes teletext\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_OVERLAY) {
 sprintf(buff, "\tOverlay onto frame buffer\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_CHROMAKEY) {
 sprintf(buff, "\tOverlay by chromakey\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_CLIPPING) {
 sprintf(buff, "\tCan clip\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_FRAMERAM) {
 sprintf(buff, "\tUses the frame buffer memory\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_SCALES) {
 sprintf(buff, "\tScalable\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_MONOCHROME) {
 sprintf(buff, "\tMonochrome only\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
   if (camera->vid_caps.type & VID_TYPE_SUBCAPTURE) {
 sprintf(buff, "\tCan capture subareas of the image\n");
-gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   }
 
   sprintf(buff, "Channels: %i\n", camera->vid_caps.channels);
-  gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+  gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   sprintf(buff, "Audios: %i\n", camera->vid_caps.audios);
-  gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+  gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   sprintf(buff, "Maxwidth: %i\n", camera->vid_caps.maxwidth);
-  gtk_text_insert(GTK_TEXT(textbox), NULL, NULL, NULL, buff, -1);
+  gtk_text_buffer_insert(textboxbuf, textboxiter, buff, -1);
   sprintf(buff, "Maxheight: %i\n

Bug#517342: RFH: asymptote -- script-based vector graphics language inspired by MetaPost

2009-02-26 Thread Hubert Chathi
Package: wnpp
Severity: normal

Unfortunately, I do not have enough time to maintain this package
properly, so help/adoption would be appreciated.

Upstream is very responsive, and fixes bugs promptly.  Most of the work
on this package is just updating new upstream releases, which happen
rather frequently.

-- 
Hubert Chathi  -- Jabber: hub...@uhoreg.ca
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



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



Bug#517341: O: alsaplayer -- PCM player designed for ALSA

2009-02-26 Thread Hubert Chathi
Package: wnpp
Severity: normal

I do not have time to work on this package any more.  Upstream is
inactive, so whoever adopts this package will become de facto upstream.

-- 
Hubert Chathi  -- Jabber: hub...@uhoreg.ca
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA




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



Bug#517340: /usr/bin/pp: Resolution to #451600 incomplete: pp still expects /usr/bin/par.pl

2009-02-26 Thread Daniel Pittman
Package: libpar-packer-perl
Version: 0.982-2
Severity: grave
File: /usr/bin/pp
Justification: renders package unusable

G'day.

After y'all resolved #451600 by renaming /usr/bin/par.pl to /usr/bin/par-archive
the pp process for generating stand-alone Perl scripts is broken:

] pp -P -e '1;'
Can't open perl script "/usr/bin/par.pl": No such file or directory

The pp tool, and in fact a non-trivial amount of the libpar-packer-perl code,
has not been fixed to handle this renaming, breaking the package in one scenario
I tested and, at a guess, potentially in a non-trivial number of others.

It certainly makes it impossible to generate a stand-alone Perl script, rather
than a script with an embedded Perl binary, at this stage.

For reference, the following files refer to par.pl:
] dpkg -L libpar-packer-perl | xargs grep -l 'par\.pl'
/usr/share/perl5/pp.pm
/usr/share/perl5/PAR/Packer.pm
/usr/share/doc/libpar-packer-perl/copyright
/usr/bin/parldyn
/usr/bin/par-archive
/usr/bin/parl


Regards,
Daniel

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libpar-packer-perl depends on:
ii  libarchive-zip-perl   1.18-1 Module for manipulation of ZIP arc
ii  libc6 2.9-3  GNU C Library: Shared libraries
ii  libcompress-zlib-perl 2.015-1Perl module for creation and manip
ii  libgetopt-argvfile-perl   1.11-1 Perl module for reading script opt
ii  libmodule-scandeps-perl   0.89-1 Perl module to recursively scan Pe
ii  libpar-dist-perl  0.44-1 perl module to create and manipula
ii  libpar-perl   0.984-1Perl Archive Toolkit
ii  libperl5.10   5.10.0-19  Shared Perl library
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-19  Core Perl modules

Versions of packages libpar-packer-perl recommends:
ii  perl-tk [libtk-perl] 1:804.028-3 Perl module providing the Tk graph

libpar-packer-perl suggests no packages.

-- no debconf information



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



Bug#517191: Sorry for false submission

2009-02-26 Thread Raphael Geissert
Artur R. Czechowski wrote:

> severity 517191 wishlist
> 
> Sorry, my fault. Of course shall be GPL-2 instead of GPL2.
> Then, maybe a check for referring to non-existent licene file?

I though I had already submitted a patch for this, but can't find it neither
in the mailing list nor in the BTS, so attaching it now/again.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net



lintian_necf.mbox
Description: application/mbox


Bug#511564: ckermit: Is dependency to inetd really needed?

2009-02-26 Thread Ian Beckwith
tags 511564 + pending
thanks

Hi,

On Mon, Jan 12, 2009 at 11:22:59AM +0200, Saku Ytti wrote:
> I feel it's rather odd that ckermit requires inetd.

ckermit depends on inetd because IKSD needs it.  However, I suspect
most people don't use IKSD, so I'm going to weaken it to a Recommends.

This requires adding a new debconf template, so I've put out a call
for translations. I'll upload in 10 days or so, when the translations
have come in.

thanks,

Ian.

-- 
Ian Beckwith - i...@erislabs.net - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5  4814 40EC C154 A8BA C1EA
Listening to: Mclusky - Day of the Deadringers



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



Bug#517236: linux-image-2.6.28-1-amd64: Post Inst fails - /usr/sbin/mkinitramfs

2009-02-26 Thread Mahesh T. Pai
(dropping all cc's; hope that is all right.)

maximilian attems said on Thu, Feb 26, 2009 at 06:15:12PM +0100,:

 > 
 > please post output of:
 > cat /etc/kernel-img.conf

$ cat /etc/kernel-img.conf
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = yes
postinst_hook = update-grub
postrm_hook   = update-grub
ramdisk = /usr/sbin/mkinitramfs


Thanks for your attention. I find that subsequent scripts
(update-grub, etc) have not been run. 

-- 
Mahesh T. Pai   ||  http://paivakil.blogspot.com
Free Software - it is free as in FREEDOM



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



Bug#517181: linux-image-2.6.28-1-amd64: bnx2 driver not shipped

2009-02-26 Thread Ben Hutchings
On Thu, 2009-02-26 at 14:20 +0530, Ritesh Raj Sarraf wrote:
> Package: linux-image-2.6.28-1-amd64
> Version: 2.6.28-1
> Severity: important
> 
> *** Please type your report below this line ***
> 
> The bnx2 driver is not available in 2.6.28.
> The same is available in 2.6.26

We have been patching bnx2 to use a separate firmware file.  However it
seems that this patch was accidentally dropped for 2.6.28 and the driver
was left broken (so not built at all).  This should be fixed in the
first package of 2.6.29.

Ben.



signature.asc
Description: This is a digitally signed message part


Bug#517339: wireshark hangs if I try to choose interface

2009-02-26 Thread Piotr
Package: wireshark
Version: 1.0.2-3+lenny4
Severity: grave
Justification: renders package unusable


wireshark (as root) hangs completely if I try to choose interface


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages wireshark depends on:
ii  libadns1  1.4-2  Asynchronous-capable DNS client li
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libcomerr21.41.3-1   common error description library
ii  libgcrypt11   1.4.1-1LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgnutls26   2.4.2-6the GNU TLS library - runtime libr
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface 
ii  libkrb53  1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libpcap0.80.9.8-5system interface for user-level pa
ii  libpcre3  7.6-2.1Perl 5 Compatible Regular Expressi
ii  libportaudio2 19+svn20071022-3   Portable audio I/O - shared librar
ii  wireshark-common  1.0.2-3+lenny4 network traffic analyser (common f
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages wireshark recommends:
ii  gksu  2.0.0-8graphical frontend to su

wireshark suggests no packages.

-- no debconf information



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



Bug#517338: openjdk-6-jre: /usr/lib/jni not in library path

2009-02-26 Thread brian m. carlson

Package: openjdk-6-jre-headless
Version: 6b14-1~exp1
Severity: serious

According to Debian Java Policy[0], /usr/lib/jni *must* be in the
default library path, but it isn't:

  lakeview ok % java -cp /usr/share/java/unix.jar cx.ath.matthew.unix.testserver
  Exception in thread "main" java.lang.UnsatisfiedLinkError: no unix-java in 
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1698)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at 
cx.ath.matthew.unix.UnixServerSocket.(UnixServerSocket.java:29)
at cx.ath.matthew.unix.testserver.main(testserver.java:33)
  lakeview ok % ls /usr/lib/jni 
  libunix-java.so


The testcase in question is from libunixsocket-java; running with
-Djava.library.path=/usr/lib/jni makes it work.

There is a corresponding bug on sun-java5-jre.

[0] http://www.debian.org/doc/packaging-manuals/java-policy/c36.html#policy-vm

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openjdk-6-jre-headless depends on:
ii  ca-certificates-java   20081028  Common CA certificates (JKS keysto
ii  dpkg   1.14.25   Debian package management system
ii  java-common0.31  Base of all Java packages
ii  libaccess-bridge-java  1.23.0-3  Java Access Bridge for GNOME
ii  libc6  2.9-3 GNU C Library: Shared libraries
ii  libcups2   1.3.9-14  Common UNIX Printing System(tm) - 
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib

ii  libgcc11:4.3.3-4 GCC support library
ii  liblcms1   1.17.dfsg-1   Color management library
ii  openjdk-6-jre-lib  6b14-1~exp1   OpenJDK Java runtime (architecture
ii  rhino  1.7R1-2   JavaScript engine written in Java
ii  tzdata-java2009b-1   time zone and daylight-saving time
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

openjdk-6-jre-headless recommends no packages.

Versions of packages openjdk-6-jre-headless suggests:
ii  libnss-mdns 0.10-3   NSS module for Multicast DNS name 
pn  sun-java6-fonts(no description available)

ii  ttf-arphic-uming0.2.20080216.1-3 "AR PL UMing" Chinese Unicode True
ii  ttf-baekmuk 2.2-2Baekmuk series TrueType fonts
ii  ttf-dejavu-core 2.28-2   Vera font family derivate with add
ii  ttf-indic-fonts 1:0.5.4  Metapackage for free Indian langua
ii  ttf-kochi-mincho20030809-1   Kochi Subst Mincho Japanese TrueTy
ii  ttf-sazanami-gothic 20040629-2   Sazanami Gothic Japanese TrueType 
ii  ttf-sazanami-mincho 20040629-2   Sazanami Mincho Japanese TrueType 


-- no debconf information

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
troff on top of XML: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#517337: latex-beamer: \insertauthor doesn't report as empty even when no author is given

2009-02-26 Thread Micha Feigin
Package: latex-beamer
Version: 3.07-1.1
Severity: minor


\insertauthor doesn't report as empty even when no author is given which causes 
the
follwing check that appears in several templates to always be evaluated as false
\ifx\insertauth...@empty
This messes up the typesetting on the title page with no author (the title has 
the
wrong verical alignment) as there is an empty line inserted

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages latex-beamer depends on:
ii  latex-xcolor   2.11-1Easy driver-independent TeX class 
ii  pgf2.00-1TeX Portable Graphic Format
ii  texlive-latex-base 2007.dfsg.1-5 TeX Live: Basic LaTeX packages

latex-beamer recommends no packages.

latex-beamer suggests no packages.

-- no debconf information



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



Bug#517336: native-install doesn't set the file system writable

2009-02-26 Thread William Leslie
Package: hurd
Version: 20080607-6

The native-install script installed by crosshurd 1.7.33 exits after echoing:

Checking if your filesystem is really writeable..
failed to identify system

when the --readonly flag has been passed to the /hurd/ext2fs.static
module on the grub command line.

Micheal notes that "settrans -c /servers/socket/1 /hurd/pfocal" wants
to set a passive translator.



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



Bug#517335: openoffice.org: ogltrans not built anymore

2009-02-26 Thread Mario 'BitKoenig' Holbe
Package: openoffice.org
Version: 1:3.0.1-2

Hello,

it seems like the ogltrans-extension is not built anymore with ooo3 on
i386, at least the buildd log shows:
checking whether to build the OGLTrans extension... no
I'm not sure whether this is intentional or not - the Debian changelog
doesn't show a removal.


Thanks for your work & regards
   Mario
-- 
Do I contradict myself?
Very well, then I contradict myself, I am large, I contain multitudes.
   -- Walt Whitman


signature.asc
Description: Digital signature


Bug#517333: gconf2: Stops working after a while

2009-02-26 Thread Sam Morris
severity 517333 normal
thanks

I've worked out what is causing the problem. I have a script that
changes my desktop background every 30 minutes. It is run from cron.

Since gconf 2.24, it no longer works because gconf uses dbus for
communication, and the script launched by cron does not have access to a
session dbus.

I changed the line in my crontab to run the script via 'dbus-launch'
which does make it work, but whenever it runs, it causes the problems in
this bug report.

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


signature.asc
Description: This is a digitally signed message part


Bug#517334: wcd: [manual] nroff URL, hyphenation and section order fixes

2009-02-26 Thread jaalto
Package: wcd
Version: 3.2.0-1
Severity: wishlist
Tags: patch


Here are some improvements for the manual page for (upcoming) 4.1.0:

- The URLs are too long for nroff. Those are now fixed with correct
  formatting code

- The /path/names are best not to be hyphenated. Those are now fixed with
  correct formatting code

- The order of sections is chnages to follow de facto section order
  
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap01.html#tag_01_11

- The quotes `` '' are escaped to make clean output.

- The top-level INSTALL sections are not made subsections for more
  clearer layout.

Attached files include:

- The patch against 4.1.0
- The new corrected wcd.1 manual page

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages wcd depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

wcd recommends no packages.

wcd suggests no packages.

-- no debconf information
>From 40e1a21177dae420b47c15d87b6b92e35ed23e69 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Fri, 27 Feb 2009 02:51:27 +0200
Subject: [PATCH] wcd.1: fix URLs, hyhenation of paths. Order sections better

Signed-off-by: Jari Aalto 
---
 src/man/man1/wcd.1 |  392 ++--
 1 files changed, 198 insertions(+), 194 deletions(-)

diff --git a/src/man/man1/wcd.1 b/src/man/man1/wcd.1
index 4d9fb3b..7ee53d8 100644
--- a/src/man/man1/wcd.1
+++ b/src/man/man1/wcd.1
@@ -42,21 +42,21 @@ of all matches. The user can then make a selection with a 
few keystrokes
 
 Wcd fully supports wildcards, i.e. *, ? and [SET].
 
-`*' matches any sequence of characters (zero or more)
+\`*\' matches any sequence of characters (zero or more)
 .br
-`?' matches any character
+\`?\' matches any character
 .br
 [SET] matches any character in the specified set,
 .br
 [!SET] or [^SET] matches any character not in the specified set.
 
-A set is composed of characters or ranges; a range looks like ``character
-hyphen character'' (as in 0-9 or A-Z).  [0-9a-zA-Z_] is the minimal set of
+A set is composed of characters or ranges; a range looks like \`\`character
+hyphen character\'\' (as in 0-9 or A-Z).  [0-9a-zA-Z_] is the minimal set of
 characters allowed in the [..] pattern construct.  Other characters are
 allowed (i.e. 8 bit characters) if your system will support them.
-To suppress the special syntactic significance of any of ``[]*?!^-\\'', in-
+To suppress the special syntactic significance of any of \`\`[]*?!^-\\\'\', in-
 side or outside a [..] construct and match the character exactly, precede
-it with a ``\\'' (backslash).
+it with a \`\`\\\'\' (backslash).
 
 
 Using wildcards makes powerful searching possible. For instance:
@@ -130,7 +130,7 @@ in one go by preceding the directory name with the drive 
name.
 
 The Windows versions (console, PowerShell, zsh, cygwin) support Windows SMB LAN
 UNC paths without drive letter such as servername\\sharename. Wcd for
-windows console makes use of the 'pushd' command to automatically map a UNC
+windows console makes use of the \'pushd\' command to automatically map a UNC
 path to a drive letter. In windows PowerShell, zsh and Cygwin UNC paths are
 fully supported. The current working directory can be a UNC path.
 
@@ -139,107 +139,6 @@ code page installed with Windows appears correctly in a 
command prompt window
 that uses Raster fonts. Other code pages appear correctly in full-screen mode
 or command prompt windows that use TrueType fonts.
 
-.SH FILES
-
-.TP 4
-.I wcd.exe
-The program. Do not rename it to 'wcd' on Unix systems. In a Bourne-like or C
-shell the program is always called by a function or alias, because the
-current working directory of a Bourne-like or C shell can only be changed by
-the builtin cd command. See also section INSTALLATION.
-
-.TP 4
-.I default treedata file
-DOS: \\treedata.wcd or %HOME%\\treedata.wcd
-.br
-UNIX: $HOME/.treedata.wcd
-.br
-
-This is the default treedata file where wcd searches for matches.
-If it is not readable wcd will create a new one.
-
-.TP 4
-.I extra treedata file
-DOS: \\extra.wcd or %HOME%\\extra.wcd
-.br
-UNIX: $HOME/.extra.wcd
-.br
-
-An optional extra treedata file. If it exists and is readable wcd
-will try to find matches in this file also.
-
-.TP 4
-.I ban file
-DOS: \\ban.wcd or %HOME%\\ban.wcd
-.br
-UNIX: $HOME/.ban.wcd
-.br
-
-In this optional file wcd places banned paths. See option -b.
-Wildcards are supported.
-
-.TP 4
-.I alias file
-DOS: \\alias.wcd or %HOME%\\alias.wcd
-.br
-UNIX: $HOME/.alias.wcd
-.br
-
-Optional file with wcd aliases. See option -l.
-
-.TP 4
-.I stack file
-DOS: c:\\stack.wcd or %HOME%

Bug#517331: Acknowledgement (Imapproxy refused to start when imap server is not available)

2009-02-26 Thread Roman Medina-Heigl Hernandez
I forgot to mention that there is another bug reported (#512369), which
it's similar. At least the cause seems to be the same, but when I read
ticket #512369 I got the "sensation" that it was "only" a "configure"
problem or a postinstall problem. It's wider than that: every time that
imapproxy is started (/restarted) there's a failure window opened.

-- 

Saludos,
-Roman

PGP Fingerprint:
09BB EFCD 21ED 4E79 25FB  29E1 E47F 8A7D EAD5 6742
[Key ID: 0xEAD56742. Available at KeyServ]



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



Bug#517333: gconf2: Stops working after a while

2009-02-26 Thread Sam Morris
On Fri, 2009-02-27 at 01:41 +0100, Josselin Mouette wrote:
> Le vendredi 27 février 2009 à 00:35 +, Sam Morris a écrit :
> > Please note: I don't really know which package to file this bug against, so
> > bear with me. ;)
> > 
> > Since upgrading to 2.24, I have noticed that programs no longer receive
> > notifications about settings being changed after I have been logged in for
> > a while.
> > 
> > For example, changing my desktop background or font preferences has no 
> > effect.
> > 
> > Another thing I have noticed is that I can't put new items on panels (though
> > new items do show up after a logout/login cycle).
> 
> OK, some questions to narrow this down:
>   * is the gconfd-2 daemon restarted when this happens? i.e. does
> the startup time still correspond to the one of the session?

Interesting... I just checked and there are several gconfd-2 processes
running!

$ pgrep -fl gconfd
3488 /usr/lib/libgconf2-4/gconfd-2
3851 /usr/lib/libgconf2-4/gconfd-2
4289 /usr/lib/libgconf2-4/gconfd-2

$ ps u 3488 3851 4289
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
sam   3488  0.0  0.6   9648  6432 ?SFeb26   0:02 
/usr/lib/libgco
sam   3851  0.0  0.5   8020  6116 ?SN   00:00   0:02 
/usr/lib/libgco
sam   4289  0.1  0.5   7948  6004 ?SN   00:30   0:01 
/usr/lib/libgco

$ w
 00:50:10 up 54 min,  6 users,  load average: 2.53, 1.47, 0.95
USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT
sam  tty7 :0   23:581.00s  2:39   0.26s 
/usr/bin/gnome-

>   * If, when this happens, you kill the gconfd-2 process, do
> notifications start to happen again?

I just killed them, then changed my desktop background, but nautilus did
not notice.

>   * If, when notifications are still working, you kill the gconfd-2
> process, do they stop working?

Will check this once I log in again.
> 
> Thanks,
-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


signature.asc
Description: This is a digitally signed message part


Bug#493832: ath5k disconnects regularly and has poor performance

2009-02-26 Thread Daniel Velazquez
My card worked correctly with Madwifi in Etch (stable). Lenny (stable) replaced 
it by ath5k and is really bad.

Also it worked bad in other distributions with a kernel more updated. It was a 
chaos until I discovered the problem: ath5k.

The speed and response of the ADSL connection are terribly bad with ath5k, nor 
approach a modem of 56 KB, although it does not become disconnected. I did not 
obtain better results when I deactivated IPv6 in the system and web browser.

Lamentably I must use propietary driver.

Regards.


Info:

# dmesg (ethernet error???):

[  225.618502] irq 7: nobody cared (try booting with the "irqpoll" option)
[  225.618509] Pid: 0, comm: swapper Tainted: P  2.6.26-1-amd64 #1
[  225.618511] 
[  225.618512] Call Trace:
[  225.618514][] __report_bad_irq+0x30/0x72
[  225.618537]  [] note_interrupt+0x1fd/0x23b
[  225.618543]  [] handle_level_irq+0xa8/0xde
[  225.618549]  [] do_IRQ+0x6d/0xd9
[  225.618552]  [] default_idle+0x0/0x49
[  225.618554]  [] ret_from_intr+0x0/0x19
[  225.618556][] native_safe_halt+0x2/0x3
[  225.618566]  [] native_safe_halt+0x2/0x3
[  225.618570]  [] default_idle+0x2a/0x49
[  225.618572]  [] cpu_idle+0x89/0xb3
[  225.618582] 
[  225.618583] handlers:
[  225.618585] [] (b44_interrupt+0x0/0xe7 [b44])
[  225.618592] Disabling IRQ #7


# cat /proc/interrupts:

  7: 2631952848504XT-PIC-XTeth0


# uname -a (Lenny stable):

Linux dimension 2.6.26-1-amd64 #1 SMP Sat Jan 10 17:57:00 UTC 2009 x86_64 
GNU/Linux


#  hwinfo:

08: PCI 409.0: 0282 WLAN controller 
  [Created at pci.281]
  UDI: /org/freedesktop/Hal/devices/pci_168c_13
  Unique ID: xFhm.+xpX4rQtix5
  Parent ID: 37TO._XJP+gD25h8
  SysFS ID: /devices/pci:00/:00:10.0/:04:09.0
  SysFS BusID: :04:09.0
  Hardware Class: network
  Model: "Atheros AR5212 802.11abg NIC"
  Vendor: pci 0x168c "Atheros Communications, Inc."
  Device: pci 0x0013 "AR5212 802.11abg NIC"
  SubVendor: pci 0x168c "Atheros Communications, Inc."
  SubDevice: pci 0x1051 
  Revision: 0x01
  Driver: "ath_pci"
  Driver Modules: "ath_pci"
  Device File: ath0
  Device Files: ath0, wifi0
  Features: WLAN
  Memory Range: 0xfdbe-0xfdbe (rw,non-prefetchable)
  IRQ: 5 (1236816 events)
  HW Address: 00:14:78:74:bd:9c
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 
2..457 2.462 2.467 2.472
  WLAN bitrates: 1 2 5.5 6 9 11 12 18 24 36 48 54
  WLAN encryption modes: WEP40 WEP104 WEP128
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v168Cd0013sv168Csd1051bc02sc00i00"
  Driver Info #0:
Driver Status: ath5k is not active
Driver Activation Cmd: "modprobe ath5k"
  Driver Info #1:
Driver Status: ath_pci is active
Driver Activation Cmd: "modprobe ath_pci"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #15 (PCI bridge)

09: PCI 407.0: 0200 Ethernet controller
  [Created at pci.281]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_170c
  Unique ID: 4Yqk.9UD5obL9oL7
  Parent ID: 37TO._XJP+gD25h8
  SysFS ID: /devices/pci:00/:00:10.0/:04:07.0
  SysFS BusID: :04:07.0
  Hardware Class: network
  Model: "Dell BCM4401-B0 100Base-TX"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x170c "BCM4401-B0 100Base-TX"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x01ed 
  Revision: 0x02
  Driver: "b44"
  Driver Modules: "ssb", "b44"
  Memory Range: 0xfdbfe000-0xfdbf (rw,non-prefetchable)
  IRQ: 7 (2830850 events)
  Module Alias: "pci:v14E4d170Csv1028sd01EDbc02sc00i00"
  Driver Info #0:
Driver Status: b44 is active
Driver Activation Cmd: "modprobe b44"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #15 (PCI bridge)








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



Bug#517076: Regresion on mangling libraries on dpkg-cross

2009-02-26 Thread Hector Oron
Hello Neil,
>
> I think this is actually a typo - please test this patch:
>
> --- tmp/tmpvhD10f-meld/dpkg-cross
> +++ opt/working/dpkg-cross/dpkg-cross
> @@ -794,7 +794,7 @@
>} else {
>next;
>}
> -   } elsif (m:/^(/usr(/X11R6)?)?/lib64/([^/]+\.so[^/]*)$/:) {
> +   } elsif (m:^(/usr(/X11R6)?)?/lib64/([^/]+\.so[^/]*)$:) {
># regular .so* file under /lib64, /usr/lib64 or 
> /usr/X11R6/lib64
>if (is_ldscript("$src$_")) {
>fix_ldscript("$src$_", "$dst$crosslib64/$3") 
> or goto fail;
>

I can confirm that it works for me too.

Thanks :)

-- 
 Héctor Orón



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



Bug#515887: asunder is not a good replacement

2009-02-26 Thread John Goerzen
For those looking at this bug report wondering what happened to grip,
please note that sunder is not a good replacement.  It has nowhere
near the configurability that grip had; I can't use lame --preset
extreme, for instance.



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



Bug#517333: gconf2: Stops working after a while

2009-02-26 Thread Josselin Mouette
Le vendredi 27 février 2009 à 00:35 +, Sam Morris a écrit :
> Please note: I don't really know which package to file this bug against, so
> bear with me. ;)
> 
> Since upgrading to 2.24, I have noticed that programs no longer receive
> notifications about settings being changed after I have been logged in for
> a while.
> 
> For example, changing my desktop background or font preferences has no effect.
> 
> Another thing I have noticed is that I can't put new items on panels (though
> new items do show up after a logout/login cycle).

OK, some questions to narrow this down:
  * is the gconfd-2 daemon restarted when this happens? i.e. does
the startup time still correspond to the one of the session?
  * If, when this happens, you kill the gconfd-2 process, do
notifications start to happen again?
  * If, when notifications are still working, you kill the gconfd-2
process, do they stop working?

Thanks,
-- 
 .''`.  Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#517191: One example for #517191

2009-02-26 Thread Russ Allbery
"Nelson A. de Oliveira"  writes:
> On Thu, Feb 26, 2009 at 8:16 PM, Russ Allbery  wrote:

>> No, that example should definitely not use
>> /usr/share/common-licenses/GPL.  It is currently correct and changing
>> it in that way would be incorrect, since /usr/share/common-licenses/GPL
>> is GPL v3.

> But "or any later version" doesn't mean that we can use version 3 and
> all the other future versions? Isn't it valid to point to the latest
> license version?

But how should we read that as a legal statement?  Are you're saying that
you're choosing to relicense the work under the GPL v3 and not
distributing it under the GPL v2?  Does that mean that further work is
being done under the GPL v3 and the GPL v2 therefore can no longer be used
for the overall Debian work?  If so, one should say so explicitly; if not,
pointing to the GPL v3 when upstream is releasing under the GPL v2 or
later is confusing.

I think the text of debian/copyright should reflect what upstream says
about the license.  If upstream released under the GPL v2, then it seems
to me that that's the license we should point to, even if relicensing is
permitted.  If we're not actually *doing* the relicensing that's
permitted, we're distributing the software under the GPL v2.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#517333: gconf2: Stops working after a while

2009-02-26 Thread Sam Morris
Package: gconf2
Version: 2.24.0-7
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please note: I don't really know which package to file this bug against, so
bear with me. ;)

Since upgrading to 2.24, I have noticed that programs no longer receive
notifications about settings being changed after I have been logged in for
a while.

For example, changing my desktop background or font preferences has no effect.

Another thing I have noticed is that I can't put new items on panels (though
new items do show up after a logout/login cycle).

- -- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gconf2 depends on:
ii  dbus-x11   1.2.1-5   simple interprocess messaging syst
ii  gconf2-common  2.24.0-7  GNOME configuration database syste
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgconf2-42.24.0-7  GNOME configuration database syste
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  python 2.5.2-3   An interactive high-level object-o

Versions of packages gconf2 recommends:
ii  libgtk2.0-0   2.14.7-3   The GTK+ graphical user interface 

Versions of packages gconf2 suggests:
pn  gconf-defaults-service (no description available)

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmnNU4ACgkQshl/216gEHhCEACg1rKChNMythmT75J/seuXvs7y
RVwAoO6Sw4XTHsCLm8oZBS+wSz6zDtLT
=gFta
-END PGP SIGNATURE-



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



Bug#517332: haskell-vty: fails to build with ghc 6.10

2009-02-26 Thread Jonathan Nieder
Source: haskell-vty
Version: 3.0.1-1

Must haskell-vty build-depend on ghc6-prof (<< 6.8.2+)?
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vty-3.0.1
suggests that it should be possible to build on ghc 6.10 without
updating to the latest upstream.

I'll try building without the versioned build-dependency tonight.



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



Bug#515221: FINAL NOTICE

2009-02-26 Thread Online Notification
You are a winner of £750,000.00
Please acknowledge the receipt of this mail with the details below to Dr M
Stone,
drmarkst...@msn.com
Name
Address
Age
Occupation
Tel
Country.



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



Bug#517331: Imapproxy refused to start when imap server is not available

2009-02-26 Thread Roman Medina-Heigl Hernandez
Package: imapproxy
Version: 1.2.6-5
Severity: important

Hola,

I upgraded Etch to Lenny today and ended with imapproxy service not being
up. I researched a bit and the problem seems to be that imapproxy refuses
to start when no imap server is reachable / available. This is dangerous
and could derive in service lost (depending on imap server stability,
possible network outages, etc). In my case, I suppose that imapproxy was
restarted when cyrus was down.

This is what I can see in mail.log:

Feb 27 01:13:03 hsnew in.imapproxyd[5250]: No syslog priority mask specified.
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: main(): SELECT caching is disabled
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: main(): Internal admin commands
are disabled
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: main(): Allocating 3072 IMAP
connection structures.
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: ServerInit(): Using
'/var/log/imapproxy_protocol.log' for global protocol logging file.
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: ServerInit(): proxying to IMAP
server 'localhost'.
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: ServerInit(): Proxying to IMAP
port 143
Feb 27 01:13:03 hsnew in.imapproxyd[5250]: ServerInit(): Connection refused
-- exiting

Look at the last line: imapproxy exited because it couldn't connect to imap
server! This is unforgivable for a proxy service... The correct
behaviour should be logging the error and then continue serving requests
(waiting imap service to get up).

Tested on Debian Lenny, up to date.

-- 

Saludos,
-Roman

PGP Fingerprint:
09BB EFCD 21ED 4E79 25FB  29E1 E47F 8A7D EAD5 6742
[Key ID: 0xEAD56742. Available at KeyServ]



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



Bug#500162: Update

2009-02-26 Thread Alex Dănilă
Hi Elimar, do you have any hints on how to solve this? Given some ideas, 
I am willing to write code and test it, although it is outside of my 
programming skills, only to get rid of this bug without changing the 
laptop or OS.


Thank you,
Alex



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



Bug#517232: heartbeat: OCF IPsrcaddr inet prefix error

2009-02-26 Thread Simon Horman
On Thu, Feb 26, 2009 at 04:23:35PM +0100, Michael Ricordeau wrote:
> Package: heartbeat
> Version: 2.1.3-6lenny0
> Severity: normal
> 
> Hello,
> when running an IPsrcaddr ressource, we have this error :
> Error: an inet prefix is expected rather than "0/0".
> 2009/02/26_16:19:55 ERROR: command 'ip route show   to exact 0/0' failed
> 2009/02/26_16:19:55 ERROR:  Generic error
> ERROR:  Generic error
> 
> To fix it :
> In /usr/lib/ocf/resource.d/heartbeat/IPsrcaddr :
>  CMDSHOW="$IP2UTIL route show   to exact 0/0"
> must be changed by :
>  CMDSHOW="$IP2UTIL route show   to exact 0.0.0.0/0"
> 
> This is probably a change in iproute version used but this is affecting
> heartbeat ocf too .

Hi Michael,

Which version of iproute do you have installed?

Has this worked successfully for you before?  If so, do you know which
version of heartbeat and iproute did you have installed at that time?

Thanks

-- 
Simon Horman
  VA Linux Systems Japan K.K., Sydney, Australia Satellite Office
  H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en




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



Bug#517330: linux-image-2.6.26-1-686: ide-tape hangs for 180s on boot and disables the cdrom

2009-02-26 Thread Tzvetan Mikov
Package: linux-image-2.6.26-1-686
Version: 2.6.26-13
Severity: normal

Upgrade from Etch to Lenny. The computer has an IDE tape attached to 
hdd (slave). The cdrom is at hdc (master). It all worked fine under 
2.6.18.

Under 2.6.26 ide-tape hangs during boot at:
"[5.776016] ide-tape: hdd <-> ht0: Seagate STT3401A rev 3"
After about 180 seconds the boot continues somehow, but as I understand 
it, the cdrom task is still frozen, so the tape and more importantly the
 CDROM are not working.

So, the problem is threefold:
- long delay on boot
- tape no longer working
- cdrom no longer working

I found a report on LKML that looks to be describing exactly the same
problem:
http://lkml.org/lkml/2008/9/21/148

The situation is dire since we have this same tape drive on many systems
and so far I haven't found a way to at least disable it via any 
configuration means. The "hdd=none" boot parameter has no efect. 
Blacklisting ide_tape in modprobe.d also doesn't affect it.


-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-13) (wa...@debian.org) (gcc version 
4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Sat Jan 10 18:29:31 UTC 
2009

** Command line:
root=LABEL=rootfs ro vga=0x305 8250.nr_uarts=9

** Not tainted

** Kernel log:
[2.410582] usb usb2: configuration #1 chosen from 1 choice
[2.412845] hub 2-0:1.0: USB hub found
[2.415091] hub 2-0:1.0: 2 ports detected
[2.456241] Floppy drive(s): fd0 is 1.44M
[2.478397] FDC 0 is a post-1991 82077
[2.516282] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[2.518527] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[2.520761] usb usb2: Product: UHCI Host Controller
[2.522950] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[2.525142] usb usb2: SerialNumber: :00:10.0
[2.527420] ACPI: PCI Interrupt :00:10.1[B] -> GSI 21 (level, low) -> 
IRQ 21
[2.529709] uhci_hcd :00:10.1: UHCI Host Controller
[2.532038] uhci_hcd :00:10.1: new USB bus registered, assigned bus 
number 3
[2.534413] uhci_hcd :00:10.1: irq 21, io base 0xa400
[2.538466] usb usb3: configuration #1 chosen from 1 choice
[2.540720] hub 3-0:1.0: USB hub found
[2.543069] hub 3-0:1.0: 2 ports detected
[2.644172] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[2.646549] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[2.648873] usb usb3: Product: UHCI Host Controller
[2.651165] usb usb3: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[2.653450] usb usb3: SerialNumber: :00:10.1
[2.657725] ACPI: PCI Interrupt :00:10.2[C] -> GSI 21 (level, low) -> 
IRQ 21
[2.660005] uhci_hcd :00:10.2: UHCI Host Controller
[2.662296] uhci_hcd :00:10.2: new USB bus registered, assigned bus 
number 4
[2.664611] uhci_hcd :00:10.2: irq 21, io base 0xa000
[2.665589] usb usb4: configuration #1 chosen from 1 choice
[2.667911] hub 4-0:1.0: USB hub found
[2.670168] hub 4-0:1.0: 2 ports detected
[2.776188] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[2.778473] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[2.780693] usb usb4: Product: UHCI Host Controller
[2.782877] usb usb4: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[2.785055] usb usb4: SerialNumber: :00:10.2
[2.787354] ACPI: PCI Interrupt :00:12.0[A] -> GSI 23 (level, low) -> 
IRQ 23
[2.789954] eth0: VIA Rhine II at 0x19400, 00:0e:a6:b8:91:84, IRQ 23.
[2.794300] eth0: MII PHY found at address 1, status 0x786d advertising 01e1 
Link 45e1.
[2.803777] Uniform Multi-Platform E-IDE driver
[2.806110] ide: Assuming 33MHz system bus speed for PIO modes; override 
with idebus=xx
[2.812074] VP_IDE: IDE controller (0x1106:0x0571 rev 0x06) at  PCI slot 
:00:11.1
[2.814501] ACPI: Unable to derive IRQ for device :00:11.1
[2.816814] VP_IDE: not 100% native mode: will probe irqs later
[2.819162] VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on 
pci:00:11.1
[2.821912] ide0: BM-DMA at 0x9800-0x9807
[2.824239] ide1: BM-DMA at 0x9808-0x980f
[2.826545] Probing IDE interface ide0...
[3.240096] hda: WDC WD1200JB-00EVA0, ATA DISK drive
[3.912080] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[3.913187] hda: UDMA/100 mode selected
[3.916633] Probing IDE interface ide1...
[4.780100] hdc: Memorex DVD+/-DLRWL1 F16, ATAPI CD/DVD-ROM drive
[5.564140] hdd: Seagate STT3401A, ATAPI TAPE drive
[5.620069] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[5.620335] hdc: UDMA/66 mode selected
[5.622922] hdd: host max PIO5 wanted PIO255(auto-tune) selected PIO3
[5.625667] hdd: host max PIO5 wanted PIO255(auto-tune) selected PIO3
[5.628403] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[5.644002] ide1 at 0x170-0x177,0x376 on irq 15
[5.697874] hda: max request size: 512KiB

Bug#516024: fakeroot-1.12.1 segfault when executing program linked agains libGL from nvidia

2009-02-26 Thread Gerardo Exequiel Pozzi
Clint Adams wrote:
> On Sun, Feb 22, 2009 at 03:10:47AM -0200, Gerardo Exequiel Pozzi wrote:
>   
>> Breakpoint 1, *__GI___xstat (vers=3, name=0xb7ff71c1 "/dev/zero",
>> 
>
> Hrm, 3 means that I'm on the wrong track.
>
>   
mmm, I made a simple test (no LibGL nvidia, just libfakeroot.so) and the
"3" is also appears but not crash.
I see is the memory address that is fairly high. 0xb7ff71c1 (library
address) vs 0x8048520 (program address)
can be this be related?

Let's see...

[chroot][prob...@gerardo ~]$ cat coco.c
#include 
#include 
#include 

int main(int argc, char *argv[])
{
struct stat buf;
stat("/dev/zero", &buf);
printf("Hola %d %d\n", argc, buf.st_size);
}
[chroot][prob...@gerardo ~]$ gcc coco.c -o coco
[chroot][prob...@gerardo ~]$ ldd coco
linux-gate.so.1 =>  (0xb7fc)
libc.so.6 => /lib/libc.so.6 (0xb7e76000)
/lib/ld-linux.so.2 (0xb7fc1000)
[chroot][prob...@gerardo ~]$ fakeroot gdb -q ./coco
(gdb) break __xstat
Function "__xstat" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (__xstat) pending.
(gdb) run
Starting program: /home/probeta/coco

Breakpoint 1, __xstat (ver=3, file_name=0x8048520 "/dev/zero",
st=0xbfaf9548) at libfakeroot.c:536
536 libfakeroot.c: No such file or directory.
in libfakeroot.c
(gdb) bt
#0  __xstat (ver=3, file_name=0x8048520 "/dev/zero", st=0xbfaf9548) at
libfakeroot.c:536
#1  0x080484bc in __stat (file=0x8048520 "/dev/zero", buf=0xbfaf9548) at
stat.c:52
#2  0x080483fb in main ()
(gdb) continue
Continuing.
Hola 1 0

Program exited with code 011.
(gdb) 

>> Program received signal SIGSEGV, Segmentation fault.
>> 0x in ?? ()
>> (gdb) bt
>> #0  0x in ?? ()
>> #1  0xb7f66683 in tmp___xstat (ver=3, file_name=0xb7f251c1 "/dev/zero",
>> 
>
> That's odd.
>
>   

Does another test to detect the problem?

Thanks.


-- 
Gerardo Exequiel Pozzi ( djgera )
http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D




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



Bug#517329: linux-libc-dev: file conflict with libdrm-dev

2009-02-26 Thread Michael Biebl
Package: linux-libc-dev
Version: 2.6.28-1
Severity: serious
Justification: fails to install/upgrade

Hi,

I'm running xorg from experimental, my libdrm-dev version is
2.4.4+git+20090205+8b88036-1

Upgrade of linux-libc-dev fails with

Unpacking replacement linux-libc-dev ...
dpkg: error processing
/var/cache/apt/archives/linux-libc-dev_2.6.28-1_i386.deb (--unpack):
 trying to overwrite `/usr/include/drm/drm_sarea.h', which is also in
 package libdrm-dev
 Errors were encountered while processing:
 /var/cache/apt/archives/linux-libc-dev_2.6.28-1_i386.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)


Cheers,
Michael

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



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



Bug#502851:

2009-02-26 Thread Armin Berres
On Thu, 26 Feb 09 08:22, Ramon Antonio Parada wrote:
> Anybody tryed the new Virtuoso backend? Just to give ideas, maybe
> would be easier to backport it.

This one isn't even finished yet.
This is 4.3 material...



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



Bug#517328: Rails package split

2009-02-26 Thread Adam Majer
Package: rails
Severity: wishlist

Rails has grown over the last few years so rails package split is
probably overdue. But it is coming sooner rather than later..



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



Bug#517194: [Pkg-utopia-maintainers] Bug#517194: Bug#517194: network-manager: Does not recognize/manage wired ethernet card any more

2009-02-26 Thread Michael Biebl
Raphael Hertzog wrote:
> On Thu, 26 Feb 2009, Michael Biebl wrote:
>> See the README.Debian regarding the new managed mode.
>>
>> If you want to keep your devices configured via /e/n/i but managed by NM, 
>> then
>> use managed=true in /etc/NetworkManager/nm-system-settings.conf and don't 
>> forget
>> to kill the running nm-system-settings instance.
> 
> I tried to remove the entry in the interfaces file and restarted
> network-manager (invoke-rc.d network-manager restart) and it didn't work.
> Isn't nm-system-settings restarted at the same time ? 

No, it isn't. nm-system-settings is a dbus activated service (much like
nm-applet, just without GUI).

>> Would it help you if I added a few lines in a NEWS.Debian?
> 
> Definitely if you plan to break compatibility from one release to the
> other. Better would be to auto-add the required setting on upgrade
> so that NM continues to manage what it used to manage.

It's a bit more complicated than that. With 0.7, NM can handle a lot more
scenarios like it did with 0.6, e.g. it finally supports static configurations.

So if I set "managed=true" for nm-system-settings, static configurations in
/e/n/i, which were previously ignored by NM, are now managed by NM.
That's going to change the behaviour to previous NM, one way or the other.

> It probably has implications for default desktop installation as well,
> they would get the status "offline" back from NM, which is not really
> desirable as you know, just because NM would refuse to manage the default
> DHCP connection created by d-i.

Yeah, I think I'm leaning towards enabling "managed=true" by default. There are
still some problems with that though, (like the device being brought up twice
during boot, first by ifupdown and second by NM).



Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#517327: camlimages: Missing build-depends on dh-ocaml

2009-02-26 Thread Jonathan Nieder
Source: camlimages
Version: 1:2.2.0-4

camlimages fails to build from source in unstable:

 fakeroot debian/rules clean
debian/rules:23: /usr/share/cdbs/1/class/ocaml.mk: No such file 
or directory
make: *** No rule to make target 
`/usr/share/cdbs/1/class/ocaml.mk'. Stop.

Now ocaml.mk is provided by dh-ocaml instead of ocaml-nox.  I have not
tried building with dh-ocaml yet.

(This bug is very similar to http://bugs.debian.org/517323 . Sorry for
the noise.)



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



Bug#517323: cameleon: Missing build-depends on dh-ocaml

2009-02-26 Thread Stéphane Glondu

Jonathan Nieder a écrit :

Source: cameleon
Version: 1.9.18.svn20070918-2

Unless dh-ocaml is installed, cameleon fails to build from source
because it cannot find /usr/share/cdbs/1/class/ocaml.mk.  In testing,
that file is provided in ocaml-nox but in sid, it is provided by
dh-ocaml.  I have not tried building with dh-ocaml yet.


See #514111. Fixing this is on my TODO-list. BTW, we are currently in a 
middle of the transition OCaml 3.10.2 -> 3.11.0. FYI, I was actually 
waiting for the dependencies (recompiled with 3.11.0) to be available in 
unstable.



Cheers,

--
Stéphane





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



Bug#409349: apcupsd: control queue full

2009-02-26 Thread David Fries
On Thu, Mar 01, 2007 at 04:00:10PM +, Tom Wright wrote:
> On Tuesday 20 February 2007 16:22, David H?rdeman wrote:
> > Were you able to reproduce this with the latest Debian packaged Linux 2.6
> > kernel?

I've seen this in the past, now it's with nearly the latest and
greatest kernel.

2.6.29-rc4
generic-usb 0003:051D:0002.0001: control queue full

It's been months since I had the issue last.  Killing apcupsd and
restarting it cleared the condition.  I have the system e-mail
/sbin/apcaccess every day, just to watch for the issue.  I haven't
seen this issue on my laptop which is also a ohci controller.

apcupsd3.14.4-1
USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller
(rev 07) [OHCI])

-- 
David Fries 
http://fries.net/~david/ (PGP encryption key available)



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



Bug#517323: cameleon: Missing build-depends on dh-ocaml

2009-02-26 Thread Stefano Zacchiroli
tags 517323 + confirmed
thanks

On Thu, Feb 26, 2009 at 05:18:59PM -0600, Jonathan Nieder wrote:
> Unless dh-ocaml is installed, cameleon fails to build from source
> because it cannot find /usr/share/cdbs/1/class/ocaml.mk.  In testing,
> that file is provided in ocaml-nox but in sid, it is provided by
> dh-ocaml.  I have not tried building with dh-ocaml yet.

Thanks, we are aware of the "problem".  Actually, it was expected
during this period in which we are transitioning to OCaml 3.11 and
some new tools of our toolchain (as dh-ocaml). See
http://wiki.debian.org/Teams/OCamlTaskForce/OCaml311Migration for more
info.

As cameleon is quit high in the dependency chain, it will be one of
the last to be migrated to avoid cluttering the buildd queues. With
packages that cannot be built yet.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#517191: One example for #517191

2009-02-26 Thread Nelson A. de Oliveira
Hi!

On Thu, Feb 26, 2009 at 8:16 PM, Russ Allbery  wrote:
> "Nelson A. de Oliveira"  writes:
>>  The Debian packaging is licensed under the GPL-2 or any later version,
>>  see `/usr/share/common-licenses/GPL-2'
>>
>> If possible, it should warn that the it should use
>> /usr/share/common-licenses/GPL
>
> No, that example should definitely not use /usr/share/common-licenses/GPL.
> It is currently correct and changing it in that way would be incorrect,
> since /usr/share/common-licenses/GPL is GPL v3.

But "or any later version" doesn't mean that we can use version 3 and
all the other future versions? Isn't it valid to point to the latest
license version?

Thank you!

Best regards,
Nelson



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



Bug#517213: [network-manager-kde] knetworkmanager dont connect to wifi

2009-02-26 Thread Michael Biebl
severity 517213 normal
thanks

Resul Cetin wrote:
> Package: network-manager-kde
> Version: 1:0.7~~svn908338-1
> Severity: serious 
> 
> I tried to connect to a wifi today after an upgrade of network-manager in 
> unstable and now it does nothing. Connecting over a wired connection works 
> fine but not wifi.
> I tested with network-manager-gnome afterwards (same session and user, only 
> stopped knetworkmanager and started nm-applet) and it worked like a charm. I 
> cannot see any useful informations in syslog or auth.log. It doesnt print 
> anything on stdout or stderr when I click on my local wifi connection.
> Before the upgrade it worked as expected.

Please check /var/log/syslog for messages of "NetworkManager" or run
"NetworkManager --no-daemon".
Please also try to recreate the wireless connection from within knetworkmanager
and see if it works then.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#517224: libsndfile1: 1.0.18-2 breaks "herrie" package's ability to play FLAC

2009-02-26 Thread Erik de Castro Lopo
Giel van Schijndel wrote:

> Shouldn't that be a package version dependency then?

Yes, unfortunately it wasn't.

Erik
-- 
-
Erik de Castro Lopo
-
"640K ought to be enough for anybody."  -- Bill Gates, 1981



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



Bug#517246: Consider adding a symlink for fckeditor

2009-02-26 Thread Frank Lin PIAT
Hi,

As far as I am concerned, I really don't like to have FollowSymLinks
enabled in my Apache configuration file.

I have had a look at horde3, roundcube and wordpress, they all use
symlinks for fck/mce editor.

Jonas, shall I switch to symlink?

Franklin




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



Bug#517326: decibel-audio-player: should depend on gstreamer packages

2009-02-26 Thread Brassel Morgan
Package: decibel-audio-player
Version: 1.00-1
Severity: normal

Other gstreamer players in debian (rhythmbox, exaile, listen, muine, etc.) all 
depend at least on gstreamer0.10-plugins-base and gstreamer0.10-plugins-good. 
They also generally recommends gstreamer0.10-plugins-ugly. Decibel should 
probably do the same: no audio file can be played with the current default 
install...

Best regards, Morgan.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages decibel-audio-player depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gst0.100.10.14-2  generic media-playing framework (P
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-mutagen1.15-2 audio metadata editing library

Versions of packages decibel-audio-player recommends:
pn  python-cddb(no description available)
pn  python-gnome2-desktop  (no description available)
pn  python-notify  (no description available)

decibel-audio-player suggests no packages.

-- no debconf information



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



Bug#517224: libsndfile1: 1.0.18-2 breaks "herrie" package's ability to play FLAC

2009-02-26 Thread Giel van Schijndel
On Fri, Feb 27, 2009 at 10:14:32AM +1100, Erik de Castro Lopo wrote:
> Giel van Schijndel wrote:
> This is due to libsndfile 1.0.18 relying :
> 
>  a) All three of libogg, libflac and libvorbis being available and
> the right versions before enabling all three as a block (done
> for easier maintenance of libsndfile).
> 
>  b) A version of libvorbis that is currently only available from 
> Xiph SVN.

Shouldn't that be a package version dependency then?

-- 
Giel


signature.asc
Description: Digital signature


Bug#517307: xserver-xorg-input-tslib: [install.sh, Debian on an OpenMoko FreeRunner] should be Device not TslibDevice

2009-02-26 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Łukasz Pankowski wrote:
> Version: 0.0.5-4
>
> Really a problem in Debian installation script for FreeRunner
> install.sh [1] but affects working of this package (may be someone
> with the same problem will find it here before fixed).
>
> The install.sh configures "TslibDevice" in /etc/X11/xorg.conf but than
> touchscreen is not working on my FreeRunner, but if changed to
> "Device" (as in the following patch) it works for me:
>
> - Option  "Device""/dev/input/event1"
> + Option  "TslibDevice"   "/dev/input/event1"

Thank you for reporting the bug.

10_use-hal-for-device.diff was introduced since 0.0.5-2.
It supports hal and changes "TslibDevice" to more standard "Device".

It should be mentioned on changelog and manpage. :-P

Kind regards
 Wen-Yen Chuang (caleb)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmnI8IACgkQdEpXpumNYVm0jQCfTc9h7kJNgeKd4EsUPP/XK5P1
A3sAniCeJ420lurLR5vp8oFtGDzx3Piz
=fylN
-END PGP SIGNATURE-



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



Bug#517191: One example for #517191

2009-02-26 Thread Russ Allbery
"Nelson A. de Oliveira"  writes:

> The copyright part is:
>
> ==
> The Debian packaging is (c) 2009, William Pitcock 
> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
> ==
>
> So if there is a "licensed under the GLP", without any versions, it
> should consider that it's valid to use /usr/share/common-licenses/GPL,
> right?

The problem is that we're trying to make a computer program understand
human text, which is pretty hard.  There are unfortunately quite a few
different ways of specifying the version.  That said, we can give this a
shot and see if we can fine-tune it a bit.

However, I would also argue that this is really a (minor) bug in the
package, since "licensed under the GPL" doesn't have much legal meaning.
The packager really should be following the instructions given in the GPL
for how to declare that work is licensed under the GPL, which would have
resulted in a far more specific statement that would reference a
particular version.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#517322: Build-depends on deprecated gdk-pixbuf

2009-02-26 Thread Moritz Muehlenhoff
Package: ibam
Version: 1:0.4-5
Severity: serious

ibambuild-depends on libgdk-pixbuf-dev, which will be removed
for Squeeze along with GTK 1.2

Apparently the build-dep is a leftover anyway, since a test
compile w/o libgdk-pixbuf-dev went fine.

Cheers,
 Moritz

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages ibam depends on:
ii  debconf [debconf-2.0] 1.5.25 Debian configuration management sy
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-4  GCC support library
ii  libstdc++64.3.3-4The GNU Standard C++ Library v3

ibam recommends no packages.

Versions of packages ibam suggests:
ii  gnuplot   4.2.4-4A command-line driven interactive 

-- no debconf information



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



Bug#517323: cameleon: Missing build-depends on dh-ocaml

2009-02-26 Thread Jonathan Nieder
Source: cameleon
Version: 1.9.18.svn20070918-2

Unless dh-ocaml is installed, cameleon fails to build from source
because it cannot find /usr/share/cdbs/1/class/ocaml.mk.  In testing,
that file is provided in ocaml-nox but in sid, it is provided by
dh-ocaml.  I have not tried building with dh-ocaml yet.



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



Bug#517191: One example for #517191

2009-02-26 Thread Russ Allbery
"Nelson A. de Oliveira"  writes:

> And this one was not caught:
>
> Files: debian/*
> Copyright: 2008, Foo Bar 
> License: GPL-2+
>  The Debian packaging is licensed under the GPL-2 or any later version,
>  see `/usr/share/common-licenses/GPL-2'
>
> If possible, it should warn that the it should use
> /usr/share/common-licenses/GPL

No, that example should definitely not use /usr/share/common-licenses/GPL.
It is currently correct and changing it in that way would be incorrect,
since /usr/share/common-licenses/GPL is GPL v3.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#517319: ocamlnet: fails to build from source with glibc 2.8

2009-02-26 Thread Stefano Zacchiroli
tags 517319 + pending
thanks

On Thu, Feb 26, 2009 at 04:46:30PM -0600, Jonathan Nieder wrote:
> Source: ocamlnet
> Version: 2.2.9-5
> Severity: minor
> 
> ocamlnet fails to build from source with glibc 2.8 and 2.9.  I

By a mere coincidence, I've fixed this a few hours ago. See the
"enable_struct_ucred" patch in current git.

> I would suggest #defining _GNU_SOURCE at the top of rpclocal.c (or in
> some Makefile somewhere).

That's exactly what my patch does.

Thanks for the report!
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#517324: Build-depends on deprecated gdk-pixbuf

2009-02-26 Thread Moritz Muehlenhoff
Package: wmdrawer
Severity: serious

wmdrawer build-depends on libgdk-pixbuf-dev, which will be removed
for Squeeze along with GTK 1.2

Cheers,
 Moritz

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmdrawer depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
pn  libgdk-pixbuf2 (no description available)
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

wmdrawer recommends no packages.

wmdrawer suggests no packages.



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



Bug#517224: libsndfile1: 1.0.18-2 breaks "herrie" package's ability to play FLAC

2009-02-26 Thread Erik de Castro Lopo
Giel van Schijndel wrote:

> Package: libsndfile1
> Version: 1.0.18-2
> Severity: normal
> 
> After upgrading libsndfile1 to 1.0.18-2 the "herrie" package isn't
> capable of opening FLAC audio files anymore. Downgrading back to
> 1.0.17-4 alleviates this problem.

This is due to libsndfile 1.0.18 relying :

 a) All three of libogg, libflac and libvorbis being available and
the right versions before enabling all three as a block (done
for easier maintenance of libsndfile).

 b) A version of libvorbis that is currently only available from 
Xiph SVN.

I am currently working with the Xiph people on getting a new version
of libvorbis out.

HTH,
Erik
-- 
-
Erik de Castro Lopo
-
"Variables won't; constants aren't." -- Don Osborn



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



Bug#319398: primacy scunthorpe rattlebrain unifiabble

2009-02-26 Thread Narum Blose

anno grivet siion provide



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



Bug#517288: moodle: Does not accept old password, but does not even allow to change password

2009-02-26 Thread Francois Marier
Hi Leonardo,

Can you tell us what your PHP include_path is set to in your php config?
(normally /etc/php5/apache2/php.ini)

Also, can you paste in the values you've got in your config.php for
these variables:

  $CFG->wwwroot
  $CFG->dirroot
  $CFG->dataroot

Regarding the other problem you had with formslib not being able to
include Quickform, you could try the following.

In lib/formslib.php around line 25, change:

if (FALSE===strstr(ini_get('include_path'), $CFG->libdir.'/pear' )){
ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR .
ini_get('include_path'));
}

to be just:

ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR .
ini_get('include_path'));


(i.e. remove the IF statement)

Cheers,
Francois


signature.asc
Description: This is a digitally signed message part


Bug#439564: Feature not implemented

2009-02-26 Thread Marco Rodrigues
Hi!

This feature is not implemented as reported by upstream author, so I'll mark
this bug as wishlist.

" (I thought it might bring up context sensitve help, e.g. hit F1 while on the
word "class" in the source window gets you python docs on classes.) "

It would be great, that remember me of Turbo C++ in Ms-Dos. We press F1 in the
"strlen" and we get the manual (help) of it.

Thanks for reporting

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#517156: amavisd-new: should recommend pax

2009-02-26 Thread Brian May

Alexander Wirt wrote:

I just noticed this log message:

Feb 24 23:36:21 launchpad amavis[21547]: (21547-01) (!)WARN: Using cpio  
instead of pax can be a security risk; please add:  $pax='pax';


I think installing pax and restarting is sufficient to avoid this, however
pax should be at least a recommends.

Especially if it is a security issue. In fact, in that case, maybe  
depends would be better?

Agreed, I added a dependency on pax to hg. 
  


Good.

I think there is a suggests on cpio. Is this still appropriate?

Thanks.

--
Brian May 




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



Bug#517319: ocamlnet: fails to build from source with glibc 2.8

2009-02-26 Thread Jonathan Nieder
Source: ocamlnet
Version: 2.2.9-5
Severity: minor

ocamlnet fails to build from source with glibc 2.8 and 2.9.  I
unfortunately don't have my build log with me, but I remember that it
was similar to that in Gentoo bug . The
problem is that glibc hides struct ucred unless _GNU_SOURCE is defined
but does not hide SO_PEERCRED.  Thus in src/rpc-auth-local/rpclocal.c
...
#include 
...

#ifdef SO_PEERCRED
/* Linux */
{
socklen_t len;
struct ucred credentials;
...
it has cause to complain.  Arguably this is a glibc bug (it should be
hiding SO_PEERCRED so that code like yours doesn't break), but even if
glibc gets fixed, it would mean ocamlnet would not be making use of
this useful function.

I would suggest #defining _GNU_SOURCE at the top of rpclocal.c (or in
some Makefile somewhere).



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



Bug#517320: root-system: generates incorrect package with python-support from experimental

2009-02-26 Thread Josselin Mouette
Package: libroot-python-dev
Version: 5.18.00-2.3

Hi,

currently, the libroot-python-dev package contains a symbolic link
from /usr/lib/python-support/pythonX.Y to a private directory of
root-system.

With the upcoming version of python-support (currently in experimental),
the files installed in /usr/lib/python-support are ignored and the built
package is, as such, broken. (Note that the packages already built will
not break upon upgrade, only those built against the newer
python-support version will fail.)

You should probably do this linkage before dh_pysupport and dh_link for
it to work, but in all cases it looks a bit hackish to me. The usual
solution in this situation is to link the files the other way round:
ship only public modules, and for several Python versions, then make the
private stuff use the public one way or another.

In all cases, this doesn’t look like an easy thing to do with such a
complex package. If it turns out to be too complex, we can simply
synchronize at the moment of the upload of the newer python-support to
unstable.

Thanks,
-- 
 .''`.  Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#517316: gimp: Gimp-2.6.5-1 does not update Gnome menu

2009-02-26 Thread Ari Pollak
Seems to be fine on my system:
$ grep Exec /usr/share/applications/gimp.desktop 
Exec=gimp-2.6 %U
TryExec=gimp-2.6

What about on yours?

On Thu, 2009-02-26 at 14:29 -0800, William Whalley wrote:
> Updating gimp to version 2.6.5-1 in squeeze does not update the gnome 
> menu. The menu entry for gimp tries to open gimp-2.4 and fails.





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



Bug#517318: skyeye: New upstream version 1.2.7~rc1 available

2009-02-26 Thread Benjamin Drung
Tags: patch

Here are my changes:

skyeye (1.2.7~rc1-1) experimental; urgency=low

  * New upstream release (Closes: #517318)
  * debian/rules: Switch to CDBS
  * debian/dirs, debian/docs: Removed (not needed by CDBS)
  * debian/control:
- Added cdbs to Build-Depends
- Updated Build-Depends from libglib1.2-dev to libglib2.0-dev
- Added homepage field
- Ordered Build-Depends
  * README.Debian: Added word-wraps
  * Added debian/patches/open-missing-mode.patch

I wanted to add debian/watch containing

version=3
http://sf.net/skyeye/skyeye-(.*)\.tar\.bz2

but uscan thinks that skyeye-v1.21_Rel.tar.bz2 is newer than
skyeye-1.2.7_rc1.tar.bz2

Regards,
Benjamin
--- skyeye-1.2.7~rc1.orig/debian/README.Debian
+++ skyeye-1.2.7~rc1/debian/README.Debian
@@ -0,0 +1,10 @@
+  The debian skyeye packages didn't include testsuits, you can download it from
+  http://gro.clinux.org/projects/skyeye/.
+
+  -- Yu Guanghui , Fri, 14 Jul 2006 21:44:00 +0800
+
+  Skyeye has some issues with 64 bits platform such as amd64, ia64 etc. The arm
+  simulation may core dump. I am actively working with upstream authors to fix
+  it.
+
+  -- Yu Guanghui , Sun, 16 Jul 2006 01:17:00 +0800
--- skyeye-1.2.7~rc1.orig/debian/compat
+++ skyeye-1.2.7~rc1/debian/compat
@@ -0,0 +1 @@
+5
--- skyeye-1.2.7~rc1.orig/debian/rules
+++ skyeye-1.2.7~rc1/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
--- skyeye-1.2.7~rc1.orig/debian/copyright
+++ skyeye-1.2.7~rc1/debian/copyright
@@ -0,0 +1,41 @@
+This package was debianized by Yu Guanghui  on
+Fri,  7 Jul 2006 11:11:58 +0800.
+
+It was downloaded from http://www.skyeye.org
+
+Upstream Author: Chen Yu 
+
+Copyright: (C) 2004 Skyeye Develop Group
+
+License:
+
+SkyEye in Linux or other NON-Windows Operating Systems uses GNU GENERAL 
+PUBLIC LICENSE Version 2. 
+
+The simulation code of ppc is originally developed by PearPC Project.Please 
+see the license from header part of its source file .Its official website is 
+http://pearpc.sourceforge.net/
+
+The simulation code of coldfire under arch/coldfire is originally developed 
+by David Grant. Please read its license from header of its source file. Its 
+development site is http://www.slicer.ca/coldfire/index.php.
+
+All other part of SkyEye is developed by SkyEye Development Team.
+
+
+Copyright (C) 2003-2007  SkyEye Development Team.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+
+The Debian packaging is (C) 2006, Yu Guanghui  and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
--- skyeye-1.2.7~rc1.orig/debian/changelog
+++ skyeye-1.2.7~rc1/debian/changelog
@@ -0,0 +1,79 @@
+skyeye (1.2.7~rc1-1) experimental; urgency=low
+
+  * New upstream release (Closes: #517318)
+  * debian/rules: Switch to CDBS
+  * debian/dirs, debian/docs: Removed (not needed by CDBS)
+  * debian/control:
+- Added cdbs to Build-Depends
+- Updated Build-Depends from libglib1.2-dev to libglib2.0-dev
+- Added homepage field
+- Ordered Build-Depends
+  * README.Debian: Added word-wraps
+  * Added debian/patches/open-missing-mode.patch
+
+ -- Benjamin Drung   Thu, 26 Feb 2009 23:06:19 +0100
+
+skyeye (1.2.5-2) unstable; urgency=low
+
+  * Fix get_sym implicit-pointer-conversion. (Closes:Bug#516248) 
+  * Modified configure.in to disable link with libbfd.
+
+ -- Yu Guanghui   Fri, 20 Feb 2009 10:02:22 +0800
+
+skyeye (1.2.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Yu Guanghui   Thu, 19 Feb 2009 21:26:35 +0800
+
+skyeye (1.2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 
+
+ -- Yu Guanghui   Tue, 07 Aug 2007 13:25:49 +0800
+
+skyeye (1.2.1-2) unstable; urgency=low
+
+  * Disable DBCT again.
+
+ -- Yu Guanghui   Fri,  9 Feb 2007 20:24:29 +0800
+
+skyeye (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Yu Guanghui   Thu,  8 Feb 2007 23:11:26 +0800
+
+skyeye (1.2.0rc8-1) unstable; urgency=low
+
+  * New upstream release
+  * fixed control file format, description (Closes:Bug#378517, Bug#379618)
+
+ -- Yu Guanghui   Wed,  9 Aug 2006 16:30:44 +0800
+
+skyeye (1.2.0rc7-4) unstable; urgency=low
+
+  * Fixed 64bit platform compiling bug.
+
+ -- Yu Guanghui   Sun, 16 Jul 2006 00:4

Bug#517321: wcd: new upstream version 4.1.1 beta1 as of 2009-01-22

2009-02-26 Thread jaalto
Package: wcd
Version: 3.2.0-1
Severity: wishlist

Please package new upstream version 4.1.1 beta1 as of 2009-01-22

http://www.xs4all.nl/~waterlan/

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages wcd depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

wcd recommends no packages.

wcd suggests no packages.

-- no debconf information



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



Bug#517317: zeroc-ice: generates incorrect package with python-support from experimental

2009-02-26 Thread Josselin Mouette
Package: zeroc-ice
Version: 3.3.0-14

Hi,

currently, the zeroc-ice package installs the Python modules directly
to /usr/share/python-support and /usr/lib/python-support/pythonX.Y.
 
With the upcoming version of python-support (currently in experimental),
the files installed in /usr/lib/python-support are ignored and the built
package is, as such, broken. (Note that the packages already built will
not break upon upgrade, only those built against the newer
python-support version will fail.)

You should remove all the options that customize the installation
directory, installing these packages to a standard place instead of
adding all this complexity. Then, dh_pysupport will pick them and do
whatever is fit.

As a general rule, please avoid relying on the internals of
python-support in the packaging unless necessary; this will avoid such
issues in the future (although hopefully there won’t be a need to change
the paths any further).

Thanks,
-- 
 .''`.  Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#501161: cdebconf-newt: Displays too many "*" is accented characters are typed

2009-02-26 Thread Nicolas François
reassign 501161 newt
forcemerge 501161 430102
thanks

Hello,

On Sun, Oct 05, 2008 at 01:04:03AM +0200, Frans Pop wrote:
> 
> During password entry the frontend displays two asterisks if I type a 
> single accented character like ä or ö using the special keys for those 
> characters on the German keyboard.
> Notable is that the cursor remains on the correct position.
> 
> Example:
> I type:   qwertzöä(on a US keyboard this is: qwerty;')
> I see:**
> Cursor is:^
> 
> Could be this is not a bug in cdebconf but in newt or something.

This is a bug in newt, and is fixed in the current upstream release.

I could test that the attached newt patch fixes the cdebconf bug.
This is also the current version of the NEWT_FLAG_PASSWORD handling in
entry.c

Best Regards,
-- 
Nekral
--- newt-0.52.2-old/entry.c.org	2009-02-26 23:18:30.726625269 +0100
+++ newt-0.52.2/entry.c	2009-02-26 23:24:47.424902210 +0100
@@ -184,13 +184,12 @@
 chptr = en->buf + en->firstChar;
 
 if (en->flags & NEWT_FLAG_PASSWORD) {
-	char *p;
-	tmpptr = alloca(strlen(chptr)+2);
-	strcpy(tmpptr, chptr);
-	for (p = tmpptr; *p; p++)
-	*p = '*';
+	len = wstrlen(chptr, -1);
+	tmpptr = alloca(len+1);
+	memset(tmpptr, '*', len);
+	tmpptr[len] = '\0';
 	chptr = tmpptr;
-}			
+}
 
 len = wstrlen(chptr, -1);
 


Bug#517318: skyeye: New upstream version 1.2.7~rc1 available

2009-02-26 Thread Benjamin Drung
Package: skyeye
Version: 1.2.5-2

A new version of skyeye (1.2.7~rc1) is available from upstream.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#517316: gimp: Gimp-2.6.5-1 does not update Gnome menu

2009-02-26 Thread William Whalley
Package: gimp
Version: 2.6.5-1
Severity: important

Updating gimp to version 2.6.5-1 in squeeze does not update the gnome 
menu. The menu entry for gimp tries to open gimp-2.4 and fails.

I could not find a way to correct the menu manually.

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

Kernel: Linux 2.6.26-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gimp depends on:
ii  gimp-data  2.6.5-1   Data files for GIMP
ii  libaa1 1.4p5-37+b1   ascii art library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbabl-0.0-0  0.0.22-1  Dynamic, any to any, pixel format 
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libexif12  0.6.16-2.1library to parse EXIF files
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgegl-0.0-0  0.0.20-1  Generic Graphics Library
ii  libgimp2.0 2.6.5-1   Libraries for the GNU Image Manipu
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libhal10.5.11-8  Hardware Abstraction Layer - share
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.17.dfsg-1   Color management library
ii  libmng11.0.9-1   Multiple-image Network Graphics li
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpoppler-glib3   0.8.7-1   PDF rendering library (GLib-based 
ii  librsvg2-2 2.22.2-4  SAX-based renderer library for SVG
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libwebkit-1.0-11.0.1-4   Web content engine library for Gtk
ii  libwmf0.2-70.2.8.4-6 Windows metafile conversion librar
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  python-support 0.8.7 automated rebuilding support for P
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

gimp recommends no packages.

Versions of packages gimp suggests:
ii  ghostscript8.63.dfsg.1-2 The GPL Ghostscript PostScript/PDF
pn  gimp-data-extras   (no description available)
ii  gimp-help-en [gimp-help]   2.4.1-1   Documentation for the GIMP (Englis
pn  gvfs-backends  (no description available)
ii  libasound2 1.0.16-2  ALSA library
pn  libgimp-perl   (no description available)

-- no debconf information



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



Bug#513915: firmware-bnx: no network device with xen kernel

2009-02-26 Thread Casper Langemeijer
I experienced the same: The xen kernel can't load the module on my 
Dell PE 2950.

I think this is because the postinst file does "update-initramfs -u"

This only builds the 2.6.26-1-amd64 initramfs image. The solution is to
manually do build the initramfs image for the xen kernel using
"update-initramfs -k 2.6.26-1-xen-amd64 -u"

Or even better, a general: "update-initramfs -k all -u"

This is really is bug  #493863  and #494936 all over again.

Casper




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



Bug#174626: apt-get source = does not work as expected for differing source/binary versions

2009-02-26 Thread Oliver Martin
I just got bitten by this when I wanted to get the source of
libcairo2-1.8.6-2 on my testing system.

Ubuntu has apparently fixed this in 0.7.20.2ubuntu1, see
https://bugs.launchpad.net/debian/+source/apt/+bug/202219. I haven't
looked at it in detail, but maybe the change could be adopted?


signature.asc
Description: PGP signature


Bug#517260: Do Debian Policy 3.5 not apply to unstable?!?

2009-02-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Feb 26, 2009 at 10:39:17PM +0100, maximilian attems wrote:
>On Thu, Feb 26, 2009 at 10:14:42PM +0100, Jonas Smedegaard wrote:
>> Please reopen this bug.
>> 
>> Debian Policy 3.5 mandates correct package dependencies.
>> 
>> Debian Policy also applies to Debian unstable too.
>> 
>> The "unstable" refer to the collection of packages - each individual 
>> package released to "unstable" should itself be non-broken.
>> 
>> Use experimental for possibly-broken packages.
>
>you don't get anything, please stop nagging around on d-kernel.

You get everything: Naturally my interest is not the quality of Debian, 
but only to bother you the most I can.


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmnF54ACgkQn7DbMsAkQLhLEgCeOuNkrdTucBQrj9ISo9Puhfy5
YQsAn0uoxwdfug79LTvWnkLSnUA8whHd
=84fI
-END PGP SIGNATURE-



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



Bug#517260: Do Debian Policy 3.5 not apply to unstable?!?

2009-02-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Feb 26, 2009 at 10:26:26PM +0100, Luk Claes wrote:
>Jonas Smedegaard wrote:
>> Please reopen this bug.
>> 
>> Debian Policy 3.5 mandates correct package dependencies.
>> 
>> Debian Policy also applies to Debian unstable too.
>> 
>> The "unstable" refer to the collection of packages - each individual 
>> package released to "unstable" should itself be non-broken.
>
>It's not broken, it's common to have some things that are out of sync 
>in unstable...

Thanks, Luk.

I see the point now.


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmnFvYACgkQn7DbMsAkQLivDwCbBZggY0wrsuPF9vKjlLDAn9BV
LQAAoKext1Yd60oWsyNGXC5iQdViJwH7
=qMcn
-END PGP SIGNATURE-



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



Bug#517315: w3m: Broken links in manual

2009-02-26 Thread Rafael Laboissiere
Package: w3m
Version: 0.5.2-2+b1
Severity: minor


The w3m manual in /usr/share/doc/w3m/MANUAL.html contains some broken links:

README.func

This one is easy to fix: just pass -XREADME.func to dh_compress in
debian/rules.

keymap.default
keymap.lynx

This ones are also easy, just place keymap.default and keymap.lynx in
/usr/share/doc/w3m/, not in /usr/share/doc/w3m/examples/.  Note that you
will have to change the text in README.Debian accordingly.

bookmark
 registration
helper-app editor

These are tricky to fix, because the "cookie=" argument of the CGI query is
lacking.  No idea how it can be done.

Rafael Laboissiere

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages w3m depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgc1c2   1:6.8-1.1 conservative garbage collector for
ii  libgpm21.20.4-3.1General Purpose Mouse - shared lib
ii  libncurses55.7+20081213-1shared libraries for terminal hand
ii  libssl0.9.80.9.8g-15 SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages w3m recommends:
ii  ca-certificates   20080809   Common CA certificates

Versions of packages w3m suggests:
ii  man-db2.5.2-4on-line manual pager
ii  menu  2.1.41 generates programs menu for all me
pn  migemo (no description available)
ii  mime-support  3.44-1 MIME files 'mime.types' & 'mailcap
pn  w3m-el (no description available)
pn  w3m-img(no description available)

-- no debconf information




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



Bug#516516: Provide all debug symbols

2009-02-26 Thread Aurelien Jarno
On Sun, Feb 22, 2009 at 10:21:44AM +0100, Jörg Sommer wrote:
> Hello Aurelien,
> 
> Aurelien Jarno hat am Sun 22. Feb, 03:45 (+0100) geschrieben:
> > On Sun, Feb 22, 2009 at 01:23:13AM +0100, Jörg Sommer wrote:
> > > Package: libc6-dbg
> > > Version: 2.9-0exp2
> > > Severity: normal
> > > 
> > > Hi,
> > > 
> > > the debug package doesn't help anyhow when inspecting core dumps. It would
> > > be much useful if the package would provide the symbols for local
> > > variables and thelike to get the full backtrace with gdb. That's also
> > > what other debug packages of libraries do.
> > 
> > The drawback of providing all symbols is that it makes gdb very slow to
> > load all symbols, render it almost unusable.
> 
> Gdb can look in different directories for debugging informations. Can you
> provide two versions: the current and a full (fat) version? Then I could
> “set debug-file-directory /usr/lib/debug/fat” and get a slow and verbose
> gdb output. Is this possible? Do you think it's useful?

A few tests have shown that the loading time of symbols has decreased to
an acceptable level even on slow machines, so the debugging symbols 
won't be stripped anymore in the next version (2.9-4).

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#517314: wmi: generates incorrect package with python-support from experimental

2009-02-26 Thread Josselin Mouette
Package: wmi
Version: 1:0.1.13-1

Hi,

the wmi rules file contains the following:

cd pycom; python setup.py install \
--root=$(CURDIR)/debian/python-wmi \

--install-purelib=/usr/share/python-support/python-wmi \

--install-platlib=/usr/lib/python-support/python-wmi/$(PYTHON) \
--no-compile -O0

With the upcoming version of python-support (currently in experimental),
the files installed in /usr/lib/python-support are ignored and the built
package is, as such, broken. (Note that the packages already built will
not break upon upgrade, only those built against the newer
python-support version will fail.)

You should remove the --install-* options, installing these packages to
a standard place instead of adding all this complexity. Then,
dh_pysupport will pick them and do whatever is fit.

As a general rule, please avoid relying on the internals of
python-support in the packaging unless necessary; this will avoid such
issues in the future (although hopefully there won’t be a need to change
the paths any further).

Thanks,
-- 
 .''`.  Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#513695: fetchmail: race in MSG_PEEK

2009-02-26 Thread Frans Pop
Just want to add a "me too".

I've upgraded my home server from etch to lenny today and have started
seeing these messages fairly regularly when fetching mail from my provider.

Feb 26 18:00:02 elrond kernel: TCP(fetchmail:11395): Application bug, race in 
MSG_PEEK.
Feb 26 18:00:02 elrond kernel: TCP(fetchmail:11395): Application bug, race in 
MSG_PEEK.
Feb 26 18:20:01 elrond kernel: TCP(fetchmail:12864): Application bug, race in 
MSG_PEEK.
Feb 26 18:26:02 elrond kernel: TCP(fetchmail:12914): Application bug, race in 
MSG_PEEK.
Feb 26 20:56:01 elrond kernel: TCP(fetchmail:20505): Application bug, race in 
MSG_PEEK.
Feb 26 20:56:01 elrond kernel: TCP(fetchmail:20505): Application bug, race in 
MSG_PEEK.
Feb 26 21:56:01 elrond kernel: TCP(fetchmail:22020): Application bug, race in 
MSG_PEEK.

I should be able to catch this in a TCP dump if needed.

I'm running amd64/lenny with a 2.6.29-rc6 kernel.

Cheers,
FJP



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



Bug#517313: mail-spf-perl: fails to build with Module::Build provided by perl-modules

2009-02-26 Thread Jonathan Nieder
Source: mail-spf-perl
Version: 2.005-1
Severity: minor

Module::Build is a perl core module, but if libmodule-build-perl is
not installed explicitly then mail-spf-perl refuses to build because
of the unsatisfied build-dependency.

Like in , I'd suggest making the
build-dependency "perl-modules (>= 5.10.0)
| libmodule-build-perl (>= 0.26)".  A part of me yearns instead for
versioned Provides instead.

This is not a major bug, since it can be easily worked around by
installing libmodule-build-perl.  Thanks for your time.



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



Bug#517312: urwid: FTBFS with python-support in experimental

2009-02-26 Thread Josselin Mouette
Package: urwid
Version: 0.9.8.3-1

Hi,

The urwid rules file contains the following:

binary-install/python-urwid::
chmod a+x 
debian/python-urwid/usr/share/python-support/python-urwid/urwid/*.py

With the upcoming version of python-support (currently in experimental),
such statements will make the package FTBFS, since the files are now
moved to a different directory (/usr/share/pyshared).

I suggest to do these things before the dh_pysupport call, and from the
standard installation directory:

install/python-urwid::
chmod a+x debian/python-urwid/usr/lib/python*/site-packages/urwid/*.py

As a general rule, please do not rely on the internals of python-support
in the packaging; this will avoid such issues in the future (although
hopefully there won’t be a need to change the paths any further).

Thanks,
-- 
 .''`.  Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.


signature.asc
Description: Ceci est une partie de message	numériquement signée


  1   2   3   4   5   6   >