Bug#446452: xserver-xorg-core: caseyresearch.com in iceape crashes xserver-xorg

2007-10-12 Thread clayton
Package: xserver-xorg-core
Version: 2:1.4-3
Severity: normal


Navigating to http://www.caseyresearch.com/ in mozilla/iceape 
1.0.10~pre070720-0etch3+lenny1 causes xserver to crash within seconds. 
In my current configuration it works every time.

I am using gnash 0.7.2-1lenny1, should flash be an issue in the trigger.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-10-02 05:50 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 22:33 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 
2x (rev 64)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2985 2007-10-02 06:50 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "Rage Mobility"
Driver  "ati"
BusID   "PCI:01:00:00"
EndSection

Section "Monitor"
Identifier  "LCD"
Option  "DPMS"
HorizSync   28-50
VertRefresh 43-75
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Rage Mobility"
Monitor "LCD"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice   

Bug#432485: [patch] libwww-mechanize-perl - FTBFS: Failed test 'Got http://en.wikipedia.org/'

2007-10-12 Thread Rene Mayorga
tags 432485 + patch
thanks

Hi Jay,

I saw the bug report at it seens that you are working on this.
Anyway,  I've attach a patch to skip the test that requiere 
for internet access if you set a env var at debian/rules


Cheers

-- 
Rene Mauricio Mayorga   |  GPG: A209C305
http://rmayorga.org |  
--
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305
diff -ruN libwww-mechanize-perl-1.30.old/debian/rules libwww-mechanize-perl-1.30/debian/rules
--- libwww-mechanize-perl-1.30.old/debian/rules	2007-10-13 00:27:35.0 -0600
+++ libwww-mechanize-perl-1.30/debian/rules	2007-10-13 00:31:55.0 -0600
@@ -30,7 +30,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	NOINTERNET=1 $(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
 	install -d $(ETCROOT)
 	install -m 644 $(CURDIR)/etc/* $(ETCROOT)
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
diff -ruN libwww-mechanize-perl-1.30.old/t/live/computers4sure.t libwww-mechanize-perl-1.30/t/live/computers4sure.t
--- libwww-mechanize-perl-1.30.old/t/live/computers4sure.t	2007-05-24 20:34:37.0 -0600
+++ libwww-mechanize-perl-1.30/t/live/computers4sure.t	2007-10-13 00:31:21.0 -0600
@@ -3,6 +3,9 @@
 use warnings;
 use strict;
 
+if ( $ENV{NOINTERNET} ) {
+   use Test::More skip_all => "We don't have internet here";
+}
 use Test::More skip_all => "Still need to get the error-handling on here working";
 use Test::More tests => 9;
 
@@ -38,7 +41,7 @@
 SKIP: {
 eval "use Test::Memory::Cycle";
 skip "Test::Memory::Cycle not installed", 1 if $@;
-
+   
 memory_cycle_ok( $mech, "No memory cycles found" );
 }
 
diff -ruN libwww-mechanize-perl-1.30.old/t/live/wikipedia.t libwww-mechanize-perl-1.30/t/live/wikipedia.t
--- libwww-mechanize-perl-1.30.old/t/live/wikipedia.t	2007-05-24 20:30:50.0 -0600
+++ libwww-mechanize-perl-1.30/t/live/wikipedia.t	2007-10-13 00:31:21.0 -0600
@@ -3,6 +3,9 @@
 use warnings;
 use strict;
 
+if ( $ENV{NOINTERNET} ) {
+   use Test::More skip_all => "We don't have internet here";
+}
 use constant LANGUAGES => qw( en it ja es nl pl );
 use Test::More tests => 3 + (2 * scalar LANGUAGES);
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#446410: [Pkg-samba-maint] Bug#446410: samba fails in post-installation

2007-10-12 Thread Christian Perrier
severity 446410 normal
thanks


Quoting Claudio Saavedra ([EMAIL PROTECTED]):
> Package: samba
> Version: 3.0.26a-1
> Severity: grave
> Justification: renders package unusable
> 
> Samba fails during the post-installation scripts execution. Here is the
> output:
> 
> dijkstra:/home/claudio# apt-get -f install
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
> 1 not fully installed or removed.
> Need to get 0B of archives.
> After unpacking 0B of additional disk space will be used.
> Setting up samba (3.0.26a-1) ...
> update-rc.d: warning: /etc/rc2.d/K09samba is not a link to ../init.d/samba or 
> /etc/init.d/samba
> update-rc.d: warning: /etc/rc3.d/K09samba is not a link to ../init.d/samba or 
> /etc/init.d/samba
> invoke-rc.d: dangling symlink: /etc/rc2.d/K09samba
> dpkg: error processing samba (--configure):
>  subprocess post-installation script returned error exit status 102
> Errors were encountered while processing:


Why were you running "apt-get -f install" ? This is usually an
indication of a previously failed apt-get run.

What are the /etc/rc2.d/K09samba pointing to? These links are not
installed by the samba default install.

I highly suspect that you installed the samba package on a not so sane
system, hence downgrading this bug reportuntil we get enough
details to decide that this is a local issue and therefore close it.

I suggest you remove those K09samba links in /etc/rc2.d and /etc/rc3.d




signature.asc
Description: Digital signature


Bug#446423: grub-installer: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread Christian Perrier
Quoting helix84 ([EMAIL PROTECTED]):
> Package: grub-installer
> Version: 1.26
> Priority: wishlist
> Tags: l10n patch
> 
> .po attached


This is a package from D-I. Translating D-I packages in Slovak is
coordinated by Peter Mann.

For D-I packages, please do not report individual translations against
packages but rather complete the D-I "master" file.

Of course, I can merge your translations with Peter ones in the D-I
master file as you apparently completed the few missing strings in the
big 1686-strings master file.but that needs to be done with peter
Mann's agreement.



signature.asc
Description: Digital signature


Bug#446425: lilo-installer: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread Christian Perrier
Quoting helix84 ([EMAIL PROTECTED]):
> Package: lilo-installer
> Version: 1.24
> Priority: wishlist
> Tags: l10n patch
> 
> .po attached
> 
> ~~helix84

Same than previous answer: D-I package

-- 




signature.asc
Description: Digital signature


Bug#446426: localechooser: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread Christian Perrier
Quoting helix84 ([EMAIL PROTECTED]):
> Package: localechooser
> Version: 1.41
> Priority: wishlist
> Tags: l10n patch
> 
> .po attached
> 
> ~~helix84

Same than previous answer: D-I package


-- 




signature.asc
Description: Digital signature


Bug#446424: netcfg: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread Christian Perrier
Quoting helix84 ([EMAIL PROTECTED]):
> Package: netcfg
> Version: 1.39
> Priority: wishlist
> Tags: l10n patch
> 
> .po attached
> 
> ~~helix84

Same than previous answer...

-- 




signature.asc
Description: Digital signature


Bug#446430: partconf: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread Christian Perrier
Quoting helix84 ([EMAIL PROTECTED]):
> Package: partconf
> Version: 1.24
> Priority: wishlist
> Tags: l10n patch
> 
> .po attached
> 
> ~~helix84


Same than previous answer: D-I package

-- 




signature.asc
Description: Digital signature


Bug#446317: iso-codes: [INTL:el] updated iso_3166 greek translation

2007-10-12 Thread Christian Perrier
Quoting Alexis Darrasse ([EMAIL PROTECTED]):
> My initial motivation of looking at iso-codes was auditing 3166-2
> codes but seeing the greek translations of 3166 I started from there
> eventhough I have no experience in translating. So I probably didn't
> follow the correct procedure, sorry. In particular this has not been
> coordinated with anybody.

No problem. Any help is welcomed. And if we d'ont hear anything from
the previous translator, then we'll use your translation.

> There are however many names for which there is no clear concensus on
> the translation, I thus include the main variants in comments in the

Including "Macedonia"? :-)

> version attached to this message. I can add comments on my choices if
> that would help a potential review.


That's a good idea certainly. However, don't forget attaching the file
when you say so..:-)




signature.asc
Description: Digital signature


Bug#348225: Stock exchange

2007-10-12 Thread Jerry Cabrera
All Meds onsale today

See us at  http://possiblenever.com





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



Bug#348739: MSN Money

2007-10-12 Thread Irma Cotton
All Meds onsale today

See us at  http://agreecrop.com





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



Bug#446451: phpmyadmin: CVE-2007-5386 XSS vulnerability

2007-10-12 Thread Steffen Joeris
Package: phpmyadmin
Severity: grave
Tags: security
Justification: user security hole


Hi

The following CVE[0] has been issued against phpmyadmin.
You can find a patch below.

CVE-2007-5386:

Cross-site scripting (XSS) vulnerability in scripts/setup.php
in phpMyAdmin 2.11.1, when accessed by a browser that does 
not URL-encode requests, allows remote attackers to inject 
arbitrary web script or HTML via the query string. NOTE: some 
of these details are obtained from third party information.

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5386


diff -u phpmyadmin-2.11.1/debian/changelog phpmyadmin-2.11.1/debian/changelog
--- phpmyadmin-2.11.1/debian/changelog
+++ phpmyadmin-2.11.1/debian/changelog
@@ -1,3 +1,11 @@
+phpmyadmin (4:2.11.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the testing-security team
+  * Include upstream patch for XSS vulnerability in scripts/setup.php
+Fixes: CVE-2007-5386
+
+ -- Steffen Joeris <[EMAIL PROTECTED]>  Sat, 13 Oct 2007 05:12:44 +
+
 phpmyadmin (4:2.11.1-1) unstable; urgency=low

   * New upstream release.
diff -u phpmyadmin-2.11.1/debian/patches/00list 
phpmyadmin-2.11.1/debian/patches/00list
--- phpmyadmin-2.11.1/debian/patches/00list
+++ phpmyadmin-2.11.1/debian/patches/00list
@@ -3,0 +4 @@
+041-CVE-2007-5386
only in patch2:
unchanged:
--- phpmyadmin-2.11.1.orig/debian/patches/041-CVE-2007-5386.dpatch
+++ phpmyadmin-2.11.1/debian/patches/041-CVE-2007-5386.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix CVE-2007-5386
+
[EMAIL PROTECTED]@
+
+--- ../old/phpmyadmin-2.11.1/scripts/setup.php 2007-09-20 16:35:14.0 
+
 phpmyadmin-2.11.1/scripts/setup.php2007-10-13 05:10:49.0 
+
+@@ -1951,7 +1951,10 @@
+ if (empty($_SERVER['REQUEST_URI']) || 
empty($_SERVER['HTTP_HOST'])) {
+ $redir = '';
+ } else {
+-$redir = ' If your server is also configured to accept HTTPS 
request follow this link to use secure connection.';
++$redir = ' If your server is also configured to accept HTTPS 
request'
++  . ' follow this link to use secure connection.';
+ }
+ message('warning', 'You are not using secure connection, all data 
(including sensitive, like passwords) are transfered unencrypted!' . $redir, 
'Not secure connection');
+ }



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



Bug#446450: opera: stops accepting keyboard input

2007-10-12 Thread clayton
Package: opera
Version: 9.23-20070809.6
Severity: normal


Recently, within a couple of minutes/webpages of use, opera stops 
responding to the keyboard (the mouse still works). Function can be 
restored by restarting Opera, but in the current state, Opera is 
basically unuseable.

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

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

Versions of packages opera depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libqt3-mt 3:3.3.7-9  Qt GUI Library (Threaded runtime v
ii  libstdc++64.2.1-4The GNU Standard C++ Library v3
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library

Versions of packages opera recommends:
ii  libaspell15   0.60.5-1   GNU Aspell spell-checker runtime l

-- no debconf information



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



Bug#446448: RFA: qliss3d -- demonstration tool for Lissajous figures

2007-10-12 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi
I request an adopter for the qliss3d package.
This is really a nice application and probably used by a few math
teachers around the world. Popcon states 81 users.
Please take good care of it.

The package description is:
 Qliss3d is a tool that generates various Lissajous figures. It is
 possible to rotate the figures and zoom into them. Also changing the
 frequency and replay of the sinus sounds by the same frequency rate
 are implemented.
 .
 In mathematics, a Lissajous curve (Lissajous figure or Bowditch curve)
 is the graph of the system of parametric equations which describes
 complex harmonic motion. This family of curves was investigated by
 Nathaniel Bowditch in 1815, and later in more detail by
 Jules Antoine Lissajous.
 Lissajous curves can be traced mechanically by means of a harmonograph.
 .
 Homepage:
 http://www.schule-bw.de/service/foerderprog/ccteam/projekte/qliss3d_html

Cheers
Steffen



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



Bug#446447: RFA: kalgebra

2007-10-12 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

This package looks for a new home. Popcon states 380 users and I am sure
that a lot of math teachers really appreciate it.
It does not take too much work and it is really a nice application,
so take good care of it :)

Description: calculator based on MathML language
 KAlgebra is a mathematical calculator which uses the MathML
 language. Nowadays it is possible to perform simple MathML operations
 (arithmetic and logical) and create 2D and 3D graphs. It is
 actually not necessary to know MathML to use KAlgebra.
 .
 The Mathematical Markup Language, is an XML based language used for
 displaying mathematical notation and content, especially on the web.
 It is a World Wide Web Consortium (W3C) recommended standard, and has
 been receiving increasing support by mathematical software vendors.
 .
  Homepage: http://kalgebra.berlios.de/
Tag: field::mathematics, implemented-in::c++, interface::x11, role::program, 
scope::utility, suite::kde, uitoolkit::qt, works-with-format::xml, 
x11::application


Cheers
Steffen



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



Bug#446449: RFA: dc-qt -- GUI frontend for the dc protocol

2007-10-12 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

This package really did a good job here and helped me a lot with my
local uni network. At the moment, I am using linuxdcpp though, which has
probably some more features. However, popcon states 196 users.
Please take good care of it, if it turns out not to be removed in favor
of linuxdcpp.

The package description is:
 dc-qt is a qt front-end for the dctc program. dctc handles all
 communication with dc hubs and clients, while dc-qt presents an
 interface that has many of the features of the original directconnect
 client, plus some really useful improvements.
 .
 It is intended for peer-based file-sharing. In practise it works better than
 gnutella and other similar systems as it allows dc hubs (servers)
 administators to require clients to share specified amount of data. The
 amount is usually based on type of client's connection and it is used not
 to hurt or exclude anybody but to make file sharing "fair play".
 .
 dc-qt is still alpha, so some care has to be taken - try it out!
 .
  Homepage: http://dc-qt.sourceforge.net

Cheers
Steffen



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



Bug#446446: RFA: k3dsurf -- tool for mathematical surfaces

2007-10-12 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

I request an adopter for the k3dsurf package.

The package description is:
 K3DSurf is a program to visualize and manipulate Multidimensional
 surfaces by using Mathematical equations. It's also a "Modeler" for
 POV-Ray in the area of parametric surfaces.
 .
  Homepage: http://k3dsurf.sourceforge.net/


Popcon states 363 users and I guess that this package is really much
appreciated by some math teachers. Upstream is very friendly and
concerned about debian. It was a pleasure to work with him. At the
moment, there is still a problem (segfault) on amd64, which needs
debugging.

I would be very happy, if this package finds a new home and someone who
works together with upstream.

Cheers
Steffen



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



Bug#446445: RFA: xoscope

2007-10-12 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

I would like to give the xoscope package up for adoption.
Upstream seems to be dead and popcon states 148 users.

Here are some additional information:

Description: digital oscilloscope
 Xoscope is a oscilloscope using input from a
 sound card or EsounD and/or a ProbeScope/osziFOX and will soon support
 Bitscope hardware. Includes 8 signal displays, variable time scale,
 math, memory, measurements, and file save/load.
 .
 Web site: http://xoscope.sourceforge.net/
Tag: uitoolkit::gtk


I would be glad, if someone wants to take it over.

Cheers
Steffen



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



Bug#446444: Wrong key definition in rxvt-unicode terminfo file

2007-10-12 Thread John E. Davis
Package: ncurses-base
Version: 5.5-5

The rxvt-unicode terminfo file indicates that the escape sequence is
"ESC 2 $".  This can be seen using `infocmp`:

#   Reconstructed via infocmp from file: /lib/terminfo/r/rxvt-unicode
rxvt-unicode|rxvt-unicode terminal (X Window System), 
am, bce, bw, ccc, eo, km, mc5i, mir, msgr, npc, xenl, xon,
 [...]
kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E2$, kLFT=\E[d, 
   
However, the rxvt-unicode source code file command.C says it should
be "\E[2$".  Here is the code:

void
rxvt_term::key_press (XKeyEvent &ev)
{
[...]
  switch (keysym)
{
/* normal XTerm key bindings */
[...]   
  case XK_Insert:
strcpy (kbuf, "\033[2~");
break;
[...]

  /*
   * these modifications only affect the static keybuffer
   * pass Shift/Control indicators for function keys ending with `~'
   *
   * eg,
   *   Prior = "ESC[5~"
   *   Shift+Prior = "ESC[5$"
   *   Ctrl+Prior = "ESC[5^"
   *   Ctrl+Shift+Prior = "ESC[5@"
   * Meta adds an Escape prefix (with META8_OPTION, if meta == ).
   */
  if (kbuf[0] == C0_ESC && kbuf[1] == '[' && kbuf[len - 1] == '~')
kbuf[len - 1] = (shft ? (ctrl ? '@' : '$') : (ctrl ? '^' : '~'));

The last bit of code turns the ~ into a $.

The "bug" is also in the sid version of the file.  I am using etch.

Thanks,
--John



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



Bug#364883: w3m-el: SRFI 14 does not render correctly.

2007-10-12 Thread Tatsuya Kinoshita
severity 364883 wishlist
thanks

On April 26, 2006 at 9:17PM +1000,
trentbuck (at gmail.com) wrote:

> Package: w3m-el
> Version: 1.4.4-1
> Severity: normal
>
> To reproduce this bug, execute the following shell command:
>
>   emacs21 -q -no-site-file -eval "(require 'w3m)" -eval '(w3m-browse-url 
> "http://srfi.schemers.org/srfi-14/srfi-14.html";)'
>   emacs-snapshot -q -Q -eval "(require 'w3m)" -eval '(w3m-browse-url 
> "http://srfi.schemers.org/srfi-14/srfi-14.html";)'

This is because of an invalid HTML, so I set the severity of this
bug to `wishlist'.

Thanks,
--
Tatsuya Kinoshita


pgpCNXkEXkj4t.pgp
Description: PGP signature


Bug#446443: texinfo: cannot build pdf documentation of glibc-doc-reference

2007-10-12 Thread Kamaraju Kusumanchi
Package: texinfo
Version: 4.8.dfsg.1-6
Severity: normal

To reproduce the bug, do

$apt-get source --download-only glibc-doc-reference
$dpkg-source -x glibc-doc-reference_2.6.1-1.dsc
$cd glibc-doc-reference-2.6.1/; vim debian/rules

change line 14 from
$(MAKE) -C manual info html
to
$(MAKE) -C manual info html pdf

$fakeroot debian/rules build

The compilations stops at

This is `epsf.tex' v2.7.3 <23 July 2005>
) localization, and turning on texinfo input format.) (./dir-add.texi) [
{/var/
lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] (./top-menu.texi)
(./chapters.texi (./intro.texi Chapter 1
Cross reference values unknown; you must run TeX again. [1] [2] [3] [4]
[5] [6] (./creature.texi [7] [8] [9]) [10] [11]) (./errno.texi Chapter 2
[12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26]
../errno.texi:1497: Unbalanced parentheses in @def.
@badparencount ...{Unbalanced parentheses in @def}
  @global @parencount =0
@checkparencounts ...ount =0 @else @badparencount
  @fi @ifnum @brackcount
=0 ...

@printdefunline ...enalty 10002 @checkparencounts
  @endgroup
l.1497 ... {void (*} error_print_progname ) (void)



If I keep pressing carriage returns whenever it stops (total 3 times), in
the end I get the following error.


Output written on libc.pdf (1028 pages, 4392548 bytes).
Transcript written on libc.log.
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
/usr/bin/texi2dvi: see libc.log for errors.
make[1]: *** [libc.pdf] Error 1
make[1]: Leaving directory
`/home/raju/practice/glibc-doc-reference/glibc-doc-reference-2.6.1/manual'
make: *** [build-stamp] Error 2


This problem is discussed at
http://lists.debian.org/debian-tex-maint/2007/09/msg00353.html . During
this discussion, Norbert Preining has narrowed down the problem to

\input texinfo
@setfilename test.info
@deftypevar {(} e )
Hello World
@end deftypevar
@bye

Which breaks with
/home/norbert/bla/manual.texi:3: Unbalanced parentheses in @def.
@badparencount ...{Unbalanced parentheses in @def}
  @global @parencount =0 


(The original typedef was:
@comment GNU
@deftypevar {void (*} error_print_progname ) (void)
If the
)

Even though this bug is fixed in later versions texinfo, I am filing it here so
that it will serve as a remainder.

thanks
raju

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

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

Versions of packages texinfo depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries

texinfo recommends no packages.

-- no debconf information



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



Bug#446442: xserver-xorg-video-radeonhd: wrong monitor sync values

2007-10-12 Thread Russ Allbery
Package: xserver-xorg-video-radeonhd
Version: 0.0.1+git20071006-1
Severity: important

I'm not completely familiar with the breakdown of what components of the
server are responsible for what, so my apologies if I'm reporting this
against the wrong package.

When using the radeonhd driver, the X server correctly detects the sync
and refresh values for my "monitor" (which is actually a 15.4" TFT with
a native size of 1680x1050), but it then ignores them.  The Xorg log file
has:

(II) RADEONHD(0): Monitor "IBM-2887" connected to "PANEL LCD1":
Bandwidth: 122MHz
Horizontal timing:
53.4 - 64.1kHz
Vertical timing:
50.1 - 60.1Hz
Allows reduced blanking.
Uses Fixed Modes.
Attached modes:
Modeline "1680x1050"  122.00  1680 1712 1776 1904  1050 1051 1054 1066 
-hsync -vsync
Modeline "1680x1050"  101.67  1680 1712 1776 1904  1050 1051 1054 1066 
-hsync -vsync

always, and those values are correct.  But then, unless I have an explicit
HorizSync and VertRefresh configuration in the xorg.conf file, it then
goes on to show a:

(II) RADEONHD(0): Configured Monitor "Generic Monitor":
Bandwidth: 0MHz

section with the default horizontal and vertical timing values, which are
of course way too low for this display resolution.  The driver then fails
to find an eligible display, complaining that the horizontal sync is out
of range, and X fails to start.

I unfortunately don't still have the old log file with the broken values
(I spent the evening fighting with various things and now need to do other
work), but if you need the exact log output when there's no configuration
in the xorg.conf, let me know and I can reproduce it again.

The attached log file will show the correct values because I copied the
correct ranges into my xorg.conf.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-10-12 19:34 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 07:33 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 71d4

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1851 2007-10-12 19:42 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "radeonhd"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   53.4-64.1
VertRefresh 50.1-60.1
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Modes   "1680x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 44397 20

Bug#441315: has not been fixed completely

2007-10-12 Thread Kamaraju Kusumanchi
found 441315 1:7.1-135+1
reopen 441315
thanks

The fix applied does not solve the issue with gvim. Now when I repeat
the same instructions as given in my first email using gvim as the
EDITOR, I get the following error.

$dch --nmu
dch: debian/changelog unmodified; exiting.

The gvim window is empty and does not contain the previous changelog.

However if the EDITOR is set to vim, then the "dch --nmu" works as expected.

thanks
raju



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



Bug#446441: xserver-xorg debconf won't permit radeonhd

2007-10-12 Thread Russ Allbery
Package: xserver-xorg
Version: 1:7.3+2
Severity: normal

Since fglrx has been broken for quite a while, I decided to finally bite
the bullet and switch to radeonhd.  (The ati drivers don't support my
ATI Mobility FireGL 5250 card.)  Unfortunately, something is broken about
the xserver-xorg debconf prompting and it doesn't allow selection of the
radeonhd driver from experimental.

If the radeonhd driver from experimental isn't installed at all, the
behavior is exceedingly odd.  Installing or dpkg-reconfiguring
xserver-xorg never prompts me for a video driver, and then bails out at
the end when trying to write xorg.conf saying that the debconf driver
option isn't set.

I ended up installing xserver-xorg-video-all, selecting vesa, letting
that write an xorg.conf, and then editing it to change the driver to
radeonhd, which then works (after working around the debconf bug for
selecting the default X server).

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-10-12 19:34 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 07:33 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 71d4

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1851 2007-10-12 19:42 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "radeonhd"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   53.4-64.1
VertRefresh 50.1-60.1
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Modes   "1680x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 44397 2007-10-12 19:58 /var/log/Xorg.0.log

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

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux wanderer 2.6.22-2-686 #1 SMP Fri Aug 31 
00:24:01 UTC 2007 i686
Build Date: 29 September 2007  04:19:41PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Fri Oct 12 19:58:03 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->S

Bug#318834: crack-attack resizes self

2007-10-12 Thread Trent W. Buck
Package: crack-attack
Followup-For: Bug #318834

This is probably because crack-attack will resize itself whenever it
decides it has the "wrong" aspect ratio.  IMO it should not do this;
if the WM decides that crack-attack does not deserve the requested (by
crack-attack) aspect ratio, crack-attack should not try to fight the
WM by repeatedly resizing itself.  I believe this is required by
ICCCM, but I can't be bothered chasing down the reference.

This is noticable in RP and not TWM because Ratpoison will resizing
windows to fit its management policy.  The result is an endless stream
of window resize events which will use up any spare CPU and possibly
result in other X events (e.g. key presses) being dropped.

See also http://ratpoison.antidesktop.net/cgi-bin/wiki/CGoban

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

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

Versions of packages crack-attack depends on:
ii  freeglut3   2.4.0-5.2OpenGL Utility Toolkit
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.2-1GCC support library
ii  libgl1-mesa-glx [libgl1]7.0.1-2  A free implementation of the OpenG
ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libglu1-mesa [libglu1]  7.0.1-2  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.18.2-2 Layout and rendering of internatio
ii  libsdl-mixer1.2 1.2.8-1  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-1  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra

crack-attack recommends no packages.

-- no debconf information



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



Bug#446440: wacom-tools: [INTL:de] German debdonf template translation update

2007-10-12 Thread Matthias Julius
Package: wacom-tools
Version: 0.7.7.11-2
Severity: wishlist
Tags: patch l10n

I have prepared an update for the German translation of the debconf template.  
Please include it in debian/po.

Matthias

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

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of po-debconf template to German
# This file is distributed under the same license as the wacom-tools package.
# Copyright (C):
#
# Matthias Julius <[EMAIL PROTECTED]>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: wacom-tools 0.7.7.11-2\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-09-29 09:02+0200\n"
"PO-Revision-Date: 2007-10-12 22:35-0400\n"
"Last-Translator: Matthias Julius <[EMAIL PROTECTED]>\n"
"Language-Team: German <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:2001
msgid "Automatically compile the Wacom modules?"
msgstr "Wacom-Module automatisch kompilieren?"

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:2001
#| msgid ""
#| "In order to make full use of a wacom graphics tablet you need to compile "
#| "and install the provided modules to suit your running Linux kernel."
msgid ""
"In order to make full use of a Wacom graphics tablet you need to compile and "
"install the provided modules to suit the running Linux kernel."
msgstr ""
"Um alle Funktionen eines Wacom-Grafiktabletts nutzen zu können, müssen Sie "
"die zur Verfügung gestellten Module kompilieren und installieren, damit sie "
"zum laufenden Linux-Kernel passen."

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:2001 ../wacom-kernel-source.templates:3001
msgid ""
"If you choose this option, the Wacom modules will be compiled into a binary "
"package using local kernel configuration settings."
msgstr ""
"Falls Sie diese Möglichkeit wählen, werden die Wacom-Module unter Verwendung "
"der lokalen Kernel-Konfiguration in ein Binärpaket kompiliert."

#. Type: boolean
#. Description
#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:2001 ../wacom-kernel-source.templates:3001
msgid ""
"This requires either a linux-headers-* package or the full kernel source "
"tree. Do not choose this option if neither of these is available. You can "
"return to this step again later with:  'dpkg-reconfigure wacom-kernel-source'."
msgstr ""
"Dies erfordert ein linux-headers-*-Paket oder den vollständigen Kernel-"
"Quellbaum. Wählen Sie diese Möglichkeit nicht, falls keins von beiden "
"verfügbar ist. Sie können später zu diesem Schritt mit 'dpkg-reconfigure "
"wacom-kernel-source' zurückkehren."

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:3001
msgid "Create a binary wacom-kernel-modules package?"
msgstr "Ein binäres wacom-kernel-modules-Paket erzeugen?"

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:3001
msgid ""
"This may replace some modules that were originally built with the running "
"kernel."
msgstr ""
"Dies könnte Module, die ursprünglich mit dem laufenden Kernel kompiliert "
"wurden, ersetzen."

#. Type: string
#. Description
#: ../wacom-kernel-source.templates:4001
msgid "Linux header files location:"
msgstr "Verzeichnis mit den Linux-Header-Dateien:"

#. Type: string
#. Description
#: ../wacom-kernel-source.templates:4001
msgid ""
"In order to compile the Wacom modules, please enter the location of the Linux "
"kernel headers for them to use."
msgstr ""
"Zur Kompilierung der Wacom-Module geben Sie bitte den Speicherort der Linux-"
"Kernel-Header ein, die verwendet werden sollen."

#. Type: string
#. Description
#: ../wacom-kernel-source.templates:4001
msgid ""
"Headers provided by a linux-headers-* package are located in /usr/src/linux-"
"headers-*."
msgstr ""
"Header, die von einem linux-headers-*-Paket zur Verfügung gestellt werden, "
"befinden sich in /usr/src/linux-headers-*."

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:5001
msgid "Specify a different Linux headers directory?"
msgstr "Ein anderes Verzeichnis für Linux-Header angeben?"

#. Type: boolean
#. Description
#: ../wacom-kernel-source.templates:5001
msgid "No valid Linux headers were found in the directory you specified."
msgstr ""
"Es wurden keine gültigen Linux-Header in dem angegebenen Verzeichnis gefunden."

#. Type: note
#. Description
#: ../wacom-kernel-source.templates:6001
msgid "Operations needed after modules compilation"
msgstr "Notwendige Operationen nach der Kompilierung der Module"

#. Type: note
#. Description
#: ../wacom-kernel-source.templates:6001
msgid ""
"The wacom-kernel-modules package will be built in 

Bug#446439: kaffeine: Volume control reversed

2007-10-12 Thread David Barreda
Package: kaffeine
Version: 0.8.5-1
Severity: minor

When using scroll to upgrade or downgrade the sound (at the GUI volume control) 
it goes reversed,
when I try to upgrade the sound it goes reversed and the same when downgrading.

Also, I don't know if it's planned to act in that way.


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

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

Versions of packages kaffeine depends on:
ii  hdparm7.7-1  tune hard disk parameters for high
ii  kdelibs4c2a   4:3.5.7.dfsg.1-7   core libraries and binaries for al
ii  libacl1   2.2.45-1   Access control list shared library
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libattr1  1:2.4.39-1 Extended attribute shared library
ii  libaudio2 1.9-2+b1   The Network Audio System (NAS). (s
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-5 audio extraction tool for sampling
ii  libfam0   2.7.0-13   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.3.5-1+b1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.2.1-6  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libidn11  1.1-1  GNU libidn library, implementation
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libqt3-mt 3:3.3.7-9  Qt GUI Library (Threaded runtime v
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libstdc++64.2.1-6The GNU Standard C++ Library v3
ii  libvorbis0a   1.2.0.dfsg-2   The Vorbis General Audio Compressi
ii  libvorbisenc2 1.2.0.dfsg-2   The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcb1   1.0-3  X C Binding
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxine1  1.1.8-1the xine video/media player librar
ii  libxine1-ffmpeg   1.1.8-1mpeg related plugins for libxine1
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.2.2-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 
ii  zlib1g1:1.2.3.3.dfsg-6   compression library - runtime

kaffeine recommends no packages.

-- no debconf information



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



Bug#446438: eclipse-jdt: ant editor can not open build.xml

2007-10-12 Thread darren
Package: eclipse-jdt
Version: 3.2.2-4
Severity: important

when I using ant editor to open a build.xml which is not empty.It fails
to open
Error Log is :

java.lang.NoClassDefFoundError: org/apache/tools/ant/Main
at org.apache.tools.ant.Project.initProperties(Project.java:308)
at org.apache.tools.ant.Project.init(Project.java:295)
at 
org.eclipse.ant.internal.ui.model.AntModelProject.init(AntModelProject.java:105)
at 
org.eclipse.ant.internal.ui.model.AntModel.initializeProject(AntModel.java:367)
at 
org.eclipse.ant.internal.ui.model.AntModel.prepareForFullParse(AntModel.java:341)
at 
org.eclipse.ant.internal.ui.model.AntModel.parseDocument(AntModel.java:305)
at 
org.eclipse.ant.internal.ui.model.AntModel.reconcile(AntModel.java:263)
at 
org.eclipse.ant.internal.ui.model.AntModel.updateMarkers(AntModel.java:1546)
at 
org.eclipse.ant.internal.ui.editor.AntEditor.doSave(AntEditor.java:1178)
at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:130)
at org.eclipse.ui.internal.SaveableHelper$4.run(SaveableHelper.java:257)
at 
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
at 
org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:763)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:760)
at 
org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2283)
at 
org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:263)
at 
org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:243)
at 
org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:135)
at 
org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1414)
at 
org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2995)
at 
org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3008)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:67)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at 
org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461)
at 
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424)
at 
org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506)
at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1357)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1084)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1121)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:655)
at 
org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2090)
at 
org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:637)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1434)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3812)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5291)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1149)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native 
Method)
at 
org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1437)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2854)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.IDEApplicat

Bug#380736: apt-file: should apt-file.conf use wget with both -N and -O?

2007-10-12 Thread Kevin Mitchell
Package: apt-file
Version: 2.0.8.2
Followup-For: Bug #380736

The problem is as follows:
apt-file update

returns to the command line too quickly and subsequent calls such as 
apt-file search lib
return nothing.

It turns out that somehow, I got a version of wget reported by apt-cache policy 
as
1.10.2+1.11.beta1-1
rather than
1.10.2-3 
which is the usual choice for a lenny/sid system. That's fine I guess,
but it seems that this version of wget is more careful with the argument 
checking
and will not allow the -N and -O to be simultaneously specified as options as 
they 
are in /etc/apt/apt-file.conf. I guess this is because time stamping gets kind 
of 
ambigous when you start renaming things.

One fix of course, is to ensure that the regular wget version is
installed, but this doesn't really solve the problem that apf-file.conf
is supplying wget with problematic arguments, it just makes wget more tolerant 
of them.
So mayhap the -N should be dropped.

Kevin

-- System Information: Debian Release: lenny/sid APT prefers testing APT
policy: (600, 'testing'), (300, 'stable'), (200, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.015 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-file depends on:
ii  curl  7.17.0-1   Get a file from an HTTP, HTTPS or 
ii  gzip  1.3.12-3.1 The GNU compression utility
ii  libapt-pkg-perl   0.1.21+b1  Perl interface to libapt-pkg
ii  libconfig-file-perl   1.4-2  Parses simple configuration files
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  wget  1.10.2-3   retrieves files from the web

apt-file recommends no packages.

-- no debconf information



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



Bug#446436: long description

2007-10-12 Thread David Barreda Gil
Package: wnpp
Severity: wishlist


* Package name : libboost-asio-dev
Version : 0.3.8-rc3
Upstream Author : Chris Kohlhoff <[EMAIL PROTECTED]>
* URL : http://asio.sourceforge.net/
* License : Boost Software License.
Programming Lang: C++
Description : asio C++ library

asio is a cross-platform C++ library for network programming that provides
developers with a consistent asynchronous I/O model using a modern C++
approach.

-- 
David Barreda
http://arkold.tibia4.net/


Bug#446437: start azureus from console ,it fails

2007-10-12 Thread darren
Package: azureus
Version: 2.5.0.4-1
Severity: grave
Justification: renders package unusable

azureus fails to start,it complains:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/cli/CommandLine

but libcommons-cli-java has been installed.
[EMAIL PROTECTED]:~$ dpkg -l  |grep  libcommons-cli-java
ii  libcommons-cli-java  1.0-10  API
for working with the command line argume

it seems that libcommons-cli-java is not in java's classpath while run
/usr/bin/azureus.

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

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

Versions of packages azureus depends on:
ii  gij-4.1 [java2-runtime]   4.1.2-16   The GNU Java bytecode interpreter
ii  gij-4.2 [java2-runtime]   4.2.2-1The GNU Java bytecode interpreter
ii  java-gcj-compat   1.0.76-5   Java runtime environment using GIJ
ii  libcommons-cli-java   1.0-10 API for working with the command l
ii  liblog4j1.2-java  1.2.15-1   Logging library for java
ii  libseda-java  3.0-3  the Staged Event-Driven Architectu
ii  libswt-gtk-3.2-java   3.2.2-1+b1 Standard Widget Toolkit for GTK Ja
ii  sun-java6-jre [java2-runtime] 6-03-2 Sun Java(TM) Runtime Environment (

azureus recommends no packages.

-- no debconf information



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



Bug#446436: RFP: libboost-asio-dev -- This package is to use boost with asio network programming

2007-10-12 Thread David Barreda
Package: wnpp
Severity: wishlist


* Package name: libboost-asio-dev
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : This package is to use boost with asio network programming

(Include the long description here.)

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

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



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



Bug#446367: closed by Andreas Metzler <[EMAIL PROTECTED]> (Re: Bug#446367: exim4 reads /etc/exim4/exim4.conf instead of /var/lib/exim4/config.autogenerated)

2007-10-12 Thread Vincent Lefevre
On 2007-10-12 17:18:03 +, Debian Bug Tracking System wrote:
> This is not a bug, it is a documented feature.
> 
> | On the other hand if you don’t want to manage exim4.conf with debconf
> | install your own handcrafted  version  as  /etc/exim4/exim4.conf.
> | Exim will use this file if it exists and ignore the autogenerated one.

OK, I didn't see that. It would be more visible if the file was listed
in the FILES section (since it is taken into account).

Moreover, if one types 'dpkg-reconfigure exim4-config', meaning that
one uses debconf, shouldn't this file be renamed or shouldn't one get
a warning?

> None of the Debian exim4 packages that were actually uploaded to the
> main ftp archive have ever generated a /etc/exim4/exim4.conf file, so
> if you got one, you either have generated it manually, or had
> something else installed that generated it.

I didn't generate it manually. It seems to have been generated by
a modified exim4 package that was on the installation CD (not an
official one).

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)




Bug#446435: kde: holding down a key does not make the key repeat in KDE

2007-10-12 Thread Wouter Van Hemel
Package: kde
Version: 5:47
Severity: normal

Hello,

(I'm sorry for not knowing which KDE component is responsible for this 
particular problem. Feel free to reassign. Thanks.)

Since a few days, holding a key down does not make the key repeat. I hadn't 
noticed, until I tried to scroll down in Firefox with the arrow keys. The page 
only scrolls down one unit, even if you keep the key down. I then tried some 
other programs (e.g. konsole), and none of the keys repeat, either arrows or 
normal letters.

Did I accidently turn on some accessibility function I don't know about, or is 
this a new and known problem?


Thanks for any clues,

  Wouter


PS: I've been bitten by the X keyboard leds bug too (freedesktop #12434). 
Perhaps related?

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

Kernel: Linux 2.6.22
Locale: LANG=C, LC_CTYPE=en_GB.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kde depends on:
ii  kde-amusements5:47   the K Desktop Environment games an
ii  kde-core  5:47   the K Desktop Environment core mod
ii  kdeaccessibility  4:3.5.7-1  accessibility packages from the of
ii  kdeaddons 4:3.5.7-3  add-on plugins and applets provide
ii  kdeadmin  4:3.5.7-1  system administration tools from t
ii  kdeartwork4:3.5.7-2  themes, styles and more from the o
ii  kdegraphics   4:3.5.7-4  graphics apps from the official KD
ii  kdemultimedia 4:3.5.7-3  multimedia apps from the official 
ii  kdenetwork4:3.5.7-4  network-related apps from the offi
ii  kdepim4:3.5.7-4  Personal Information Management ap
ii  kdeutils  4:3.5.7-3  general purpose utilities from the
ii  kdewebdev 4:3.5.7-2  web development apps from the offi

kde recommends no packages.

-- no debconf information



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



Bug#446434: [l10n:ro] updated uswsusp's po-debconf templates translation in Romanian

2007-10-12 Thread Eddy Petrișor
Package: uswsusp
Version: 0.3~cvs20060928-7
Severity: minor
Tags: l10n patch

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

Attached is the updated Romanian translation of the uswsusp po-debconf 
templates.

It is possible that I might come up with a second version of the file until the
deadline on the 25th. It all depends if any reviews will arrive on the
currently-not-so-active debian-l10n-romanian list.


If there is no new version until the deadline, please use this.


TIA.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-2-amd64

Debian Release: lenny/sid
  900 testing www.emdebian.org
  900 testing snapshot.debian.net
  900 testing security.debian.org
  900 testing ftp.ro.debian.org
  900 testing eddyp.homelinux.net
   10 unstableftp.ro.debian.org
   10 unstableeddyp.homelinux.net

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.3.5-1) | 2.6.1-1
libgcrypt11 (>= 1.2.2) | 1.2.4-2
libgpg-error0 (>= 1.4) | 1.4-2
zlib1g(>= 1:1.2.1) | 1:1.2.3.3.dfsg-5
debconf  (>= 0.5)  | 1.5.14
 OR debconf-2.0|

# translation of uswsusp.po to Romanian
# Roamanian translation of the uswsusp debconf templates
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the uswsusp package.
#
# Eddy Petrișor <[EMAIL PROTECTED]>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: uswsusp\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-11 07:46+0200\n"
"PO-Revision-Date: 2007-10-13 03:44+0300\n"
"Last-Translator: Eddy Petrișor <[EMAIL PROTECTED]>\n"
"Language-Team: Romanian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"

#. Type: select
#. Description
#: ../uswsusp.templates:2001
#| msgid "The swap space to resume from:"
msgid "Swap space to resume from:"
msgstr "Spațiul de swap de unde să se ia imaginea de stare:"

#. Type: select
#. Description
#: ../uswsusp.templates:2001
#| msgid ""
#| "To be able to suspend your system, uswsusp needs a swap partition or file "
#| "to write a snapshot of your system to. Provided is a list of suitable "
#| "swap spaces, sorted by size, the largest first."
msgid ""
"To be able to suspend the system, uswsusp needs a swap partition or file to "
"store a system snapshot. Please choose the device to use, from the list of "
"suitable swap spaces, sorted by size (largest first)."
msgstr ""
"Pentru a putea suspenda sistemul, uswsusp are nevoie de o partiție de swap "
"sau un fișier de swap în care să scrie imaginea de stare a sistemului "
"dumneavoastră. Iată o listă sortată descrescător, după dimensiune, a "
"spațiilor de swap care se potrivesc acestui scop."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
#| msgid "No swap space found; userspace software suspend will not work"
msgid "No suitable swap space for software suspend"
msgstr "Nu au fost găsite spații de swap potrivite pentru suspendarea prin metode software"

#. Type: error
#. Description
#: ../uswsusp.templates:4001
#| msgid ""
#| "To be able to suspend your system, uswsusp needs a swap partition or file "
#| "to write a snapshot of your system to. Provided is a list of suitable "
#| "swap spaces, sorted by size, the largest first."
msgid ""
"To be able to suspend the system, uswsusp needs a swap partition or file to "
"write a system snapshot to. No such space seems to be available for this."
msgstr ""
"Pentru a putea suspenda sistemul, uswsusp are nevoie de o partiție de swap "
"sau un fișier de swap în care să scrie imaginea de stare a sistemului "
"dumneavoastră. Se pare că nu e disponibil nici un asemenea spațiu de swap."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid ""
"You should create a swap partition or file, preferably twice the size of the "
"system's physical RAM."
msgstr "Ar trebui să creați o partiție de swap sau un fișier de swap, preferabil de două ori mai mare decât memoria RAM reală a sistemului."

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid "Then, run 'dpkg-reconfigure uswsusp' or edit the configuration file manually."
msgstr "Apoi rulați „dpkg-reconfigure uswsusp” sau ediați manual fișierul de configurare."

#. Type: error
#. Description
#: ../uswsusp.templates:5001
#| msgid "No swap space found; userspace software suspend will not work"
msgid "No userspace software suspend support in the kernel"
msgstr ""
"În nucleu nu există suport pentru suspendarea prin metode software în mod "
"utilizator"

#. Type: error
#. Description
#: ../uswsusp.templates:5001
#| msgid ""
#| "Your kernel doesn't support userspace software

Bug#446433: chemeq: please upload 1.12 (or newer) for wims 3.62

2007-10-12 Thread Aaron M. Ucko
Package: chemeq
Version: 1.9
Severity: important

wims is currently uninstallable because it depends on chemeq (>= 1.12)
but Debian only has 1.9.  Could you please upload a newer version?

Thanks!

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

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

Versions of packages chemeq depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-1  GCC support library
ii  libstdc++64.2.2-1The GNU Standard C++ Library v3

chemeq recommends no packages.

-- no debconf information



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



Bug#446432: wordtrans: build-depends on obsolete kdelibs-dev in preference to kdelibs4-dev

2007-10-12 Thread Aaron M. Ucko
Package: wordtrans
Version: 1.1pre15-2
Severity: serious
Justification: no longer builds from source

wordtrans build-depends on the ancient kdelibs-dev package in
preference to kdelibs4-dev, confusing the autobuilders (not that
that's terribly difficult, it seems :-/).  Could you please drop the
old dependency or swap the order to favor kdelibs4-dev?

Thanks!

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

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



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



Bug#446317: iso-codes: [INTL:el] updated iso_3166 greek translation

2007-10-12 Thread Alexis Darrasse
My initial motivation of looking at iso-codes was auditing 3166-2
codes but seeing the greek translations of 3166 I started from there
eventhough I have no experience in translating. So I probably didn't
follow the correct procedure, sorry. In particular this has not been
coordinated with anybody.

On Fri, Oct 12, 2007 at 07:00:20AM +0200, Christian Perrier wrote:
> I see that some existing translations were changed, which may be
> either a Good Thing or a Bad onenot speaking Greek myself (roughly
> reading it), I can't tell:

I found quite a few lists that can be used to check the translations,
for example from the EU [1][2] or the greek general secretariat for
information systems [3].

[1] http://publications.europa.eu/code/el/el-5000500.htm
[2] 
http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2005:126:0012:01:EL:HTML
[3] http://www.gsis.gr/teloneia/synallages_icis/prodiagrafes/Ede_v3.2_.pdf

There are however many names for which there is no clear concensus on
the translation, I thus include the main variants in comments in the
version attached to this message. I can add comments on my choices if
that would help a potential review.



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



Bug#446428: fcron disabled by visit to the future

2007-10-12 Thread Reuben Thomas
Package: fcron
Version: 3.0.1-1
Severity: normal

I had a problem earlier where my system clock was set to some time in
2020. After resetting it back to 2007, fcron no longer runs any of my
tasks. (I can't even see how to get it to regenerate its state, but
that it fails in this way at all is more important.)

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

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

Versions of packages fcron depends on:
ii  adduser  3.105   add and remove users and groups
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  dpkg 1.14.6  package maintenance system for Deb
ii  esmtp-run [mail-transport-ag 0.5.1-4.1   User configurable relay-only MTA
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libpam-runtime   0.99.7.1-5  Runtime support for the PAM librar
ii  libpam0g 0.99.7.1-5  Pluggable Authentication Modules l
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries

Versions of packages fcron recommends:
ii  sysklogd [system-log-daemon]  1.5-1  System Logging Daemon

-- debconf information:
* fcron/anacronwarn:



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



Bug#444196: SIGSEGV when opening print dialog

2007-10-12 Thread Paul Dwerryhouse

I don't know if this helps any with this problem, but I've just had
Galeon die with the following message:

Type mismatch: Expected `bool' got `int' for key /apps/galeon/Print/printon

Strangely enough, however, I wasn't trying to print at the time...

Looks like the schemas might have been altered. There was certainly a
difference between my system schema, which had printon as an int, and
the value in ~/.gconf/apps/galeon/Print/%gconf.xml, which was a bool.

However when I view /apps/galeon/Print/printon in gconf-editor, it shows
up as an int (despite the fact that I've now changed the system schema).

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#446429: fcron: New version available

2007-10-12 Thread Reuben Thomas
Package: fcron
Version: 3.0.1-1
Severity: wishlist

fcron 3.0.3 has been released, which seems to have some small but
useful changes, as well as featuring an improved build system (I'm
hoping that this reduces the amount of work for the Debian maintainer
with future versions).

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

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

Versions of packages fcron depends on:
ii  adduser  3.105   add and remove users and groups
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  dpkg 1.14.6  package maintenance system for Deb
ii  esmtp-run [mail-transport-ag 0.5.1-4.1   User configurable relay-only MTA
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libpam-runtime   0.99.7.1-5  Runtime support for the PAM librar
ii  libpam0g 0.99.7.1-5  Pluggable Authentication Modules l
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries

Versions of packages fcron recommends:
ii  sysklogd [system-log-daemon]  1.5-1  System Logging Daemon

-- debconf information:
* fcron/anacronwarn:



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



Bug#446430: partconf: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: partconf
Version: 1.24
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


partconf_1.24_sk.po.gz
Description: GNU Zip compressed data


Bug#446428: Use fcrontab -z to workaround

2007-10-12 Thread Reuben Thomas
Package: fcron
Version: 3.0.1-1
Followup-For: Bug #446428

I at least found out how to fix the problem: use fcrontab -z to
reinstall each crontab from source.

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

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

Versions of packages fcron depends on:
ii  adduser  3.105   add and remove users and groups
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  dpkg 1.14.6  package maintenance system for Deb
ii  esmtp-run [mail-transport-ag 0.5.1-4.1   User configurable relay-only MTA
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libpam-runtime   0.99.7.1-5  Runtime support for the PAM librar
ii  libpam0g 0.99.7.1-5  Pluggable Authentication Modules l
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries

Versions of packages fcron recommends:
ii  sysklogd [system-log-daemon]  1.5-1  System Logging Daemon

-- debconf information excluded



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



Bug#446426: localechooser: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: localechooser
Version: 1.41
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


localechooser_1.41_sk.po.gz
Description: GNU Zip compressed data


Bug#446431: Every UID instance of : [colon] is replaced with \x3a

2007-10-12 Thread Lance W. Haverkamp
Package: kgpg 1.2.2
Version: 4:3.5.5-3 (Etch/Stable)




Hi,

UID names that have colons do not display properly:

Rather than GSWoT:US29

We see GSWoT\x3aUS29

Every instance of :
is replaced with \x3a

I'm not sure, but I think this might be POSIX or ABNF notation

Is this related to the unicode problem?  If so, is there a patch coming
for Etch/Stable?

Thanks,

Lance







Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: lance <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: none
X-Debbugs-Cc: none

Package: kgpg
Version: 4:3.5.5-3
Severity: normal



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

Versions of packages kgpg depends on:
ii  gnupg  1.4.6-2   GNU privacy guard - a free
PGP rep
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries
for al
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded
runtime v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

kgpg recommends no packages.

-- no debconf information

-- 


Thanks!

Lance W. Haverkamp
[EMAIL PROTECTED]
Contact & encryption info:
http://thehaverkamps.net/?Lance:Contact_Me
<>< <>< <><


***
This email has been stamped using Penny Post. Stamping email helps
combat spam.
Find out more about stamping your email at: http://pennypost.sourceforge.net



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



Bug#446423: grub-installer: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: grub-installer
Version: 1.26
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


grub-installer_1.26_sk.po.gz
Description: GNU Zip compressed data


Bug#426722: ITP: libipc-cmd-perl -- finding and running system commands made easy

2007-10-12 Thread Frank Lichtenheld
On Wed, May 30, 2007 at 10:46:20AM -0400, Alejandro Garrido Mota wrote:
> * Package name: libipc-cmd-perl
> * Version : 0.36
> * Upstream Author : Jos Boumans <[EMAIL PROTECTED]>
> * URL : http://search.cpan.org/~kane/IPC-Cmd-0.36/
> * License : Artistic
> * Description : (see below)

What is the status of this ITP? I would be interested in this package.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#351512: Corel Draw

2007-10-12 Thread Xavier Carter
Software from manufacturer - economica11y sound choice!

Microsoft Windows Vista Bussiness $89

Microsoft Visio 2007 Professional $39
Adobe Flash CS3 Professional   $59

Adobe Creative Suite 2 Premium $149

Macromedia Flash Pro 8$49

Autodesk Autocad 2OO7 $129


It`s here: softnlse. com
(Please type it in your browser without space)

Save about 77-90%!




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



Bug#446425: lilo-installer: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: lilo-installer
Version: 1.24
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


lilo-installer_1.24_sk.po.gz
Description: GNU Zip compressed data


Bug#446424: netcfg: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: netcfg
Version: 1.39
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


netcfg_1.39_sk.po.gz
Description: GNU Zip compressed data


Bug#445267: mime-support: Please make it possible to specify fallbacks in ~/.mailcap

2007-10-12 Thread Reuben Thomas

On Thu, 11 Oct 2007, Brian White wrote:

If you don't care about per-user, you could just add a rule is the 
/usr/share/lib/mime/packages (or something like that) with the rule you want. 
That will make it system-wide next time update-mime is run.


The trouble is, I do care about per-user. Is the system therefore broken for 
this case?


--
http://rrt.sc3d.org/ | pirate, n.  a politician of the seas (Bierce)



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



Bug#446422: console-common: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: console-common
Version: 0.7.70
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


console-common_0.7.70_sk.po.gz
Description: GNU Zip compressed data


Bug#446421: test bug 2

2007-10-12 Thread Michael Banck
Package: pymol
Version: 1.0r2-1

test bug 2



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



Bug#446418: xorg-server: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: xorg-server
Version: 2:1.4-3
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


1.4-3_sk.po.gz
Description: GNU Zip compressed data


Bug#446420: localization-config: [INTL:sk] Slovak po-debconf translation

2007-10-12 Thread helix84
Package: localization-config
Version: 1.02
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84


localization-config_1.02_sk.po.gz
Description: GNU Zip compressed data


Bug#446417: pymol: test bug

2007-10-12 Thread Michael Banck
Package: pymol
Version: 1.0r2-1


Test bug.



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



Bug#446419: gcc-4.2: Emits irrecognizably mutilated object files when source files are on a NFS/CIFS mount.

2007-10-12 Thread Samium Gromoff
Package: gcc-4.2
Version: 4.2.1-4
Severity: important

Linked[1] are two fully preprocessed files, a.c and b.c:

betelheise:/mnt/etherstorm# sha1sum a/a.c a/b.c
2d6476c2ee4be49ce868d9af0416a081c3ec3531  a/a.c
13a748d2f4d516e626e3998f7459146dff0231db  a/b.c

They differ by one function, which is commented out in a.c:

betelheise:/mnt/etherstorm# diff -uN a/a.c a/b.c
--- a/a.c   2007-10-12 22:33:25.0 +0400
+++ a/b.c   2007-10-12 22:32:15.0 +0400
@@ -2124,7 +2124,6 @@
 } match;
 };
 # 68 "common_iterator.c"
-/*
 struct pci_device_iterator *
 pci_slot_match_iterator_create( const struct pci_slot_match * match )
 {
@@ -2150,4 +2149,3 @@

   return iter;
 }
-*/

The illustrative scenario, which is reproducible on my machine with
a 100% reliability:

betelheise:/mnt/etherstorm# make -C a
make: Entering directory `/mnt/etherstorm/a'
rm -f *.o *.s
gcc -g a.c b.c -S
gcc -g a.s b.s -c
file a.o b.o
a.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
b.o: data
make: Leaving directory `/mnt/etherstorm/a'
betelheise:/mnt/etherstorm# cp a /tmp -R
betelheise:/mnt/etherstorm# make -C /tmp/a
make: Entering directory `/tmp/a'
rm -f *.o *.s
gcc -g a.c b.c -S
gcc -g a.s b.s -c
file a.o b.o
a.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
b.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
make: Leaving directory `/tmp/a'

/mnt/etherstorm is a CIFS mount (works the same with a NFS mount), /tmp
is, obviously, local.

Removing the -g makes it work fine.

The kernel is a stock debian one.

P.S. A note to take, perhaps, is that the lack of difference
due to the mint of the remote FS is explainable by the fact that the
actual data doesn't have a chance to hit network yet, as it's reused
immediately from the page cache.

[1]: http://www.feelingofgreen.ru/static/incoming/a.tar.gz
SHA1: 7236421746f47a739ba91a8b9cbe141a91dbaa60

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

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

Versions of packages gcc-4.2 depends on:
ii  binutils  2.18-1 The GNU assembler, linker and bina
ii  cpp-4.2   4.2.1-4The GNU C preprocessor
ii  gcc-4.2-base  4.2.1-4The GNU Compiler Collection (base 
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-4  GCC support library
ii  libgomp1  4.2.1-4GCC OpenMP (GOMP) support library

Versions of packages gcc-4.2 recommends:
ii  libc6-dev 2.6.1-1GNU C Library: Development Librari
pn  libmudflap0-4.2-dev(no description available)

-- no debconf information



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



Bug#446097: lintian: desktop files check over strict for kde packages

2007-10-12 Thread Daniel Leidert
Just one more location, that needs to be excluded:

/usr/share/mimelnk

Regards, Daniel




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



Bug#446396: tg3 not detected

2007-10-12 Thread Geert Stappers

retitle 446396 tg3 not detected
reassign 446396 ethdetect
stop

Op 12-10-2007 om 21:14 schreef Bernhard:
> Package: installation-reports
> 
> Boot method: DVD #1
> Image version: "Lenny" Weekly build 2007-10-08
> Date: 2007-10-12
> 
> lspci -nn:
> 
> 02:00.0 Ethernet controller [Class 0200]: Broadcom Corporation NetXtreme 
> BCM5788 Gigabit Ethernet [14e4:169c] (rev 03)
> 
> lspci -vnn:
> 
> 02:00.0 Ethernet controller [Class 0200]: Broadcom Corporation NetXtreme 
> BCM5788 Gigabit Ethernet [14e4:169c] (rev 03)
> Subsystem: ASUSTeK Computer Inc. Unknown device [1043:1735]
> Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 4
> Memory at ff9f (32-bit, non-prefetchable) [size=64K]
> Capabilities: [48] Power Management version 2
> Capabilities: [50] Vital Product Data
> Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ 
> Queue=0/3 Enable-
> 
> Comments/Problems:
> 
> The Gigabit Ethernet network card BCM5788 was not detected.
> The used module for this network card at openSuSE 10.3 is "tg3".
> The lspci output above was done with openSuSE 10.3


HtH
GSt



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



Bug#229357: Can we require build-arch/indep targets for lenny?

2007-10-12 Thread Frank Lichtenheld
On Fri, Oct 12, 2007 at 02:13:49PM -0700, Steve Langasek wrote:
> On Fri, Oct 12, 2007 at 10:49:13PM +0200, Frank Lichtenheld wrote:
> > No answer? I would like to work on this, but someone would need to
> > answer my questions about it...
> 
> > (explicetly sending to vorlon, too, ignoring the M-F-T)
> 
> I have no answers for you about whether there are defined semantics for this
> use of make. :)
> 
> Anyway, I thought this patch was ruled out in later discussion in the
> thread.

Hmm, it was opposed by some but I don't see a consensus reached
anywhere. Let's try to give a summary of the discussion.

So far the proposed solutions for this problem are:

1) Build-Options field

As pointed out this doesn't scale very well and there is no real way to
make it default behaviour one day. This would be the way to go though if
it only needs to be specified for few packages (either because we think
that few packages actually need build-arch support or because of the
solution I propose below, combining it with autodetection).

I'm not particulary impressed with this.

2) Standards-Version, i.e. make it 'must' in policy

This should work but it completly contradicts the past Debian standards
process (according to Lucas' numbers, the new policy would currently
only be satisfied by < 2000 packages, i.e. somewhere in the 20% region)
and would make a solution dependant on the policy team, which is currently
somewhat MIA...

It would be really nice to have a policy someday that acutally matches
reality, though.

3) Autodetection

Would be clearly the easiest solution if it works reliably.
There are some problems:
 - Works only with GNU make
 - depends on a _should_ in policy, not a _must_
   (error code)
On the other hand, according to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229357#172 it
mostly works, and most of the cases where it doesn't work seem
to be the packages fault (i.e. the binary-arch target seems to
depend on the build-indep target without actually declaring
that dependency).


BTW, the "correct" solution in any case would be to run checkbuilddeps
again if we don't find build-arch support, since we need b-d-i, too.
And *poof*, there go our buildds ;) which brings me to the last
solution which I think wasn't actually proposed:

4) Adapt policy to sbuilds behaviour

I.e. don't require b-d-i on build, but only on binary and binary-indep.



Conclusion:

I would be interested to gather some input from the interested persons
regarding their exact position. I think the following questions should
give us a good understanding or their position:
(want == 'I want it and I also think it would be possible to do')

 1) Do you want to change sbuild to actually respect policy?
 1a) (SKIP if 'no' to 1) Before lenny's release?
 2) (SKIP if 'yes' to 1) Do you want to change policy to declare sbuild's
behaviour official?
 3) Do you want for all packages to support build-arch in the
nearer future (longest lenny+1) [== policy 'must']?
 4) (SKIP if 'yes' to 3) In the farer future?
 5) Do you think autodetection can work and should be used?
 6) (SKIP if 'yes' to 5) Do you think that autodetection can
work and should be used, if packages would have the ability
to override it if they know they get detected wrong?

My answers are:
YN-NNNY

After considering all the arguments I believe that the best solution
would be to try to implement autodetection _and_ support Build-Options
to give maintainers the ability to override it. Build-Options is simply
the easiest and best-working possibility, but for good behaving packages
it should not be neccessary. And I strongly believe that after lenny's
release dpkg-buildpackage should start to check the 'correct'
build-dependencies according to policy (i.e. requiring b-d-i if
build-arch is not supported).

I would volunteer to implement the solution I propose (in the near
future) if there are enough supporters.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#446383: nfs-kernel-server: possible missing dependency

2007-10-12 Thread Steinar H. Gunderson
reassign 446383 linux-image-2.6.22-1-k7 
thanks

On Fri, Oct 12, 2007 at 01:33:27PM -0700, Bardia Fallah Behabadi wrote:
> the root user and group were not being displayed properly in the mounts
> (instead showing as nobody/nogroup) and on the mounting machine as root 
> i couldn't modify any files though no_root_squash was specified.  so i 
> should say that i was having a problem with root access to mounts via the
> no_root_squash options.  as an ordinary user i could access my relevant 
> files and rw as permitted but root was apparently being squashed when i 
> didn't want it.

Root squashing is done by the kernel (there is very little the userspace has
to do in this, except parse the option and send it on to the kernel), so I'm
reassigning this.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#445694: hpodder: Corrupts video podcasts

2007-10-12 Thread Petter Reinholdtsen
[John Goerzen]
> Ahh.  Perhaps the problem is that id3v2 is actually accepting a file
> as input, which it shouldn't.  Tagging may need to be disabled on
> this entirely.  That is probably a bug both in hpodder and id3v2,
> which certainly shouldn't tag something that's not an mp3.

Seem like it.

> You could verify this by temporarily symlinking id3v2 to /bin/true,
> and see if you get the files OK after that.

I tried this, and replacing id3v2 with /bin/true avoid corrupting the
video files.  After this change I was able to play the video files.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#440837: 0.18.1 and 0.18.2 released to fix build problems

2007-10-12 Thread Heikki Toivonen
I have released two minor bug fixes to address building on Fedora Core,
red Hat Linux, and Debian (unstable).

Please let me know if there is still something preventing you from
upgrading to 0.18.2.

-- 
  Heikki Toivonen




signature.asc
Description: OpenPGP digital signature


Bug#400112: [PROPOSAL] forbid source/binary package name conflicts

2007-10-12 Thread Don Armstrong
On Wed, 03 Oct 2007, Ian Jackson wrote:
> To make the existing interface to bugs.debian.org unambiguous the
> following rule is needed:
> 
>   If there are a source package and a binary package with the same
>   name then
>(a) that binary package must be generated from the
>identically-named source
>   and
>(b) the generated binary package version number must be the
>same as the generating source package version number

Assuming we know the binary,version,architecture tuple, we can [and
do, or at least, we should ;-)] map uniquely to a specific source
package and source package version as far as versioning is concerned.

The actual assignment of bugs to binary packages and source packages
itself is a bit loose, but that doesn't affect the presence/absense of
a bug in a particular source package, only the results returned on
particular binary package and source package pages.

The above needs to be tightened up some more, but isn't (in my mind,
anyway) a reason to change policy.

> The existing standard behaviour of bugs.debian.org, one of our key
> pieces of infrastructure, requires the rule above. If you currently
> say
> 
>   Package: qd
>   Version: 
> 
> then the BTS may or may not send the mail to the right place.

It'll most likely send it to too many places currently; about the only
case where it really does things wrong is when you have source package
A which builds binB on arch foo, where source package C builds binB on
arch bar. In that case it sends mail to the last package listed in the
sources index, which is wrong, and should be fixed.

The right way is for reporting tools to report the architecture as
well as the version, and in cases where the version/architecture isn't
reported, map to the source package which is currently in unstable for
that binary package in the i386 architecture. [But I have to double
check that everything works properly in the BTS before I harass Chris
Lawrence and the other bug reporting package maintainers.]


Don Armstrong

-- 
Frankly, if ignoring inane opinions and noisy people and not flaming
them to crisp is bad behaviour, I have not yet achieved a state of
nirvana.
 -- Manoj Srivastava in [EMAIL PROTECTED]

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#446415: FTBFS on arm due to using -fstack-protector-all in CFLAGS

2007-10-12 Thread Riku Voipio
Package: sendmail
Version: 8.14.1-10
Severity: serious
Tags: patch

Debugging the latest sendmail FTBFS on arm:

http://buildd.debian.org/fetch.cgi?pkg=sendmail;ver=8.14.1-10;arch=arm;stamp=1191538384

Turned out gcc-4.2 on arm does not work with -fstack-protector-all,
which sendmail build sets on by default. On arm/armel A simple hello
world will seggault if compiled with -fstack-protector-all, and thus
configure does not believe the compiler works.

Gcc manual puts -fstack-protector-all and -fstack-protector under the
following section:

This section includes experimental options that may produce broken code.

Thus, I think it's appropriate to exlude arm cpu from this flag.

--- sendmail-8.14.1.old/debian/rules2007-10-12 20:02:52.0 +
+++ sendmail-8.14.1/debian/rules2007-10-12 20:55:12.0 +
@@ -13,12 +13,20 @@
 # Overridden below, but needed now
 #DEB_TAR_SRCDIR := .
 #include /usr/share/cdbs/1/rules/tarball.mk
+DEB_HOST_GNU_CPU  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+

 # Make it even harder to exploit sendmail.
 # Well, almost impossible now 8-)
 # * Compile all with -fPIC (works for pic or pie objects)
 # * Link with either -pie or -shared
+
+ifeq ($(DEB_HOST_GNU_CPU),arm)
+MY_CFLAGS := -fPIC
+else
 MY_CFLAGS := -fPIC -fstack-protector-all
+endif
+
 CFLAGS += ${MY_CFLAGS}
 export CFLAGS
 MY_LDFLAGS := -Wl,-z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel

-- 
"rm -rf" only sounds scary if you don't have backups



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



Bug#446416: tasksel: silent failures due to trailing whitespace

2007-10-12 Thread dann frazier
Package: tasksel
Version: 2.68
Severity: normal

I was helping a coworker debug a problem w/ a custom tasks description file
today, and it turned out the cause was a piece of trailing whitespace.

Its easy to reproduce with a file such as this one:

[EMAIL PROTECTED]:/# cat /usr/share/tasksel/dannf.desc 
Task: dannf
Section: user
Description: dannf 
 long description
Relevance: 10
Key:
Packages: list
 hello

Note that the short description has a single trailing whitespace character.
This task will appear in the tasksel menu, but if I select it (and in my tests,
its the only one I select) tasksel silently does nothing.

I've narrowed this down to the point of observing that the file left behind
by tasksel-debconf is empty. The data seems to get properly written to
questions.dat, where I'll see something along the lines of:

Name: tasksel/first
Template: tasksel/first
Value: dannf
Variables:
 ORIGCHOICES = dannf , Mail server, Laptop, Standard system
 CHOICES = dannf , Mail server, Laptop, Standard system

Also, its worth noting that this only seems to fail when tasksel is invoked by
d-i. The task gets properly installed if I try to reproduce by chrooting into
/target first, or if I'm on an already-installed system.

My suspicion is that this is a parsing bug, or at least a difference between
debconf and cdebconf (which might explain why the bug only occurs when
invoked by d-i) - though I haven't really dug into the debconf side
of things at all.

Of course, I don't know of any real reason why you'd *want* trailing
whitespace here. But, as non-trailing whitespace is valid in this field, it
would follow that trailing whitespace would be syntactically valid as well
(if for no other reason than to save a poor scmuck like me a few hours of
debugging in the future :)

I originally discovered this w/ the etch installer, but have reproduced it
with a daily build from today.

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

Kernel: Linux 2.6.22-3-mckinley (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tasksel depends on:
ii  aptitude 0.4.6.1-1.1 terminal-based apt frontend
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  liblocale-gettext-perl   1.05-1  Using libc functions for internati
ii  tasksel-data 2.68Official tasks used for installati

tasksel recommends no packages.

-- debconf information:
  tasksel/desktop: gnome
  tasksel/first: Standard system
  tasksel/title:
  tasksel/tasks: Print server



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



Bug#443032: Patch to enable the pixman package

2007-10-12 Thread Synx

Julien Cristau wrote:

That patch is (mostly) wrong.  wacom should indeed use pkg-config to get
the necessary cflags, but it doesn't have to care about pixman.


The file linuxwacom/src/xdrv/xf86Wacom.c includes the file xf86.h, which 
is part of the xorg package. However down the chain of includes:


In file included from /usr/include/xorg/regionstr.h:53,
 from /usr/include/xorg/region.h:51,
 from /usr/include/xorg/window.h:52,
 from /usr/include/xorg/input.h:55,
 from /usr/include/xorg/xf86str.h:38,
 from /usr/include/xorg/xf86.h:45,
 from xf86Wacom.h:66,
 from xf86Wacom.c:71:
/usr/include/xorg/miscstruct.h:54:20: error: pixman.h: No such file or 
directory


So wacom does use pixman on one hand. On the other hand,

should be PKG_CHECK_MODULES(XSERVER, [xorg-server]).


You're right on there. I realize now that it's a dependancy of xorg, 
which is a dependancy of the wacom tools, but pixman is not a direct 
dependancy of wacom. Sorry for the trouble. I'll rewrite the patch then, 
no problem.



diff -Naur debian/wacom.control debian/wacom.control

I'm not sure what this file is for, but this change looks wrong too.


The change adds pixman as a build dependancy. But yeah I'm not sure what 
that file is for either. I was just being careful.


And... yeah. This new patch successfully compiles too. Without worrying 
about pixman.
diff -aur linuxwacom/configure.in linuxwacom/configure.in
--- linuxwacom/configure.in	2007-10-12 14:45:10.0 -0700
+++ linuxwacom/configure.in	2007-10-12 14:43:52.0 -0700
@@ -11,6 +11,8 @@
 WCM_LIBWACOMCFG_VER="0:1:0"
 AC_SUBST(WCM_LIBWACOMCFG_VER)
 
+PKG_PROG_PKG_CONFIG
+
 dnl Targets
 WCM_PROGS=""
 WCM_LIBS=""
@@ -60,6 +62,9 @@
 AC_WCM_CHECK_TCL
 AC_WCM_CHECK_TK
 
+dnl Check for pixman
+PKG_CHECK_MODULES(XSERVER,[xorg-server])
+
 dnl Check for ncurses
 AC_WCM_CHECK_NCURSES
 
diff -aur linuxwacom/src/xdrv/Makefile.am linuxwacom/src/xdrv/Makefile.am
--- linuxwacom/src/xdrv/Makefile.am	2007-06-05 09:53:31.0 -0700
+++ linuxwacom/src/xdrv/Makefile.am	2007-10-12 14:43:00.0 -0700
@@ -79,6 +79,7 @@
 		-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
 		-DX_BYTE_ORDER=X_LITTLE_ENDIAN $(XSERVER64) \
 		-DNDEBUG -DFUNCPROTO=15 \
+		 $(XSERVER_CFLAGS) \
 		-DNARROWPROTO -DIN_MODULE -DXFree86Module $(LINUX_INPUT) \
 		-o $@ -c $(srcdir)/$(subst .o,.c,$@)
 


Bug#446414: debc svn support breaks other things

2007-10-12 Thread Peter Eisentraut
Package: devscripts
Version: 2.10.7
Severity: normal

debc obtained some sort of svn-buildpackage support in version 2.10.7,
with the result that it now always looks into the directory specified
in debian/svn-deblayout even if a different directory was specified using
the --debs-dir option.  This is particularly relevant when using pbuilder.
The order in which the checks are done should be revisited.  There is
also a lack of documentation about this svn support, so it's unclear how
it is supposed to behave in the first place.  I would personally prefer
a separate option to enable it.



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



Bug#413146: O: tramp -- remote file access in Emacs

2007-10-12 Thread Moritz Muehlenhoff
On Fri, Aug 10, 2007 at 11:42:30AM +0200, Romain Francoise wrote:
> Matej Vela <[EMAIL PROTECTED]> writes:
> 
> > Do you think it's worth fixing #436761 (tramp fails with wholenump
> > error on xemacs21), or should tramp be removed (given that no
> > one's filed an ITA and emacs22 is the default)?
> 
> Given that the change is trivial[1], it's probably better to fix the
> bug.

Why don't we remove tramp entirely, given that it's included in emacs22?

Cheers,
Moritz



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



Bug#446376: emacs22-common: view-emacs-FAQ doesn't work, though efaq.gz is present

2007-10-12 Thread Reuben Thomas
But I suspect the problem is that Info-directory-list is not set 
correctly, which can be caused by either


(a) the environment variable INFOPATH is set, or


This is correct, I do. This seems to be the problem. However, I'm not sure 
how to get around it. I set INFOPATH because I install some programs in my 
home directory. I can't find a way to discover the system's implicit 
INFOPATH, other than:


strings /usr/bin/info|grep /usr/local

but this of course does not include the emacs-22 directories.

Hence, I can't see how to both set an INFOPATH (needed for my user-installed 
programs) and still have access from within Emacs to the emacs-22/* files.


Using the standalone info reader, I don't have this problem: it seems to 
search subdirectories, so it finds the emacs-22/* files under 
/usr/share/info.


--
http://rrt.sc3d.org/ | partisan, n.  an adherent without sense (Bierce)



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



Bug#446413: gthumb: corrupt memory when trying to print

2007-10-12 Thread Jon K Hellan

Package: gthumb
Version: 3:2.10.5-2
Severity: normal

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

When I try to print from gthumb, the program freezes, after printing
the followin message to stdout:

*** glibc detected *** gthumb: free(): invalid pointer: 0x0847b118 ***


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

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

Versions of packages gthumb depends on:
ii  gconf2  2.20.0-1 GNOME configuration 
database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D 
graphi

ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector 
graphics libra

ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.2generic font configuration 
library
ii  libgconf2-4 2.20.0-1 GNOME configuration 
database syste
ii  libglade2-0 1:2.6.2-1library to load .glade 
files at ru

ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libgnome-keyring0   2.20.0-3 GNOME keyring services library
ii  libgnome2-0 2.20.0-1 The GNOME 2 library - 
runtime file
ii  libgnomecanvas2-0   2.20.0-1 A powerful object-oriented 
display
ii  libgnomeui-02.20.0-1 The GNOME 2 libraries (User 
Interf
ii  libgnomevfs2-0  1:2.20.0-3   GNOME Virtual File System 
(runtime

ii  libgphoto2-22.4.0-7  gphoto2 digital camera library
ii  libgphoto2-port02.4.0-7  gphoto2 digital camera port 
librar
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user 
interface
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange 
library

ii  libiptcdata01.0.2-2  Library to parse IPTC metadata
ii  libjpeg62   6b-14The Independent JPEG 
Group's JPEG
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a 
CORBA ORB
ii  libpango1.0-0   1.18.2-2 Layout and rendering of 
internatio
ii  libpopt01.10-3   lib for parsing cmdline 
parameters

ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format 
(TIFF) libra
ii  libusb-0.1-42:0.1.12-7   userspace USB programming 
library

ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension 
librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' 
extensio

ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension 
client libra
ii  scrollkeeper0.3.14-13A free electronic 
cataloging syste
ii  shared-mime-info0.22-2   FreeDesktop.org shared MIME 
databa

ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

gthumb recommends no packages.

-- no debconf information




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



Bug#443032: Patch to enable the pixman package

2007-10-12 Thread Julien Cristau
On Fri, Oct 12, 2007 at 13:52:16 -0700, Synx wrote:

> I was shocked to see the wacom input driver hadn't been compiled for the
> latest ABI, so I went and compiled it myself, fixed the problems that
> were stopping it from compiling. pixman (whatever that is) is a
> pkg-config package in the new xorg system, so anything that uses it (aka
> wacom-tools) has to do the pkg-config niceties in the configuration and
> makefiles.  Also if we're using it we should depend on libpixman. So
> that's what this patch does. I successfully built and installed the 
> packages after compiling this patch, though someone who knows more about 
> pixman might be able to minimize those compiler warnings.
>
> After applying the attached patch (-p0) you have to run aclocal, automake 
> and autoconf again. I didn't want to include auto-generated output in my 
> patch.

That patch is (mostly) wrong.  wacom should indeed use pkg-config to get
the necessary cflags, but it doesn't have to care about pixman.

> diff -Naur linuxwacom/configure.in linuxwacom/configure.in
> --- linuxwacom/configure.in   2007-10-12 12:37:40.0 -0700
> +++ linuxwacom/configure.in   2007-10-12 12:18:47.0 -0700
> @@ -11,6 +11,8 @@
>  WCM_LIBWACOMCFG_VER="0:1:0"
>  AC_SUBST(WCM_LIBWACOMCFG_VER)
>  
> +PKG_PROG_PKG_CONFIG
> +
>  dnl Targets
>  WCM_PROGS=""
>  WCM_LIBS=""
> @@ -60,6 +62,9 @@
>  AC_WCM_CHECK_TCL
>  AC_WCM_CHECK_TK
>  
> +dnl Check for pixman
> +PKG_CHECK_MODULES(PIXMAN,[pixman-1])
> +

should be PKG_CHECK_MODULES(XSERVER, [xorg-server]).

>  dnl Check for ncurses
>  AC_WCM_CHECK_NCURSES
>  
> diff -Naur linuxwacom/src/xdrv/Makefile.am linuxwacom/src/xdrv/Makefile.am
> --- linuxwacom/src/xdrv/Makefile.am   2007-06-05 09:53:31.0 -0700
> +++ linuxwacom/src/xdrv/Makefile.am   2007-10-12 12:23:36.0 -0700
> @@ -79,6 +79,7 @@
>   -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
>   -DX_BYTE_ORDER=X_LITTLE_ENDIAN $(XSERVER64) \
>   -DNDEBUG -DFUNCPROTO=15 \
> +  $(PIXMAN_CFLAGS) \

XSERVER_CFLAGS

>   -DNARROWPROTO -DIN_MODULE -DXFree86Module $(LINUX_INPUT) \
>   -o $@ -c $(srcdir)/$(subst .o,.c,$@)
> 
> diff -Naur debian/control debian/control
> --- debian/control2007-10-12 12:37:40.0 -0700
> +++ debian/control2007-10-12 12:46:04.0 -0700
> @@ -2,7 +2,7 @@
>  Section: graphics
>  Priority: optional
>  Maintainer: Ron Lee <[EMAIL PROTECTED]>
> -Build-Depends: debhelper (>= 5.0.0), po-debconf, xserver-xorg-dev, 
> libxi-dev, libxt-dev, libncurses5-dev
> +Build-Depends: debhelper (>= 5.0.0), po-debconf, xserver-xorg-dev, 
> libxi-dev, libxt-dev, libncurses5-dev, libpixman-1-dev

no.

>  Standards-Version: 3.7.2.2
>  
>  Package: wacom-kernel-source
> @@ -28,7 +28,7 @@
>  Package: xserver-xorg-input-wacom
>  Section: x11
>  Architecture: any
> -Depends: ${shlibs:Depends}
> +Depends: ${shlibs:Depends}, libpixman-1

no.

>  Description: X.Org X server -- wacom input driver
>   This package provides the driver for wacom tablet devices.
>   .
> diff -Naur debian/wacom.control debian/wacom.control
> --- debian/wacom.control  2007-10-12 12:37:40.0 -0700
> +++ debian/wacom.control  2007-10-12 12:44:34.0 -0700
> @@ -2,7 +2,7 @@
>  Section: graphics
>  Priority: optional
>  Maintainer: Ron Lee <[EMAIL PROTECTED]>
> -Build-Depends: debhelper (>= 5.0.0)
> +Build-Depends: libpixman-1-dev (>= 0.9.5-2) debhelper (>= 5.0.0)
>  Standards-Version: 3.7.2.0
>  

I'm not sure what this file is for, but this change looks wrong too.

>  Package: wacom-kernel-modules-${kpkg:Kernel-Version}

Cheers,
Julien



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



Bug#229357: Can we require build-arch/indep targets for lenny?

2007-10-12 Thread Steve Langasek
On Fri, Oct 12, 2007 at 10:49:13PM +0200, Frank Lichtenheld wrote:
> On Sat, Sep 29, 2007 at 10:09:19PM +0200, Frank Lichtenheld wrote:
> > On Mon, Jul 02, 2007 at 09:26:23PM -0700, Steve Langasek wrote:
> > > Attached is a patch to dpkg which implements a check for a 'build-arch'
> > > target using 'make -f debian/rules -qn build-arch'.

> > Is there actually a defined semantic for make -qn ? The make info manual
> > states:

> > "It is an error to use more than one of these three flags [-q, -t, -n] in 
> > the same
> > invocation of `make'."
> 
> No answer? I would like to work on this, but someone would need to
> answer my questions about it...

> (explicetly sending to vorlon, too, ignoring the M-F-T)

I have no answers for you about whether there are defined semantics for this
use of make. :)

Anyway, I thought this patch was ruled out in later discussion in the
thread.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



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



Bug#445927: [INTL:fi] Updated Finnish debconf translation

2007-10-12 Thread Tommi Vainikainen
Hi,

I'm resending the translation after I received some feedback &
proof-reading.



menu_debconf_fi.po
Description: Binary data


-- 
Tommi Vainikainen


Bug#444107: [debian-mysql] Bug#444107: Fwd: RE: unable to install mysql (lamp) (post-installation script returned error exit status 1) returned error exit status 1)

2007-10-12 Thread Monty Taylor
I have also received this error when installing on a fresh box... I'll 
look in to it hopefully this weekend.


Cesar Avalos wrote:

Hello all.

Well i think i know how to reproduce this bug. I had the same issue in
etch branch. But i figured out the problem was with my loopback
interface wasn't configured. So, mysql couldn't bind the port to
listen. You just have to remove mysql-server and install without the
loopback interface. Maybe could we provide some more friendly error
message ?
Thanks

Cesar Avalos.



___
pkg-mysql-maint mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-mysql-maint





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



Bug#446412: info: Please make it possible to extend implicit default INFOPATH

2007-10-12 Thread Reuben Thomas
Package: info
Version: 4.8.dfsg.1-6
Severity: wishlist

Because I sometimes install programs in my home directory, I use
INFOPATH to specify the system directories plus one in my home
directory. However, I get into trouble when system directories are
added or renamed.

If it were possible to extend the system path, e.g. by prefixing or
postfixing the INFOPATH with ":", or by having a flag to info that
simply prints out its compiled-in default path, I would be able to
avoid this problem.

strings /usr/bin/info | grep /usr/local

seems to be a way to find this information, but it's hardly reliable!

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

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

Versions of packages info depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libncurses5   5.6+20070908-1 Shared libraries for terminal hand

info recommends no packages.

-- no debconf information



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



Bug#446411: Whishlist: scite 1.74

2007-10-12 Thread Stefan Ebner

Package: scite
Version: 1.71

A new Version of f-spot exits (1.74). See here : 
http://www.scintilla.org/SciTE.html
It would be nice to see it in sid soon. Sorry for this format but i 
can't use reportbug because it doesn't take my smtp password.

Thx in advance. Keep up great work.

Best Regards,
Stefan Ebner



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



Bug#446409: Whishlist: f-spot 0.4

2007-10-12 Thread Stefan Ebner

Package: f-spot
Version: 0.3.5

A new Version of f-spot exits (0.4). See here : http://f-spot.org/Main_Page
It would be nice to see it in sid soon. Sorry for this format but i 
can't use reportbug because it doesn't take my smtp password.

Thx in advance. Keep up great work.

Best Regards,
Stefan Ebne



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



Bug#446410: samba fails in post-installation

2007-10-12 Thread Claudio Saavedra
Package: samba
Version: 3.0.26a-1
Severity: grave
Justification: renders package unusable

Samba fails during the post-installation scripts execution. Here is the
output:

dijkstra:/home/claudio# apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up samba (3.0.26a-1) ...
update-rc.d: warning: /etc/rc2.d/K09samba is not a link to ../init.d/samba or 
/etc/init.d/samba
update-rc.d: warning: /etc/rc3.d/K09samba is not a link to ../init.d/samba or 
/etc/init.d/samba
invoke-rc.d: dangling symlink: /etc/rc2.d/K09samba
dpkg: error processing samba (--configure):
 subprocess post-installation script returned error exit status 102
Errors were encountered while processing:


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

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

Versions of packages samba depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  libacl1   2.2.45-1   Access control list shared library
ii  libattr1  1:2.4.39-1 Extended attribute shared library
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libcomerr21.40.2-1   common error description library
ii  libcupsys21.3.2-1Common UNIX Printing System(tm) - 
ii  libgnutls13   2.0.1-1the GNU TLS library - runtime libr
ii  libkrb53  1.6.dfsg.3~beta1-1 MIT Kerberos runtime libraries
ii  libldap2  2.1.30-13.4OpenLDAP libraries
ii  libpam-modules0.99.7.1-5 Pluggable Authentication Modules f
ii  libpam-runtime0.99.7.1-5 Runtime support for the PAM librar
ii  libpam0g  0.99.7.1-5 Pluggable Authentication Modules l
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  procps1:3.2.7-5  /proc file system utilities
ii  samba-common  3.0.26a-1  Samba common files used by both th
ii  update-inetd  4.27-0.6   inetd.conf updater
ii  zlib1g1:1.2.3.3.dfsg-6   compression library - runtime

Versions of packages samba recommends:
pn  smbldap-tools  (no description available)

-- debconf information:
* samba/generate_smbpasswd: false
* samba/run_mode: daemons



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



Bug#229357: Can we require build-arch/indep targets for lenny?

2007-10-12 Thread Frank Lichtenheld
On Sat, Sep 29, 2007 at 10:09:19PM +0200, Frank Lichtenheld wrote:
> On Mon, Jul 02, 2007 at 09:26:23PM -0700, Steve Langasek wrote:
> > Attached is a patch to dpkg which implements a check for a 'build-arch'
> > target using 'make -f debian/rules -qn build-arch'.
> 
> Is there actually a defined semantic for make -qn ? The make info manual
> states:
> 
> "It is an error to use more than one of these three flags [-q, -t, -n] in the 
> same
> invocation of `make'."

No answer? I would like to work on this, but someone would need to
answer my questions about it...

(explicetly sending to vorlon, too, ignoring the M-F-T)

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#446408: Wishlist: gbrainy

2007-10-12 Thread Stefan Ebner

Package: gbrainy
Version: 0.2.2


A new Version of gbrainy exits (0.3). See here : http://live.gnome.org/gbrainy
It would be nice to see it in sid soon. Sorry for this format but i can't use 
reportbug because it doesn't take my smtp password.
Thx in advance. Keep up great work.

Best Regards,
Stefan Ebner




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



Bug#446407: [INTL:fi] Finnish translation of the debconf templates

2007-10-12 Thread Esko Arajärvi
Package: ampache
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: ampache\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-07 08:30+0200\n"
"PO-Revision-Date: 2007-10-12 23:52+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: boolean
#. Description
#: ../ampache.templates:2001
msgid "Configure Apache 2 web server for use with Ampache? "
msgstr "Asetetaanko Apache 2 -verkkopalvelin käytettäväksi Ampachen kanssa?"

#. Type: boolean
#. Description
#: ../ampache.templates:3001
msgid "Restart Apache2 web server?"
msgstr "Käynnistetäänkö Apache2-verkkopalvelin uudelleen?"

#. Type: boolean
#. Description
#: ../ampache.templates:3001
msgid "The Apache 2 web server needs to be restarted to enable Ampache. Please choose whether you want to restart it automatically now or do it yourself later."
msgstr "Apache 2 -verkkopalvelin pitää käynnistää uudelleen Ampachen käyttöönottamiseksi. Valitse haluatko käynnistää sen automaattisesti nyt vai käsin myöhemmin."



Bug#443032: Patch to enable the pixman package

2007-10-12 Thread Synx

I was shocked to see the wacom input driver hadn't been compiled for the
latest ABI, so I went and compiled it myself, fixed the problems that
were stopping it from compiling. pixman (whatever that is) is a
pkg-config package in the new xorg system, so anything that uses it (aka
wacom-tools) has to do the pkg-config niceties in the configuration and
makefiles.  Also if we're using it we should depend on libpixman. So
that's what this patch does. I successfully built and installed the 
packages after compiling this patch, though someone who knows more about 
pixman might be able to minimize those compiler warnings.


After applying the attached patch (-p0) you have to run aclocal, 
automake and autoconf again. I didn't want to include auto-generated 
output in my patch.
diff -Naur linuxwacom/configure.in linuxwacom/configure.in
--- linuxwacom/configure.in	2007-10-12 12:37:40.0 -0700
+++ linuxwacom/configure.in	2007-10-12 12:18:47.0 -0700
@@ -11,6 +11,8 @@
 WCM_LIBWACOMCFG_VER="0:1:0"
 AC_SUBST(WCM_LIBWACOMCFG_VER)
 
+PKG_PROG_PKG_CONFIG
+
 dnl Targets
 WCM_PROGS=""
 WCM_LIBS=""
@@ -60,6 +62,9 @@
 AC_WCM_CHECK_TCL
 AC_WCM_CHECK_TK
 
+dnl Check for pixman
+PKG_CHECK_MODULES(PIXMAN,[pixman-1])
+
 dnl Check for ncurses
 AC_WCM_CHECK_NCURSES
 
diff -Naur linuxwacom/src/xdrv/Makefile.am linuxwacom/src/xdrv/Makefile.am
--- linuxwacom/src/xdrv/Makefile.am	2007-06-05 09:53:31.0 -0700
+++ linuxwacom/src/xdrv/Makefile.am	2007-10-12 12:23:36.0 -0700
@@ -79,6 +79,7 @@
 		-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
 		-DX_BYTE_ORDER=X_LITTLE_ENDIAN $(XSERVER64) \
 		-DNDEBUG -DFUNCPROTO=15 \
+		 $(PIXMAN_CFLAGS) \
 		-DNARROWPROTO -DIN_MODULE -DXFree86Module $(LINUX_INPUT) \
 		-o $@ -c $(srcdir)/$(subst .o,.c,$@)

diff -Naur debian/control debian/control
--- debian/control	2007-10-12 12:37:40.0 -0700
+++ debian/control	2007-10-12 12:46:04.0 -0700
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Ron Lee <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), po-debconf, xserver-xorg-dev, libxi-dev, libxt-dev, libncurses5-dev
+Build-Depends: debhelper (>= 5.0.0), po-debconf, xserver-xorg-dev, libxi-dev, libxt-dev, libncurses5-dev, libpixman-1-dev
 Standards-Version: 3.7.2.2
 
 Package: wacom-kernel-source
@@ -28,7 +28,7 @@
 Package: xserver-xorg-input-wacom
 Section: x11
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libpixman-1
 Description: X.Org X server -- wacom input driver
  This package provides the driver for wacom tablet devices.
  .
diff -Naur debian/wacom.control debian/wacom.control
--- debian/wacom.control	2007-10-12 12:37:40.0 -0700
+++ debian/wacom.control	2007-10-12 12:44:34.0 -0700
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Ron Lee <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: libpixman-1-dev (>= 0.9.5-2) debhelper (>= 5.0.0)
 Standards-Version: 3.7.2.0
 
 Package: wacom-kernel-modules-${kpkg:Kernel-Version}


Bug#400112: [PROPOSAL] forbid source/binary package name conflicts

2007-10-12 Thread Florian Weimer
* Lucas Nussbaum:

> It might be a good idea to forbid name conflicts, since some tools don't
> consider that they are totally different namespaces.

There's also the related issue that some binary packages have different
source packages on different architectures (and different versioning
schemes).  There's no actual conflict, but it's making bug tracking
harder than necessary.

I really wish we could solve this somehow, but as has been pointed out,
it's probably more realistic to fix the tools.



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



Bug#433536: New svn-buildpackage with improved level 2 repository layout needs testing

2007-10-12 Thread Damyan Ivanov
-=| Damyan Ivanov, Wed, Oct 10, 2007 at 11:18:32PM +0300 |=-
> Eddy Petrișor prepared[1] a new version of svn-buildpackage that is
> supposed to fix the problems we have with the one currently in the
> archive.
> 
> [1] 
> http://users.alioth.debian.org/~eddyp-guest/upload/svn-buildpackage_0.6.22-experimental/

Peter Makholm was so kind to try this and unfortunately the news are
not very good.

http://pastebin.ca/734528
 1. [EMAIL PROTECTED]:~/ack$ svn-inject -l2 libfile-next-perl_1.00-2.dsc
svn+ssh://[EMAIL PROTECTED]/svn/pkg-perl/
 2. cp -l /home/makholm/ack/libfile-next-perl_1.00.orig.tar.gz
/home/makholm/ack/tarballs
 3. mkdir -p branches/upstream/libfile-next-perl
 4. tar -z -x -f /home/makholm/ack/libfile-next-perl_1.00.orig.tar.gz
 5. mv File-Next-1.00 current
 6. svn -q import -m [svn-inject] Installing original source of
libfile-next-perl libfile-next-perl/trunk
svn+ssh://[EMAIL PROTECTED]/svn/pkg-perl/trunk/libfile-next-perl
 7. svn: 'libfile-next-perl/trunk' does not exist
 8. Command  svn -q import -m [svn-inject] Installing original source
of libfile-next-perl libfile-next-perl/trunk
svn+ssh://[EMAIL PROTECTED]/svn/pkg-perl/trunk/libfile-next-perl
failed in , how to continue now? [Qri?]: 

< brother> same issue if I try to svn-inject into a newly svnadmin
   creat'ed /tmp/repo

There is one good news -- svn-upgrade works with no problems :)
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#446406: [INTL:fi] Finnish translation of the debconf templates

2007-10-12 Thread Esko Arajärvi
Package: foomatic-filters
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: foomatic-filters\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-04 07:04+0200\n"
"PO-Revision-Date: 2007-10-12 23:30+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:2001
msgid "Enable logging debug output into a log file (INSECURE)?"
msgstr "Tulosta vianetsintäviestit lokitiedostoon (TURVATON)?"

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:2001
msgid "If you choose this option, the log file will be named /tmp/foomatic-rip.log."
msgstr "Jos valitset tämän vaihtoehton, lokitiedoston nimeksi tulee /tmp/foomatic-rip.log."

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:2001
msgid "This option is a potential security issue and should not be used in production. However, if you are having trouble printing, you should enable it and include the log file in bug reports."
msgstr "Tämä vaihtoehto on potentiaalinen turvariski, eikä sitä tulisi käyttää tuotannossa. Jos sinulla kuitenkin ongelmia tulostuksessa, sinun tulisi ottaa se käyttöön ja sisällyttää lokitiedosto vikailmoitukseen."

#. Type: select
#. Choices
#: ../foomatic-filters.templates:3001
msgid "Automagic"
msgstr "Automaaginen"

#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../foomatic-filters.templates:3001
#: ../foomatic-filters.templates:6001
msgid "Custom"
msgstr "Mukautettu"

#. Type: select
#. Description
#: ../foomatic-filters.templates:3002
msgid "Command for converting text files to PostScript:"
msgstr "Komento tekstitiedostojen muuntamiseksi PostScript-muotoon:"

#. Type: select
#. Description
#: ../foomatic-filters.templates:3002
msgid "If you select 'Automagic', Foomatic will search for one of a2ps, mpage, and enscript (in that order) each time the filter script is executed."
msgstr "Jos valitset 'Automaaginen', Foomatic etsii ohjelmia a2ps, mpage ja enscript (tässä järjestyksessä) joka kerta kun suodatuskomentosarja suoritetaan."

#. Type: select
#. Description
#: ../foomatic-filters.templates:3002
msgid "Please make sure that the selected command is actually available; otherwise print jobs may get lost."
msgstr "Varmista, että valittu komento on todella saatavilla; muuten tulostustyöt saattavat kadota."

#. Type: select
#. Description
#: ../foomatic-filters.templates:3002
msgid "This setting is ignored when foomatic-filters is used with CUPS; instead, the texttops program included in the cupsys package is always used to convert jobs submitted as plain text to PostScript for printing to raster devices."
msgstr "Tätä asetusta ei huomioida, kun foomatic-filtersiä käytetään CUPSin kanssa. Sen sijaan rasteritulostimille lähetettyjen tavallista tekstiä sisältävien töiden muuntamiseen PostScript-muotoon käytetään aina cupsys-paketin sisältämää ohjelmaa texttops."

#. Type: string
#. Description
#: ../foomatic-filters.templates:4001
msgid "Command to convert standard input to PostScript:"
msgstr "Komento oletussyötevirran muuntamiseksi PostScript-muotoon:"

#. Type: string
#. Description
#: ../foomatic-filters.templates:4001
msgid "Please enter the full command line of a command that converts text from standard input to PostScript on standard output."
msgstr "Anna täydellinen komentorivikomento, joka muokkaa oletussyötevirran PostScript-muotoon oletustulostevirtaan"

#. Type: string
#. Description
#: ../foomatic-filters.templates:4001
msgid "Please note that entering an invalid command line here may result in lost print jobs."
msgstr "Huomaa, että virheellisen komennon antaminen tässä voi johtaa tulostustöiden katoamiseen."

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:5001
msgid "Enable PostScript accounting for CUPS?"
msgstr "Käytetäänkö CUPSin kanssa PostScript-kirjanpitoa?"

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:5001
msgid "You should choose this option if you want to insert PostScript code for accounting into each print job. This is currently only useful with CUPS."
msgstr "Valitse tämä vaihtoehto, jos haluat lisätä PostScript-koodia kirjanpitoa varten jokaiseen tulostustyöhön. Tällä hetkellä tämä on hyödyllinen vain CUPSin kanssa."

#. Type: boolean
#. Description
#: ../foomatic-filters.templates:5001
msgid "When used with generic PostScript printers (and under certain conditions with other printers) this causes an extra page to be printed after each job."
msgstr "Käytettäessä tavallisten PostScript-tulostimien kanssa (ja tietyissä tilanteissa muiden tulostimien kanssa) tämä aiheuttaa ylimääräisen sivun tulostuksen jokaisen työn jälkeen."

#. Type: select
#.

Bug#383579: wish

2007-10-12 Thread Matthew Weber
This is just another request for the updated libburn.

I also needed to compile it manually for xfburn.




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



Bug#446405: ardour: Embeds too many libs

2007-10-12 Thread Moritz Muehlenhoff
Package: ardour
Severity: serious

Quoting from #444518:
> That made me discover the following:
> 
> | [EMAIL PROTECTED]:~/bsp2/ardour-2.1$ ls libs/
> | appleutility  ardour  clearlooks  fst  glibmm2  gtkmm2  gtkmm2ext 
> libgnomecanvasmm  libsndfile  midi++2  pbd  sigc++2
> +soundtouch surfaces
> 
> Cc'ing the appropriate list according to [1] (although I didn't check
> which parts were actually built). Also, it seems e.g. libsndfile got
> CVE(s) this month.

This needs to be fixed if these libs are all built and linked into the binary.
If that is technically impossible we can exempt ardour from security support
as outlined in #436161.

Cheers,
Moritz

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#446198: gdb: making it easier to debug programs like amsn

2007-10-12 Thread Daniel Jacobowitz
On Sat, Oct 13, 2007 at 05:29:04AM +0930, Arthur Marsh wrote:
> Daniel Jacobowitz wrote, on 2007-10-13 02:08:
> > On Sat, Oct 13, 2007 at 01:49:42AM +0930, Arthur Marsh wrote:
> >> Could a wrapper script for gdb accomplish this?
> > Anything is possible.  But why is it worthwhile?  "gdb --args wish8.4
> > script" is basically as easy as "gdb script".
> 
> Could the gdb man page give some hints on debugging scripts such as you've 
> posted in response to this wishlist item? The amsn bug report languished 
> because without the gdb stack trace the only information given was 
> "segmentation fault".

Yes, definitely.  Thanks for the suggestion; I'll see what I can do
(probably in the manual rather than the man page).

-- 
Daniel Jacobowitz
CodeSourcery



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



Bug#446404: problems running clamav-milter with chroot postfix

2007-10-12 Thread Matt "Cyber Dog" LaPlante
Package: clamav-milter
Version: 0.91.2-3

These issues were originally reported under Ubuntu here:
https://bugs.launchpad.net/bugs/151850

I've noted several problems running the clamav-milter installation with the
default chrooted postfix package.

- The postfix default given in /etc/defaults/clamav-milter is a directory
name rather than a socket file name:
#SOCKET=local:/var/spool/postfix/clamav/

- The clamav-milter daemon does not have permission to create a socket file
under the postfix chroot.  I fix this by using the socket path given above,
then manually creating the 'clamav' sub-directory on the first run, and
giving it the same permissions as the socket file (clamav/postfix, 775).
This could be automated by the init script.

- There is a race condition in the init script that prevents the chmod g+w
from being applied on startup.  The socket file isn't created immediately by
clamav-milter, so the chmod tends to fail silently.

- The clamav-milter creates the socket file writable by clamav.  You need to
chgrp the socket to 'postfix' (the postfix group) prior to doing the chmod
g+w, or the postfix daemon won't be able to write to it. 

I personally solve the latter two problems by doing the following with the
current init script.  It's rather crude, but it does work:


if [ $ret = 0 ] && [ "$USE_POSTFIX" = 'yes' ]; then
  while [ ! -e "$SOCKET_PATH" ]; do
sleep 2
  done
  chgrp postfix $SOCKET_PATH
  chmod g+w $SOCKET_PATH
fi




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



Bug#446403: Whishlist: soundkonverter

2007-10-12 Thread Stefan Ebner

Package: soundkonverter
Version: 1.3.6

I don't know if this is the right place for it but I'll just try.
It would be nice to see this great peace of software in debian.



   KDE frontend to various audio converters

With soundKonverter you can convert between various audio file formats. 
Supported formats are: (encode/decode)


- ogg (e/d)
- flac (e/d)
- mp3 (e/d)
- wav (e/d)
- wma (d)

Currently supported backends are oggenc, oggdec, flac, lame, ffmpeg 
(partly), mplayer (partly).


Homepage: http://kde-apps.org/content/show.php?content=29024

**Taken from the ubuntu-package search**

The actual version is in gutsy and maybe you can take it from there if 
you don't want to package it.


Best regards,


Stefan Ebner




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



Bug#446198: gdb: making it easier to debug programs like amsn

2007-10-12 Thread Arthur Marsh



Daniel Jacobowitz wrote, on 2007-10-13 02:08:

On Sat, Oct 13, 2007 at 01:49:42AM +0930, Arthur Marsh wrote:

Could a wrapper script for gdb accomplish this?


Anything is possible.  But why is it worthwhile?  "gdb --args wish8.4
script" is basically as easy as "gdb script".



Could the gdb man page give some hints on debugging scripts such as 
you've posted in response to this wishlist item? The amsn bug report 
languished because without the gdb stack trace the only information 
given was "segmentation fault".


Arthur.



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



Bug#443591: [NFS] Bug#443591: nfs-kernel-server: Unexporting directories no longer working

2007-10-12 Thread Steinar H. Gunderson
On Mon, Sep 24, 2007 at 04:29:02PM -0700, David Liontooth wrote:
> Hi Neil,
> 
> Thanks for looking.

I didn't see an answer to this mail; was the problem forgotten, or was it
resolved?

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#446238: nfs-common: Locks when using nfs4 sec=krb5 and user ticket expires

2007-10-12 Thread Steinar H. Gunderson
On Thu, Oct 11, 2007 at 12:10:04PM +0100, Pedro Celestino dos Reis Rodrigues 
wrote:
> Automounted homes over nfs4 with sec=krb5
> Start a session on the nfs client and let the user ticked (used to grant the 
> nfs access) expire
> 
> After this the user can not access is home (as should be expected)
> However, it also appens that, for example, any trial to start a new session 
> of some other user will sucessfully mount the respective home but the login 
> process will stay
> forever trying to read a file (.bash_profile for example).
> The client syslog presents messages like these

So the real problem is that the new session doesn't refresh your user
credentials? That doesn't sound like an NFS bug to me.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#445516: Packaging infrastructure

2007-10-12 Thread Thomas Perl
Hello, Marco!

I already have a source .deb package for Tennix here that I use to build
the .deb on the Tennix website, maybe you want to use it as a starting
point. The current .diff.gz for version 0.4.1 is attached.


Thomas


tennix_0.4.1-1.diff.gz
Description: GNU Zip compressed data


Bug#446376: emacs22-common: view-emacs-FAQ doesn't work, though efaq.gz is present

2007-10-12 Thread Sven Joachim
tags 446376 + moreinfo
thanks

Reuben Thomas <[EMAIL PROTECTED]> writes:

> Package: emacs22-common
> Version: 22.1+1-2
> Severity: normal
>
> For some reason, view-emacs-FAQ says "Info file efaq does not exist",
> although `locate efaq' finds /usr/share/info/emacs22/efaq.gz.

That should read /usr/share/info/emacs-22/efaq.gz.  But I suspect the
problem is that Info-directory-list is not set correctly, which can be
caused by either

(a) the environment variable INFOPATH is set, or

(b) you have set Info-directory-list in your .emacs.

Can you please show the value of Info-directory-list after running
view-emacs-FAQ, with and without the -Q command line switch?

FWIW, view-emacs-FAQ works fine for me.

Thanks,
   Sven



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



Bug#446383: nfs-kernel-server: possible missing dependency

2007-10-12 Thread Steinar H. Gunderson
On Fri, Oct 12, 2007 at 10:54:48AM -0700, Bardia Behabadi wrote:
> apparently an ident-server must be installed for proper nfs4 server
> usage, i found this when setting up a clean install in the network.
> the following error:
> kernel: nfsd: nfsv4 idmapping failing: has idmapd not been started?
> 
> which was resolved by installing the pidentd package, perhaps any
> ident-server package will do.  maybe it was just a coincidence that the
> nfs4 exports started behaving properly after installing pidentd?

Yes, it's a coincidence; nfsd should not care about ident at all. Was idmapd
started when this error message arrived? What does your /etc/exports look
like?

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#446191: 50devhelp.el naugtily binds reserved Emacs key, F7

2007-10-12 Thread Trent W. Buck
On Fri, Oct 12, 2007 at 01:56:50PM +0200, Josselin Mouette wrote:
> Le jeudi 11 octobre 2007 à 08:55 +1000, Trent W. Buck a écrit :
> > Package: devhelp
> > Version: 0.16.1-1
> > Severity: minor
> > File: /etc/emacs/site-start.d/50devhelp.el
> > Tags: patch
> >
> > This line of 50devhelp.el is naughty:
> >
> > (global-set-key [f7] 'devhelp-word-at-point)
> >
> > according to the Emacs manual, (info "(emacs)Keymaps"):
> >
> > The function keys  through  are also reserved for users.
> >
> > it should be removed.
>
> What keybinding would you recommend to set for this purpose?

IMO, no binding should be created at all.  If a user wants to use the
command, they can use M-x devhelp-word-at-point RET or bind the
command themselves in .emacs.  If you're set on using some keybinding,
according to (info "(elisp)Key Binding Conventions") you can use 
or .


signature.asc
Description: Digital signature


Bug#446394: ftp.debian.org: Please provide a way to copy security releases from stable-security to testing-security

2007-10-12 Thread Stefan Fritsch
Package: ftp.debian.org
Severity: normal
Tags: security


Please provide a way to copy security releases from stable-security to
testing-security. This can save a lot of work for the testing-security team,
can save some buildd time, and sometimes is the only way to provide security
updates for testing because of broken build depends. For example, at the moment
it is not possible to build asterisk in testing-security.

The copying could either be done

- automatically whenever the package version in stable and testing is
identical

- with a script that can be called manually by the people in the sec_public and
security groups

Thanks.

Stefan



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



Bug#446402: wacom-tools: [INTL:pt] Updated Portuguese translation for debconf messages

2007-10-12 Thread "Traduz" - Portuguese Translation Team
Package: wacom-tools
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for wacom-tools's debconf messages.
Translator: Carlos Lisboa <[EMAIL PROTECTED]>
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


-- 
Best regards,

Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


  1   2   3   4   >