Bug#618003: Bug is fixed in 0.7.13-2

2011-03-20 Thread Luke Morton
Updated to 0.7.13-2 today and gnome-shell works again. Thank you.




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



Bug#613906: sl-modem-source: sl-modem fails to compile with kernel 2.6.37-1-686

2011-03-20 Thread أحمد المحمودي
On Sat, Mar 19, 2011 at 10:01:19PM +0100, Harald Jenny wrote:
 Seems like the arguments have changed, please see attached log.
---end quoted text---

  Thanks, please try the attached patch instead.

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7
Description: Fix compilation of slusb with 2.6.37
 *_MUTEX got deprecated since kernel 2.6.37
Author: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613906
Bug-Ubuntu: https://bugs.launchpad.net/bugs/737650
--- a/drivers/st7554.c
+++ b/drivers/st7554.c
@@ -233,7 +233,11 @@
 static struct class *st7554_class;
 #endif
 
+#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,37)
 static DECLARE_MUTEX(open_sem);
+#else
+static DEFINE_SEMAPHORE(open_sem);
+#endif
 
 /* - */
 
@@ -1234,7 +1238,11 @@
 	memset(s, 0, sizeof(*s));
 
 	spin_lock_init(s-lock);
+#ifdef init_MUTEX
 	init_MUTEX (s-sem);
+#else
+  sema_init (s-sem, 1);
+#endif
 	init_waitqueue_head(s-wait);
 
 	s-name = ST7554 USB Modem;


signature.asc
Description: Digital signature


Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-20 Thread Nikita V. Youshchenko
[CCing -devel because there are several questions below]

 Package: libetpan15
 Version: 1.0-3
 Severity: critical
 Justification: breaks unrelated software

 Installing libetpan15(-dev) causes libdb-4.8 libdb-4.7 libdb-4.6 to be
 removed since libetpan depends on libdb-5.1. libdb5.1-dev cannot
 coexists with libdb  libdb-5.1. Package should always be build against
 latest version in Sid.

There are actually several separate issues here.


*) libdb*-dev packages do conflict with each other.

As soon as any package depends on one of libdb*-dev, none of others could 
be installed, and none of package depending on one of others.

Don't know if it is a bug or a feature.

#618965 is just an example of this.
At least I doubt it is of severity critical.


*) Generic question about dependences of libdev packages.

If libfoo is linked against libbar, should libfoo-dev depend on libbar-dev?

It is a question of policy.
In old days, there was a requirement for such a dependency, to support 
static linking. But today very few people care about static linking.

Is current policy on this documented anywhere? A pointer will be helpful...


*) libetpan15 is linked against libdb4.8, but libetpan-dev depends on 
libdb5.1-dev

This is a real bug (although not of severity critical!), and is caused by:
- libetpan's configure script is not aware of libdb5.1, but knows about 4.8 
and previous versions
- in build environment, libdb4.8 package is pushed by some recursive 
dependences,
- libdb4.8 provides libdb-4.8.so
- so build successfully finishes against libdb-4.8, although libdb4.8-dev 
is not installed in build chroot
- as for libetpan-dev dependency, it is computed by checking libdb-dev 
dependency [this was once implemented to support backporting], which 
currently is libdb5.1-dev

So at least
- I will fix libetpan to become aware of libdb5.1
- I will fix how libetpan-dev dependency is computed, to check actually 
used libdb instead of using libdb5.1 package dependeny

Open question is - isn't it a bug in libdb4.8 that link against libdb4.8 
suceeds when libdb4.8-dev is not installed? I don't know

One more question: is it safe to have package linked against libdb4.8, and 
then re-link against libdb5.1? Won't that break things because of 
incompatible database format?
[but AFAIK in case of libetpan this should be safe because libdb is used to 
cache things only]


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


Bug#618983: qscintilla2: README.source outdated

2011-03-20 Thread Bastian Kleineidam
Package: qscintilla2
Version: 2.4.3
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

the debian/README.source says that the package uses dpatch. This
is not true anymore it seems since the new Debian 3.0 source format
is used.
So I think the whole file README.source can be removed.

Regards,
  Bastian

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

Kernel: Linux 2.6.38grog1 (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/dash

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

iEYEARECAAYFAk2FoeIACgkQeBwlBDLsbz6tzQCgiLTQx2/CFUv3uiKmTLoK42hf
+YoAn3tHQM4PSHegv9VGNKvRBFWAw6pm
=VKLn
-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#618984: ssconvert warning should mention -S

2011-03-20 Thread jidanni
Package: gnumeric
Version: 1.10.13-1
Severity: wishlist
File: /usr/share/man/man1/ssconvert.1.gz

$ ssconvert renyou.xls renyou.csv
Using exporter Gnumeric_stf:stf_csv

Selected exporter (Gnumeric_stf:stf_csv) does not support saving multiple 
sheets in one file.
Only the current sheet will be saved.

Well that message should also say try -S.

   -S, --export-file-per-sheet
  Export a file for each sheet if the exporter only  supports  one
  sheet at a time.



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



Bug#618985: build debug package for python-qscintilla2

2011-03-20 Thread Bastian Kleineidam
Package: qscintilla2
Version: 2.4.3
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

please consider building a -dbg package for python-qscintilla2.
For example like python-sip does it with python-sip-dbg.

This way, users can debug segmentation faults more easy by running
python-dbg under gdb.
Right now, I have to rebuild python-qscintilla2 (and python-sip) with
non-stripped binaries to get a meaningful backtrace under gdb.

Thanks,
  Bastian

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

Kernel: Linux 2.6.38grog1 (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/dash

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

iEYEARECAAYFAk2Fo0cACgkQeBwlBDLsbz5YgwCbBbx22Y1HlzlcaXOjrzTCOiSN
FFUAnA/a9Oj0LKYWjRfwMyG6tIS1Uc59
=EaLl
-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#618986: dch is not able to find correct perl module for File::Glob and is just hangs

2011-03-20 Thread Praveen A
Package: devscripts
Severity: grave
Version: 2.10.71

After a sid dist-upgrade yesterday dch stopped working. When poked
with strace I got this (not able to find Glob.pm or Glob.so)

read(3, ing closing changelog entry\\n\;\n..., 4096) = 4096
stat(/usr/share/devscripts/File/Glob.pmc, 0x7fffc50cf2f0) = -1
ENOENT (No such file or directory)
stat(/usr/share/devscripts/File/Glob.pm, 0x7fffc50cf240) = -1 ENOENT
(No such file or directory)
stat(/etc/perl/File/Glob.pmc, 0x7fffc50cf2f0) = -1 ENOENT (No such
file or directory)
stat(/etc/perl/File/Glob.pm, 0x7fffc50cf240) = -1 ENOENT (No such
file or directory)
stat(/usr/local/lib/perl/5.10.1/File/Glob.pmc, 0x7fffc50cf2f0) = -1
ENOENT (No such file or directory)
stat(/usr/local/lib/perl/5.10.1/File/Glob.pm, 0x7fffc50cf240) = -1
ENOENT (No such file or directory)
stat(/usr/local/share/perl/5.10.1/File/Glob.pmc, 0x7fffc50cf2f0) =
-1 ENOENT (No such file or directory)
stat(/usr/local/share/perl/5.10.1/File/Glob.pm, 0x7fffc50cf240) = -1
ENOENT (No such file or directory)
stat(/usr/lib/perl5/File/Glob.pmc, 0x7fffc50cf2f0) = -1 ENOENT (No
such file or directory)
stat(/usr/lib/perl5/File/Glob.pm, 0x7fffc50cf240) = -1 ENOENT (No
such file or directory)
stat(/usr/share/perl5/File/Glob.pmc, 0x7fffc50cf2f0) = -1 ENOENT (No
such file or directory)
stat(/usr/share/perl5/File/Glob.pm, 0x7fffc50cf240) = -1 ENOENT (No
such file or directory)
stat(/usr/lib/perl/5.10/File/Glob.pmc, 0x7fffc50cf2f0) = -1 ENOENT
(No such file or directory)
stat(/usr/lib/perl/5.10/File/Glob.pm, {st_mode=S_IFREG|0644,
st_size=4080, ...}) = 0
open(/usr/lib/perl/5.10/File/Glob.pm, O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffc50cefb0) = -1 ENOTTY
(Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)   = 0
read(4, package File::Glob;\n\nuse strict;..., 4096) = 4080
brk(0x1709000)  = 0x1709000
lseek(4, 4079, SEEK_SET)= 4079
lseek(4, 0, SEEK_CUR)   = 4079
close(4)= 0
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.bs, 0x1309130) = -1
ENOENT (No such file or directory)
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.so,
{st_mode=S_IFREG|0644, st_size=21152, ...}) = 0
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.bs, 0x1309130) = -1
ENOENT (No such file or directory)
open(/usr/lib/perl/5.10/auto/File/Glob/Glob.so, O_RDONLY) = 4

Thanks
Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.



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



Bug#618013: debian-policy: please clarify where multi-line fields are allowed in control files

2011-03-20 Thread Charles Plessy
forcemerge 593909 618013
thanks

 I will also close #526713 and #533495 once your suggested patch has been
 applied to the policy as all user-defined fields and fields not defined
 in policy (such as Vcs-*) will always be `simple' fields for which
 folding is not allowed.  Please correct me if I am wrong here.

Hi Ansgar,

fields are simple unless specified otherwise.  If there is a consensus that the
Vcs-* fields can be folded, then this should be written in the Developers
Reference §6.2.5 where they are documented. This is compatible with the Policy.

Have a nice Sunday,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



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



Bug#562233: Patch to solve the widening effect

2011-03-20 Thread David Westberg
Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal

Problem seems to be related to the Changes and Description information tabs.

The text presented makes them grow because there is no restriction in the GUI
fields to limit this. GUI tries to put Description on one long row.

Supplied patch will limit this behaviour by restricting growth to vertical by
adding a Horisontal scrollbar if required.


diff -r -u update-manager-0.200.5/data/ui/UpdateManager.ui update-
manager-0.200.5.new/data/ui/UpdateManager.ui
--- update-manager-0.200.5/data/ui/UpdateManager.ui 2009-10-11
13:42:58.0 +0200
+++ update-manager-0.200.5.new/data/ui/UpdateManager.ui 2011-03-19
20:02:35.0 +0100
@@ -307,7 +307,7 @@
   object class=GtkScrolledWindow
id=scrolledwindow_changes
 property name=visibleTrue/property
 property name=can_focusTrue/property
-property
name=hscrollbar_policynever/property
+property
name=hscrollbar_policyautomatic/property
 property
name=vscrollbar_policyautomatic/property
 property name=shadow_typein/property
 child
@@ -334,7 +334,7 @@
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=border_width6/property
-property
name=hscrollbar_policynever/property
+property
name=hscrollbar_policyautomatic/property
 property
name=vscrollbar_policyautomatic/property
 property name=shadow_typein/property
 child





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

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

Versions of packages update-manager-gnome depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gksu  2.0.2-5graphical frontend to su
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-2 Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk0.60.debian-3 manage the repositories that you i
ii  update-notifier0.99.3debian8 Daemon which notifies about packag

-- 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#618984: sent upstream

2011-03-20 Thread jidanni
Forwarded as https://bugzilla.gnome.org/show_bug.cgi?id=645289



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



Bug#618987: python-sip: segfault using qscintilla component

2011-03-20 Thread Bastian Kleineidam
Package: python-sip
Version: 4.12.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am not sure wether this is a bug in qscintilla2 or sip. Anyway,
recently I experienced segfaults in my application linkchecker-gui.
The version of python-qscintilla2 I am using is 2.4.3-1+b1.

Here is the backtrace from gdb. It is generated using a locally built
python-sip and python-qscintilla2 with non-stripped libraries.

gdb python2.6
[...]
(gdb) run linkchecker-gui
[...]
Program received signal SIGSEGV, Segmentation fault.
0x71867424 in parsePass2 (self=0x0, selfarg=value optimized out, 
sipArgs=(), sipKwdArgs={'parent': QFrame at remote 0x1304560}, kwdlist=0x0,
fmt=0x7fffefb2eb31 H, va=0x7fffb840) at 
/home/calvin/src/sip4-4.12.1/siplib/siplib.c:4628
4628const char *name = kwdlist[a];
(gdb) bt
#0  0x71867424 in parsePass2 (self=0x0, selfarg=value optimized out, 
sipArgs=(), sipKwdArgs={'parent': QFrame at remote 0x1304560}, kwdlist=
0x0, fmt=0x7fffefb2eb31 H, va=0x7fffb840) at 
/home/calvin/src/sip4-4.12.1/siplib/siplib.c:4628
#1  0x7186c369 in parseKwdArgs (parseErrp=0x7fffba30, sipArgs=(), 
sipKwdArgs={'parent': QFrame at remote 0x1304560}, kwdlist=0x0,
unused=value optimized out, fmt=0x7fffefb2eb2f |JH, 
va_orig=0x7fffb8d0) at /home/calvin/src/sip4-4.12.1/siplib/siplib.c:2899
#2  0x7186c490 in sip_api_parse_kwd_args (parseErrp=value optimized 
out, sipArgs=value optimized out, sipKwdArgs=value optimized out,
kwdlist=value optimized out, unused=0x7fffba38, fmt=value optimized 
out) at /home/calvin/src/sip4-4.12.1/siplib/siplib.c:2819
#3  0x7fffefb26fbc in init_QsciScintilla (sipSelf=0x1304680, sipArgs=value 
optimized out, sipKwds=value optimized out,
sipUnused=value optimized out, sipOwner=value optimized out, 
sipParseErr=value optimized out) at ./sipQscipart0.cpp:70061
#4  0x71869e1f in sipSimpleWrapper_init (self=0x1304680, args=(), 
kwds={'parent': QFrame at remote 0x1304560})
at /home/calvin/src/sip4-4.12.1/siplib/siplib.c:8959
#5  0x0046b39c in wrap_init (self=0x0, args=0x0, wrapped=0x0, 
kwds={'parent': QFrame at remote 0x1304560}) at ../Objects/typeobject.c:4688
#6  0x0041ef47 in PyObject_Call (func=method-wrapper at remote 
0x12ff3d0, arg=0x0, kw=0x0) at ../Objects/abstract.c:2492
#7  0x004a72b8 in do_call (f=
Frame 0x14b07d0, for file 
/home/calvin/projects/linkchecker-git/linkcheck/gui/editor.py, line 66, in 
__init__ (self=Editor at remote 0x1304680, parent$


Please tell me if you need any more information or tests.
I will also try to come up with a more compact example to reproduce this.


Regards,
  Bastian
  
- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38grog1 (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/dash

Versions of packages python-sip depends on:
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5.2-6GCC support library
ii  libstdc++6  4.5.2-6  The GNU Standard C++ Library v3
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

python-sip recommends no packages.

python-sip suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAk2FqCwACgkQeBwlBDLsbz6d+ACcDXIlVueC7FvYgGZJb5ywJgb8
nVEAoMHurjUQPWYXl10xE3E6wC1d3PZK
=rt/5
-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#598045: hotot Debian package

2011-03-20 Thread Julien Valroff
Hi,

As I have been working on packaging hotot for my own use, I take over this
ITP, but would appreciate help for maintaining and testing this.

Cheers,
Julien

-- 
  .''`.   Julien Valroff ~ jul...@kirya.net ~ jul...@debian.org
 : :'  :  Debian Developer  Free software contributor
 `. `'`   http://www.kirya.net/
   `- 4096R/ E1D8 5796 8214 4687 E416  948C 859F EF67 258E 26B1




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



Bug#618986: Glob.pm is available

2011-03-20 Thread Praveen A
$ apt-file find Glob.pm
perl-base: /usr/lib/perl/5.10.1/File/Glob.pm
perl-base: /usr/lib/perl/5.12.3/File/Glob.pm

it is somehow failing to find the correct perl module. or may be it is
some other error, it is getting stuck at a read

read(4, package File::Glob;\n\nuse strict;..., 4096) = 4080
brk(0x249)  = 0x249
lseek(4, 4079, SEEK_SET)= 4079
lseek(4, 0, SEEK_CUR)   = 4079
close(4)= 0
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.bs, 0x2090130) = -1
ENOENT (No such file or directory)
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.so,
{st_mode=S_IFREG|0644, st_size=21152, ...}) = 0
stat(/usr/lib/perl/5.10/auto/File/Glob/Glob.bs, 0x2090130) = -1
ENOENT (No such file or directory)
open(/usr/lib/perl/5.10/auto/File/Glob/Glob.so, O_RDONLY) = 4
read(4, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\20\33\0\0\0\0\0\0...,
832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=21152, ...}) = 0
mmap(NULL, 2116360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4,
0) = 0x7f7b1ba99000
mprotect(0x7f7b1ba9e000, 2093056, PROT_NONE) = 0
mmap(0x7f7b1bc9d000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x7f7b1bc9d000
close(4)= 0
read(3,   # Check that a given explicit ..., 4096) = 4096
read(3, t_n)) {\n\t\tif ($start =~/(.*?..., 4096) = 4096
read(3, bpo_dists{$1}-backports\;\n\t\t}\n\t ..., 4096) = 4096
brk(0x24b1000)  = 0x24b1000
read(3, $/ = undef;\nprint O S;\n\n  ..., 4096) = 4096
brk(0x24d2000)  = 0x24d2000
read(3, rmat NEWS =\n  ^..., 4096) = 1797
read(3, , 4096)   = 0
close(3)= 0
pipe([3, 4])= 0
pipe([5, 6])= 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f7b1d8bf9d0) = 9028
close(6)= 0
close(4)= 0
read(5, , 4)  = 0
close(5)= 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff5095fed0) = -1 EINVAL
(Invalid argument)
lseek(3, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
read(3,

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.



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



Bug#618260: debirf: serial-terminal module mknod command fails

2011-03-20 Thread Jameson Rollins
On Sun, 13 Mar 2011 19:53:12 -0400, Daniel Kahn Gillmor 
d...@fifthhorseman.net wrote:
 yep, this is a known bug in fakechroot [0].  We can work around it in
 debirf's serial-terminal module by changing the /dev/ttyS0 to dev/ttyS0
 (removing the leading /).  In fact, this is already done upstream [1].
 we probably need to roll out a new minor version with this workaround fix.

I also just ran into this issue.  I see the fix in upstream @r1353,
although I don't see mention of it in the changelog.

It looks like there are other patches in 0.28, so I think we're
justified in rolling out a new release.

jamie.


pgp5PsUJQdKra.pgp
Description: PGP signature


Bug#618988: gcc-4.6 fixes for kfreebsd-*

2011-03-20 Thread Petr Salinger

Package: gcc-4.6
Version: 4.6.0~rc1-1
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

1) problem during testing of libgomp in 32 bit mode

Please disable the problematic test.
Tested on kfreebsd-amd64.

--- a/src/libgomp/testsuite/libgomp.c/lock-2.c
+++ b/src/libgomp/testsuite/libgomp.c/lock-2.c
@@ -4,6 +4,9 @@
 int
 main (void)
 {
+#ifdef __FreeBSD_kernel__
+  return 1;
+#endif
   int l = 0;
   omp_nest_lock_t lock;
   omp_init_nest_lock (lock);


2) liblto_plugin.* is missing in generated gcc-4.6 binary package

Please add kfreebsd-i386 kfreebsd-amd64 into
gold_archs in debian/rules.defs or test against
DEB_TARGET_ARCH_CPU instead of DEB_TARGET_ARCH for
with_gold.

The liblto_plugin.so.0.0.0 have been also built on hurd
https://buildd.debian.org/fetch.cgi?pkg=gcc-4.6ver=4.6-20110227-1arch=hurd-i386stamp=1299424941file=log
Therefore DEB_TARGET_ARCH_CPU seems to be the right choice.

3) parallel build

I believe (untested) that the parallel build
can be enabled again - please revert r5074 from SVN.

Thanks

Petr



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



Bug#618971: Please remove some outdated hurd-i386 binary packages

2011-03-20 Thread Svante Signell
On Sun, 2011-03-20 at 00:55 +0100, Michael Banck wrote:
 Package: ftp.debian.org

I saw that netspeed is still on the list. It has been fixed, see
#618745.





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



Bug#618972: xcfa FTBFS on kfreebsd-*

2011-03-20 Thread Alessio Treglia
Hi Cyril,

thanks for the report.

Porting this to use libcdio might be a good solution, I'll get in
touch with upstream to know what he thinks about.

Regards,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-20 Thread Michael Rasmussen
On Sun, 20 Mar 2011 09:35:40 +0300
Nikita V. Youshchenko yo...@debian.org wrote:

 *) libetpan15 is linked against libdb4.8, but libetpan-dev depends on 
 libdb5.1-dev
 
This is a real issue since building packages against libetpan15 pulls
in a dependency for libdb5.1-dev but at the same time since libetpan15
is build against libdb4.8 other builds will then require libdb4.8-dev.
The consequences is that other builds fails since you cannot fulfill
the requirements of libdb4.8-dev and libdb5.1-dev at the same time.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
You will be awarded a medal for disregarding safety in saving someone.


signature.asc
Description: PGP signature


Bug#618989: [buildd.debian.org] mipsel initrds not being built

2011-03-20 Thread Roman Mamedov
Package: buildd.debian.org
Severity: normal

According to [1],  the build daemon responsible for these builds is currently
moving to a new hosting location. Daily builds should be available again
within the first two weeks of 2011.

It is now March of 2011, and there has been a bug in busybox [2] which was
fixed some time ago, but is still present in the last daily initrds generated
for mipsel (on 09 Dec 2011), so those are currently useless, and can't
install Debian without an ugly manual workaround.

Can someone please post an update regarding the status of mipsel buildd?

[1] http://d-i.debian.org/daily-images/build-logs.html
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618648

-- 
With respect,
Roman


signature.asc
Description: PGP signature


Bug#618990: gtkglext: hard coded paths in dependency_libs in .la files can cause FTBFS when .la paths change

2011-03-20 Thread Micah Gersten
Package: gtkglext
Version: 1.2.0-1.1fakesync2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

I set this to Severity wishlist since I don't believe Debian is enabling 
multiarch yet, otherwise, this should probably be important.

*** /tmp/tmpzRX5q2
In Ubuntu, the attached patch was applied to achieve the following:

  * Clear out dependency_libs in .la files during build; This
prevents FTBFS errors in other packages due to the hard coded paths to other
.la files 
- update debian/rules


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty-backports'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u gtkglext-1.2.0/debian/changelog gtkglext-1.2.0/debian/changelog
diff -u gtkglext-1.2.0/debian/rules gtkglext-1.2.0/debian/rules
--- gtkglext-1.2.0/debian/rules
+++ gtkglext-1.2.0/debian/rules
@@ -52,6 +52,9 @@
 	dh_installdirs
 
 	$(MAKE) install prefix=$(DTMPDIR)/usr
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i /dependency_libs/ s/'.*'/''/ $$file ; \
+		done
 #	mv $(DTMPDIR)/usr/lib/gtkglext-1.0/include/gdkglext-config.h \
 #		$(DTMPDIR)/usr/include/gtkglext-1.0
 #	rmdir -p --ignore-fail-on-non-empty $(DTMPDIR)/usr/lib/gtkglext-1.0/include


Bug#618991: New upstream release 2.4 available

2011-03-20 Thread Michael Biebl
Package: libtool
Version: 2.2.6b-2
Severity: wishlist

Hi,

please consider packaging the latest upstream version which is currentyl
2.4.

Thanks,
Michael



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

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

Versions of packages libtool depends on:
ii  autotools-dev 20100122.1 Update infrastructure for config.{
ii  cpp   4:4.5.2-2  The GNU C preprocessor (cpp)
ii  file  5.04-5 Determines file type using magic
ii  gcc [c-compiler]  4:4.5.2-2  The GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.5-14   The GNU C compiler
ii  gcc-4.5 [c-compiler]  4.5.2-6The GNU C compiler
ii  libc6-dev [libc-dev]  2.11.2-11  Embedded GNU C Library: Developmen

Versions of packages libtool recommends:
ii  libltdl-dev   2.2.6b-2   A system independent dlopen wrappe

Versions of packages libtool suggests:
ii  autoconf  2.67-2 automatic configure script builder
ii  automake [automaken]  1:1.11.1-1 A tool for generating GNU Standard
pn  gcj   none (no description available)
pn  gfortran | fortran95-compiler none (no description available)
pn  libtool-doc   none (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#618930: High network latency with ralink usb wireless device

2011-03-20 Thread Richard Kettlewell

On 19/03/2011 22:31, Johannes Stezenbach wrote:


I sent a patch to disable power save by default, but then work started
to fix it instead, but then stalled.  Seems like 2.6.38 shipped with
broken power save enabled by default.  Plese read the discussion
following my RFC patch:
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2011-January/thread.html#3017

You can test if power saving causes your issue by disabling
it with iwconfig wlan0 power off.


That does the trick - thanks!

richard@sfere:~$ ssh violeer uname -a
Linux violeer 2.6.38-1-686 #1 SMP Wed Mar 16 17:37:47 UTC 2011 i686 
GNU/Linux

richard@sfere:~$ ping -qc10 violeer
PING violeer.wlan.anjou.terraraq.org.uk (172.31.59.138) 56(84) bytes of 
data.


--- violeer.wlan.anjou.terraraq.org.uk ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9016ms
rtt min/avg/max/mdev = 0.919/0.981/1.089/0.057 ms
richard@sfere:~$

ttfn/rjk



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



Bug#562233: Patch got mangled in message #15

2011-03-20 Thread David Westberg
Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal
Tags: patch

Patch as an attchment, see message 15 for details.



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

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

Versions of packages update-manager-gnome depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gksu  2.0.2-5graphical frontend to su
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-2 Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk0.60.debian-3 manage the repositories that you i
ii  update-notifier0.99.3debian8 Daemon which notifies about packag
diff -r -u update-manager-0.200.5/data/ui/UpdateManager.ui update-manager-0.200.5.new/data/ui/UpdateManager.ui
--- update-manager-0.200.5/data/ui/UpdateManager.ui	2009-10-11 13:42:58.0 +0200
+++ update-manager-0.200.5.new/data/ui/UpdateManager.ui	2011-03-19 20:02:35.0 +0100
@@ -307,7 +307,7 @@
   object class=GtkScrolledWindow id=scrolledwindow_changes
 property name=visibleTrue/property
 property name=can_focusTrue/property
-property name=hscrollbar_policynever/property
+property name=hscrollbar_policyautomatic/property
 property name=vscrollbar_policyautomatic/property
 property name=shadow_typein/property
 child
@@ -334,7 +334,7 @@
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=border_width6/property
-property name=hscrollbar_policynever/property
+property name=hscrollbar_policyautomatic/property
 property name=vscrollbar_policyautomatic/property
 property name=shadow_typein/property
 child


Bug#612349: [PATCH] upgrading: warn about missing firmware

2011-03-20 Thread Javier Fernández-Sanguino Peña
On Wed, Mar 16, 2011 at 10:02:39PM +0100, Julien Cristau wrote:
 I think it's too late to change before 6.0.1.  Can you remind me again
 next week?

Added now (revision 8585). I've also a pointer (in a comment) to Raphael's blog
about non-free firwmare at
http://raphaelhertzog.com/2011/03/14/missing-firmware-in-debian-learn-how-to-deal-with-the-problem/


Regards

Javier


signature.asc
Description: Digital signature


Bug#387688: Add gnupg as apt dependency in Squeeze to be able to solve #387688 in Squeeze+1?

2011-03-20 Thread Carsten Hey
* Carsten Hey [2010-08-13 01:37 +0200]:
 I don't see how this bug could be fixed in debian-archive-keyring but
 think it should be fixed in apt instead.  ...

 Thus I propose to make apt's implicit dependeny on gnupg explicit to be
 able to fix #387688 for Squeeze+1 and still provide a clean upgrade path
 from Squeeze.

apt/squeeze and debian-archive-keyring/squeeze both depend on gnupg.
This ensure a clean upgrade path from Squeeze if debian-archive-keyring
in Wheezy drops this dependency.

Please drop the dependency on gnupg with your next upload targeted for
Wheezy and ensure that this version never enters Squeeze.  As noted
above, the remaining part of this bug could and should be fixed in
apt[1] instead.


Regards
Carsten

 [1] There is already a related bug (#558784) in apt, but it is actually
 not about dropping this dependency.



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



Bug#618992: segfault in the heimdal-kcm

2011-03-20 Thread Red2 Administrator
Package: heimdal-kcm
Version: 1.4.0~git20100726.dfsg.1-1+b1
Severity: grave
Justification: renders package unusable


I am using heimdal, oth the credentials server and the kcm daemon.
I had no problem with the mit kerberos, but I have recently switched to heimdal.

I am using debian squeeze, amd64, on a virtual machine.

When I run klist and kcm in a terminal, I have a SEGV.

Sorry to have not the time to compile the program from source, however,
here a backtrace, with GDB:
--8---
(gdb) run
Starting program: /usr/sbin/kcm
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x765a30e8 in ?? () from /lib/libc.so.6
(gdb) backtrace
#0  0x765a30e8 in ?? () from /lib/libc.so.6
#1  0x765a12aa in memmove () from /lib/libc.so.6
#2  0x00409c00 in handle_read () at server.c:796
#3  process_loop () at server.c:868
#4  heim_ipc_main () at server.c:1028
#5  0x00406a0d in main (argc=1, argv=0x7fffe768) at main.c:117
(gdb) cont
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
--8---



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

Kernel: Linux 2.6.32-5-amd64 (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/dash

Versions of packages heimdal-kcm depends on:
ii  libasn1-8- 1.4.0~git20100726.dfsg.1-1+b1 Heimdal Kerberos - ASN.1 library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libhdb9-he 1.4.0~git20100726.dfsg.1-1+b1 Heimdal Kerberos - kadmin server l
ii  libheimntl 1.4.0~git20100726.dfsg.1-1+b1 Heimdal Kerberos - NTLM support li
ii  libkrb5-26 1.4.0~git20100726.dfsg.1-1+b1 Heimdal Kerberos - libraries
ii  libroken18 1.4.0~git20100726.dfsg.1-1+b1 Heimdal Kerberos - roken support l
ii  libssl0.9. 0.9.8o-4squeeze1  SSL shared libraries

heimdal-kcm recommends no packages.

heimdal-kcm 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#618993: option to display menubar on all windows

2011-03-20 Thread Mark Hobley
Package: iceape-browser
Version: 2.0.11-3
Severity: wishlist

The iceape browser requires an option to display a menubar on all windows.

Visit the following url:

¤http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1PNid=21PFid=48Level=5Conn=4DownTypeID=3GetDown=falseDownloads=true

and follow one of the GO buttons.

The window that appears does not have a menu. There should be an option to 
force a menu to appear at the top of the window here.

-- Package-specific info:

-- Extensions information
Name: HttpFox
Location: ${PROFILE_EXTENSIONS}/{4093c4de-454a-4329-8aff-c6b0b123c386}
Status: enabled

Name: Iceape Default Theme
Location: /usr/lib/iceape/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceape-browser
Status: enabled

Name: Iceape Modern
Location: /usr/lib/iceape/extensions/mod...@themes.mozilla.org
Package: iceape-browser
Status: enabled

Name: NoScript
Location: 
/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: user-disabled

Name: OverbiteFF
Location: ${PROFILE_EXTENSIONS}/overbit...@floodgap.com
Status: enabled

-- Plugins information

-- Addons package information
ii  iceape-browser 2.0.11-3   Iceape Navigator (Internet browser) and Comp

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-rc6-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/pdksh

Versions of packages iceape-browser depends on:
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-5 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.4-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-3 Network Security Service libraries
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsqlite3-03.7.3-1  SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

iceape-browser recommends no packages.

Versions of packages iceape-browser suggests:
pn  iceape-mailnews none   (no description available)
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomeui-02.24.3-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.8.3+dfsg-3 MIT Kerberos runtime libraries - k
ii  ttf-lyx 1.6.6-2  TrueType versions of some TeX font
pn  xul-ext-dom-inspector   none   (no description available)

-- Configuration Files:
/etc/iceape/pref/base.js changed [not included]

-- 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#618994: rapid-photo-downloader and rapid-spring: error when trying to install together

2011-03-20 Thread Ralf Treinen
Package: rapid-spring,rapid-photo-downloader
Version: rapid-spring/0.5.1-1
Version: rapid-photo-downloader/0.3.4-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-03-20
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  gcc-4.5-base libstdc++6 libmagic1 file libcap2 libgpg-error0 libgcrypt11
  libtasn1-3 libgnutls26 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3
  libgssapi-krb5-2 libsasl2-2 libldap-2.4-2 libpcre3 libxml2 mime-support
  python2.6-minimal libexpat1 python2.6 python-minimal python python-support
  ucf libgmp10 libgmpxx4ldbl libppl9 libpwl5 libppl-c4 libcloog-ppl0 libelfg0
  libmpfr4 libmpc2 cpp-4.5 cpp libdbus-1-3 dbus libxau6 libxdmcp6 libxcb1
  libx11-data libx11-6 dbus-x11 defoma libdevmapper1.02.1 dmsetup
  esound-common libfreetype6 ttf-dejavu-core fontconfig-config libfontconfig1
  fontconfig libglib2.0-0 libdbus-glib-1-2 libidl0 liborbit2 gconf2-common
  libgconf2-4 psmisc gconf2 hicolor-icon-theme libgtk2.0-common libatk1.0-0
  libdrm2 libxfixes3 libxdamage1 libxext6 libxxf86vm1 libgl1-mesa-glx
  libtalloc2 libx11-xcb1 libxcb-dri2-0 libxcb-render0 libxcb-shape0
  libxcb-xfixes0 libegl1-mesa libpixman-1-0 libpng12-0 libxcb-shm0 libxrender1
  libcairo2 libavahi-common-data libavahi-common3 libavahi-client3 libcups2
  libjpeg62 libjasper1 libpango1.0-common libdatrie1 libthai-data libthai0
  libxft2 libpango1.0-0 libtiff4 libxcomposite1 libxcursor1 libxi6
  libxinerama1 libxrandr2 shared-mime-info libgtk2.0-0 libgtk2.0-bin libcroco3
  libgsf-1-common libgsf-1-114 librsvg2-2 librsvg2-common gnome-icon-theme
  gnome-mime-data libgnome-keyring0 libatasmart4 libgudev-1.0-0 liblvm2app2.2
  libparted0debian1 libpolkit-gobject-1-0 libpolkit-backend-1-0 libsgutils2-2
  udisks libgdu0 libfontenc1 x11-common libice6 libsm6 libxt6 libxmu6 libxpm4
  libxaw7 libxcb-atom1 libxmuu1 libxtst6 libxv1 libxxf86dga1 x11-utils gvfs
  iso-codes libart-2.0-2 libasound2 libasyncns0 libaudio2 libaudiofile0
  libavahi-glib1 libgfortran3 libblas3gf libbonobo2-common libbonobo2-0
  libglade2-0 libesd0 libfam0 libgnomevfs2-common libgnomevfs2-0
  libgnome2-common libgnome2-0 libgail18 libgnomecanvas2-common
  libgnomecanvas2-0 libbonoboui2-common libbonoboui2-0 libboost-python1.42.0
  libexiv2-9 libffi5 libogg0 libflac8 libglu1-mesa libgnomeui-common
  libgnomeui-0 libgstreamer0.10-0 libgstreamer-plugins-base0.10-0 liblapack3gf
  liblcms1 libmng1 libnotify1 libvorbis0a libvorbisenc2 libsndfile1 libwrap0
  libpulse0 libpython2.6 libqtcore4 libqt4-xml libqt4-dbus libqt4-network
  libqt4-script libqt4-sql libqt4-xmlpatterns libqtgui4 libqt4-declarative
  libqt4-designer libqt4-help libqt4-opengl libqt4-scripttools
  libqt4-sql-sqlite libqt4-svg libqt4-test libqtassistantclient4
  libqtlocation1 libqtmultimediakit1 libqtsensors1 libqtwebkit4
  python-bitarray python-cairo python-gobject python-gconf python-numpy
  python-gtk2 python-glade2 python-pyorbit python-gnome2 python-notify
  python-pyexiv2 python-sip python-qt4 rapid-photo-downloader rapid-spring

Extracting templates from packages: 13%
Extracting templates from packages: 27%
Extracting templates from packages: 41%
Extracting templates from packages: 55%
Extracting templates from packages: 69%
Extracting templates from packages: 83%
Extracting templates from packages: 97%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package gcc-4.5-base.
(Reading database ... 8744 files and directories currently installed.)
Unpacking gcc-4.5-base (from .../gcc-4.5-base_4.5.2-6_amd64.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up gcc-4.5-base (4.5.2-6) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
(Reading database ... 8752 files and directories currently installed.)
Preparing to replace libstdc++6 4.4.5-12 (using 
.../libstdc++6_4.5.2-6_amd64.deb) ...
Unpacking replacement libstdc++6 ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libstdc++6 (4.5.2-6) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libmagic1.
(Reading database ... 8752 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_5.04-5_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_5.04-5_amd64.deb) ...
Selecting previously deselected package libcap2.
Unpacking libcap2 (from .../libcap2_1%3a2.20-1_amd64.deb) ...
Selecting previously deselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.10-0.3_amd64.deb) ...
Selecting previously deselected package libgcrypt11.

Bug#618540: test

2011-03-20 Thread Stefan Luetje
I have test the version 0.9.22 from here:
http://wireless.kernel.org/download/iw/

# ./iw --version
iw version 0.9.22

# ./iw dev wlan0 link

Connected to bc:05:42:50:bc:a8 (on wlan0)
SSID: NETGEAR
freq: 2412
RX: 61042442 bytes (75156 packets)
TX: 4563468 bytes (31888 packets)
signal: -40 dBm
tx bitrate:  MCS 45 40Mhz short GI


Stefan


signature.asc
Description: Digital signature


Bug#618995: serna: FTBFS on i386 and g++-4.5

2011-03-20 Thread Mathieu Malaterre
Package: serna
Version: 4.3.0-1
Severity: important
Tags: upstream


serna does not currently build on buildd maching with g++-4.5 installation:

/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/RefCntStorage.h:135:9:
 error: selected for placement delete
make[4]: *** [obj/CompiledInStrings.o] Error 1
make[4]: *** Waiting for unfinished jobs
In file included from 
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/FlexString.h:52:0,
 from 
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/String.h:35,
 from 
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/PropertyTree.h:38,
 from 
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/PropertyTreeEventFactory.h:36,
 from 
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/impl/PropertyTreeEventFactory.cxx:30:
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/RefCntStorage.h:
 In member function 'void Common::RefCntStorageE, T, 
A::alloc(Common::RefCntStorageE, T, A::size_type) [with E = QChar, T = 
std::char_traitsQChar, A = std::allocatorQChar, Common::RefCntStorageE, T, 
A::size_type = unsigned int]':
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/RefCntStorage.h:352:13:
   instantiated from 'Common::RefCntStorageE, T, 
A::RefCntStorage(Common::RefCntStorageE, T, A::size_type, 
Common::RefCntStorageE, T, A::size_type, E, const A) [with E = QChar, T = 
std::char_traitsQChar, A = std::allocatorQChar, Common::RefCntStorageE, T, 
A::size_type = unsigned int]'
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/FlexString.i:197:28:
   instantiated from 'Common::flex_stringE, T, A, 
S::flex_string(Common::flex_string::size_type, Common::flex_stringE, T, A, 
S::value_type, const A) [with E = QChar, T = std::char_traitsQChar, A = 
std::allocatorQChar, Storage = Common::RefCntStorageQChar, 
std::char_traitsQChar, std::allocatorQChar , 
Common::flex_string::size_type = unsigned int, Common::flex_stringE, T, A, 
S::value_type = QChar]'
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/String.h:76:44:
   instantiated from here
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/RefCntStorage.h:76:10:
 error: non-placement deallocation function 'static void 
StringPrivate::RefCntDataE::operator delete(void*, StringPrivate::size_type) 
[with E = QChar, StringPrivate::size_type = unsigned int]'
/build/buildd-serna-free_4.3.0.20110221-2-i386-pAsDoD/serna-free-4.3.0.20110221/sfworks/common/RefCntStorage.h:135:9:
 error: selected for placement delete
make[4]: *** [obj/PropertyTreeEventFactory.o] Error 1



-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages serna depends on:
ii  docbook-xsl 1.75.2+dfsg-5stylesheets for processing DocBook
ii  libaspell15 0.60.6-4 GNU Aspell spell-checker runtime l
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqscintilla2-52.4.3-1  The Qt4 port of the Scintilla sour
ii  libqt4-assistant4:4.6.3-4Qt 4 assistant module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-qt3support   4:4.6.3-4Qt 3 compatibility library for Qt 
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.5.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxinerama12:1.1-3  X11 

Bug#618197: snort: FTBFS: cp: cannot stat `doc/snort_manual.pdf': No such file or directory

2011-03-20 Thread Javier Fernández-Sanguino Peña
On Sun, Mar 13, 2011 at 06:46:21PM +0100, Lucas Nussbaum wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

It seems it is unable to build the Snort PDF Manual (using LaTeX).

The manual is built as part of the arch-independent package. I will check the
logs to see if I see why doesn't it build.

Regards

Javier


signature.asc
Description: Digital signature


Bug#563124: gspiceui: FIFOs are never closed.

2011-03-20 Thread Gudjon I. Gudjonsson
Hi John
Sorry for a long delay in answering. Are you still using gspiceui? I got a 
patch that I have added to version 0.9.99. Can you please test it to see if it 
fixes your problem?

The version can be found on my private server:
deb http://213.64.124.152/debian/ i386/
deb-src http://213.64.124.152/debian/ source/

Thanks for the bug report, I promise to be faster next time :)

Regards
Gudjon



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



Bug#564853: [0d4b071] Fix for Bug#564853 committed to git

2011-03-20 Thread Giuseppe Iuculano

tags 564853 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sun, 20 Mar 2011 11:11:40 +0100.
 The fix will be in the next upload. 
=
Fix FTBFS with gcc 4.5 , patch from Ubuntu

Closes: #564853
Thanks: shankao
=

You can check the diff of the fix at:

http://git.debian.org/?p=pkg-amule/amule.git;a=commitdiff;h=0d4b071





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



Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-03-20 Thread Thomas Weber
On Sat, Mar 19, 2011 at 09:54:13PM +, Adam D. Barratt wrote:
 On Sat, 2011-03-19 at 22:45 +0100, Thomas Weber wrote:
  On Sat, Mar 19, 2011 at 08:45:07PM +, Adam D. Barratt wrote:
   It won't work on the buildds, however, whether pbuilder handles it or
   not.
 [...]
  1) If I build the package in a clean chroot, it will work because apt
  will install one of the providers. 
 [...]
   libcurl4-dev is a virtual package with multiple providers, and the
   buildd software won't automatically pick between them, so the same
   situation will recur.  
  
  Given that both apt and pbuilder easily cope with the situation, this
  sounds like a missing feature in the buildd software.
 
 Which version of apt?  0.8.13 certainly doesn't appear to easily cope
 - on a system with none of the providers installed:

My bad. I could have sworn I only ever used 
apt-get build-dep octave3.2
in the chroot. But that doesn't even try to pull in libcurl*.

Thomas



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



Bug#554623: [c998ccf] Fix for Bug#554623 committed to git

2011-03-20 Thread Giuseppe Iuculano

tags 554623 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sun, 20 Mar 2011 11:26:05 +0100.
 The fix will be in the next upload. 
=
Disable NewVersionCheck by default

Closes: #554623
=

You can check the diff of the fix at:

http://git.debian.org/?p=pkg-amule/amule.git;a=commitdiff;h=c998ccf





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



Bug#618530: ghostscript: cannot open OutputFile if -dSAFER specified with piped or interactive input

2011-03-20 Thread Jonathan Nieder
fixed 618530 ghostscript/8.71~dfsg2-6
found 618530 ghostscript/8.71~dfsg2-6.1
found 618530 ghostscript/9.01~dfsg-2
tags 618530 + confirmed
# regression
severity 618530 important
retitle 618530 gs -dSAFER: /invalidfileaccess with run operator
forcemerge 414002 618530
quit

Hi again,

Ralph Smith wrote:

 Surprisingly, the invalid file access does not occur in any of the versions
 you suggested, but returns when I upgrade to the current version
 (8.71~dfsg2-9).  For each case, I installed ghostscript, libgs8 and
 gs-common debs for the test.

Confirmed: with version 8.71~dfsg2-6.1 running

man -t ls ls.1
echo '(ls.ps) run' | ghostscript -dSAFER

fails with /invalidfileaccess, while with 8.71~dfsg2-6 it succeeds (and if
ghostscript-x is installed, renders the manpage).  This has nothing to do
with OutputFile, piped input, or relative paths --- something[1] has changed
to make innocuous _reads_ break with -dSAFER.

Michael, any hints?

Jonathan

[1] via debian/patches/1010_CVE-2010-2055.patch



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



Bug#618996: apt-get gives Bad header line due to apt-cacher giving Browser does not support redirects!

2011-03-20 Thread Tadeus Prastowo
Package: apt-cacher
Version: 1.6.12ubuntu1
Severity: important

apt-get update returns Bad header line. This problem also happens when 
using aptitude update and aptitude install although apt-get install works 
fine.

Instrumenting the source code of apt-get: methods/http.cc as follows:
--- http.cc.orig2011-03-20 11:28:12.347525680 +0100
+++ http.cc 2011-03-20 09:17:23.409707029 +0100
@@ -535,8 +535,11 @@ bool ServerState::HeaderLine(string Line
{
   // Blah, some servers use connection:closes, evil.
   Pos = Line.find(':');
-  if (Pos == string::npos || Pos + 2  Line.length())
-return _error-Error(_(Bad header line));
+  if (Pos == string::npos || Pos + 2  Line.length()) {
+   if (Debug == true)
+ clog  [Bad header line] The offending HTTP header line is
Line  std::endl;
+   return _error-Error(_(Bad header line));
+  }
   Pos++;
}
and running apt-get as follows:
bin/apt-get -o Debug::Acquire::http=true -o 
Dir::Bin::methods=/tmp/apt-0.8.3ubuntu7/bin/methods -s update
, I got the following error message that I cut after the first error to keep 
this report succinct:
--- 8 
NOTE: This is only a simulation!
  apt-get needs root privileges for real execution.
  Keep also in mind that locking is deactivated,
  so don't depend on the relevance to the real current situation!
GET /de.archive.ubuntu.com/ubuntu/dists/maverick/Release.gpg HTTP/1.1
Host: localhost:3142
Connection: keep-alive
Cache-Control: max-age=0
Range: bytes=197-
If-Range: Sun, 10 Oct 2010 10:18:55 GMT
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET /de.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/Translation-en_US.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET /de.archive.ubuntu.com/ubuntu/dists/maverick-updates/Release.gpg HTTP/1.1
Host: localhost:3142
Connection: keep-alive
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


HTTP/1.0 200 OK
Connection: Keep-Alive
Accept-Ranges: bytes
Age: 785
ETag: 86081-c6-49240922fa1c0
Content-Length: 198
Content-Type: text/plain
Last-Modified: Sun, 10 Oct 2010 10:18:55 GMT

GET /de.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/main/i18n/Translation-en_US.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/multiverse/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/restricted/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/Translation-en.bz2 
HTTP/1.1
Host: localhost:3142
Connection: keep-alive
User-Agent: Debian APT-HTTP/1.3 (0.8.3ubuntu7)


GET 
/de.archive.ubuntu.com/ubuntu/dists/maverick/universe/i18n/Translation-en_US.bz2
 HTTP/1.1
Host: 

Bug#609278: progress on Unity?

2011-03-20 Thread Jon Dowland
Hello,

Has there been any progress on this ITP?

I was surprised to see that unity was missing from
http://wiki.debian.org/Ayatana/Packages, and there's essentially no discussion
on pkg-ayatana-devel at all...


-- 
Jon Dowland



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



Bug#616316: checkfs.sh - fsck died with exit status 8

2011-03-20 Thread Andreas Traub
Package: initscripts  2.88dsf-13.1
System: Debian - Stable (Squeeze) Version 6.0.1
Kernel: 2.6.32-5-amd64 #1 SMP (from Debian Repository)

At boot, system hangs with:
fsck.ext3: Unable to resolve 'UUID=4d50c833-f941-4cbd-a7c6-a71f73bffef0'
fsck.ext3: Unable to resolve 'UUID=fffd1907-3b4a-426c-9ba9-e4038f4060c5'
fsck died with exit status 8
failed (code 8).

System wants to check USB Devices (sdb and sdc) which are not available at
this time.
Ctrl+D on console continues booting.
After boot, partitions are correctly mounted.

Adding a sleep 10 at the beginning of /etc/init.d/checkfs.sh helps and
the system boots without any error.


# dpkg -l initscripts
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig
Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
 Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name  Version  
Beschreibung
+++-=-==
ii  initscripts   2.88dsf-13.1 
scripts for initializing and shutting down the system

# apt-cache show initscripts
Package: initscripts
Priority: required
Section: admin
Installed-Size: 396
Maintainer: Debian sysvinit maintainers
pkg-sysvinit-de...@lists.alioth.debian.org
Architecture: amd64
Source: sysvinit
Version: 2.88dsf-13.1
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: libc6 (= 2.2.5), mount (= 2.11x-1), debianutils (= 2.13.1),
lsb-base (= 3.2-14), sysvinit-utils (= 2.86.ds1-64), sysv-rc | file-rc,
coreutils (= 5.93)
Recommends: psmisc, e2fsprogs
Conflicts: libdevmapper1.02.1 ( 2:1.02.24-1)
Filename: pool/main/s/sysvinit/initscripts_2.88dsf-13.1_amd64.deb
Size: 70228
MD5sum: 99eac3ba0e892c3f28991d5a65326940
SHA1: 2702c550c7f3b572f4ce25ea9381878a89542da8
SHA256: e0a4231e1800d4821edf5a2a59ff7671d48a4cede237ce97c80fbe24849ad092
Description-de: Skripte zum Starten und Stoppen des Systems
 Die Skripte in diesem Paket initialisieren ein Debian-Standardsystem beim
 Booten und beenden es beim Herunterfahren oder Neustart.
Homepage: http://savannah.nongnu.org/projects/sysvinit
Tag: admin::boot, interface::commandline, interface::daemon, role::program,
scope::utility, use::configuring

# cat /var/log/fsck/checkfs
Log of fsck -C -R -A -a
Sun Mar 20 11:05:55 2011

fsck from util-linux-ng 2.17.2
fsck.ext3: Unable to resolve 'UUID=4d50c833-f941-4cbd-a7c6-a71f73bffef0'
fsck.ext3: Unable to resolve 'UUID=fffd1907-3b4a-426c-9ba9-e4038f4060c5'
fsck died with exit status 8

Sun Mar 20 11:05:55 2011




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



Bug#613536: firmware-realtek: Please include the binary firmware for Realtek

2011-03-20 Thread Jonas Bardino
Perhaps it is easier or better to grab the rtlwifi/rtl8192cfw.bin
firmware from the linux-firmware repository:
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary

The corresponding license is included there as LICENCE.rtlwifi_firmware.txt .

I've been happily using it for weeks with compat-wireless and
linux-image-2.6.32-5-amd64 on my Thinkpad with Linux Mint Debian
Edition. Further details at:
http://www.thinkwiki.org/wiki/ThinkPad_11b/g/n_Wireless_LAN_Mini-PCI_Express_Adapter_III

Recent Dell Minis feature this wifi adapter, too, so I guess it is or
will become quite common.

I'm just about to switch to the 2.6.38 kernel which includes the
corresponding rtl8192ce driver, but unfortunately it is not enabled in
the Debian unstable package, yet. However, my manual rebuild of that
package with the module enabled works well so far, so maybe I just
need to send a request for it.

Cheers, Jonas



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



Bug#618996: apt-get gives Bad header line due to apt-cacher giving Browser does not support redirects!

2011-03-20 Thread Eus
Some clarifications:

On Sun, 2011-03-20 at 11:44 +0100, Tadeus Prastowo wrote:

 apt-get update returns Bad header line. This problem also happens
 when using aptitude update and aptitude install although apt-get
 install works fine.

Actually apt-get install does not work fine. It gives the following
message:
--- 8 --
WARNING: The following packages cannot be authenticated!
  python-reportbug reportbug
Install these packages without verification [y/N]?
--- 8 --

And aptitude install gives similar message:
--- 8 --
WARNING: untrusted versions of the following packages will be installed!

Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.

  bash-doc 

Do you want to ignore this warning and proceed anyway?
To continue, enter Yes; to abort, enter No:
--- 8 --

-- 
Best regards,
Eus (FSF member #4445)

In this digital era, where computing technology is pervasive, your
freedom depends on the software controlling those computing devices.

Join free software movement today! It is free as in freedom, not as in
free beer!

Join: http://www.fsf.org/




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



Bug#618971: Please remove some outdated hurd-i386 binary packages

2011-03-20 Thread Michael Banck
On Sun, Mar 20, 2011 at 08:42:14AM +0100, Svante Signell wrote:
 On Sun, 2011-03-20 at 00:55 +0100, Michael Banck wrote:
  Package: ftp.debian.org
 
 I saw that netspeed is still on the list. It has been fixed, see
 #618745.

Then it will just be getting built again once the fix is uploaded, no
problem.


Michael


-- 
To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110320110625.gb22...@nighthawk.chemicalconnection.dyndns.org



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



Bug#618997: Debian 6.01 - Synaptics Touchpad - no cursor after update

2011-03-20 Thread Joerg Ryska
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2

Debian Version:
6.01

Occures after installing the Kernelupdate:
linux-image-2.6.32-5-686_2.6.32-31_i386.deb

on a Notebook:
Amilo M 7400 from Fujitsu Siemens (1st Centrino Generation)

Description:
(Synaptics)Touchpad works after update (but NO Cursor is
shown anymore)

Xorg.0.log output follows:

code
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux amilo 2.6.32-5-686 #1 SMP Wed Jan 12
04:01:41 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=74cc19b7-d3bc-4c1b-9ef7-d497dc40001f ro quiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois k...@debian.org)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Mar 20 09:42:44 2011
(==) Using config directory: /etc/X11/xorg.conf.d
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:3582:1734:1033 Intel Corporation 82852/855GM
Integrated Graphics Device rev 2, Mem @ 0xe800/134217728,
0xe000/524288, I/O @ 0x1800/8
(--) PCI: (0:0:2:1) 8086:3582:1734:1033 Intel Corporation 82852/855GM
Integrated Graphics Device rev 2, Mem @ 0xf000/134217728,
0xe008/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: dri
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: dri2
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) 

Bug#618998: libzorpll3.9-0-memtrace and libzorpll3.3-0-memtrace: error when trying to install together

2011-03-20 Thread Ralf Treinen
Package: libzorpll3.3-0-memtrace,libzorpll3.9-0-memtrace
Version: libzorpll3.3-0-memtrace/3.3.0.12-4
Version: libzorpll3.9-0-memtrace/3.9.0.1-6
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-03-20
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libpcre3 libglib2.0-0 libzorpll3.3-0 libzorpll3.9-0
  libzorpll3.3-0-memtrace libzorpll3.9-0-memtrace
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libcap2.
(Reading database ... 8744 files and directories currently installed.)
Unpacking libcap2 (from .../libcap2_1%3a2.20-1_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_8.12-3_amd64.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.28.2-1_amd64.deb) ...
Selecting previously deselected package libzorpll3.3-0.
Unpacking libzorpll3.3-0 (from .../libzorpll3.3-0_3.3.0.12-4_amd64.deb) ...
Selecting previously deselected package libzorpll3.9-0.
Unpacking libzorpll3.9-0 (from .../libzorpll3.9-0_3.9.0.1-6_amd64.deb) ...
Selecting previously deselected package libzorpll3.3-0-memtrace.
Unpacking libzorpll3.3-0-memtrace (from 
.../libzorpll3.3-0-memtrace_3.3.0.12-4_amd64.deb) ...
Selecting previously deselected package libzorpll3.9-0-memtrace.
Unpacking libzorpll3.9-0-memtrace (from 
.../libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/debug/libzorpll.so', which is also in package 
libzorpll3.3-0-memtrace 3.3.0.12-4
configured to not write apport reports
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libzorpll3.9-0-memtrace_3.9.0.1-6_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
cow-shell unlink .ilist: No such file or directory


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/debug/libzorpll.so

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.



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



Bug#618999: jless: UTF-8 patch

2011-03-20 Thread ITO Keisuke
Package: jless
Version: 382-iso262-2
Severity: wishlist
Tags: patch

Please apply the UTF-8 patch.

less-382-iso262-utf8.dpatch: jless-utf8.patch
less-382-iso262-utf8-2.dpatch: bug fix (assert with binary file)

Original:
http://nijino.homelinux.net/diary/200605.shtml
http://nijino.homelinux.net/tmp/jless-utf8.patch

ITO Keisuke
#! /bin/sh /usr/share/dpatch/dpatch-run
## less-382-iso262-utf8.dpatch
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad jless-382-iso262~/charset.c jless-382-iso262/charset.c
--- jless-382-iso262~/charset.c 2010-07-04 12:43:53.0 +0900
+++ jless-382-iso262/charset.c  2010-07-04 12:44:58.0 +0900
@@ -130,6 +130,11 @@
/* recoginize all JIS except supplement */
SCSASCII | SCSALLSJIS,
ESISO7, ESALLJA,ESSJIS },
+#ifdef ARI_UTF8
+   { japanese-utf-8, NULL,   8bcccb4c11bc4b95.b127.b,
+   SCSASCII | SCSALLJIS,
+   ESISO7, ESALLJA,ESUTF8 },
+#endif
 
/* read all KANJI before 1983 */
{ japanese83-iso7,NULL,   8bcccb4c11bc4b95.b127.b,
diff -urNad jless-382-iso262~/multi.c jless-382-iso262/multi.c
--- jless-382-iso262~/multi.c   2010-07-04 12:43:53.0 +0900
+++ jless-382-iso262/multi.c2010-07-04 12:44:58.0 +0900
@@ -753,6 +753,8 @@
mp-startpos = mp-lastpos + 1;
return 1;
}
+#ifdef ARI_UTF8
+#else
} else if (ISUJISKANJI(c0, c1)) {
if (mp-io.scs  SCSJISX0213_2004) {
mp-icharset = UJIS2004;
@@ -785,6 +787,7 @@
}
/* data are recognized as kanji or wrong data, so return 1 */
return 1;
+#endif
} else if (ISUTF8_HEAD(c0)  ISUTF8_REST(c1)) {
/* do nothing.  return 1 to get next byte */
return 1;
@@ -1087,28 +1090,28 @@
return;
}
}
-   if (mp-io.inputr  ESUJIS) {
+   if (mp-io.inputr  ESUTF8) {
if (internalize_utf8(mp)) {
mp-priority = PUTF8;
return;
}
}
 } else if (mp-lastpos - mp-startpos + 1 == 4) {
-   if (mp-io.inputr  ESUJIS) {
+   if (mp-io.inputr  ESUTF8) {
if (internalize_utf8(mp)) {
mp-priority = PUTF8;
return;
}
}
 } else if (mp-lastpos - mp-startpos + 1 == 5) {
-   if (mp-io.inputr  ESUJIS) {
+   if (mp-io.inputr  ESUTF8) {
if (internalize_utf8(mp)) {
mp-priority = PUTF8;
return;
}
}
 } else if (mp-lastpos - mp-startpos + 1 == 6) {
-   if (mp-io.inputr  ESUJIS) {
+   if (mp-io.inputr  ESUTF8) {
if (internalize_utf8(mp)) {
mp-priority = PUTF8;
return;
@@ -2276,6 +2279,36 @@
 }
 #endif
 
+#ifdef ARI_UTF8
+#include iconv.h
+#ifndef ICONV_EUC_JP
+#define ICONV_EUC_JP (eucJP)
+#endif
+//#ifndef ICONV_SHIFT_JIS
+//#define ICONV_SHIFT_JIS (ms932)
+//#endif
+
+static int iconv_to_utf8(const char* fromcode)
+{
+   iconv_t cd = iconv_open(UTF-8, fromcode);
+   assert(cd != (iconv_t)(-1));
+
+   size_t inbytesleft = strlen(cvbuffer);
+   char outbuf[4];
+   size_t outbytesleft = 4;
+   char* inptr = cvbuffer;
+   char* outptr = outbuf;
+   size_t ret = iconv(cd, inptr, inbytesleft, outptr, outbytesleft);
+   iconv_close(cd);
+   if (ret == (iconv_t)(-1))
+   {
+   return FALSE;
+   }
+   assert(inbytesleft == 0);
+   strncpy(cvbuffer, outbuf, 4 - outbytesleft);
+   return TRUE;
+}
+#endif
 static char *convert_to_utf8(c, cs)
 int c;
 int cs;
@@ -2296,12 +2329,46 @@
 
cs = CS2CHARSET(cs);
 
+#ifndef ARI_UTF8
assert(0);
+#endif
if (cs == ASCII || cs == JISX0201ROMAN)
{
assert(cvindex == 1);
cvindex = 0;
return (cvbuffer);
+#ifdef ARI_UTF8
+   } else if (cs == UTF8)
+   {
+   cvindex = 0;
+   return (cvbuffer);
+#ifdef ICONV_SHIFT_JIS
+   } else if (cs == JISX0208_78KANJI || cs == JISX0208KANJI ||
+  cs == JISX0208_90KANJI || cs == JISX0213KANJI1 ||
+  cs == JISX02132004KANJI1)
+   {
+   cvindex--;
+   if (convert_to_sjis(c, cs) == nullcvbuffer)
+   return (nullcvbuffer);
+   iconv_to_utf8(ICONV_SHIFT_JIS);
+   return (cvbuffer);
+   } else if (cs == JISX0201KANA || cs == JISX02132004KANJI2 ||
+  cs == JISX0212KANJISUP)
+#else
+   } else if (cs == JISX0208_78KANJI || cs == JISX0208KANJI ||
+  cs == JISX0208_90KANJI || cs == JISX0213KANJI1 ||
+  cs == JISX02132004KANJI1 || 
+  cs == JISX0201KANA || cs == JISX02132004KANJI2 

Bug#550966: tagcoll: filter command missing

2011-03-20 Thread Enrico Zini
On Wed, Oct 14, 2009 at 03:48:41PM +0200, Uli Martens wrote:

 please add an option to tagcoll which returns items which have
 /exactly/ the given tags, but no others. This is different from
 tagcoll grep, which filters the return set to only return items
 matching the expression, but ignores other tags:

It wouldn't be hard to implement, but I wonder: what would be the use
for it?


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#587525: Status of npm package?

2011-03-20 Thread Matt Zimmerman
Has a package been created yet?  I'd like to see this in Debian and can help
with it if needed.

-- 
 - mdz



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



Bug#613986: Status?

2011-03-20 Thread Thomas Krennwallner
Hey Michael,

On Mon Mar 14, 2011 07:33:32PM +, Michael Tautschnig wrote:
 I just started reviewing this package and noticed at least one oddity which 
 you
 might want to ping Armin about:
 
 LICENSE: Copyright (c) 2005-20010 Armin Biere, Johannes Kepler University.
 ^
 
 Quite future-proof, isn't it :-)
 
 As such, debian/copyright doesn't seem to be 100% accurate as it only states
 copyright years up to 2009. While you're at it, would you mind updating
 debian/copyright to DEP-5?

Right, there is an inconsistency on the web LICENSE file and the LICENSE
in the tarball. I'll check with Armin.

 I'd prefer if you could fix those minor issues instead of risking a REJECT by
 ftp-master. Then I should be ready to upload the fixed version at almost any
 time unless Lars would prefer to sponsor it.

I have re-uploaded the package now and converted copyright to DEP-5 and
fixed a missing DEP-3 header in runlim-renaming.patch:
http://mentors.debian.net/debian/pool/main/r/runlim/

thx and cheers,
TK

-- 
Thomas Krennwallner
University assistant
.
TU Wien - Vienna University of Technology
Institute of Information Systems
Favoritenstrasse 9-11, 1040 Wien, Austria
.
T: +43 1 58801 18469   F: +43 1 58801 918469
tkren AT kr DOT tuwien DOT ac DOT at 
http://www.kr.tuwien.ac.at/staff/tkren/
.
DVR: 0005886



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



Bug#618776: searching for hold will match packages with that name

2011-03-20 Thread Javier Fernández-Sanguino Peña
On Fri, Mar 18, 2011 at 12:23:42PM +, Owen Dunn wrote:
 Package: release-notes
 
 Chapter 4 of the squeeze release notes asks one to search for holds
 by typing:
 
 dpkg --get-selections | grep hold
 
 This will erroneously match any packages whose names contain the
 string `hold'

Probably the following would be a better alternative:

dpkg --get-selections |egrep '\shold$' 

Regards

Javier


signature.asc
Description: Digital signature


Bug#581002: texlive-science-doc: `ozguide.dvi.gz` damaged.

2011-03-20 Thread Paul Menzel
Am Samstag, den 19.03.2011, 19:48 +0100 schrieb Hilmar Preusse:
 On 10.05.10 Paul Menzel (pm.deb...@googlemail.com) wrote:
 
  Subject: texlive-science-doc: `ozguide.dvi.gz` damaged.
  Package: texlive-science-doc
  Version: 2009-7
  Severity: normal

Dear Hilmar,


thank you for following up on my report.

  I investigated a crash of Evince when running `texdoc objectz` [1]
  a little more.  It looks like the archive is damaged.  Evince does
  not crash anymore.
  
  $ texdoc objectz
  ** (evince:25086): WARNING **: Fehler beim Untersuchen der Datei 
  /tmp/texdoc.RkTZLz/ozguide.dvi mit fstat(): Datei oder Verzeichnis nicht 
  gefunden
  
  ** (evince:25086): WARNING **: Fehler beim Setzen der Metadaten der 
  Datei: Datei oder Verzeichnis nicht gefunden
  
  ** (evince:25086): WARNING **: Fehler beim Setzen der Metadaten der 
  Datei: Datei oder Verzeichnis nicht gefunden
  
  Looking at [2] I get
  
  $ gunzip ozguide.dvi.gz 
  gzip: ozguide.dvi.gz: Too many levels of symbolic links

 Hmm, weird:
 
 hille@sid:~ $ dpkg -L texlive-science-doc|grep ozguide.dvi
 /usr/share/doc/texlive-science-doc/latex/objectz/ozguide.dvi.gz
 /usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz
 hille@sid:~ $ cp -p 
 /usr/share/doc/texlive-science-doc/latex/objectz/ozguide.dvi.gz .
 hille@sid:~ $ gunzip ozguide.dvi.gz 
 hille@sid:~ $ rm ozguide.dvi 
 rm: remove regular file `ozguide.dvi'? y
 hille@sid:~ $ cp -p /usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz .
 hille@sid:~ $ gunzip ozguide.dvi.gz 
 hille@sid:~ $ 
 
 No problem at all. Then I run texdoc objectz: it opened xdvi for
 (no evince installed), no problem either.

[Question reordered.]

 Could you double check? Is the problem still reproducible?

Yes it is.

$ dpkg -l texlive-science-doc # shows 2009-10
$ gunzip /usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz
gzip: /usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz: Too many 
levels of symbolic links

 I would suspect here:
 - a bug in evince, or

Since `gunzip` fails it is no bug in Evince.

 - a broken system with a broken file system, or

How can I check that? I am using an Ext3 file system.

 - a full disk causing some files which should be there to be damaged
   or non-existant

There is enough space as far as I can tell.

Ok, searching for »gzip Too many levels of symbolic links« on the WWW
gave among others the following results [1][2][3][4].

Looking at the symlink again

$ ls -l /usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz
lrwxrwxrwx 1 root root 57 25. Sep 09:48 
/usr/share/doc/texlive-doc/latex/objectz/ozguide.dvi.gz - 
../../../texlive-science-doc/latex/objectz/ozguide.dvi.gz

I do *not* see how it could be pointing to itself.

I did some more tests and it happens with all links of *.*.gz files.

$ ls -l /usr/share/doc/texlive-doc/latex/amsmath/diffs-m.txt.gz 
lrwxrwxrwx 1 root root 60 25. Sep 09:46 
/usr/share/doc/texlive-doc/latex/amsmath/diffs-m.txt.gz - 
../../../texlive-latex-base-doc/latex/amsmath/diffs-m.txt.gz
$ gunzip /usr/share/doc/texlive-doc/latex/amsmath/diffs-m.txt.gz
gzip: /usr/share/doc/texlive-doc/latex/amsmath/diffs-m.txt.gz: Too many 
levels of symbolic links

So it looks like it is either a problem with `gzip` or something on my
system is screwed up. Reinstalling the package did not help by the way.


Thanks,

Paul


[1] 
http://www.linuxquestions.org/questions/linux-newbie-8/too-many-levels-of-symbolic-links-problem-203884/
[2] https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/214886
[3] http://www.webhostingtalk.com/showthread.php?t=325284


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


Bug#618974: boinc: FTBFS on kfreebsd-*: Makefile:189: *** missing separator. Stop.

2011-03-20 Thread Steffen Möller
Hi KiBi,

thank you for pointing this out. I already observed this for 6.12.15. The 
package builds on everything except the i386 variant of
kfreebsd. I presume this to be a platform-specific error of the autotools or so.

On 03/20/2011 02:13 AM, Cyril Brulebois wrote:
 Source: boinc
 Version: 6.12.18+dfsg-1
 Severity: serious
 Justification: FTBFS
 
 Hi,
 
 your package no longer builds on kfreebsd-*:
 | docbook2x-man debian/manpages/update-boinc-applinks.xml
 | 
 | *
 |  Making 
 | *
 | 
 | /usr/bin/make
 | make[2]: Entering directory 
 `/build/buildd-boinc_6.12.18+dfsg-1-kfreebsd-i386-gQNKMv/boinc-6.12.18+dfsg'
 | Makefile:189: *** missing separator.  Stop.
 | make[2]: Leaving directory 
 `/build/buildd-boinc_6.12.18+dfsg-1-kfreebsd-i386-gQNKMv/boinc-6.12.18+dfsg'
 | make[1]: *** [override_dh_auto_build] Error 2

For me, the top level Makefile at line 189 is the CPPFLAGS at


CPP = gcc -E
CPPFLAGS =
CXX = g++

so there is not so much that could be wrong, in deep theory.

I'll ask for help on debian-devel.

Many thanks and regards,

Steffen






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



Bug#618996: apt-get gives Bad header line due to apt-cacher giving Browser does not support redirects!

2011-03-20 Thread Mark Hindley
On Sun, Mar 20, 2011 at 11:44:16AM +0100, Tadeus Prastowo wrote:
 Package: apt-cacher
 Version: 1.6.12ubuntu1
 Severity: important
 
 apt-get update returns Bad header line. This problem also happens when 
 using aptitude update and aptitude install although apt-get install 
 works fine.

Thanks.

If you apply this patch to /usr/share/apt-cacher/apt-cacher, does it 
help?

Mark


commit 078bea72c89edf4287e92e46510aaa6211daf56f
Author: Mark Hindley m...@hindley.org.uk
Date:   Sun Mar 20 11:05:05 2011 +

Possible fix for #618996

diff --git a/apt-cacher b/apt-cacher
index 5179ef9..8d83af9 100755
--- a/apt-cacher2
+++ b/apt-cacher2
@@ -1274,6 +1274,7 @@ sub init_curl {
 $curl-setopt(CURLOPT_LOW_SPEED_TIME, $cfg-{fetch_timeout});
 $curl-setopt(CURLOPT_INTERFACE, $cfg-{interface}) if defined 
$cfg-{interface};
 $curl-setopt(CURLOPT_NOSIGNAL, 1);
+$curl-setopt(CURLOPT_FOLLOWLOCATION, 1);
 
 # Callbacks
 $curl-setopt(CURLOPT_DEBUGFUNCTION, \debug_callback);



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



Bug#614336: vim segfaults with certain ruby calls

2011-03-20 Thread Arnaud Le Blanc
I'm seeing the same problem, also with Command-T.

How to reproduce :

open vim
type :CommandT
type some filename to filter
hit Ctrl-t
type :CommandT
type some filename to filter - crashes

hg bisect said:

The first good revision is:
changeset:   2683:0c7d6d01e058






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



Bug#619000: [systemd] SystemD fails to start system, hangs at Logging Daemon...

2011-03-20 Thread Florian Kriener
Package: systemd
Version: 19-1
Severity: normal

--- Please enter the report below this line. ---
Today I wanted to take a look at systemd and was stopped early. At first 
it look as if systemd hung after cryptsetup from initrd but after using 
some kernel command line options to increase the verbosity of systemd I 
found that systemd hung when starting rsyslog (if I interpret Logging 
Daemon correctly). Here are the last lines:

Starting /tmp...
Starting Remoount API VFS...
Starting Runtime Directory...
Starting File System Check on Root Device...
Starting Lock Directory...
Starting Logging Daemon...

I then pressed Ctrl-Alt-Del, which lead to console fonts and keymap 
initialization and some error messages.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.38-1-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 testing ftp.de.debian.org 
  100 experimental-snapshots qt-kde.debian.net 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libaudit0| 1.7.13-1+b2
libc6  (= 2.10) | 2.11.2-13
libcap2(= 2.10) | 1:2.20-1
libcryptsetup1(= 2:1.2) | 2:1.2.0-2
libdbus-1-3   (= 1.1.1) | 1.4.6-1
libpam0g   (= 0.99.7.1) | 1.1.2-2
libselinux1  (= 2.0.65) | 2.0.96-1
libudev0(= 154) | 166-1
util-linux (= 2.17.2-5) | 2.17.2-9.1


Recommends  (Version) | Installed
=-+-===
libpam-systemd| 19-1


Suggests (Version) | Installed
==-+-===
systemd-gui| 19-1





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



Bug#618768: llvm-gcc-4.5: Incompatible plugin version (dragonegg.so)

2011-03-20 Thread Sylvestre Ledru
Le vendredi 18 mars 2011 à 12:42 +0100, Vincent Lefevre a écrit : 
 Package: llvm-gcc-4.5
 $ llvm-gcc -c tst.c
 Incompatible plugin version
 cc1: error: Fail to initialize plugin 
 /usr/lib/gcc/x86_64-linux-gnu/4.5/plugin/dragonegg.so
 
 There was no such problem with llvm-gcc-4.2.

Well, this could be due to the fact that the latest release of llvm is
still in NEW [1].
I will test again once it is accepted.

Sylvestre
[1] http://ftp-master.debian.org/new/llvm-2.8_2.8-1.html





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



Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-20 Thread Nikita V. Youshchenko
 On Sun, 20 Mar 2011 09:35:40 +0300

 Nikita V. Youshchenko yo...@debian.org wrote:
  *) libetpan15 is linked against libdb4.8, but libetpan-dev depends on
  libdb5.1-dev

 This is a real issue since building packages against libetpan15 pulls
 in a dependency for libdb5.1-dev but at the same time since libetpan15
 is build against libdb4.8 other builds will then require libdb4.8-dev.
 The consequences is that other builds fails since you cannot fulfill
 the requirements of libdb4.8-dev and libdb5.1-dev at the same time.

I've just uploaded 1.0-4 with libetpan linked against libdb5.1 and 
libetpan-dev depending in libdb5.1-dev

But you still won't be able to install libetpan-dev together with 
libdb4.x-dev.

Nikita


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


Bug#611456: Why wishlist?

2011-03-20 Thread Svante Signell
On Sat, 2011-03-19 at 13:14 +, Mark Brown wrote:
 severity 611456 wishlist
 kthxbye

OK, lets keep is as wishlist as you propose. Will it be hanging around
for another three years as bug #468696?  

 On Thu, Mar 17, 2011 at 11:17:44PM +0100, Svante Signell wrote:
 
  Why downgrading this bug report to a  wishlist? Due to lack of support
  for multiple cores?? Take a look at the output of x86info for a
 
 That's a part of it, yes - you've submitted a partial patch which
 doesn't implement enough support to work fully on pretty much all modern
 systems.

Does anybody know how the output looks like on kfreebsd system (which is
in the architecture list of x86info). At least the postinstall script
does not seem to apply to kfreebsd, only to linux. However it is not
conditioned as linux only!

$ cat debian/postinst
#!/bin/sh
set -e
#DEBHELPER#
if [ ! -c /dev/cpu/0/cpuid -a -x /dev/MAKEDEV ]; then
 (cd /dev ; ./MAKEDEV cpu )
fi

  GNU/Linux box with dual cores, especially the last lines! This bug is
  important due to the support of a new architecture and a patch and from
  what I've learned regarding severity levels it is important! Prove me
  wrong and I'll concur.
 
 Please take a reality check here - the code for this leaf package now
 compiles but does not fully run on an architecture which isn't exactly
 likely to be a release candidate in the near future.  This doesn't
 strike me as being the most urgent issue ever.

See Michael Bancks reply regarding severity levels.

  Which are your arguments for kfreebsd, which is one of the
  supported architectures of x86info?
 
 Note that I downgraded the severity to wishlist.  This is different to
 closing the bug.  All you're doing by trying to keep the severity of the
 bug inflated is to annoy me.
 
  Under GNU/Linux:
 ...
  WARNING: Detected SMP, but unable to access cpuid driver.
  Used Uniprocessor CPU routines. Results inaccurate.
 
 As the output says the program was unable to access the cpuid driver.
 The cpuid driver requires administrative rights.

I've tried with cpuid.ko loaded, and the output was the same (however
without the WARMING... message as listed above). Does not seem like the
cpuid driver did add anything here (at least for my system).




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



Bug#619001: rednotebook does not start, TypeError: an integer is required

2011-03-20 Thread Ana Guerrero
Package: rednotebook
Version: 1.1.3-1
Severity: grave


rednotebook does not start, see attached log.

The bug has been already reported upstream:
https://bugs.launchpad.net/rednotebook/+bug/728466

and I think it is fixed in trunk.

Ana


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Versions of packages rednotebook depends on:
ii  python2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-glade2 2.17.0-4   GTK+ bindings: Glade support
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.11 automated rebuilding support for P
ii  python-yaml   3.09-5 YAML parser and emitter for Python

Versions of packages rednotebook recommends:
ii  python-chardet2.0.1-1universal character encoding detec
ii  python-gtkspell   2.25.3-7   Python bindings for the GtkSpell l
ii  python-webkit 1.1.8-1WebKit/Gtk Python bindings

rednotebook suggests no packages.

-- no debconf information
ana@pryan:~/hoy$ rednotebook
INFO Writing log to file /home/ana/.rednotebook/rednotebook.log
INFO Set default locale: en_IE
INFO Module glade found
INFO Running in portable mode: False
INFO First Start: False
INFO RedNotebook version: 1.1.3
INFO System info: machine: x86_64, platform: 
Linux-2.6.38-rc7-amd64-x86_64-with-debian-wheezy-sid, processor: , 
python_version: 2.6.6, release: 2.6.38-rc7-amd64, system: Linux, GTK version: 
(2, 20, 1), PyGTK version: (2, 17, 0), Yaml version: 3.09
INFO Using webkit for previews: 1
Traceback (most recent call last):
  File /usr/bin/rednotebook, line 12, in module
rednotebook.journal.main()
  File /usr/share/rednotebook/rednotebook/journal.py, line 687, in main
journal = Journal()
  File /usr/share/rednotebook/rednotebook/journal.py, line 292, in __init__
self.frame = MainWindow(self)
  File /usr/share/rednotebook/rednotebook/gui/main_window.py, line 157, in 
__init__
self.load_values_from_config()
  File /usr/share/rednotebook/rednotebook/gui/main_window.py, line 653, in 
load_values_from_config
self.main_frame.move(pos_x, pos_y)
TypeError: an integer is required


Bug#619002: sbuild-update: doesn't work anymore: You do not have permission to access the schroot service

2011-03-20 Thread Jakub Wilk

Package: sbuild
Version: 0.62.0-1
Severity: normal

sbuild-update doesn't work anymore after upgrade from 0.61.0-1:

# cat /etc/schroot/chroot.d/unstable-i386.conf
[unstable-i386]
personality=linux32
type=directory
description=Debian unstable (i386)
directory=/srv/chroots/unstable-i386/
groups=root,sbuild,staff
root-groups=root,sbuild
source-groups=root
aliases=default,unstable
union-type=aufs

# whoami
root

# schroot -c source:unstable apt-get update
Hit http://ftp.pl.debian.org unstable InRelease
Hit http://ftp.pl.debian.org unstable/main i386 Packages/DiffIndex
Hit http://ftp.pl.debian.org unstable/main TranslationIndex
Reading package lists... Done

# sbuild-update -u source:unstable
E: Access not authorised
I: You do not have permission to access the schroot service.
I: This failure will be reported.
Chroot setup failed
Error setting up source:unstable chroot
Chroot setup failed at /usr/bin/sbuild-update line 166.


-- System Information:
Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages sbuild depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libgcc11:4.6.0~rc1-1 GCC support library
ii  libsbuild-perl 0.62.0-1  Tool for building Debian binary pa
ii  libstdc++6 4.6.0~rc1-1   The GNU Standard C++ Library v3
ii  perl   5.10.1-18 Larry Wall's Practical Extraction 
ii  perl-modules   5.10.1-18 Core Perl modules


--
Jakub Wilk



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



Bug#616300: mirror submission for mirrors.eastera.tj

2011-03-20 Thread Anton Dutov
В сообщении от Воскресенье 20 марта 2011 00:50:50 автор Simon Paillard 
написал:
 tag 616300 +moreinfo
 thanks
 
 Hi,
Hello
 
 On Thu, Mar 03, 2011 at 10:31:15AM +, Anton Dutov wrote:
  Package: mirrors
  Severity: wishlist
  
  Submission-Type: new
  Site: mirrors.eastera.tj
 
 Thanks for supporting Debian through mirroring.
 
 Please read carefully http://www.debian.org/mirror/ftpmirror and update
 your ftpsync version.
Well, we will try to update soon.
 
  Type: leaf
  Archive-architecture: amd64 i386
  Archive-http: /debian/
  
  IPv6: no
  Archive-upstream: ftp.us.debian.org
 
 Be careful about ftp.us.d.o,
 http://www.debian.org/mirror/ftpmirror#wherefrom
I think we will migrate to ftp.de.debian.org (because our optical provider 
from europe, and we ftp.de.debian.org have high speed connection than other 
servers from europe and asia).

  Updates: once
  Maintainer: Anton Dutov anton.du...@eastera.tj
  Country: TJ Tajikistan
 
 Bandwidth available ?
Local(Tajikistan) brandwidth is 1Gbit, other countries limited to 256kbit.



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



Bug#618996: apt-get gives Bad header line due to apt-cacher giving Browser does not support redirects!

2011-03-20 Thread Mark Hindley
On Sun, Mar 20, 2011 at 12:15:43PM +0100, Eus wrote:
 Some clarifications:
 
 On Sun, 2011-03-20 at 11:44 +0100, Tadeus Prastowo wrote:
 
  apt-get update returns Bad header line. This problem also happens
  when using aptitude update and aptitude install although apt-get
  install works fine.
 
 Actually apt-get install does not work fine. It gives the following
 message:
 --- 8 --
 WARNING: The following packages cannot be authenticated!
   python-reportbug reportbug
 Install these packages without verification [y/N]?
 --- 8 --
 
 And aptitude install gives similar message:
 --- 8 --
 WARNING: untrusted versions of the following packages will be installed!

I think this is just a side effect of the previous apt-get update failing

Mark



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



Bug#611456: Why wishlist?

2011-03-20 Thread Michael Banck
On Sun, Mar 20, 2011 at 12:48:08PM +0100, Svante Signell wrote:
 On Sat, 2011-03-19 at 13:14 +, Mark Brown wrote:
  severity 611456 wishlist
  kthxbye
 
 OK, lets keep is as wishlist as you propose. Will it be hanging around
 for another three years as bug #468696?  

Please stop this.  The Hurd porters (i.e. we) are responsible for
providing acceptable patches, not the Debian maintainer.  


Michael



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



Bug#618665: linux-image-2.6.32-5-686: mouse pointer not visible and crashes when playing video files

2011-03-20 Thread Tobias Küster
Am Samstag, den 19.03.2011, 17:52 +1030 schrieb maikkeli: 
 Renaming /etc/modprobe.d/i915.modeset.conf
 to /etc/modprobe.d/i915.modeset.conf.disabled does not disable
 modesetting, as confirmed by the output of:
 
 # cat /sys/module/i915/parameters/modeset
 
 
 Editing /etc/modprobe.d/i915.modeset.conf to contain the following,
 did disable modesetting:
 
 options i915 modeset=1
 
 ..However, this simply causes the xorg intel driver to fail to load,
 falling back to vesa which works perfectly but is slow.

I just took a look what my i915.modeset.conf, and it contains exactly
the line 'options i915 modeset=1', and
'cat /sys/module/i915/parameters/modeset' yields 1 (kernel 2.6.32-31).

I changed this to 'options i915 modeset=0' and rebooted. During boot, I
noticed that the resolution (the font-size of the boot messages) is much
lower, and directly before showing the login screen there is a brief,
slightly distorted flash of the BIOS' spash-screen -- BTW, the same as
if I live-boot Linux Mint 9.

After boot, the mouse pointer was visible (still on kernel version
2.6.32-31) and I could play videos, but the playback was unusably slow.

I also tried live-booting Ubuntu 10.04 once more.
- if I boot with no parameters, the boot hangs instantly
- if I boot with 'nolapic', it boots to a black screen
- if I boot with 'nolapic' and 'i915.modeset=1', it boots to the desktop
and even has composition enabled (and thus 3D acceleration), but crashes
after a few seconds, falling back to reduced graphic settings

As a reminder, I can boot Debian with 'nolapic' and
with /sys/module/i915/parameters/modeset yielding '1', and everything
runs fine (with kernel 2.6.32-30), but no 3D acceleration.

I do not expect to get my 3D acceleration fixed here, but maybe this
information is of some relevance for fixing the bug.

Regards,
Tobias 




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



Bug#618665: linux-image-2.6.32-5-686: mouse pointer not visible

2011-03-20 Thread Lorenzo Masellis
I experienced too disappearance of mouse pointer right after upgrade to
2.6.32-31 and reboot. My machine is an Acer TM2301 with i855gm graphics
and 768 MB ram.

Downgrading to 2.6.32-30 resolved the issue.

Regards,

Lorenzo Masellis



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



Bug#619005: dh_python2 fails when links have not yet been fixed by dh_link

2011-03-20 Thread Rene Engelhard
Package: python
Version: 2.6.6-3+squeeze6
Severity: normal

dh_python2 --no-guessing-versions --no-guessing-deps
E: tools:94: cannot open debian/libreoffice-common/usr/bin/soffice
Traceback (most recent call last):
  File /usr/bin/dh_python2, line 551, in module
main()
  File /usr/bin/dh_python2, line 486, in main
stats = scan(package, private_dir)
  File /usr/bin/dh_python2, line 342, in scan
mode = os.stat(join(root, fn))[ST_MODE]
OSError: [Errno 2] No such file or directory: 
'debian/ure/usr/lib/ure/share/java/juh.jar'

Those are all symlinks; in a real system they look like this
(sid)root@frodo:/usr/lib/ure/share/java# ls -l
insgesamt 0
lrwxrwxrwx 1 root root 35 16. Mär 07:14 java_uno.jar - 
../../../../share/java/java_uno.jar
lrwxrwxrwx 1 root root 30 16. Mär 07:14 juh.jar - 
../../../../share/java/juh.jar
lrwxrwxrwx 1 root root 31 16. Mär 07:14 jurt.jar - 
../../../../share/java/jurt.jar
lrwxrwxrwx 1 root root 31 16. Mär 07:14 ridl.jar - 
../../../../share/java/ridl.jar
lrwxrwxrwx 1 root root 36 16. Mär 07:14 unoloader.jar - 
../../../../share/java/unoloader.jar
(sid)root@frodo:/usr/lib/ure/share/java# ls -l /usr/bin/soffice
lrwxrwxrwx 1 root root 34 16. Mär 07:12 /usr/bin/soffice - 
../lib/libreoffice/program/soffice
but during the build they of couse are abosolute until corrected
by dh_link and thus e.g. point to /usr/bin/ and /usr/share/java, where the
files are not there in chroot builds...

These are not even python files... dh_pycentral did not have this problem.
(I'll nevertheless move dh_link before dh_python2 call, but still this
should be fixed)

Regards,

Rene

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

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

Versions of packages python depends on:
ii  python-minimal  2.6.6-3+squeeze6 minimal subset of the Python langu
ii  python2.6   2.6.6-8+b1   An interactive high-level object-o

python recommends no packages.

Versions of packages python suggests:
pn  python-docnone (no description available)
pn  python-profiler   none (no description available)
pn  python-tk none (no description available)

-- no debconf information
Grüße/Regards,

Rene



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



Bug#619004: gnome-applets: invest-chart does not display graphics on es_Es locale

2011-03-20 Thread eusalud
Package: gnome-applets
Version: 2.30.0-3
Severity: important

1. invest-char does not display graphics Warning: Failed to download chart
2. shows wrong characters in accents



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=es_ES@euro, LC_CTYPE=es_ES@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-applets depends on:
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-applets-data 2.30.0-3  Various applets for the GNOME pane
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  gnome-panel2.30.2-2  launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA
ii  gvfs   1.6.4-3   userspace virtual filesystem - ser
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcpufreq0007-1 shared library to deal with the cp
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-2  Utility library for loading .deskt
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgstreamer-plugins-b 0.10.30-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtop2-7 2.28.1-1  gtop system monitoring library (sh
ii  libgucharmap7  1:2.30.3-1Unicode browser widget library (sh
ii  libgweather1   2.30.3-1  GWeather shared library
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  liboobs-1-42.30.1-1  GObject based interface to system-
ii  libpanel-applet2-0 2.30.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpolkit-gobject-1-0  0.96-4PolicyKit Authorization API
ii  libupower-glib10.9.5-5   abstraction for power management -
ii  libwnck22  2.30.4-2  Window Navigator Construction Kit 
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  python 2.6.6-3+squeeze6  interactive high-level object-orie

Versions of packages gnome-applets recommends:
ii  cpufrequtils  007-1  utilities to deal with the cpufreq
pn  deskbar-appletnone (no description available)
ii  gnome-media   2.30.0-1   GNOME media utilities
ii  gnome-netstatus-apple 2.28.1-1   Network status applet for GNOME
ii  gnome-system-monitor  2.28.1-1   Process viewer and system resource
ii  policykit-1-gnome 0.96-3 GNOME authentication agent for Pol
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gnomeapplet2.30.0-4   Python bindings for the GNOME pane
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge

Versions of packages gnome-applets suggests:
pn  tomboynone (no description available)

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false



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



Bug#619000: [systemd] SystemD fails to start system, hangs at Logging Daemon...

2011-03-20 Thread Michael Biebl
Am 20.03.2011 12:33, schrieb Florian Kriener:
 Package: systemd
 Version: 19-1
 Severity: normal
 
 --- Please enter the report below this line. ---
 Today I wanted to take a look at systemd and was stopped early. At first 
 it look as if systemd hung after cryptsetup from initrd but after using 
 some kernel command line options to increase the verbosity of systemd I 
 found that systemd hung when starting rsyslog (if I interpret Logging 
 Daemon correctly). Here are the last lines:
 
 Starting /tmp...
 Starting Remoount API VFS...
 Starting Runtime Directory...
 Starting File System Check on Root Device...
 Starting Lock Directory...
 Starting Logging Daemon...
 
 I then pressed Ctrl-Alt-Del, which lead to console fonts and keymap 
 initialization and some error messages.

Do you have any special setup (cryptsetup, LVM, partition layout like /usr on a
separate partition)?
Could you boot with systemd.log_level=debug and systemd.log_target=kmsg please
and check if that reveals more. It's most likely not a rsyslog related issue.
Logging Daemon is systemd's internal logger service provided by
systemd-logger.service.

My guess is that systemd is waiting for some devices to show up. You could wait
for at least a minute to wait for the timeout and check if the boot process
continues.
If you then can login, check the status with systemctl list-jobs and systemctl
--full --all | grep failed.

If you are able to connect to your system via a serial console to the a full log
of the boot process, that would be most helpful.

Michael


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#613257: usertag piuparts

2011-03-20 Thread Holger Levsen
user debian...@lists.debian.org
usertag 613257 + piuparts piuparts.d.o
severity 613257 important
thanks

Hi,

I agree with Josh in 613257 and will therefore not specialcase wiican for 
piuparts testing like I did with netscript-2.4-upstart.

The dependency on upstart also makes the package uninstallable on kfreebsd, 
though I'm not sure it should be build for kfreebsd in the first place.
(Thus raising the severity of this bug.)


cheers,
Holger
Start: 2011-02-28 19:05:46 UTC

Package: wiican
Priority: optional
Section: utils
Installed-Size: 1512
Maintainer: Matthew Grant matthewgra...@gmail.com
Architecture: amd64
Version: 0.3.1-4
Depends: python ( 2.7), python (= 2.6), python-support (= 0.90.0), python2.6, gnome-bluetooth, wminput, python-gtk2, hal, python-dbus, upstart, python-ply, python-gconf, python-xdg
Filename: pool/main/w/wiican/wiican_0.3.1-4_amd64.deb
Size: 218574
MD5sum: da77d0855f51b1ac750040f70e04b62f
SHA1: ac99c7610dfca60a38d9230cbc660c0e9b3c8e9a
SHA256: 00f618f5a882871eb34c656545ae10b316d77d5cdbcaba2f1b869145b3d4603b
Description: Simple wiimote usage assistant and mapping manager
 Wiican it's an user-friendly systray application for use
 and configure wiimote (or Wii remote controller).
 On backend it's wminput , the cwiid event driver for wiimote.
 .
 It tracks if the needed bluetooth adapter it's available and drives
 the user into the process of connect/disconnect wiimote
 .
 A mapping manager it's supplied for edit and create  multiple wiimote
 configurations.
Homepage: http://launchpad.net/wiican
Python-Version: 2.6

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  wiican
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ wiican
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpohOIUw
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpohOIUw
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpohOIUw', '-zxf', 'sid.tar.gz']
0m3.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpohOIUw', '-zxf', 'sid.tar.gz']
0m3.0s DEBUG: Created policy-rc.d and chmodded it.
0m3.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpohOIUw', 'apt-get', 'update']
0m10.1s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [147 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main TranslationIndex
  Ign http://piatti.debian.org sid/non-free TranslationIndex
  Get:2 http://piatti.debian.org sid/main amd64 Packages [9159 kB]
  Hit http://piatti.debian.org sid/contrib amd64 Packages
  Hit http://piatti.debian.org sid/non-free amd64 Packages
  Ign http://piatti.debian.org sid/contrib Translation-en
  Ign http://piatti.debian.org sid/main Translation-en
  Ign http://piatti.debian.org sid/non-free Translation-en
  Fetched 9306 kB in 1s (7239 kB/s)
  Reading package lists...
0m10.1s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpohOIUw', 'apt-get', 'update']
0m10.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpohOIUw', 'mount', '-t', 'proc', 'proc', '/proc']
0m10.1s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpohOIUw', 'mount', '-t', 'proc', 'proc', '/proc']
0m10.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpohOIUw', 'apt-get', '-yf', 'upgrade']
0m15.5s DUMP: 
  Reading package lists...
  Building dependency tree...
  The following packages will be upgraded:
libc-bin libc6
  2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  Need to get 5021 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main libc-bin amd64 2.11.2-13 [747 kB]
  Get:2 http://piatti.debian.org/debian/ sid/main libc6 amd64 2.11.2-13 [4274 kB]
  debconf: delaying package 

Bug#618997: Debian 6.01 - Synaptics Touchpad - no cursor after update

2011-03-20 Thread Julien Cristau
reassign 618997 linux-2.6 2.6.32-31
forcemerge 618665 618997
kthxbye

On Sun, Mar 20, 2011 at 12:16:57 +0100, Joerg Ryska wrote:

 Package: xserver-xorg-input-synaptics
 Version: 1.2.2-2
 
 Debian Version:
 6.01
 
 Occures after installing the Kernelupdate:
 linux-image-2.6.32-5-686_2.6.32-31_i386.deb
 
Well, then it's not synaptics' fault...  It's also already reported.

Cheers,
Julien



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



Bug#619008: courier-pop-ssl: fails to install

2011-03-20 Thread Holger Levsen
Package: courier-pop-ssl
Version: 0.65.3-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

From the attached log (scroll to the bottom...):

  The following NEW packages will be installed:
courier-pop-ssl
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 30.8 kB of archives.
  After this operation, 168 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main courier-pop-ssl amd64 
0.65.3-1 [30.8 kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 30.8 kB in 0s (968 kB/s)
  Selecting previously deselected package courier-pop-ssl.
  (Reading database ... 8749 files and directories currently installed.)
  Unpacking courier-pop-ssl (from .../courier-pop-ssl_0.65.3-1_amd64.deb) ...
  Setting up courier-pop-ssl (0.65.3-1) ...
  ln: creating symbolic link `/usr/lib/courier/pop3d.pem': File exists
  dpkg: error processing courier-pop-ssl (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   courier-pop-ssl
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-01 00:40:37 UTC

Package: courier-pop-ssl
Priority: optional
Section: mail
Installed-Size: 164
Maintainer: Stefan Hornburg (Racke) ra...@linuxia.de
Architecture: amd64
Source: courier
Version: 0.65.3-1
Depends: courier-pop, courier-ssl (= 0.65.3), debconf
Suggests: courier-doc
Filename: pool/main/c/courier/courier-pop-ssl_0.65.3-1_amd64.deb
Size: 30794
MD5sum: 70a074bb15c126664b79c6afd0b51a81
SHA1: ffb149bff6342444b9f9db8d007ffd58230f74f8
SHA256: fc030d2c399af8f0c4f4225673a90bdd369f7663af462fe786571b410df3cdaa
Description: Courier mail server - POP3 over SSL
 The Courier mail transfer agent (MTA) is an integrated mail/groupware
 server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
 SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list
 services within a single, consistent, framework.
 .
 POP3 over SSL is handled by the regular POP3 daemon from courier-pop
 in conjunction with the SSL/TLS wrapper supplied by courier-ssl.
Homepage: http://www.courier-mta.org/
Tag: interface::daemon, mail::pop, network::server, network::service, protocol::pop3, protocol::ssl, role::program, works-with::mail

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  courier-pop-ssl
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ courier-pop-ssl
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpPc9m5V
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpPc9m5V
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpPc9m5V', '-zxf', 'sid.tar.gz']
0m3.9s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpPc9m5V', '-zxf', 'sid.tar.gz']
0m3.9s DEBUG: Created policy-rc.d and chmodded it.
0m3.9s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpPc9m5V', 'apt-get', 'update']
0m8.8s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [147 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main TranslationIndex
  Ign http://piatti.debian.org sid/non-free TranslationIndex
  Get:2 http://piatti.debian.org sid/main amd64 Packages [9161 kB]
  Hit http://piatti.debian.org sid/contrib amd64 Packages
  Get:3 http://piatti.debian.org sid/non-free amd64 Packages [143 kB]
  Ign http://piatti.debian.org sid/contrib Translation-en
  Ign http://piatti.debian.org sid/main Translation-en
  Ign 

Bug#619009: courier-imap-ssl: fails to install

2011-03-20 Thread Holger Levsen
Package: courier-imap-ssl
Version: 4.8.1.20110124-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hello again :-)

same bug, but different package+version, so another one filed...

During a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

From the attached log (scroll to the bottom...):

  The following NEW packages will be installed:
courier-imap-ssl
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 30.9 kB of archives.
  After this operation, 164 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main courier-imap-ssl amd64 
4.8.1.20110124-1 [30.9 kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 30.9 kB in 0s (3033 kB/s)
  Selecting previously deselected package courier-imap-ssl.
  (Reading database ... 8752 files and directories currently installed.)
  Unpacking courier-imap-ssl 
(from .../courier-imap-ssl_4.8.1.20110124-1_amd64.deb) ...
  Setting up courier-imap-ssl (4.8.1.20110124-1) ...
  ln: creating symbolic link `/usr/lib/courier/imapd.pem': File exists
  dpkg: error processing courier-imap-ssl (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   courier-imap-ssl
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-01 01:53:56 UTC

Package: courier-imap-ssl
Priority: extra
Section: mail
Installed-Size: 160
Maintainer: Stefan Hornburg (Racke) ra...@linuxia.de
Architecture: amd64
Source: courier (0.65.3-1)
Version: 4.8.1.20110124-1
Depends: courier-imap (= 1.3.7-3), courier-ssl (= 0.65.3), openssl, debconf
Suggests: courier-doc, imap-client
Filename: pool/main/c/courier/courier-imap-ssl_4.8.1.20110124-1_amd64.deb
Size: 30880
MD5sum: 3e415b5c7825b8d69c782fd2288e2f76
SHA1: 356c5b27dec0ba42b25c0894739d63e90a97de53
SHA256: 9049cc06fd74e1491369d9fc9aebe8a10c8b1f90b7e933a6dfad1a48dbe2548f
Description: Courier mail server - IMAP over SSL
 The Courier mail transfer agent (MTA) is an integrated mail/groupware
 server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
 SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list
 services within a single, consistent, framework.
 .
 IMAP over SSL is handled by the regular IMAP daemon from courier-imap
 in conjunction with the SSL/TLS wrapper supplied by courier-ssl.
Homepage: http://www.courier-mta.org/
Tag: interface::daemon, mail::imap, network::server, network::service, protocol::imap, protocol::ssl, qa::old-rc-bugs, role::program, works-with::mail

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  courier-imap-ssl
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ courier-imap-ssl
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpJGaej1
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpJGaej1
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpJGaej1', '-zxf', 'sid.tar.gz']
0m2.9s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpJGaej1', '-zxf', 'sid.tar.gz']
0m2.9s DEBUG: Created policy-rc.d and chmodded it.
0m2.9s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpJGaej1', 'apt-get', 'update']
0m9.9s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [147 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main TranslationIndex
  Ign http://piatti.debian.org sid/non-free TranslationIndex
  Get:2 http://piatti.debian.org sid/main amd64 Packages [9161 kB]
  Hit http://piatti.debian.org sid/contrib amd64 Packages
  

Bug#619010: linux-image-2.6.38-1-686-bigmem: Fails to boot on lvm2/looks system

2011-03-20 Thread Volker Schlecht
Package: linux-2.6
Version: 2.6.38-1
Severity: grave
Justification: renders package unusable


Booting a stock 686-bigmem 2.6.38 kernel hangs after loading the
initrd with the message LVM no volumes found and evms_activate
failed.

Booting an older 2.6.37 stock kernel works on the same system.

-- Package-specific info:
** Kernel log: boot messages should be attached

(From Memory): 
LVM no volumes found (repeated twice)
evms-activate failed 

** Model information
not available

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Lenovo Device [17aa:20e0]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA 
controller])
Subsystem: Lenovo Device [17aa:20e4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 46
Region 0: Memory at f200 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 1800 [size=8]
Expansion ROM at unassigned [disabled]
Capabilities: access denied
Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller [8086:2a43] (rev 07)
Subsystem: Lenovo Device [17aa:20e4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Region 0: Memory at f240 (64-bit, non-prefetchable) [size=1M]
Capabilities: access denied

00:03.0 Communication controller [0780]: Intel Corporation Mobile 4 Series 
Chipset MEI Controller [8086:2a44] (rev 07)
Subsystem: Lenovo Device [17aa:20e6]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx+
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f2826800 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:03.2 IDE interface [0101]: Intel Corporation Mobile 4 Series Chipset PT IDER 
Controller [8086:2a46] (rev 07) (prog-if 85 [Master SecO PriO])
Subsystem: Lenovo Device [17aa:20ea]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 0: I/O ports at 1828 [size=8]
Region 1: I/O ports at 180c [size=4]
Region 2: I/O ports at 1820 [size=8]
Region 3: I/O ports at 1808 [size=4]
Region 4: I/O ports at 1810 [size=16]
Capabilities: access denied
Kernel driver in use: ata_generic

00:03.3 Serial controller [0700]: Intel Corporation Mobile 4 Series Chipset AMT 
SOL Redirection [8086:2a47] (rev 07) (prog-if 02 [16550])
Subsystem: Lenovo Device [17aa:20ec]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 17
Region 0: I/O ports at 1830 [size=8]
Region 1: Memory at f2624000 (32-bit, non-prefetchable) [size=4K]
Capabilities: access denied
Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM Gigabit Network 
Connection [8086:10f5] (rev 03)
Subsystem: Lenovo Device [17aa:20ee]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 43
Region 0: Memory at f260 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at f2625000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at 1840 [size=32]
Capabilities: access denied
Kernel driver in use: e1000e

00:1a.0 USB 

Bug#619011: libarpack++2-dev: STL vector support not functioning

2011-03-20 Thread Dominik Wójt
Package: libarpack++2-dev
Version: 2.3-1.1
Severity: normal

Header file arch.h has been patched to use newer namespace based header for STL
vectors.
#inlcude vector.h
has been changed to:
#include vector
while in file arssym.h dirctive:
#ifdef STL_VECTOR_H
is still used and the vector is used without std:: namespace qualifier.

Header file vector.h seems to be not availble any longer. Using:
#include vector
#define STL_VECTOR_H // !!! trying to get around the problem with old
headers used
using namespace std;
#include arpack++/arssym.h
doesn't help as I get:



-- Build: Debug in lab02 ---

Compiling: ArpackWrapper.cc
In file included from /usr/include/arpack++/arssym.h:23:0,
 from
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:6:
/usr/include/arpack++/arrssym.h: In member function ‘std::vectorARFLOAT*
ARrcSymStdEigARFLOAT::StlEigenvalues(bool, bool)’:
/usr/include/arpack++/arrssym.h:347:50: error: there are no arguments to
‘ValSize’ that depend on a template parameter, so a declaration of
‘ValSize’ must be available
/usr/include/arpack++/arrssym.h:347:50: note: (if you use ‘-fpermissive’,
G++ will accept your code, but allowing the use of an undeclared name is
deprecated)
/usr/include/arpack++/arrssym.h:350:3: error: ‘nconv’ was not declared in
this scope
/usr/include/arpack++/arrssym.h: In member function ‘std::vectorARFLOAT*
ARrcSymStdEigARFLOAT::StlEigenvector(int)’:
/usr/include/arpack++/arrssym.h:364:8: error: ‘VectorsOK’ was not declared
in this scope
/usr/include/arpack++/arrssym.h:367:24: error: there are no arguments to
‘ValSize’ that depend on a template parameter, so a declaration of
‘ValSize’ must be available
/usr/include/arpack++/arrssym.h:371:32: error: ‘EigVec’ was not declared in
this scope
/usr/include/arpack++/arrssym.h:371:41: error: ‘n’ was not declared in this
scope
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc: In
function ‘void Lanczos_symm(Eigen::SparseMatrixdouble,
std::vectordouble, std::vectorEigen::Matrixdouble, 1, 1 )’:
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:42:95:
warning: deprecated conversion from string constant to ‘char*’
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:43:46:
error: no match for ‘operator=’ in ‘eigenVectors = *
prob.ARSymStdEigdouble, TMatrixForArpackpp::anonymous.ARrcStdEigARFLOAT,
ARTYPE::StlEigenvectors [with ARFLOAT = double, ARTYPE = double](0)’
/usr/include/c++/4.5/bits/vector.tcc:156:5: note: candidate is:
std::vector_Tp, _Alloc std::vector_Tp, _Alloc::operator=(const
std::vector_Tp, _Alloc) [with _Tp = Eigen::Matrixdouble, 1, 1, _Alloc
= std::allocatorEigen::Matrixdouble, 1, 1 ]
In file included from /usr/include/arpack++/arseig.h:25:0,
 from /usr/include/arpack++/arssym.h:22,
 from
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:6:
/usr/include/arpack++/arrseig.h: In member function ‘std::vectorARTYPE*
ARrcStdEigARFLOAT, ARTYPE::StlEigenvectors(bool) [with ARFLOAT = double,
ARTYPE = double]’:
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:43:44:
instantiated from here
/usr/include/arpack++/arrseig.h:1416:3: error: cannot convert
‘std::vectordouble::iterator’ to ‘double*’ in assignment
In file included from /usr/include/arpack++/arssym.h:23:0,
 from
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:6:
/usr/include/arpack++/arrssym.h: In member function ‘std::vectorARFLOAT*
ARrcSymStdEigARFLOAT::StlEigenvalues(bool, bool) [with ARFLOAT = double]’:
/mnt/dane/dokumenty/pwr/magisterskie/2011l/OOP/lab02/ArpackWrapper.cc:44:42:
instantiated from here
/usr/include/arpack++/arrssym.h:349:3: error: cannot convert
‘std::vectordouble::iterator’ to ‘double*’ in assignment
Process terminated with status 1 (0 minutes, 1 seconds)
11 errors, 1 warnings (0 minutes, 1 seconds)




lines 42 to 44 of my file:
ARSymStdEig double, TMatrixForArpackpp  prob( n, n, M_arp,
TMatrixForArpackpp::MultMv );
eigenVectors = *( prob.StlEigenvectors() );
eigenValues = *( prob.StlEigenvalues() );

For now I will resign from using StlEigenvalues() and StlEigenvectors() and
just stick to array functions.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages libarpack++2-dev depends on:
ii  libarpack++2c2a  2.3-1.1 Object-oriented version of the ARP
ii  libarpack2-dev   2.1+parpack96.dfsg-3+b1 Fortran77 subroutines to solve lar

libarpack++2-dev recommends no packages.

libarpack++2-dev suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of 

Bug#619012: debtags: Ghost tag culture::slovenian

2011-03-20 Thread Pino Toscano
Package: debtags
Version: 1.7.11
Severity: normal

Hi,

there seems to be a ghost tag culture::slovenian:
- if I request the tags of myspell-sl, the tag appears among them:
  $ debtags show myspell-sl | grep ^Tag
  Tag: culture::slovenian, made-of::dictionary, role::app-data, use::checking
- if I try to add it to another package, I get an error:
  $ debtags tag add kde-l10n-sl culture::slovenian 
  Tag 'culture::slovenian' not found: ignored

The same results happen when using the web interface.

Thanks!

-- 
Pino

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental'), (750, 
'stable')
Architecture: amd64 (x86_64)

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

Versions of packages debtags depends on:
ii  apt [libapt-pkg4.10]0.8.11.5 Advanced front-end for dpkg
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libept1 1.0.4High-level library for managing De
ii  libgcc1 1:4.5.2-4GCC support library
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  libxapian22 1.2.4-1  Search engine library
ii  perl5.10.1-17Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

debtags recommends no packages.

Versions of packages debtags suggests:
pn  tagcoll   none (no description available)
ii  wget  1.12-2.1   retrieves files from the web

-- 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#618857: apache2-mpm-itk: if you do not assign a user ID, the default one from Apache is _NOT_ used.

2011-03-20 Thread Steinar H. Gunderson
tags 618857 + patch
thanks

On Sat, Mar 19, 2011 at 01:05:43AM +0100, Samuel Montosa wrote:
 As far I tested, versions prior to 'squeeze', apache/itk behavior was as
 claimed at http://mpm-itk.sesse.net/
 
 
 AssignUserID: Takes two parameters, uid and gid (or really, user name
 and group name); specifies what uid and gid the vhost will run as (after
 parsing the request etc., of course).
 
 _Note that if you do not assign a user ID, the default one from
 Apache will be used._
 
 
 On 'squeeze', if user ID is not assigned by AssignUserID at VirtualHost,
 default ID will be __root__. User and Group directives from Apache will
 be ignored.

Hi,

I managed to reproduce your bug; it only happens if you do not set
AssignUserID but do set NiceValue. In other words, the default configuration
is unaffected (and most normal ones), but it is still an issue.

I have a patch for this, but as upstream I believe I need to go through the
CVE procedure. Does anyone from the security team (Cc-ed) want to help me
through the process? I guess first of all I need a CVE number assigned that I
can refer to in the upstream changelog.

FWIW, the patch is:

diff -ur orig/httpd-2.2.17/server/mpm/experimental/itk/itk.c 
httpd-2.2.17/server/mpm/experimental/itk/itk.c
--- orig/httpd-2.2.17/server/mpm/experimental/itk/itk.c 2011-03-20 
13:18:18.0 +0100
+++ httpd-2.2.17/server/mpm/experimental/itk/itk.c  2011-03-20 
13:15:42.0 +0100
@@ -1697,8 +1697,8 @@
 /* == merge the parent per-dir config structure into ours == */
 static void *itk_merge_dir_config(apr_pool_t *p, void *parent_ptr, void 
*child_ptr)
 {
-itk_per_dir_conf *c = (itk_per_dir_conf *)
-apr_pcalloc(p, sizeof(itk_per_dir_conf));
+itk_per_dir_conf *c = (itk_per_dir_conf *)
+itk_create_dir_config(p, NULL);
 itk_per_dir_conf *parent = (itk_per_dir_conf *) parent_ptr;
 itk_per_dir_conf *child = (itk_per_dir_conf *) child_ptr;

Testing would be appreciated. I'm attaching a debdiff with the patch put into
the patch system, for testing.

/* Steinar */
-- 
Homepage: http://www.sesse.net/
diff -u apache2-2.2.16/debian/changelog apache2-2.2.16/debian/changelog
--- apache2-2.2.16/debian/changelog
+++ apache2-2.2.16/debian/changelog
@@ -1,3 +1,11 @@
+apache2 (2.2.16-6+squeeze1) unstable; urgency=low
+
+  * Fix an mpm-itk security issue where sites would be run as root if
+NiceValue was set but AssignUserID was not set, due to incorrect
+config merging. (Closes: #618857)
+
+ -- Steinar H. Gunderson se...@debian.org  Sun, 20 Mar 2011 13:33:08 +0100
+
 apache2 (2.2.16-6) unstable; urgency=low
 
   * Also add $named to the secondary-init-script example.
diff -u apache2-2.2.16/debian/mpm-itk/patches/series 
apache2-2.2.16/debian/mpm-itk/patches/series
--- apache2-2.2.16/debian/mpm-itk/patches/series
+++ apache2-2.2.16/debian/mpm-itk/patches/series
@@ -10,0 +11 @@
+11-fix-cve-something.patch
only in patch2:
unchanged:
--- apache2-2.2.16.orig/debian/mpm-itk/patches/11-fix-cve-something.patch
+++ apache2-2.2.16/debian/mpm-itk/patches/11-fix-cve-something.patch
@@ -0,0 +1,12 @@
+--- httpd-2.2.11.orig/server/mpm/experimental/itk/itk.c2009-04-14 
23:29:16.0 +0200
 httpd-2.2.11/server/mpm/experimental/itk/itk.c 2009-04-14 
23:31:05.0 +0200
+@@ -1697,8 +1697,8 @@
+ /* == merge the parent per-dir config structure into ours == */
+ static void *itk_merge_dir_config(apr_pool_t *p, void *parent_ptr, void 
*child_ptr)
+ {
+-itk_per_dir_conf *c = (itk_per_dir_conf *)
+-apr_pcalloc(p, sizeof(itk_per_dir_conf));
++itk_per_dir_conf *c = (itk_per_dir_conf *)
++itk_create_dir_config(p, NULL);
+ itk_per_dir_conf *parent = (itk_per_dir_conf *) parent_ptr;
+ itk_per_dir_conf *child = (itk_per_dir_conf *) child_ptr;


Bug#609278: [Pkg-ayatana-devel] progress on Unity?

2011-03-20 Thread Raphael Hertzog
Hello Jon,

On Sun, 20 Mar 2011, Jon Dowland wrote:
 Has there been any progress on this ITP?

Not that I know. You're welcome to help, Adnan is doing lots of other
stuff already and pkg-ayatana is largely understaffed in general.

(I encouraged its creation but I can't take a leading role)

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#610714: fixing bug #610714 in Debian squeeze

2011-03-20 Thread Faheem Mitha


Hi everyone,

Since squeeze has now been released, it might be a plan to fix

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610714

for Debian squeeze. Problems from users continue to be reported. Some of 
these people probably think they are doing something wrong, understandably 
assuming Debian wouldn't let a bug that breaks preview persist in Debian 
stable so long.


According to popcon, auctex is installed on over 10,000 Debian machines.

http://qa.debian.org/popcon.php?package=auctex

I'm surprised there is not more of a reaction.

In any case, I can prepare an NMU if someone will review and sponsor it. 
Unless someone else wants to do it, that is.


Regards, Faheem



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



Bug#618996: apt-get gives Bad header line due to apt-cacher giving Browser does not support redirects!

2011-03-20 Thread Eus
Hi!

On Sun, 2011-03-20 at 11:07 +, Mark Hindley wrote:

 Thanks.

It's my pleasure.

 If you apply this patch to /usr/share/apt-cacher/apt-cacher, does it 
 help?

No, it doesn't. I applied the patch to the mentioned file by changing
{a,b}/apt-cacher2 to {a,b}/apt-cacher. Otherwise, the patch fails
since apt-cacher2 does not exist. Then, I restarted apt-cacher by
/etc/init.d/apt-cacher restart before firing bin/apt-get update 
The error message remains the same as that given in the first post.

 Mark

-- 
Best regards,
Eus (FSF member #4445)

In this digital era, where computing technology is pervasive, your
freedom depends on the software controlling those computing devices.

Join free software movement today! It is free as in freedom, not as in
free beer!

Join: http://www.fsf.org/

 commit 078bea72c89edf4287e92e46510aaa6211daf56f
 Author: Mark Hindley m...@hindley.org.uk
 Date:   Sun Mar 20 11:05:05 2011 +
 
 Possible fix for #618996
 
 diff --git a/apt-cacher b/apt-cacher
 index 5179ef9..8d83af9 100755
 --- a/apt-cacher2
 +++ b/apt-cacher2
 @@ -1274,6 +1274,7 @@ sub init_curl {
  $curl-setopt(CURLOPT_LOW_SPEED_TIME, $cfg-{fetch_timeout});
  $curl-setopt(CURLOPT_INTERFACE, $cfg-{interface}) if defined 
 $cfg-{interface};
  $curl-setopt(CURLOPT_NOSIGNAL, 1);
 +$curl-setopt(CURLOPT_FOLLOWLOCATION, 1);
  
  # Callbacks
  $curl-setopt(CURLOPT_DEBUGFUNCTION, \debug_callback);





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



Bug#618976: [linux-2.6] Please support ppc64

2011-03-20 Thread Ben Hutchings
On Sun, 2011-03-20 at 13:21 +0900, Hiroyuki Yamamoto wrote:
 Hi,
 
 (2011年03月20日 12:22), Ben Hutchings wrote:
 
  Please support ppc64.
  
  Is 'ppc64' an official port yet?
 
 No, not 'official' port now.
 However, considerable parts of the environment for ppc64 port still
 remain in the packaging system.

I didn't mean 'is it a release architecture'.  Well, I found the answer:
http://www.debian.org/ports/#unreleased does list ppc64.

  Why does this patch add a new config file rather than referring to
  powerpc/config and powerpc/config.powerpc64?
 
 Well, I used the same files as powerpc port for the time being.
 I think that the same file should be indicated if it is necessary to
 be managed as the same one for easiness.
 And I also think that a different file should be indicated if the
 possibility to be managed as another file is left.
 This may be likely to discuss it.

It would still be possible to override config options.  But I think
ppc64/powerpc64 should be the same as powerpc/powerpc64.  (Just as
amd64/amd64 is the same as i386/amd64, and sparc64/sparc64 is the same
as sparc/sparc64.)

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#619014: bash-completion: Bash completion whitelisting returns no results when it could return some that do not match

2011-03-20 Thread Clint Byrum
Package: bash-completion
Version: 1:1.3-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpiebbIm
I've submitted this patch to Ubuntu as well. The original bug report is 
available here:

https://launchpad.net/bugs/533985

The idea is simply that if the filename whitelist passed to _filedir
fails to produce any results, its more useful to the user to fall
back to unfiltered results than give them nothing. This makes the bash
completion more adaptable as programs change underneath them, and solves
the issue where a program like sqlite3 doesn't actually care at all about
extensions and the general conventions used have just been encoded in
the bash completion.


  * Drop whitelists if they fail to produce any results (LP: #533985)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-6-generic (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/dash
diff -Nru bash-completion-1.3/debian/changelog bash-completion-1.3/debian/changelog
diff -Nru bash-completion-1.3/debian/patches/disable-whitelist-on-fail.patch bash-completion-1.3/debian/patches/disable-whitelist-on-fail.patch
--- bash-completion-1.3/debian/patches/disable-whitelist-on-fail.patch	1969-12-31 16:00:00.0 -0800
+++ bash-completion-1.3/debian/patches/disable-whitelist-on-fail.patch	2011-03-20 06:00:50.0 -0700
@@ -0,0 +1,20 @@
+Author: Clint Byrum cl...@ubuntu.com
+Subject: disable whitelists when they fail to produce results
+Bug-Ubuntu: https://launchpad.net/bugs/533985
+
+Index: bash-completion-1.3/bash_completion
+===
+--- bash-completion-1.3.orig/bash_completion	2011-03-20 05:36:36.717277995 -0700
 bash-completion-1.3/bash_completion	2011-03-20 05:56:15.748086091 -0700
+@@ -661,6 +661,11 @@
+ fi
+ [ ${#toks[@]} -ne 0 ]  _compopt_o_filenames
+ 
++# If the filter failed to produce anything, try w/o it (LP: #533985)
++if [[ -n $1 ]]  [[ $1 != -d ]]  [[ ${#toks[@]} -lt 1 ]] ; then
++   toks=( ${toks[@]-} $( compgen -f -X -- $quoted) )
++fi
++
+ COMPREPLY=( ${COMPREPLY[@]} ${toks[@]} )
+ } # _filedir()
+ 
diff -Nru bash-completion-1.3/debian/patches/series bash-completion-1.3/debian/patches/series
--- bash-completion-1.3/debian/patches/series	2011-02-08 06:52:30.0 -0800
+++ bash-completion-1.3/debian/patches/series	2011-03-20 05:36:29.0 -0700
@@ -1,2 +1,3 @@
 disable-avahi-browse.diff
 apt-get-changelog.patch
+disable-whitelist-on-fail.patch


Bug#587525: Status of npm package?

2011-03-20 Thread Jérémy Lal
On 20/03/2011 12:17, Matt Zimmerman wrote:
 Has a package been created yet?  I'd like to see this in Debian and can help
 with it if needed.
 


It's waiting at :
http://ftp-master.debian.org/new/npm_0.2.16-1.html

0.2 branch for now.
We'll probably upload 0.3 branch to experimental when 0.2 is accepted.

Cheers,
Jérémy.







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



Bug#619015: libtest-image-gd-perl: simplify dependencies

2011-03-20 Thread Nicholas Bamber
Package: libtest-image-gd-perl
Version: 0.03-1
Severity: normal

The current dependencies are causing issues when building dependent packages.
Probably we need to simplify the GD dependency to libgd-gd2-perl.

15:07:01) gregoa: periapt: libcgi-application-plugin-ajaxupload-perl: 
cowbuilder tells me: http://paste.debian.net/111237/ AFAICS this comes from 
libtest-image-gd-perl and should be addressed there, and the reason is probably 
that jonas changed something in the libgd.*-perl packages recently. - 
cowbuilder sorts it out and continues successfully though
(15:07:49) gregoa: periapt: second note: I think you have to separate the 
indented lines in the long description with  \n.\n before and afterwards, 
otherwise they might get mangled by some tools
(15:08:31) dodathome left the room (quit: Remote host closed the connection).
(15:09:32) jawnsy: gregoa: I feel like it's only stupid tools that do that :P
(15:10:02) jawnsy: gregoa: as long as a line begins with two spaces, parsers 
aren't supposed to touch them
(15:10:07) gregoa: jawnsy: maybe, but they exist. - and in general, the idea of 
reformatting paragraphs doesn't seem bad
(15:10:38) gregoa: jawnsy: hm, I might be misremembering something
(15:12:32) gregoa: jawnsy, periapt: I just took a look at policy 5.6.13 again, 
seems like jawnsy's memory is better than mine
(15:13:04) jawnsy: gregoa: I learned about that writing libdebctrl :P
(15:13:16) jawnsy: gregoa: but in fairness, I agree with your point, as some 
parsers may not follow policy properly
(15:13:49) jawnsy: and I have been putting an empty line between paragraphs and 
lists to provide more visual clarity while using apt-cache for example
(15:15:00) gregoa: jawnsy: me too, and I guess that's the reason why I thought 
that's required

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

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



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



Bug#587525: Status of npm package?

2011-03-20 Thread Matt Zimmerman
On Sun, Mar 20, 2011 at 02:23:21PM +0100, Jérémy Lal wrote:
 On 20/03/2011 12:17, Matt Zimmerman wrote:
  Has a package been created yet?  I'd like to see this in Debian and can help
  with it if needed.
 
 It's waiting at :
 http://ftp-master.debian.org/new/npm_0.2.16-1.html
 
 0.2 branch for now.
 We'll probably upload 0.3 branch to experimental when 0.2 is accepted.

Great!  Thanks for making this happen.

-- 
 - mdz



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



Bug#590503: clarification

2011-03-20 Thread Daniel Pocock




Guido, are you wanting ejabberd to accept Kerberos tickets (that would
require client code to be adapted)?

Are there any examples of clients that support this?

Or is it just to verify the password against a Kerberos server, instead
of an LDAP server?





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



Bug#609012: Unhandled lockdown error, unable to mount iphone

2011-03-20 Thread Julien Lavergne
Package: usbmuxd
Version: 1.0.6-2

Le vendredi 18 mars 2011 à 21:58 +0100, Adrian Glaubitz a écrit :
 it seems that this is not a bug in usbmuxd but libimobiledevice1.
 I upgraded libimobiledevice1 from 1.0.2-1 to 1.0.4-2 and I could
 mount my iPhone 4 (iOS, version 4.3) after that, immediately.
 
 It would be nice if anyone else could verify that as well so
 we can close or re-assign this bug to libimobiledevice1.

Sorry for the long delay.
Yes, if you upgrade libimobiledevice1 to 1.0.4, and usbmuxd to 1.0.6, it
should solve this error. I can confirm the fix on my system.

Since both versions are included in Debian unstable, I'm closing the bug
report. Feel free to reopen it if it's not solve.

Regards,
Julien Lavergne






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



Bug#619013: [Virtual-pkg-base-maintainers] Bug#619013: base: GAMES Menu only has 4 selections but all still display from Install from DVD

2011-03-20 Thread Amaya
What are you using? KDE? GNOME? A different one?


Larry Kraemer wrote:
 Package: base
 Severity: normal
 
 Games Menu was edited to have ONLY FOUR Selections.  All Games are still being
 displayed since Install from DVD.  Logout, Login,  Poweroff, do not change
 GAMES being displayed as Selected.
 
 
 
 -- System Information:
 Debian Release: 6.0.1
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 ___
 Virtual-pkg-base-maintainers mailing list
 virtual-pkg-base-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/virtual-pkg-base-maintainers


-- 
 .''`.  Hate's no fun if you keep it to yourself
: :' : -- The life of David Gale
`. `'   
  `-Proudly running Debian GNU/Linux



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



Bug#619016: [INTL:es] manpages Spanish translation

2011-03-20 Thread Omar Campagne
Package: debianutils
Version: 3.4.4
Severity: wishlist
Tags: l10n, patch

Please find attached the translation for debianutils' tools.

Regards,
-- 
Omar Campagne Polaino
# debianutils manpages translation to Spanish
# Copyright (C) 2011 Software in the Public Interest
# This file is distributed under the same license as the debianutils package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2011
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: debianutils 3.4.4\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-01-18 15:43-0500\n
PO-Revision-Date: 2011-03-12 00:31+0100\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.0-beta4\n
X-Project-Style: default\n

#. type: TH
#: ../add-shell.8:1
msgid ADD-SHELL
msgstr ADD-SHELL

#. type: TH
#: ../add-shell.8:1
#: ../remove-shell.8:1
msgid 7 Apr 2005
msgstr 7 de abril de 2005

#. type: SH
#: ../add-shell.8:2
#: ../installkernel.8:2
#: ../remove-shell.8:2
#: ../run-parts.8:9
#: ../savelog.8:3
#: ../tempfile.1:3
#: ../which.1:3
msgid NAME
msgstr NOMBRE

#. type: Plain text
#: ../add-shell.8:4
msgid add-shell - add shells to the list of valid login shells
msgstr add-shell - Añade consolas a la lista de consolas de sesión aceptadas

#. type: SH
#: ../add-shell.8:4
#: ../installkernel.8:4
#: ../remove-shell.8:4
#: ../run-parts.8:11
#: ../savelog.8:5
#: ../tempfile.1:5
#: ../which.1:5
msgid SYNOPSIS
msgstr SINOPSIS

#. type: Plain text
#: ../add-shell.8:8
msgid Badd-shell Ishellname [Ishellname...]
msgstr Badd-shell Inombre-consola [Inombre-consola...]

#. type: SH
#: ../add-shell.8:8
#: ../installkernel.8:6
#: ../remove-shell.8:8
#: ../run-parts.8:20
#: ../savelog.8:9
#: ../tempfile.1:9
#: ../which.1:7
msgid DESCRIPTION
msgstr DESCRIPCIÓN

#. type: Plain text
#: ../add-shell.8:13
msgid 
Badd-shell copy I/etc/shells to I/etc/shells.tmp, add the given shells 
to this file if they are not already present, and copy this temporary file 
back to I/etc/shells.
msgstr 
Badd-shell copia I/etc/shells a I/etc/shells.tmp, añade las consolas a 
este fichero si no están presentes, y copia este fichero temporal  a 
I/etc/shells.

#. type: Plain text
#: ../add-shell.8:15
msgid The shells must be provided by their full pathnames.
msgstr Las consolas se deben introducir con sus nombres de ruta completos.

#. type: SH
#: ../add-shell.8:15
#: ../remove-shell.8:13
#: ../savelog.8:158
#: ../tempfile.1:89
msgid SEE ALSO
msgstr VÉASE TAMBIÉN

#. type: Plain text
#: ../add-shell.8:16
#: ../remove-shell.8:14
msgid Bshells(5)
msgstr Bshells(5)

#. type: TH
#: ../installkernel.8:1
msgid INSTALLKERNEL
msgstr INSTALLKERNEL

#. type: TH
#: ../installkernel.8:1
msgid 7 Jan 2001
msgstr 7 de enero de 2001

#. type: TH
#: ../installkernel.8:1
msgid Debian Linux
msgstr Debian Linux

#. type: Plain text
#: ../installkernel.8:4
msgid installkernel - install a new kernel image
msgstr installkernel - Instala una imagen del núcleo nueva

#. type: Plain text
#: ../installkernel.8:6
msgid Binstallkernel Iversion zImage System.map [directory]
msgstr Binstallkernel Iversión zImage System.map [directorio]

#. type: Plain text
#: ../installkernel.8:13
msgid 
Binstallkernel installs a new kernel image onto the system from the Linux 
source tree.  It is called by the Linux kernel makefiles when Bmake 
install is invoked there.
msgstr 
Binstallkernel instala una nueva imagen del núcleo en el sistema, obtenida 
del árbol de fuentes de Linux. Los ficheros «Makefile» del núcleo Linux 
inician el proceso cuando se invoca Bmake install desde el árbol de 
fuentes.

#. type: Plain text
#: ../installkernel.8:22
msgid 
The new kernel is installed into I{directory}/vmlinuz-{version}.  If a 
symbolic link I{directory}/vmlinuz already exists, it is refreshed by 
making a link from I{directory}/vmlinuz to the new kernel, and the 
previously installed kernel is available as I{directory}/vmlinuz.old.
msgstr 
El núcleo nuevo se instalará en I{directorio}/vmlinuz-{versión}. Si ya 
existe un enlace simbólico  I{directorio}/vmlinuz, se 

Bug#619017: evolution crash Debian Testing

2011-03-20 Thread Kevin Seise
Package: evolution
Version: 2.32.2-1
Severity: important

$evolution
(evolution:20188): GLib-CRITICAL **: the GVariant format string `(u)' has a
type of `(u)' but the given value has a type of `(s)'

(evolution:20188): GLib-CRITICAL **: g_variant_get: assertion
`valid_format_string (format_string, TRUE, value)' failed

Results in a crash and evolution does not open



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/dash

Versions of packages evolution depends on:
ii  dbus   1.4.6-1   simple interprocess messaging syst
ii  debconf [debconf-2.0]  1.5.38Debian configuration management sy
ii  evolution-common   2.32.2-1  architecture independent files for
ii  evolution-data-server  2.32.2-2  evolution database backend server
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcamel1.2-19 2.32.2-2  The Evolution MIME message handlin
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.4.6-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libebackend1.2-0   2.32.2-2  Utility library for evolution data
ii  libebook1.2-10 2.32.2-2  Client library for evolution addre
ii  libecal1.2-8   2.32.2-2  Client library for evolution calen
ii  libedataserver1.2-14   2.32.2-2  Utility library for evolution data
ii  libedataserverui1.2-11 2.32.2-2  GUI utility library for evolution 
ii  libegroupwise1.2-132.32.2-2  Client library for accessing group
ii  libenchant1c2a 1.6.0-1   a wrapper library for various spel
ii  libevolution   2.32.2-1  evolution libraries
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.4-1   FreeType 2 font engine, shared lib
ii  libgail18  2.20.1-2  GNOME Accessibility Implementation
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgdata7  0.6.4-3   Library for accessing GData webser
ii  libglib2.0-0   2.28.1-1+b1   The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-2  Utility library for loading .deskt
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtkhtml-editor-3.14 3.32.2-1  HTML rendering/editing library - e
ii  libgtkhtml3.14-19  3.32.2-1  HTML rendering/editing library - r
ii  libgweather1   2.30.3-1  GWeather shared library
ii  libical0   0.44-3iCalendar library implementation i
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libnspr4-0d4.8.7-2   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.9-2  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libsqlite3-0   3.7.5-1   SQLite 3 shared library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libunique-1.0-01.1.6-2   Library for writing single instanc
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages evolution recommends:
ii  bogofilter   1.2.2-2 a fast Bayesian spam filter (dummy
ii  evolution-plugins2.32.2-1standard plugins for Evolution
ii  evolution-webcal 2.32.0-1webcal: URL handler for GNOME and 
ii  gnome-desktop-data   2.30.2-2Common files for GNOME desktop app
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages evolution suggests:
pn  bug-buddy none (no description available)
pn  evolution-dbg none (no description available)
ii  evolution-exchange2.32.2-1   Exchange plugin for the Evolution 

Bug#587525: Status of npm package?

2011-03-20 Thread Jérémy Lal
On 20/03/2011 14:27, Matt Zimmerman wrote:
 On Sun, Mar 20, 2011 at 02:23:21PM +0100, Jérémy Lal wrote:
 On 20/03/2011 12:17, Matt Zimmerman wrote:
 Has a package been created yet?  I'd like to see this in Debian and can help
 with it if needed.

 It's waiting at :
 http://ftp-master.debian.org/new/npm_0.2.16-1.html

 0.2 branch for now.
 We'll probably upload 0.3 branch to experimental when 0.2 is accepted.
 
 Great!  Thanks for making this happen.
 

And i just updated (straightforwardly) collab-maint npm to 0.2.19-1.
Feel free to have a look at :
http://git.debian.org/?p=collab-maint/npm.git;a=summary


Jérémy.




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



Bug#619018: [INTL:es] po-debconf Spanish translation

2011-03-20 Thread Omar Campagne
Package: docbookwiki
Version: 0.9.2-1
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish translation for docbookwiki's debconf
PO file.

Regards,
-- 
Omar Campagne Polaino
# docbookwiki po-debconf translation to Spanish
# Copyright (C) 2009 Software in the Public Interest
# This file is distributed under the same license as the docbookwiki package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2009, 2011
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: docbookwiki 0.9.2-1\n
Report-Msgid-Bugs-To: docbookw...@packages.debian.org\n
POT-Creation-Date: 2011-03-08 07:20+0100\n
PO-Revision-Date: 2011-03-20 14:35+0100\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.0-beta4\n
X-Project-Style: default\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Remove books during purge?
msgstr ¿Desea eliminar los libros al desinstalar completamente?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
If you choose this option, any book uploaded into DocBookWiki, including XML 
source and downloadable formats, will be removed along with the program 
files when the package is purged.
msgstr 
Si selecciona esta opción se eliminará cualquier libro subido a DocBookWiki, 
incluyendo el código fuente XML y formatos descargables, así como los 
archivos del programa, al desinstalar el paquete completamente («purge»).

#. Type: boolean
#. Description
#: ../templates:3001
msgid Generate downloadable formats now?
msgstr ¿Desea generar ahora formatos descargables?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
DocBookWiki can generate downloadable formats (HTML, PDF, etc.) for the 
default set of books during installation, but this will take quite some time 
to do.
msgstr 
DocBookWiki puede generar formatos descargables (HTML, PDF, etc) para el 
conjunto predeterminado de libros durante la instalación, aunque esto puede 
llevar algún tiempo.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
If you do not want to generate these now, they will be generated when the 
next DocBookWiki weekly cron job runs.
msgstr 
Si no desea generarlos ahora mismo, se generarán cuando se ejecute la 
siguiente tarea semanal de cron de DocBookWiki.

#. Type: multiselect
#. Choices
#: ../templates:4001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Description
#: ../templates:4002
msgid Web server to reconfigure for DocBookWiki:
msgstr Servidor web a recofigurar para DocBookWiki:

#. Type: multiselect
#. Description
#: ../templates:4002
msgid 
DocBookWiki supports any web server that PHP does, but this automatic 
configuration process only supports Apache.
msgstr 
DocBookWiki es compatible con cualquier servidor web con el que PHP también 
lo sea, pero este proceso de configuración automática solo acepta el uso de 
Apache.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Do you want to restart the web server now?
msgstr ¿Desea reiniciar el servidor web ahora?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
In order to activate the new configuration, the web server has to be 
restarted. You may however prefer doing this manually later.
msgstr 
Debe reiniciar el servidor web para que la nueva configuración tenga efecto. 
Puede que prefiera hacerlo manualmente en otro momento.

#. Type: password
#. Description
#: ../templates:6001
msgid Password for DocBookWiki web-based setup system:
msgstr 
Contraseña para los sistemas de configuración con interfaz web de 
DocBookWiki:

#. Type: password
#. Description
#: ../templates:6001
msgid 
DocBookWiki comes with an administration script that can help you with 
managing users. The script is located at http://localhost/books/admin.php. 
For security reasons it requires authorization. The administrator's username 
is \superuser\ and the default password is \admin\.
msgstr 
DocBookWiki incluye un script de administración que le permite gestionar 
usuarios. El script se encuentra en «http://localhost/books/admin.php». 
Requiere 

Bug#618986: dch is not able to find correct perl module for File::Glob and is just hangs

2011-03-20 Thread Adam D. Barratt
severity 618986 important
tag 618986 + unreproducible
thanks

On Sun, 2011-03-20 at 12:26 +0530, Praveen A wrote:
 After a sid dist-upgrade yesterday dch stopped working. When poked
 with strace I got this (not able to find Glob.pm or Glob.so)

Those files are provided by perl-base.  If this is an RC bug anywhere,
it's not in devscripts.  However, in either case, this does not qualify
as grave - a broken dch doesn't make devscripts unusable, nor does a
broken glob make perl unusable - and I'm not convinced an issue in one
script makes devscripts unreleasable either.

Having said that, I've just checked that I've got the latest versions of
devscripts and perl{,-{base,modules}} in unstable installed, and my
tests work fine.

Please could you confirm:

- the versions of perl, perl-base and perl-modules installed on your
system
- exactly what steps you took which led to the issue.

Regards,

Adam




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



Bug#619019: xserver-xorg-video-intel: latest update to debian squeeze made the mouse pointer invisible in my openbox/gdm session

2011-03-20 Thread LN2
Package: xserver-xorg-video-intel
Version: 2:2.13.0-6
Severity: important


The latest update to debian squeeze seems to have introduced the Bug reported 
here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550942 .
(Upstream bug report can be found here 
https://bugs.freedesktop.org/show_bug.cgi?id=29413 .),

i.e. after boot-up the mouse pointer is invisible (though otherwise fully 
functional).

As described in the upstream bug report going through a hibernate or a suspend 
cycle makes the mouse pointer reappear.

Apparently the fix for this problem that the upstream bug links to was not 
included in the latest squeeze update.




-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jan  9  2010 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Feb 19 15:43 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.32-5-686 (Debian 2.6.32-31) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Mar 8 21:36:00 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 21979 Mar 20 14:08 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux wichtel 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 
UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=9b23d674-90d8-44e7-95a2-eba5dc7bd600 ro noquiet
Build Date: 19 February 2011  02:37:36PM
xorg-server 2:1.7.7-13 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Mar 20 14:07:35 2011
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/75dpi does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:3582:1028:0164 Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xf000/134217728, 
0xfaf8/524288, I/O @ 0xc000/8
(--) PCI: (0:0:2:1) 8086:3582:1028:0164 Intel Corporation 82852/855GM 
Integrated Graphics Device rev 2, Mem @ 0xe800/134217728, 0xfaf0/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading 

Bug#619020: gvfs-fuse: copied target file is zero-length if it already exists

2011-03-20 Thread brian m. carlson
Package: gvfs-fuse
Version: 1.6.4-3
Severity: normal

If I use cp to copy a file to a gvfs mount, the target file ends up
being zero-length if it already exists:

  lakeview ok % ls -l ~/.gvfs/sftp\ for\ bmc\ on\ 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg
  ls: cannot access /home/bmc/.gvfs/sftp for bmc on 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg: No such file or directory
  lakeview no % cp WelcomeToTexas.jpg ~/.gvfs/sftp\ for\ bmc\ on\ 
castro.crustytoothpaste.net/tmp   
  lakeview ok % ls -l ~/.gvfs/sftp\ for\ bmc\ on\ 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg
  -rw--- 1 bmc bmc 95645 Mar 20 13:36 /home/bmc/.gvfs/sftp for bmc on 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg
  lakeview ok % cp WelcomeToTexas.jpg ~/.gvfs/sftp\ for\ bmc\ on\ 
castro.crustytoothpaste.net/tmp   
  lakeview ok % ls -l ~/.gvfs/sftp\ for\ bmc\ on\ 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg
  -rw--- 1 bmc bmc 0 Mar 20 13:36 /home/bmc/.gvfs/sftp for bmc on 
castro.crustytoothpaste.net/tmp/WelcomeToTexas.jpg

Also see #607239, which may be related, although I don't believe
shotwell uses the fuse component, only the regular gvfs.

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

Kernel: Linux 2.6.38-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/dash

Versions of packages gvfs-fuse depends on:
ii  fuse-utils2.8.4-1.3  Filesystem in USErspace (utilities
ii  gvfs  1.6.4-3userspace virtual filesystem - ser
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.4.6-1simple interprocess messaging syst
ii  libfuse2  2.8.4-1.3  Filesystem in USErspace library
ii  libglib2.0-0  2.28.2-1   The GLib library of C routines

gvfs-fuse recommends no packages.

gvfs-fuse suggests no packages.

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#619000: [systemd] SystemD fails to start system, hangs at Logging Daemon...

2011-03-20 Thread Florian Kriener
On Sunday 20 March 2011 13:12:26 Michael Biebl wrote:
 Do you have any special setup (cryptsetup, LVM, partition layout like
 /usr on a separate partition)?

My setup is this: One hdd with two partitions 

sda1: /boot, ext2
sda2: luks encrypted with lvm on top and two lvs for / and /home, both  
  ext4

 Could you boot with systemd.log_level=debug and
 systemd.log_target=kmsg please and check if that reveals more. It's
 most likely not a rsyslog related issue. Logging Daemon is
 systemd's internal logger service provided by
 systemd-logger.service.

You are right. This has nothing to to with rsyslog. The kernel command 
line I used was the above and it did not show more. However...

 My guess is that systemd is waiting for some devices to show up. You
 could wait for at least a minute to wait for the timeout and check
 if the boot process continues.
 If you then can login, check the status with systemctl list-jobs and
 systemctl --full --all | grep failed.

I took your advice went for a shower and a shave after fiering up a 
systemd boot. When I came back I found, that there must have been some 
timeout and the boot process had continued. However, the next message 
wasn't very comforting: Apparently systemd failed to start udev. The 
rest of the messages was more or less irrelevant and I don't remember 
them. Logging in was not possible.

 If you are able to connect to your system via a serial console to the
 a full log of the boot process, that would be most helpful.

Sadly, that is not possible as my notebook misses a serial interface. 
But I could present you with some hand made screen captures (aka digital 
still images) if that could help you. I don't see a lot of usefull stuff 
though.



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



Bug#601889: xserver-xorg-video-intel: X crash on start with intel 82830M GFC

2011-03-20 Thread Ramon Caraballo
Hello!
I've tried  2.6.38 and 2.6.37 kernels with similar results
even more 2.6.38 didn't booted.
Definitively its hard to get linux working on the Dell inspiron 2600
laptop.
By now I'm using the vesa driver to get Xorg working but I can't
switch to the text consoles and came back X because I only get a distorted
image in the desktop.

I'll could try a bios update to A09 version despite that there is a lot of
references on internet warning that the A11 bios version becomes the system
unbootable with linux

After a lot of work in fine tunning, 2 problems still persists:
1-The most urgent: Xorg is failing with the intel driver
2-The second: synaptic touchpad don' t work but I still have standard mouse
support.

Regards and thanks for the support

Ramon


2011/3/19 Julien Cristau jcris...@debian.org

 On Fri, Mar 18, 2011 at 23:56:05 -0300, Ramon Caraballo wrote:

  thanks I'll try a new kernel first ,
  and what if I attempt to recompile the driver intel or the whole xserver
  package ?

 Recompiling doesn't magically fix bugs.

 Cheers,
 Julien



Bug#619021: ITP: snes9x -- Super NES emulator

2011-03-20 Thread Benoît Ryder
Package: wnpp
Severity: wishlist
Owner: Benoît Ryder ben...@ryder.fr


* Package name: snes9x
  Version : 1.52
  Upstream Author : Brandon Wright bear...@gmail.com
* URL : http://www.snes9x.com
* License : non-free and LGPL-2.1
  Programming Lang: C++
  Description : Super NES emulator

Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES and
Super Famicom Nintendo game systems on your PC or Workstation.
This package provides X binaries as well as a GUI using GTK+.

The Snes9x core and original Snes9x code is licensed under a distributable,
non-commercial license. New code not originating from Snes9x is licensed under
both the GNU LGPL 2.1 and the Snes9x license. 



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



Bug#619019: xserver-xorg-video-intel: latest update to debian squeeze made the mouse pointer invisible in my openbox/gdm session

2011-03-20 Thread Julien Cristau
reassign 619019 linux-2.6 2.6.32-31
forcemerge 618665 619019
affects 618665 + xserver-xorg-video-intel
kthxbye

On Sun, Mar 20, 2011 at 14:41:00 +0100, LN2 wrote:

 Package: xserver-xorg-video-intel
 Version: 2:2.13.0-6
 Severity: important
 
 
 The latest update to debian squeeze seems to have introduced the Bug reported 
 here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550942 .
 (Upstream bug report can be found here 
 https://bugs.freedesktop.org/show_bug.cgi?id=29413 .),
 
 i.e. after boot-up the mouse pointer is invisible (though otherwise fully 
 functional).
 
 As described in the upstream bug report going through a hibernate or a 
 suspend cycle makes the mouse pointer reappear.
 
 Apparently the fix for this problem that the upstream bug links to was not 
 included in the latest squeeze update.
 
It was included before squeeze.  Apparently reintroduced with the kernel
update.

Cheers,
Julien



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



Bug#618535: devscripts: uscan should offer generic --repack-with argument

2011-03-20 Thread James Vega
On Wed, Mar 16, 2011 at 01:15:07AM -0400, Daniel Kahn Gillmor wrote:
 One approach would be to have a --repack-with argument to uscan that
 would indicate a user-supplied command to run.
 
 the command would take two arguments: filename and version -- filename
 would be the name of the file that uscan fetched, and version would be
 the corresponding cleaned-up debian version number.  It would execute
 in the .. directory.

Wouldn't specifying this script as the third parameter on the watchfile
line, where uupdate commonly is, be the same thing?

  $ cat watch
  version=3
  some://url/pattern debian repackscript

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


signature.asc
Description: Digital signature


Bug#591380: (no subject)

2011-03-20 Thread Jan-Hendrik (HennR) Peters
This could be closed, right?



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



Bug#615107: Solution

2011-03-20 Thread Julien Lavergne
Le vendredi 25 février 2011 à 21:37 +0100, ari a écrit :
 But the package should contain the attached hal information file 
 /usr/share/hal/fdi/information/20thirdparty/31-apple-mobile-device.fdi 
 which is shamelessly stolen from ubuntu lucid.
 
 With this information file amarok recognizes the ipod touch device
 - twice when amarok is started and the ipod touch is plugged in via
 usb
 - once when the ipod touch first is plugged in and amarok started
 afterwards 

Thanks for the information.
However, HAL is going to be replaced, and Amarok should really don't
depends on HAL for detection.
I'll see if I can re-add the fdi file until Amarok is ready for not
using it.

Regards,
Julien Lavergne






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



  1   2   3   4   >