Bug#434984: wxwin.m4 should be present with -dev package installed

2007-07-27 Thread Steve M. Robbins
Package: libwxbase2.6-dev
Version: 2.6.3.2.1.5
Severity: normal

I think it is common practice to install all developer tools, such as
the M4 macros in wxwin.m4 when the -dev package is installed.  The
behaviour of wxwindows surprised me in this regard, since the macro
file is hidden in wx-common.

Please consider either moving wxwin.m4 or making the -dev package
depend on it.

Thanks,
-Steve


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

Kernel: Linux 2.6.22-1-k7 (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 libwxbase2.6-dev depends on:
ii  libc6-dev2.6-4   GNU C Library: Development Librari
ii  libwxbase2.6-0   2.6.3.2.1.5 wxBase library (runtime) - non-GUI
ii  wx2.6-headers2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI t

libwxbase2.6-dev recommends no packages.

-- no debconf information


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



Bug#434983: amsn 0.97~rc1+dfsg1-4 (alpha/unstable): FTBFS: broken under -rsudo

2007-07-27 Thread Steve Langasek
Package: amsn
Version: 0.97~rc1+dfsg1-4
Severity: serious

Hi Muammar,

On buildds that use sudo instead of fakeroot, amsn is failing to build with
the following error:

[...]
dh_link
dh_link: link destination debian/amsn/usr/share/amsn/utils/tcl_siren/src is a 
directory
make: *** [binary-arch] Error 1
[...]

A full build log can be found at
.

There are two problems that I see in debian/rules.  First, this line has a
typo:

mv $(CURDIR/)debian/amsn/usr/share/amsn/utils/tcl_siren 
$(CURDIR)/debian/amsn/usr/lib/amsn/utils

Second, you are using $(DEB_HOST_ARCH_OS) without ever defining it.  The
latter is probably the cause of the failure under sudo.  Please define
DEB_HOST_ARCH_OS in your makefile before using it, just as you do for
DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.

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


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



Bug#431695: myphpmoney: General update after the debconf review process

2007-07-27 Thread Christian Perrier
Dear Debian maintainer,

On Friday, June 15, 2007, I sent you a notification about the beginning of a 
review
action on debconf templates for myphpmoney.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/ with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch-nopo file contains a patch for the templates and control file(s).

Please note that this patch applies to the templates and control
file(s) of your package as of Friday, June 15, 2007. If your package was updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- myphpmoney.old/debian/templates 2007-06-10 08:18:55.274814766 +0200
+++ myphpmoney/debian/templates 2007-07-14 08:18:17.874631040 +0200
@@ -1,84 +1,83 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: myphpmoney/configuration
 Type: boolean
 Default: false
 _Description: Do you want to configure MyPhpMoney now?
- MyPhpMoney needs to be configured before its use, i.e. the MySQL database
- should be created and the Apache Web Server should be configured.
+ MyPhpMoney needs to be configured before its use: the MySQL database
+ should be created and the Apache web server should be configured.
  .
- For that you will need the username and the password of your MySQL
- database administrator.
+ To achieve this, you will need to provide the login name and the
+ password of the MySQL database server administrator.
  .
  If you want to configure it later, you should run 'dpkg-reconfigure
  myphpmoney'.
 
-Template: myphpmoney/webservers
-Type: multiselect
-Choices: ${webservers}
-Default: apache, apache-ssl, apache-perl, apache2
-_Description: Please select which Web Server you want to use for MyPhpMoney
- MyPhpMoney currently only supports Apache type Web Servers.
-
 Template: myphpmoney/databasemgr_server
 Type: string
 Default: localhost
-_Description: What is the hostname where your database is running?
- If your database is on another machine besides the one that MyPhpMoney is
- running on then you need to change this value to the fully qualified
- domain name for that system.  If you wish to access it locally, simply
- use "localhost" here.
+_Description: Database server host name:
+ The database for MyPhpMoney may be hosted on a remote server.
+ .
+ Please enter the fully qualified domain name for that system.
+ .
+ If the database is hosted locally, please enter 'localhost'.
 
 Template: myphpmoney/database_name
 Type: string
 Default: myphpmoney
-_Description: What name do you want for your MyPhpMoney database?
- This is where all the MyPhpMoney data will be stored.
+_Description: MyPhpMoney database name:
+ Please enter the name of the database where MyPhpMoney data will be stored.
 
 Template: myphpmoney/mysql_user
 Type: string
 Default: myphpmoney
-_Description: What is your MySQL database username?
- What username will access the MySQL database for MyPhpMoney?  This user
- will be created if it doesn't already exist.  Note that your database
- manager must be configured to allow password authentication or MyPhpMoney
- will not work.
+_Description: MySQL database login name:
+ Please enter the name of the MySQL account to be used for the
+ MyPhpMoney database.
+ .
+ It will be created if it doesn't already exist.
+ .
+ Please note that the database server software must be configured to allow
+ password authentication.
 
 Template: myphpmoney/database_pass
 Type: password
-_Description: What is the password you wish to use for the database user?
- Enter a password for the database user (leave blank for no password). This
- is the password th

Bug#433432: Another update

2007-07-27 Thread Christian Perrier
Quoting Daniel Nylander ([EMAIL PROTECTED]):
> 
> Here is the new updated Swedish debconf translation for ca-certificates


That file is broken. Please use the attached file.

To developer: I'll probably send the final patch with all updated
translations as of Aug. 2nd or 3rd.




sv.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#434907: emacs22-el: It also prevents hyperlinks working

2007-07-27 Thread Sven Joachim
Reuben Thomas writes:
> Package: emacs22-el
> Version: 22.1+1-1
> Followup-For: Bug #434907
> 
> If I C-h f a function, then try to follow the source file link, it
> doesn't work, because the expected file doesn't exist.

This is a misconfiguration on your side, as Emacs should now find
compressed files transparently.  My crystal ball tells me that you
have a line with

(auto-compression-mode)

in your .emacs and should change that to

(auto-compression-mode 1)

, because auto-compression-mode is enabled by default in Emacs 22.

Regards,
Sven


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



Bug#434809: iceape-browser: Searchplugin with digit in url cuts off url

2007-07-27 Thread Mike Hommey
On Fri, Jul 27, 2007 at 09:42:38PM +0200, Klaus Fuerstberger <[EMAIL 
PROTECTED]> wrote:
> Mike Hommey said the following on 27.07.2007 08:32:
> 
> > Does it work again if you downgrade to the previous version ?
> 
> Meanwhile  I noticed that this error only happens when you hit the
> "Search" Button next to the addressbar to call the search site *and* the
> addressbar is empty.
> 
> Maybe I never noticed this with metager2 before. But this error is also
> reproducable with seamonkey not only with iceape from debian, so its not
> only a debian bug.

Could you just double-check this has not been introduced in last
version ?

Thanks

Mike


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



Bug#434372: [Pkg-samba-maint] Bug#434372: pam_smbpass.so cause segfault for 'root' user

2007-07-27 Thread Christian Perrier

> > I'm adding gdb output - though I'm not sure how usable
> > this could be. 
> 
> Not on its own, but thanks for the effort -- to get a good backtrace you
> really need to rebuild su with debugging symbols enabled. :)

As a side effect of that discussion, do you think that adding
libpam-smbpass to samba-dbg would be a good idea?  I did so in my test
package which I pointed Zdenek to (which is useless...).

Also, maybe building -dbg versions of the login and passwd packages
would be a good idea, then. I happen to know the shadow package
maintainer..:-)





signature.asc
Description: Digital signature


Bug#434982: conduit: Google Email missing icon

2007-07-27 Thread Andrew Ruthven
Package: conduit
Version: 0.3.2-1
Severity: normal

Hi,

The Google Email Data provider is missing an icon and on stdout I'm
seeing a constant stream of warnings saying:

[WARNING] Could not load icon gtk-missing-image for Email

Cheers!


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

Kernel: Linux 2.6.22-cyclops (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages conduit depends on:
ii  python 2.4.4-6   An interactive high-level object-o
ii  python-dbus0.82.0-1  simple interprocess messaging syst
ii  python-evolution   0.0.2-1   python bindings for libebook and l
ii  python-gtk22.10.6-1  Python bindings for the GTK+ widge
ii  python-libgmail0.1.5.1+cvs20070102-2 Python bindings to access Gmail ac
ii  python-pygoocanvas 0.8.0-2   GooCanvas python bindings
ii  python-support 0.6.4 automated rebuilding support for p
ii  python-vobject 0.4.8-1   parse iCalendar and VCards in pyth
ii  python-xml 0.8.4-8   XML tools for Python

conduit recommends no packages.

-- no debconf information


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



Bug#434981: Failed to create group gnokii

2007-07-27 Thread Jörgen Tegnér
Package: gnokii
Version: 0.6.18-1
Severity: normal

When upgrading today, the following was printed:
Setting up libgnokii3 (0.6.18-1) ...

Setting up gnokii (0.6.18-1) ...
dpkg-statoverride: non-existing group gnokii

Usage: dpkg-statoverride [ ...] 

Commands:
  --add add a new entry into the database.
  --remove  remove file from the database.
  --list []  list current overrides in the database.
  
  Options:
  --admindirset the directory with the statoverride file.
  --update immediately update file permissions.
  --force  force an action even if a sanity check fails.
  --quiet  quiet operation, minimal output.
  --help   show this help message.
  --versionshow the version.
  
  
grep gnokii /etc/group
returned nothing

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

Kernel: Linux 2.6.20
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
sv_SE)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnokii depends on:
ii  adduser   3.104  add and remove users and groups
ii  dialog1.1-20070604-1 Displays user-friendly dialog boxe
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libbluetooth2 3.12-1 Library to use the BlueZ Linux Blu
ii  libc6 2.6-4  GNU C Library: Shared libraries
ii  libcairo2 1.4.10-1   The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libglib2.0-0  2.12.13-1  The GLib library of C routines
ii  libgnokii30.6.18-1   Gnokii library
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  liblockfile1  1.06.2 NFS-safe locking library, includes
ii  libpango1.0-0 1.16.4-3   Layout and rendering of internatio
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.1-1  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxpm4   1:3.5.6-3  X11 pixmap library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  timeout   1.11-6.3   Run a command with a time limit.

gnokii recommends no packages.

-- no debconf information


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



Bug#390999: ITP: vxl -- C++ Libraries for Computer Vision Research and Implementation

2007-07-27 Thread Michael Hanke
Hi,

On Sat, Jul 28, 2007 at 12:24:53AM +0100, stephen emslie wrote:
> Is there still active interest in maintaining these packages?
> Personally I would find them very useful!
Yes, there is.

However, I'm a bit short on time to work on it ATM. I still have
to package with the core libs build statically.

AFAIK parts of VXL are also included in the insighttoolkit (ITK) package
that recently entered the archive.


Cheers,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


signature.asc
Description: Digital signature


Bug#434980: piuparts: /var/lib/apt/extended_states should be ignored

2007-07-27 Thread Aníbal Monsalve Salazar
Package: piuparts
Severity: important
Version: 0.23
Tags: patch

>0m58.3s DUMP:
>  dpkg - warning: ignoring request to remove libencode-perl which isn't 
> installed.
>0m58.3s DEBUG: Command ok: ['chroot', '/tmp/tmpj83yf-', 'dpkg', '--purge', 
>'libencode-perl']
>0m58.3s DEBUG: Starting command: ['chroot', '/tmp/tmpj83yf-', 'dpkg', 
>'--remove', '--pending']
>0m58.4s DEBUG: Command ok: ['chroot', '/tmp/tmpj83yf-', 'dpkg', '--remove', 
>'--pending']
>0m58.4s DEBUG: Starting command: ['chroot', '/tmp/tmpj83yf-', 'dpkg', 
>'--purge', '--pending']
>0m58.4s DEBUG: Command ok: ['chroot', '/tmp/tmpj83yf-', 'dpkg', '--purge', 
>'--pending']
>0m58.4s DEBUG: Starting command: ['chroot', '/tmp/tmpj83yf-', 'dpkg', 
>'--remove', '--pending']
>0m58.4s DEBUG: Command ok: ['chroot', '/tmp/tmpj83yf-', 'dpkg', '--remove', 
>'--pending']
>0m58.4s DEBUG: Starting command: ['chroot', '/tmp/tmpj83yf-', 'umount', 
>'/proc']
>0m58.4s DEBUG: Command ok: ['chroot', '/tmp/tmpj83yf-', 'umount', '/proc']
>0m59.1s ERROR: After purging files have been modified:
>  /var/lib/apt/extended_states   not owned
>
>0m59.1s ERROR: FAIL: Installation and purging test.

The above has been happening lately.

/var/lib/apt/extended_states should be ignored.

>0m59.1s DEBUG: Starting command: ['chroot', '/tmp/tmpj83yf-', 'umount', 
>'/proc']
>0m59.1s DUMP:
>  warning: can't open /etc/mtab: No such file or directory
>  umount: /proc: not mounted
>0m59.1s DEBUG: Command failed (status=1), but ignoring error: ['chroot', 
>'/tmp/tmpj83yf-',
>'umount', '/proc']
>0m59.4s DEBUG: Removed directory tree at /tmp/tmpj83yf-

The following patch fixes this problem.

--- piuparts.py 2007-07-11 06:17:21.0 +1000
+++ piuparts.py 2007-07-28 14:25:55.0 +1000
@@ -123,6 +123,7 @@
 "/var/cache/debconf/templates.dat",
 "/var/cache/debconf/templates.dat-old",
 "/var/cache/man/index.db",
+"/var/lib/apt/extended_states",
 "/var/lib/dpkg/available",
 "/var/lib/dpkg/available-old",
 "/var/lib/dpkg/diversions",

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#243323: extra file in package (djbdns-conf-fhs)

2007-07-27 Thread Michael Shuler
tags 243323 patch
thanks

djbdns-conf-fhs is the wrapper for the other *-conf utilities to set up
the various djbdns services, however, I think a check on how it was
called would not be a bad idea.

$ ls -l *-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 axfrdns-conf-fhs -> djbdns-conf-fhs
-rwxr-xr-x  1 root root 289 Jul  9 11:42 djbdns-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 dnscache-conf-fhs ->
djbdns-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 pickdns-conf-fhs -> djbdns-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 rbldns-conf-fhs -> djbdns-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 tinydns-conf-fhs -> djbdns-conf-fhs
lrwxrwxrwx  1 root root  15 Jul  9 13:08 walldns-conf-fhs -> djbdns-conf-fhs

Kind Regards,
Michael Shuler
--- debian/djbdns-conf-fhs.orig	2003-11-18 22:39:05.0 -0600
+++ debian/djbdns-conf-fhs	2007-07-27 23:44:17.0 -0500
@@ -2,6 +2,13 @@
 
 umask 022
 
+WRAPPER=`basename ${0}`
+if [[ $WRAPPER = djbdns-conf-fhs ]]; then
+echo "$WRAPPER is the FHS wrapper for the djbdns *-conf utilities."
+echo "$WRAPPER is not intended to be run directly."
+exit 1
+fi
+
 fhslogdir () {
 NEWLOGDIR=`basename $2`
 mkdir -p /var/log/djbdns/${NEWLOGDIR}


Bug#434958: pidgin-plugin-pack: Please package new upstream version

2007-07-27 Thread Benjamin Seidenberg
Reuben Thomas wrote:
> Package: pidgin-plugin-pack
> Severity: wishlist
>
> I suspect this will fix at least some of the current bugs, too.
>   
As I stated in bugs #434400, #433632, #434136 and 431178, I will package
it sometime next week, after my summer job ends.

Benjamin




Bug#434979: Help: KeePassX handbook not found

2007-07-27 Thread Don

Package: keepassx
Version: 0.2.2-2

When I try to get the KeePassX handbook via the Help drop down menu, I 
get the following:



An error occurred while loading file:///usr/bin/../share/doc/keepass/index.html:
The file or folder /usr/bin/../share/doc/keepass/index.html does not exist.


Keepassx was just newly installed via synaptic.

I am using Debian sid, upgraded quite often.

[EMAIL PROTECTED]:~$ uname -a
Linux kali 2.6.18-1-686 #1 SMP Sat Oct 21 17:21:28 UTC 2006 i686 GNU/Linux


Don


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



Bug#432413: update-modules error still present in 1:2.10.4-1

2007-07-27 Thread Cyril Brulebois
Mark Purcell <[EMAIL PROTECTED]> (21/07/2007):
> Aurelien,
> 
> Upgrading to 1:2.10.4-1 still reports this error:
> 
> Preparing to replace lm-sensors 1:2.10.3-1+b1 (using 
> .../lm-sensors_1%3a2.10.4-1_i386.deb) ...
> Unpacking replacement lm-sensors ...

Which is quite normal, since the postrm of the old version still
contains this command.

Cheers,

-- 
Cyril Brulebois


pgpLbHmQLII7b.pgp
Description: PGP signature


Bug#431018: closed by sean finney <[EMAIL PROTECTED]> (Bug#431018: fixed in mysql-dfsg-5.0 5.0.45-1)

2007-07-27 Thread Guillem Jover
reopen 431018
thanks

[ Seems notfixed does not reopen the bugs... done now. ]

On Thu, 2007-07-19 at 05:17:40 +0300, Guillem Jover wrote:
> notfixed 431018 5.0.45-1
> thanks
>
> Hi,
>
> On Wed, 2007-07-18 at 23:07:09 +, Debian Bug Tracking System wrote:
> > This is an automatic notification regarding your Bug report
> > #431018: mysql-dfsg-5.0: FTBFS on non-linux: Unsatisfiable Build-Depends on 
> > linux-libc-dev,
> > which was filed against the mysql-dfsg-5.0 package.
>
> > Changes:
> >  mysql-dfsg-5.0 (5.0.45-1) unstable; urgency=low
> [...]
> >* add conditional build-deps for linux-libc-dev to fix FTBFS for
> >  non-linux arch's (closes: #431018).
>
> This is not a proper fix for this problem (I've used 'notfixed' for
> this reason, even if the FTBFS has been resolved). This Build-Dependency
> should not be listed at all, it's implicitly Build-Essential as it's
> being pulled by libc-dev.

regards,
guillem


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



Bug#434978: lintian: please add warning if emacs21 is preferred to emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: lintian
Version: 1.23.32
Severity: wishlist

There is now emacs22 in lenny/sid (though emacs21 still exists).
If a package prefer emacs21 (such as `emacs21 | emacsen'), please
display a warning message to prefer emacs22.

Thanks,
--
Tatsuya Kinoshita


pgpPwzyRulb5Y.pgp
Description: PGP signature


Bug#397653: Please support the arm architecture

2007-07-27 Thread Ganesan Rajagopal


Please find attached a patch to enable FFI closure on ARM, based on the
GCC code.

The support was actually added to GCC 6 months ago. Why ctypes needs to
use its own version of the code instead of using the shared library? It
would benefit for fixes and improvements like this one.


Thanks, I'll enable this. As to your question about why not use the GCC 
version of ctypes - I tried this once before but I remember it broke 
some platform. I'll try using the gcc version again first and see if 
that helps. Do you know if python2.5 on arm supports ctypes (ctypes is 
included in python2.5)? If not a bug needs to be filed.


Ganesan


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



Bug#434661: bind9: vulnerability with cryptographically weak transaction

2007-07-27 Thread Michael Shuler
Looks like this was done on July 25th, 2007 - bug should be closed:

# [SECURITY] [DSA 1341-1] New bind9 packages fix DNS cache poisoning
Moritz Muehlenhoff
# [SECURITY] [DSA 1342-2] New bind9 packages fix DNS cache poisoning
Moritz Muehlenhoff

Thank you, Moritz.


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



Bug#434969: python2.5: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: python2.5
Version: 2.5.1-2
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up
to `serious' because of FTBFS.

Thanks,
--
Tatsuya Kinoshita


pgpyK7K4I0IcV.pgp
Description: PGP signature


Bug#434966: python2.4: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: python2.4
Version: 2.4.4-5
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up
to `serious' because of FTBFS.

Thanks,
--
Tatsuya Kinoshita


pgpXXaLiAtD1B.pgp
Description: PGP signature


Bug#434973: emacspeak: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: emacspeak
Version: 24-2
Severity: wishlist

There is now emacs22 in lenny/sid.  Please support emacs22 and
add emacs22 (or emacs) to the dependency.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up.

Thanks,
--
Tatsuya Kinoshita


pgpqus7e6qxg1.pgp
Description: PGP signature


Bug#434972: emacs-chess: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: emacs-chess
Version: 2.0b5-2
Severity: wishlist

There is now emacs22 in lenny/sid.  Please add emacs22 (or emacs)
to the dependency.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up.

Thanks,
--
Tatsuya Kinoshita


pgpjbYxk5WkLk.pgp
Description: PGP signature


Bug#434967: bbdb: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: bbdb
Version: 2.35.cvs20060204-1.1
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up
to `serious' because of FTBFS.

Thanks,
--
Tatsuya Kinoshita


pgpjWbEJpSpTp.pgp
Description: PGP signature


Bug#434968: python2.5-doc: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: python2.5-doc
Version: 2.5.1-1
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up
to `serious' because of FTBFS.

Thanks,
--
Tatsuya Kinoshita


pgphSM8F8xxXu.pgp
Description: PGP signature


Bug#434974: lpc-mode: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: lpc-mode
Version: 0.15-1
Severity: wishlist

There is now emacs22 in lenny/sid.  To prefer emacs22 to emacs21,
please add emacs22 to the dependency.

BTW, emacs20 no longer exists in Debian, so you may use
`emacs22 | emacsen' (or `emacs | emacsen') instead of
`emacs21 | xemacs21' in Depends.

Thanks,
--
Tatsuya Kinoshita


pgpYU5HuEHD1K.pgp
Description: PGP signature


Bug#434977: xslide: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: xslide
Version: 0.2.2-4
Severity: wishlist

There is now emacs22 in lenny/sid.  Please support emacs22 and
use `emacs22 | emacsen' (or `emacs | emacsen') instead of
`emacs21 | xemacs21 | xemacs20' in Depends.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up.

Thanks,
--
Tatsuya Kinoshita


pgpoHCThk6yIP.pgp
Description: PGP signature


Bug#434975: proofgeneral: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: proofgeneral
Version: 3.5-4.1
Severity: wishlist

There is now emacs22 in lenny/sid.  Please support emacs22 and
add emacs22 (or emacs) to the dependency.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up.

BTW, I think the version dependencies of
`emacs21 (>= 21.1.0) | xemacs21 (>= 21.1.0)' is redundantly.
Please use `emacs22 | emacsen' (or `emacs | emacsen') instead.

Thanks,
--
Tatsuya Kinoshita


pgpSznCljJDjJ.pgp
Description: PGP signature


Bug#434970: rdtool-elisp: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: rdtool-elisp
Version: 0.6.20-1
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Thanks,
--
Tatsuya Kinoshita


pgptQ0bDTgWJQ.pgp
Description: PGP signature


Bug#434971: ruby1.9-elisp: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: ruby1.9-elisp
Version: 1.9.0+20070606-1
Severity: wishlist

There is now emacs22 in lenny/sid.  It would be nice if you would
prefer emacs22 (or emacs) to emacs21 in your package.

Thanks,
--
Tatsuya Kinoshita


pgpCGNMtKHtS8.pgp
Description: PGP signature


Bug#434976: records-gnuemacs: please prefer emacs22

2007-07-27 Thread Tatsuya Kinoshita
Package: records-gnuemacs
Version: 1.4.9-4.1
Severity: wishlist

There is now emacs22 in lenny/sid.  Please support emacs22 and
add emacs22 (or emacs) to the dependency.

Currently, emacs21 still exists, so the severity of this bug is
`wishlist'.  If emacs21 is removed, the severity will be bumped up.

Thanks,
--
Tatsuya Kinoshita


pgpLQAJP40EJ6.pgp
Description: PGP signature


Bug#434965: python2.5: please switch to libdb4.5

2007-07-27 Thread Adrian Bunk
Package: python2.5
Version: 2.5.1-3
Severity: wishlist

Please switch from libdb4.4 to the more recent libdb4.5.

TIA
Adrian


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



Bug#432477: openarena 0.7

2007-07-27 Thread Cyril Brulebois
Josy Spasojevic <[EMAIL PROTECTED]> (25/07/2007):
> Hello,
> 
> can everybody update openarena 0.6 to 0.7 in Debian Unstable? The new
> Version have a lot of new Features and more.

Hi,

you might want to subscribe to the bugreport #432477[1] to get a
notification once the package has been uploaded. In the meanwhile, you
can track the modification to the SVN trunk at[2].

 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432477
 2. 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena?op=log&rev=0&sc=0&isdir=1

Once the Debian Games Team has updated all the packages, a link to the
svn should appear on the Package Tracking System, which would be [3] for
openarena, as it appears on [4] for example, the `browser' link in the
Version Control field.

 3. http://packages.qa.debian.org/o/openarena.html
 4. http://packages.qa.debian.org/p/python-pygraphviz.html

And I'm Cc'ing the bugreport and the submitter to keep both posted.

Cheers,

-- 
Cyril Brulebois

PS: I'm also Cc'ing you since I'm not sure you're subscribed. Sorry for
the inconvenience if you are actually subscribed.


pgp69sc4ZHa47.pgp
Description: PGP signature


Bug#434588: installation-reports : problem configuring network

2007-07-27 Thread Matthew Lennig
I'm closing this bug. I suspect this is a hardware problem.

On 7/26/07, Matthew Lennig <[EMAIL PROTECTED]> wrote:
> I have installed the daily Lenny amd64 netinst image from 25-July-07:
>debian-testing-amd64-netinst.iso
> This did not solve the network issue I am experiencing. I tried typing
>   lspci -nn
> and it says
>   bash : lspci : command not found
> I have been unable to mount the USB memory stick in order to send you
> the the outputs of
>   dmesg
>   /var/log/syslog
> Please help me with the command to mount the USB memory stick. (On my
> other Debian Lenny system, the memory stick is automatically mounted
> when I insert it).
>
>
> On 7/25/07, Frans Pop <[EMAIL PROTECTED]> wrote:
> > On Wednesday 25 July 2007 21:40, Matthew Lennig wrote:
> > > No, I used the Debian testing (Lenny) netinst amd64 image. The name of
> > > the file I downloaded was
> > >debian-testing-amd64-netinst.iso
> > > I will download a new daily build image now to see if it fixes the
> > > problem.
> >
> > OK. Then please include the following information if it still fails:
> > - output of 'lspci -nn'
> > - output of 'dmesg'
> > - /var/log/syslog
> >
> > The option "Save debug logs" in the main menu of the installer may help
> > you save that information.
> > Just using a USB stick is probably easiest though. If you need help with
> > saving the info, let us know.
> >
> > Cheers,
> > FJP
> >
>


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



Bug#434964: Images inserted by CSS are not spaced correctly

2007-07-27 Thread Trent W. Buck
Package: netsurf
Version: 1.0-1
Severity: normal

Wikipedia adds a small icon to hyperlinks that lead to "external"
URLs.  I believe this is done using CSS.

In netsurf, the image is inserted over the top of the text, rather
than after it.  This makes it hard to read the hyperlink text.

An example is visible in the footnote at the bottom of
http://en.wikipedia.org/wiki/External_link

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

Kernel: Linux 2.6.21-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 netsurf depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libcurl37.16.2-6 Multi-protocol file transfer libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.16-6   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpango1.0-0   1.16.4-3 Layout and rendering of internatio
ii  libssl0.9.8 0.9.8e-5+b1  SSL shared libraries
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X 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.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages netsurf recommends:
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

-- no debconf information


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



Bug#434963: HTML form widget unusable

2007-07-27 Thread Trent W. Buck
Package: netsurf
Version: 1.0-1
Severity: normal

A  form widget provides a finite list of choices to select
from.  In iceweasel, for example, this is rendered as a drop-down
list.

In netsurf, placing the mouse over such a widget causes the pointer to
change to an image of a mouse with the third (right) button pressed,
but pressing any mouse button appears to have no effect.

A page that manifests this problem is .

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

Kernel: Linux 2.6.21-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 netsurf depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libcurl37.16.2-6 Multi-protocol file transfer libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.16-6   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpango1.0-0   1.16.4-3 Layout and rendering of internatio
ii  libssl0.9.8 0.9.8e-5+b1  SSL shared libraries
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X 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.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages netsurf recommends:
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

-- no debconf information


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



Bug#434962: "International" date format is not ISO 8601 compliant.

2007-07-27 Thread Trent W. Buck
Package: roundup
Version: 1.3.3-3
Severity: wishlist

The _User Guide_ document states that

| Date-and-time stamps are specified with the date in international
| standard format (-mm-dd) joined to the time (hh:mm:ss) by a
| period ..

AFAICT this is *not* the international standard format; both ISO 8601
and RFC 3339 seem to recommend if not mandate the uppercase roman
letter "T" where Roundup expects a period.

>From :

| Combined representations
| 
| 
| T TZ 
| 
| Combining date and time representations is quite simple. It is in
| the format of T. The date and time sections are any
| proper representation of the date and time created by following the
| standard. A common use could be
| []-[MM]-[DD]T[hh]:[mm]:[ss]±[hh]:[mm].
| "1981-04-05T14:30:30-05:00" or
| [][MM][DD]T[hh][mm][ss]Z. "19810405T193030Z", for example.
| 
| The date and time representations may sometimes appear in proximity,
| separated by a space or other characters, in which case they occupy
| two separate fields in a data system, rather than a single combined
| representation. This is sometimes done for human readability. Unlike
| the above example, "1981-04-05" "14:30:30-05:00" are two separate
| representations, one for date and the other for time.

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

Kernel: Linux 2.6.21-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 roundup depends on:
ii  adduser   3.104  add and remove users and groups
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt

roundup recommends no packages.

-- no debconf information


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



Bug#434877: copyright file doesn't say where to get the source from

2007-07-27 Thread Nico Golde
sevirity 434877 minor
thanks

Hi,
* A Mennucc <[EMAIL PROTECTED]> [2007-07-28 02:24]:
> On Fri, Jul 27, 2007 at 03:00:26PM +0200, Nico Golde wrote:
> > the copyright file of this package is totally broken, it 
> > doesn't even name where to get the source code from
> > in the copyright file which is a policy violation.

[...] 
> I took the liberty to highlight the "(if any)" part
> well, it turns out that there is no upstream source to sql-editor:
> the code in Debian is the upstream code.

Ah ok didn't see it's a native package.

> You know why I know? 'Cos I am the upstream author as well.
> (and, btw, this is stated in the copyright file).

Sorry but this is the worst example of a copyright file I 
ever saw.

Author  : Andrea Mennucc <[EMAIL PROTECTED]>
Debian Mantainer: idem est

Copyright: LGPL

On Debian GNU/Linux systems, the complete text of the Lesser GNU General Public
License can be found in `/usr/share/common-licenses/LGPL'.

It states that Andrea Mennucc is the maintainer, how often do people check
if the maintainer name is the name in the copyright when filing a bug report?
You could easily prevent such problems if you use common copyright formats like:

This package was debianized by Andrea Mennucc on.

Upstream Author: Andrea Mennucc

This would make things a bit more obvious.

However, LGPL is no copyright but a license and should be fixed.

> So this bug is not a serious bug.

Fixed.
Cheers
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpP7v6JWRUSn.pgp
Description: PGP signature


Bug#417736: Unreproducible with current gcc-snapshot

2007-07-27 Thread Johann Rudloff
tags 417736 + unreproducible
thankyou

Hi,

I was not able to reproduce this build error with current gcc-snapshot
(20070720-1) in a clean debian/sid chroot on i386.
As I can reconstruct it, cctype is always included by the following
"chain":
"src/tokenize_cleanup.cpp" => "prototypes.h" =>  =>
 => 
this way,  is always included. Maybe it is something platform
specific, since the first error occured on an amd64?

So could you please test, if the problem still persists?

Johann Rudloff



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



Bug#434961: Typo: usr/share/doc/exim4/README.Debian.*: s:any:and:

2007-07-27 Thread shaulka
Package: exim4-base
Version: 4.67-5
Severity: normal
Tags: patch

--- README.Debian.orig  2007-07-28 03:02:35.0 +0300
+++ README.Debian   2007-07-28 03:02:39.0 +0300
@@ -620,7 +620,7 @@
your changes and keeps them around. Additionally, a lot of
configuration options can be overridden with a macro, which does not
require you to actually change our configuration file. A lot of people
-   are using our configuration scheme, any maybe it is going to save you a
+   are using our configuration scheme, and maybe it is going to save you a
lot of time if you decide to spend some time familiarizing yourself
with our scheme.





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



Bug#434960: console-common: [INTL:lt] updated Lithuanian debconf translation

2007-07-27 Thread Kęstutis Biliūnas
Package: console-common
Version: 0.7.70
Severity: wishlist
Tags: l10n patch

Hello,

Here is the updated Lithuanian translation of debconf templates for
console-common.

Best wishes,
-- 
Kęstutis Biliūnas <[EMAIL PROTECTED]>


lt.po.gz
Description: GNU Zip compressed data


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#434959: [pkgreport.cgi]: "Options" has a rouge ref exposing an Array

2007-07-27 Thread Carl Fürstenberg
Package: debbugs
Version: 2.4.1
Severity: important

The options menu exposes an Array, for example, it looks like this:
 Show bugs applicable to[ ] anything
[ ]  for ___
[ ] ARRAY(0x88dfcb0) 
version _

(from http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=reportbug-ng)

/Carl Fürstenberg


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



Bug#434958: pidgin-plugin-pack: Please package new upstream version

2007-07-27 Thread Reuben Thomas
Package: pidgin-plugin-pack
Severity: wishlist

I suspect this will fix at least some of the current bugs, too.

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

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

Versions of packages pidgin-plugin-pack depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X 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.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  pidgin  2.0.2-2  multi-protocol instant messaging c

pidgin-plugin-pack recommends no packages.


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



Bug#290967: steps to reproduce

2007-07-27 Thread Simon Boulet

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Jon,

This is not a problem with Rsnapshot but rather with the way  
permissions are treated.


On 27-Jul-07, at 7:42 AM, Jon Dowland wrote:


[EMAIL PROTECTED]:~/tmp/remove$ find foo -ls
 334154 dr-xr-xr-x   2 jon  jon  4096 Jul 27 12:33 foo
 334160 -r--r--r--   1 jon  jon 0 Jul 27 12:33  
foo/bar



/foo needs u+w permission in order for you to be able to create or  
delete files in it, unless you are root of course.


$ ls -ld foo
dr-xr-xr-x  2 simon simon 6 2007-07-27 19:20 foo
$ touch  foo/bar
touch: cannot touch `foo/bar': Permission denied
$ chmod u+w foo
$ touch  foo/bar
$ chmod u-w foo
$ rm foo/bar
rm: cannot remove `foo/bar': Permission denied


By default, Rsnapshot passes -a to rsync when doing the copy to  
preserve permissions. If you are running Rsnapshot as root, this will  
not cause any problems and is most-likely the desired behavior. But  
in case you are running as a regular user, you will need to make sure  
all your folders have the right permissions before copying them.


You could change rsnapshot.conf to tell Rsync NOT to preserve  
permissions, or, in Etch, you can use the new --chmod Rsync argument  
to force folders to have the u+w permission set (ex. --chmod=Du 
+rwx).  See rsnapshot.conf rsync_short_args and rsync_long_args options.


Hope this helps!

Simon



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFGqoX21jAZg9vxR6wRAitPAJ4nKxhO5dYVcyCX1E7b1GJUmLcy5gCfYHIS
DRrZV+ikWrPp905R9maeEMg=
=/N3L
-END PGP SIGNATURE-


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



Bug#434957: Extra suggestions: python-tz, python-xapian

2007-07-27 Thread Trent W. Buck
Package: roundup
Version: 1.3.3-3
Severity: wishlist
Tags: patch

It appears roundup can leverage python-tz and python-xapian if they
are installed.  Adding them to the existing Suggests field in
debian/control helps administrators see why they are installed when
pruning unused packages.

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

Kernel: Linux 2.6.21-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 roundup depends on:
ii  adduser   3.104  add and remove users and groups
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt

roundup recommends no packages.

-- no debconf information


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



Bug#434956: mt-daapd: segfault at startup; uninstallable

2007-07-27 Thread croddy
Package: mt-daapd
Version: 0.9~r1586-1
Severity: grave
Justification: renders package unusable

mt-daapd version 0.9~r1586-1 is uninstallable on my system, because the
postinst script fails. the postinst script is failing because
/usr/sbin/mt-daapd is segfaulting.

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

Kernel: Linux 2.6.18-4-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 mt-daapd depends on:
ii  adduser 3.104add and remove users and groups
ii  avahi-daemon0.6.20-2 Avahi mDNS/DNS-SD daemon
ii  libavahi-compat-howl0   0.6.20-2 Avahi Howl compatibility library
ii  libavcodec1d0.cvs20070307-6  ffmpeg codec library
ii  libavformat1d   0.cvs20070307-6  ffmpeg file format library
ii  libavutil1d 0.cvs20070307-6  ffmpeg utility library
ii  libc6   2.6-4GNU C Library: Shared libraries
ii  libflac81.1.4-3+b1   Free Lossless Audio Codec - runtim
ii  libid3tag0  0.15.1b-10   ID3 tag reading library from the M
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libsqlite3-03.3.17-1 SQLite 3 shared library
ii  libtagc01.4-8+b1 TagLib Audio Meta-Data Library (C 
ii  libvorbis0a 1.1.2.dfsg-2 The Vorbis General Audio Compressi
ii  libvorbisfile3  1.1.2.dfsg-2 The Vorbis General Audio Compressi
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

mt-daapd recommends no packages.

-- no debconf information


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



Bug#374986: System crash with enabled DRI

2007-07-27 Thread Patrick Plattes

I can reproduce it.

If DRI is enabled (Load "dri") in the xorg.conf the system hangs 
after/while starting the x-server. After I've commented it out 
everything works fine, but of course not as fast as it could. There is 
no way to shutdown the system, because the keyboard doesn't work. It 
occurs with the open source radeon driver _and_ the closed source fglrx 
driver, so it's not a problem ox the xserver-xorg-video-ati package, I 
think. There was a problem in bug #355811 and it was fixed. This bug 
looks also like mine.


Hardware:
ATI Radeon 9200SE (RV280)
AMD Sempron 2800+
K8T800Pro

Software:
Most recent etch packages :)
ii  xserver-xorg  7.1.0-16
ii  xserver-xorg-video-ati6.6.3-2
ii  fglrx-driver  8.28.8-4
ii  fglrx-kernel-2.6.18-4-486 8.28.8-4+2.6.18.dfsg.1-12etch2
ii  fglrx-kernel-src  8.28.8-4


xorg.conf
Section "Files"
[...]
EndSection


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

Section "InputDevice"
[...]
EndSection

Section "Device"
Identifier  "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver  "ati"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "BenQ FP91G+"
Option  "DPMS"
HorizSync   31-83
VertRefresh 56-76
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Monitor "BenQ FP91G+"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
SubSection "Display"
Depth   24
Modes   "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480"

EndSubSection
EndSection

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

Section "DRI"
Mode0666
EndSection


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



Bug#390999: ITP: vxl -- C++ Libraries for Computer Vision Research and Implementation

2007-07-27 Thread stephen emslie
Is there still active interest in maintaining these packages?
Personally I would find them very useful!

Stephen Emslie


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



Bug#431935: Resolver deleting packages

2007-07-27 Thread Jiří Paleček
On Fri, 27 Jul 2007 15:27:52 +0200, Daniel Burrows <[EMAIL PROTECTED]>  
wrote:


On Fri, Jul 27, 2007 at 12:15:22PM +0200, Jiří Paleček <[EMAIL PROTECTED]>  
was heard to say:

  The attached patch should do the trick; it separates the case of
"install a new package" from the case of "install a different version  
of

an already-installed package".  Does it work for you?


Well, yes and no. It does correctly the openoffice.org part, but the  
darcs

problem remains.


  Maybe I'm not understanding the darcs problem.  Could you run


The darcs problem is basicly the same, a hand installed package is marked
as auto. The difference is that in the darcs case, it is not a previously
installed package (as in the OOo case), but a package which is installed
by hand in the same session. (ie. I select an uninstallable version ->
resolver offers a (higher) installable version -> apply solution ->
aptitude marks it as auto -> no version is installed).


aptitude-create-state-bundle (assuming you have aptitude 0.4.6) and send
me the output?


I don't have aptitude 0.4.6, and probably won't upgrade till apt 0.7.4 gets
into testing. Maybe I could create a repository which exhibits the  
behaviour,

would that be OK?

BTW, there's something bad about aptitude package's uploads (which might  
not be
caused by you). There are some versions (eg. 0.4.5-1 and 0.4.6-1) in the  
changelog
whose uploads are not seen on packages.qa.d.o and bugs closed by these  
versions

are still open in the BTS.

Regards
Jiri Palecek



Bug#434877: copyright file doesn't say where to get the source from

2007-07-27 Thread A Mennucc
hi

On Fri, Jul 27, 2007 at 03:00:26PM +0200, Nico Golde wrote:
> the copyright file of this package is totally broken, it 
> doesn't even name where to get the source code from
> in the copyright file which is a policy violation.

I guess that you are referring to this line in the policy: 
"In addition, the copyright file must say where the upstream sources
 *(if any)* were obtained. It should name the original authors of the
 package and the Debian maintainer(s) who were involved with its
 creation."

I took the liberty to highlight the "(if any)" part
well, it turns out that there is no upstream source to sql-editor:
the code in Debian is the upstream code.

You know why I know? 'Cos I am the upstream author as well.
(and, btw, this is stated in the copyright file).

So this bug is not a serious bug.

a.

-- 
Andrea Mennucc

"The EULA sounds like it was written by a team of lawyers who want to tell 
me what I can't do, and the GPL sounds like it was written by a human 
being who wants me to know what I can do."
Anonymous,http://www.securityfocus.com/columnists/420


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



Bug#434837: lists.debian.org: Please remove me from [EMAIL PROTECTED]'s moderator list

2007-07-27 Thread David Moreno Garza
Ming Hua wrote:
> As I've replied to Martin Zobel-Helas, I know Kanru on IRC and am very
> glad to see him becoming the moderator.  Please add him to the moderater
> list.
> 
> P.S.: Please CC: me if anything needs my attention, I'm not subscribed
> to this bug.

I've now added him as moderator.

If you need further assistance, please do not hesitate on letting us
know.

-- 
David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog.net/
 ¿Qué importa si te gusta colplei?



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



Bug#130325: www.debian.org: favicon missing in some domains

2007-07-27 Thread Bas Zoetekouw
reassign 130325 lists.debian.org
retitle 130325 lists.debian.org pages don't show swirl favicon
thanks

Hi Cesar!

You wrote:

> www.debian.org has a favicon. qa.debian.org, db.debian.org and probably others
> do not (as far as I've been able to determine -- I only looked at those two).

Afaics, all major debian.org subdomains now show the favicon, except for
lists.debian.org.  I'm therefor reassigning the bug.

Thanks,
Bas.

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Bug#434954: FTBFS (ia64): Exec failed: No such file or directory

2007-07-27 Thread dann frazier
Severity: serious
Version: 4.2.0-3
Package: gnuplot

From
http://buildd.debian.org/fetch.cgi?&pkg=gnuplot&ver=4.2.0-3&arch=ia64&stamp=1179477747&file=log:

[snip]




. 










[1] [2] [3] [4] 
[5] 
make[1]: Leaving directory `/build/buildd/gnuplot-4.2.0/docs/psdoc'
cd /build/buildd/gnuplot-4.2.0/docs/psdoc/ && ../../src/gnuplot ps_symbols.gpi 
&& cd /build/buildd/gnuplot-4.2.0
Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details
make: *** [build-indep-stamp] Error 141

-- 
dann frazier



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



Bug#434955: bind9: Failes to listen to specific IPv6 addresses from within a chroot

2007-07-27 Thread Andrew Ruthven
Package: bind9
Version: 1:9.3.4-2
Severity: important

Hi,

I've configured bind9 to listen to a specific IPv6 address on port 53.
This works fine using the normal no-chroot setup that Debian ships with.
As soon as I move it inside a chroot (following:
  http://www.tldp.org/HOWTO/Chroot-BIND-HOWTO.html
bind9 no longer binds to the specified IPv6 address.  It will still bind
to "any".

To repeat (if you aren't already using IPv6):

modprobe ipv6
ip -6 addr add fec0::1

Edit /etc/bind/named.conf.options and add (inside options):

listen-on-v6 port 53 { fec0::1; };
listen-on-v6 port 153 { any; };

(The port 153 is to see it listen to any, and what I actually use on my
network to allow bind and dnsmasq to play nice together)

Restart bind9 and you should see in daemon.log:

Jul 28 10:21:17 cerberus named[3378]: listening on IPv6 interface eth0, 
fec0::1#53
Jul 28 10:22:01 cerberus named[3475]: listening on IPv6 interfaces, port 153

Now setup a chroot, copy the config files into place and you'll see:

Jul 28 10:22:01 cerberus named[3475]: listening on IPv6 interfaces, port 153

Not listening on the specified IPv6 address.  Is something else now required
in the chroot?

Cheers!

-- 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.21.5-cerberus
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_NZ)

Versions of packages bind9 depends on:
ii  adduser 3.102Add and remove users and groups
ii  libbind9-0  1:9.3.4-2BIND9 Shared Library used by BIND
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdns221:9.3.4-2DNS Shared Library used by BIND
ii  libisc111:9.3.4-2ISC Shared Library used by BIND
ii  libisccc0   1:9.3.4-2Command Channel Library used by BI
ii  libisccfg1  1:9.3.4-2Config File Handling Library used 
ii  liblwres9   1:9.3.4-2Lightweight Resolver Library used 
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  netbase 4.29 Basic TCP/IP networking system

bind9 recommends no packages.

-- no debconf information


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



Bug#103975: Sherlock searchability (Mozilla 'Search' sidebar)

2007-07-27 Thread Bas Zoetekouw
Hi Kevin!

You wrote:

> Hi.  I think it'd be just swell if you could search packages.debian.org
> and the bugs database through the 'Search' sidebar in Mozilla.  And, in
> fact, one can without too much effort.  (See attatched Sherlock
> extension files.)  But it would work even BETTER with just a little help
> from the server side of things.

I'm currently cleaning out old bugs for the debian webpages, and I
encountered this request [1], which you submitted back in 2001.  Could
you please take a look at it and see if it's still relevant?  AFAIK,
firefox doesn't have a  search sidebar anymore, so it seems that this
bug can be safely closed.  What do you think?

Kind regards,
Bas.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=103975


-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Bug#434953: “not marked as fixed” instead of “marked as not fixed”

2007-07-27 Thread Don Armstrong
On Sat, 28 Jul 2007, Joachim Breitner wrote:
>  I’m just reading
> > Bug marked as not fixed in version 6.6.1-2.
>  and I thought that it should rather say
> > Bug not marked as fixed in version 6.6.1-2.
> Which is what it’s doing. (I think). Maybe you want to change that.

Well, it's really marking that it's not actually fixed in version
6.6.1-2; I wrote it that way because the command is actually notfixed,
and because the way that sounds most "correct" (to me anyway):
"Removed any indication that bug was fixed in version 6.6.1-2"
doesn't fit the "Bug marked blah blah" meme.

Another option is Bug unmarked as fixed in version 6.6.1-2, but I'm
not sure if that's any clearer.


Don Armstrong

-- 
Every gun that is made, every warship launched, every rocket fired
signifies in the final sense, a theft from those who hunger and are
not fed, those who are cold and are not clothed. This world in arms is
not spending money alone. It is spending the sweat of its laborers,
the genius of its scientists, the hopes of its children. This is not a
way of life at all in any true sense. Under the clouds of war, it is
humanity hanging on a cross of iron.
 -- Dwight Eisenhower, April 16, 1953

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



Bug#434907: emacs22-el: It also prevents hyperlinks working

2007-07-27 Thread Reuben Thomas
Package: emacs22-el
Version: 22.1+1-1
Followup-For: Bug #434907

If I C-h f a function, then try to follow the source file link, it
doesn't work, because the expected file doesn't exist.

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

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

Versions of packages emacs22-el depends on:
ii  emacs22-common22.1+1-1   The GNU Emacs editor's shared, arc

emacs22-el recommends no packages.

-- no debconf information


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



Bug#434951: python2.4-doc: File created by latex2html included

2007-07-27 Thread Carl Fürstenberg
Package: python2.4-doc
Severity: serious
Justification: Policy 2.2.2

the file 'Doc/html/style.css' in python2.4-doc is partially created by 
LATEX2HTML, and as
I have learned, that is a violation of the DFSG. Correct me if I'm
wrong.

/Carl Fürstenberg

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.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#434952: apt-0.7.4 drop provides needed by apt-build and python-apt

2007-07-27 Thread Nathan Straz
Package: apt
Version: 0.7.3
Severity: normal

When I tried to upgrade today I noticed that apt-0.7.4 did not provide
several things that other packages need.  Aptitude shows the following
broken dependencies.

 * libapt-pkg-perl depends on libapt-pkg-libc6.5-6-4.4 (provided by apt 0.7.3)
 * python-apt depends on libapt-inst-libc6.5-6-1.1 (provided by apt-utils 0.7.3)
 * python-apt depends on libapt-pkg-libc6.5-6-4.4 (provided by apt 0.7.3)

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "0";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::Acquire "";
APT::Acquire::Translation "environment";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

#deb copy:///cdrom/ sarge main

#deb http://debian-mirror.cs.umn.edu/debian testing main  
#deb-src http://debian-mirror.cs.umn.edu/debian testing main  
#deb http://debian-mirror.cs.umn.edu/debian unstable main contrib non-free
#deb-src http://debian-mirror.cs.umn.edu/debian unstable main contrib non-free 
#deb http://http.us.debian.org/debian unstable main 
#deb-src http://http.debian.org/debian unstable main 
deb http://debian.mirror.frontiernet.net/debian unstable main contrib non-free
deb-src http://debian.mirror.frontiernet.net/debian unstable main contrib 
non-free 

# deb http://security.debian.org/ stable/updates main

#deb ftp://ftp.nerim.net/debian-marillat/ unstable main

deb http://www.debian-multimedia.org sid main
#deb-src http://www.debian-multimedia.org sid main

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

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

Versions of packages apt depends on:
ii  debian-archive-keyring2007.02.19-0.1 GnuPG archive keys of the Debian a
ii  libc6 2.6-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-1  GCC support library
ii  libstdc++64.2.1-1The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


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



Bug#434953: “not marked as fixed” instead of “marked as not fixed”

2007-07-27 Thread Joachim Breitner
Package: debbugs
Severity: minor

Hi Don,

I’m just reading
> Bug marked as not fixed in version 6.6.1-2.
and I thought that it should rather say
> Bug not marked as fixed in version 6.6.1-2.
Which is what it’s doing. (I think). Maybe you want to change that.

Greetings,
Joachim



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

Kernel: Linux 2.6.21.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#423773: notfixed 423773 in 6.6.1-2

2007-07-27 Thread Joachim Breitner
# Automatically generated email from bts, devscripts version 2.10.6
# Reading Cyril Brulebois’ mail again, I was misreading it. But this Version: 
mark does still not make sense to me. Do I see correctly that this bug is fixed 
by a change in ghc6? Should it be just closed without a version?
notfixed 423773 6.6.1-2



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



Bug#434950: FTBFS (hppa): /usr/bin/ld: cannot find -ljpeg

2007-07-27 Thread dann frazier
Package: gnuplot
Version: 4.2.0-3
Severity: serious

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=gnuplot&ver=4.2.0-3&arch=hppa&stamp=1183703826&file=log:

[snip]
if hppa-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../term -I../term 
-DBINDIR=\"/usr/bin\" -DX11_DRIVER_DIR=\"/usr/lib/gnuplot\" 
-DGNUPLOT_PS_DIR=\"/usr/share/gnuplot/gnuplot/4.2/PostScript\" 
-DCONTACT=\"[EMAIL PROTECTED]" -DHELPFILE=\"/usr/share/gnuplot/gnuplot.gih\" 
-I/usr/include  -Wall -g -O2 -MT version.o -MD -MP -MF ".deps/version.Tpo" -c 
-o version.o version.c; \
   then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f 
".deps/version.Tpo"; exit 1; fi
hppa-linux-gnu-g++  -g -O2  -L/usr/lib -o gnuplot  alloc.o axis.o breaders.o 
bitmap.o color.o command.o contour.o datafile.o dynarray.o eval.o fit.o 
gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o history.o 
internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o 
pm3d.o readline.o save.o scanner.o set.o show.o specfun.o standard.o stdfn.o 
tables.o term.o time.o unset.o util.o util3d.o variable.o version.o   -lz -lgd 
-ljpeg -lfreetype -lpng12 -lz -lm   -lm 
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
make[4]: *** [gnuplot] Error 1
make[4]: Leaving directory `/build/buildd/gnuplot-4.2.0/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/gnuplot-4.2.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/gnuplot-4.2.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/gnuplot-4.2.0'
make: *** [build-arch-stamp] Error 2

-- 
dann frazier



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



Bug#434949: New upstream version 0.9.12

2007-07-27 Thread Joachim Breitner
Package: gtk2hs
Version: 0.9.11-2
Severity: wishlist

Hi Liyang,

I assume you also got Duncan’s message. I’m just opening the bug to make
sure we don’t forget about the new version. Do you think you’ll have
time to package 0.9.12 anytime soon?

Also note that it would be nice to have #427796 fixed.

Duncan, in case you think we are cleaning the source tree non-correctly,
so that the _split/ files are not deleted, please post your advice to
[EMAIL PROTECTED] Thanks!

Greetings,
Joachim

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

Kernel: Linux 2.6.21.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#434822: RFP: gtkimageview -- image viewer widget for GTK.

2007-07-27 Thread Carl Fürstenberg
retitle 434822 ITP: gtkimageview -- image viewer widget for GTK.
owner 434822 !
stop

don't see anyproblem packaging this.

/Carl


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



Bug#434948: wise: FTBFS (ia64, hppa): ps2pdf failure

2007-07-27 Thread dann frazier
Package: wise
Version: 2.4.0-1
Severity: serious
Justification: no longer builds from source

>From 
>http://buildd.debian.org/fetch.cgi?&pkg=wise&ver=2.4.0-1&arch=ia64&stamp=1185436921&file=log:

[snip]
cd docs && dvips wise2.dvi
This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.07.26:0801' -> wise2.ps


. 







[1] [2] [3] [4] 
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20
<./genewise21.eps>] [21] [22] [23] [24<./genewise6.eps>] [25] [26] [27] [28] 
[29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] 
[44] 
cd docs && ps2pdf wise2.ps
/bin/sh: line 1:  8993 Bus error   ps2pdf wise2.ps
make: *** [build-stamp] Error 135
[snip]

I'm guessing this is due to #428876.


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



Bug#434861: aptitude: [hppa] segfault during startup

2007-07-27 Thread Frans Pop
retitle 434861 segfault when other instance is still running
severity 434861 normal
thanks

On Friday 27 July 2007 15:24, you wrote:
> I bet you have another aptitude running.

You're absolutely right! 'ps ax' did show an aptitude still running in 
state "S". Killing that solved the problem.

It is really weird that it was still running though as I did break out of 
it and even exited the controlling ssh session. So it must somehow have 
gooten disconnected from the controlling terminal too.

> Do you still get this segfault with 0.4.6?

Not yet available for HPPA.


I'm reducing the severity to normal as a segfault is still not a very 
pretty way to notify a user that there is another instance running.
Note that, unless my memory is really deserting me, it also segfaulted 
before I removed the locks.

If this is a duplicate report for a known issue, feel free to close it.

Cheers,
FJP

P.S. The garbled display issue (#406193) is really gone with the latest 
versions. I've not seen that anymore. Nice job!


pgpzSEvxYCy0L.pgp
Description: PGP signature


Bug#434837: lists.debian.org: Please remove me from [EMAIL PROTECTED]'s moderator list

2007-07-27 Thread Ming Hua
Hi David,

Thanks for your help.

On Fri, Jul 27, 2007 at 12:32:52PM -0500, David Moreno Garza wrote:
> 
> I hope you guys find a way to deal with your issues on the list.
> 
> If you need further help, please let me know.

On Fri, Jul 27, 2007 at 01:53:05PM -0500, David Moreno Garza wrote:
> Kanru Chen wrote:
> > I can read/wirte chinese-big5 and am traditional Chinese user. I am
> > glad to help and to do listmoderating work but I don't have any
> > experience.
>
> Hey, as Martin already suggested, you could talk to Ming Hua
> <[EMAIL PROTECTED]>, and if we agrees, we can add you to the moderators
> list right away.

As I've replied to Martin Zobel-Helas, I know Kanru on IRC and am very
glad to see him becoming the moderator.  Please add him to the moderater
list.

P.S.: Please CC: me if anything needs my attention, I'm not subscribed
to this bug.

Ming
2007.07.27


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



Bug#423773: fixed 423773 in 6.6.1-2

2007-07-27 Thread Joachim Breitner
# Automatically generated email from bts, devscripts version 2.10.6
# Reading Cyril Brulebois’ mail, this seems to be the version he wanted to 
mark as fixed.
fixed 423773 6.6.1-2



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



Bug#434837: lists.debian.org: Please remove me from [EMAIL PROTECTED]'s moderator list

2007-07-27 Thread Ming Hua
On Fri, Jul 27, 2007 at 08:20:18PM +0200, Martin Zobel-Helas wrote:
> 
> I don't know how close you are following your own bug, but Kanru Chen
> offered to help here. Would you be willing to train him with list
> moderation?

I am not checking the bug page, but I check emails if they are sent to
me.  I know Kanru on IRC, and am glad to see him stepping up.  The
moderating is pretty easy and I'm willing to help him if he encounters
any problem.

So please add Kanru Chen to the moderator list (or rather, IMHO, make
Kanru the only moderator, since the others are not active anyway).

Ming
2007.07.27


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



Bug#434898: IPod with Rockbox doesn't automount in KDE

2007-07-27 Thread Christopher Desjardins
On 7/27/07, Michael Biebl <[EMAIL PROTECTED]> wrote:
> Christopher David Desjardins schrieb:
> > Package: Hal
> >
> > Version: 0.5.9.1-2
> >
> > My IPod containing rockbox software fails to automount when connected to a
> KDE
> > session.  I would expect a pop-up window to come up asking me what I'd
> like
> > to do with my device (i.e. mount it, ignore it, open it with foo package).
>
> > The device is recognized by dmesg
> >
> > scsi 2:0:0:0: Direct-Access AppleiPod 1.62 PQ: 0 ANSI:
> 0
> > sd 2:0:0:0: [sdb] 1999871 512-byte hardware sectors (1024 MB)
> > sd 2:0:0:0: [sdb] Write Protect is off
> > sd 2:0:0:0: [sdb] Mode Sense: 68 00 00 08
> > sd 2:0:0:0: [sdb] Assuming drive cache: write through
> > sd 2:0:0:0: [sdb] 1999871 512-byte hardware sectors (1024 MB)
> > sd 2:0:0:0: [sdb] Write Protect is off
> > sd 2:0:0:0: [sdb] Mode Sense: 68 00 00 08
> > sd 2:0:0:0: [sdb] Assuming drive cache: write through
> >  sdb: sdb1 sdb2
> > sd 2:0:0:0: [sdb] Attached SCSI removable disk
> > sd 2:0:0:0: Attached scsi generic sg2 type 0
> >
> > Running pmount /dev/sdb2 allows me to mount the device and sudo
> > umount /dev/sdb2 && eject /dev/sdb2 allows me to safely remove it.
>
> Could you please stop hal (/etc/init.d/hal stop), and run it like "hald
> --daemon=no --verbose=yes".
> This should print the output of hald to stdout. If that doesn't already
> help you to figure out the problem yourself, please save the output and
> attach it to the bug report. Please also run lshal when the device is
> connected and attach the output, too.
>
> Cheers,
> Michael
>
>
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>
>

Turns out that the ipod filesystem was corrupt.  After reformatting
the ipod it now works and behaves correct.  Therefore, this is a non
bug and this bug report should be closed.  Thanks for the prompt reply
Michael!
Cheers,
Chris


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



Bug#429226: ITP: xmonad -- lightweight keyboard-friendly tiling window manager

2007-07-27 Thread Daniel Baumann
What's the status of this ITP?

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#420072: another test

2007-07-27 Thread Helmut Pozimski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I now tried it with bery and it all works fine. So there must be a
problem with this version of kwin I think.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGqmX2dLotVz959dkRCttmAJ9ZVPAqD1TRkGepH/ZjU/4+tEmGsgCglk2V
b/xc65bgIWs+mZbWdNMQqd0=
=OXpW
-END PGP SIGNATURE-



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



Bug#209008: parallel building: DEB_BUILD_OPTIONS or DEB_BUILD_OPTIONS_PARALLEL

2007-07-27 Thread Wouter Verhelst
On Fri, Jul 27, 2007 at 04:56:14PM +0200, Matthias Klose wrote:
>  - What to do if that option is not present? Should a package be
>allowed to build in parallel anyway, determing the number of
>processes itself, or should it be a sequential build?

I think it should behave as is currently required then; that is to say,
make it a sequential build.

-- 
 Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22


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



Bug#434947: libpam-ldap: No way to ignore shadow information (includes patch adding no_shadow option).

2007-07-27 Thread Brett Viren
Package: libpam-ldap
Version: 180-1.7
Severity: wishlist
Tags: patch


I use pam_ldap to authenticate systems that accept SSH passwords as
well as ones that explicitly do not allow passwords (relying on SSH
keys instead).  For these latter systems, there is no way I have found
to tell pam_ldap to ignore password aging (which is required for any
system here that does allow passwords) and requiring users to change a
password that is never used is frustrating.

The patch below adds the option "account pam_ldap.so no_shadow" which
will direct pam_ldap.so to ignore any interpretation of shadow
information.  It is made against the patched Debian source.

I am not a PAM internals expert but this mod does seem to do the right
thing in my tests.

Thanks,
-Brett.


--- libpam-ldap-180/pam_ldap.c  2007-07-27 17:18:24.0 -0400
+++ libpam-ldap-180-mod/pam_ldap.c  2007-07-27 17:07:29.0 -0400
@@ -3730,7 +3730,7 @@
*/
   int rc;
   const char *username;
-  int no_warn = 0, ignore_flags = 0;
+  int no_warn = 0, ignore_flags = 0, no_shadow = 0;
   int i, success = PAM_SUCCESS;
   struct pam_conv *appconv;
   pam_ldap_session_t *session = NULL;
@@ -3750,6 +3750,8 @@
configFile = argv[i] + 7;
   else if (!strcmp (argv[i], "no_warn"))
no_warn = 1;
+  else if (!strcmp (argv[i], "no_shadow"))
+   no_shadow = 1;
   else if (!strcmp (argv[i], "ignore_unknown_user"))
ignore_flags |= IGNORE_UNKNOWN_USER;
   else if (!strcmp (argv[i], "ignore_authinfo_unavail"))
@@ -3806,7 +3808,7 @@
 
   /* Check shadow expire conditions */
   /* Do we have an absolute expiry date? */
-  if (session->info->shadow.expire > 0)
+  if (!no_shadow && session->info->shadow.expire > 0)
 {
   if (currentday >= session->info->shadow.expire)
{
@@ -3814,7 +3816,7 @@
}
 }
 
-  if (session->info->shadow.lstchg == 0)
+  if (!no_shadow && session->info->shadow.lstchg == 0)
 {
   /*
* Adhere to convention of a shadow last change
@@ -3829,7 +3831,8 @@
* Also check if user hasn't changed password for the inactive
* amount of time.  This also counts as an expired account.
*/
-  if ((session->info->shadow.lstchg > 0) &&
+  if ((!no_shadow) &&
+  (session->info->shadow.lstchg > 0) &&
   (session->info->shadow.max > 0) && (session->info->shadow.inact > 0))
 {
   if (currentday >= (session->info->shadow.lstchg +
@@ -3841,7 +3844,8 @@
 }
 
   /* Our shadow information should be populated, so do some calculations */
-  if ((session->info->shadow.lstchg > 0) && (session->info->shadow.max > 0))
+  if ((!no_shadow) && 
+  (session->info->shadow.lstchg > 0) && (session->info->shadow.max > 0))
 {
   if (currentday >= (session->info->shadow.lstchg +
 session->info->shadow.max))
@@ -3896,7 +3900,7 @@
   /*
* If the password's expired, no sense warning
*/
-  if (session->info->policy_error != POLICY_ERROR_PASSWORD_EXPIRED)
+  if (!no_shadow && session->info->policy_error != 
POLICY_ERROR_PASSWORD_EXPIRED)
 {
   if (session->info->shadow.warn > 0)  /* shadowAccount */
{



-- 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-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libpam-ldap depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libldap22.1.30-13.3  OpenLDAP libraries
ii  libpam0g0.79-4   Pluggable Authentication Modules l

libpam-ldap recommends no packages.

-- debconf information excluded


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



Bug#434946: manpages-dev: Unknown macro in strxfrm.3

2007-07-27 Thread Thomas Huriaux
Package: manpages-dev
Version: 2.61-1
Severity: minor

Hi,

Line 59 of strxfrm.3 contains an unknown macro ('\\0' character.) which
results in an incomplete sentence.
The easiest way to fix this is probably to split the sentence somewhere
else.

Cheers,

-- 
Thomas Huriaux



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



Bug#434299: Fixed by rebuild

2007-07-27 Thread Steve Greenland
A simple rebuild against the new libgime fixes the problem. Apparently
it's an inadvertent ABI change; at a guess it's the enabling of LFS in
libgmime.

I don't know whether or not this is a bug against libgmime. Probably,
since the library version didn't change.

Steve
-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Bug#433425: mutt with SASL GSSAPI works

2007-07-27 Thread Peter Palfrader
On Fri, 27 Jul 2007, brian m. carlson wrote:

> I've found that using SASL GSSAPI authentication with
> libsasl2-modules-gssapi-mit works just fine.  Is there some reason this
> isn't sufficient?

Ah, that's nice to know.  Well, it does suffice, but mutt neither
recommends nor suggests that package, so I didn't expect it to make any
difference.

What I did here is just this:
[EMAIL PROTECTED]:~/kerberos/mutt$ zinterdiff mutt_1.5.13-1.1.0.weasel.diff.gz 
mutt_1.5.13-1.1.diff.gz 
diff -u mutt-1.5.13/debian/rules mutt-1.5.13/debian/rules
--- mutt-1.5.13/debian/rules
+++ mutt-1.5.13/debian/rules
@@ -16,7 +16,6 @@
--with-sharedir=/usr/share/mutt \
--with-docdir=/usr/share/doc\
--with-mailpath=/var/mail   \
-   --with-gss=/usr \
\
--disable-dependency-tracking   \
\

and the resulting binary package has little extra dependencies:
Control files: lines which differ (wdiff format)

Version: [-1.5.13-1.1.0.weasel-] {+1.5.13-1.1+}
Depends: libc6 (>= 2.3.6-6), [-libcomerr2 (>= 1.33-3),-] libdb4.4, libgnutls13 
(>= 1.4.0-0), libidn11 (>= 0.5.18), [-libkrb53 (>= 1.4.2),-] libncursesw5 (>= 
5.4-5), libsasl2-2, exim4 | mail-transport-agent
Installed-Size: [-4944-] {+4940+}

libcomerr2 is priority required, and libkrb53 is standard (also needed
by e.g. ssh).


So, is there some reason mutt doesn't support gssapi out of the box? :)

Peter
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


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



Bug#434879: zsh: Incorrect completion after "dvips -Ppdf "

2007-07-27 Thread Clint Adams
On Fri, Jul 27, 2007 at 10:49:29PM +0200, Vincent Lefevre wrote:
> I don't understand your question. If you mean grouping options in a
> single argument, this doesn't seem to be possible. But dvips behaves
> strangely:

Try changing "_arguments -s" to "arguments -s -w".  That might do the
right thing, though I'm still not clear on how dvips parses the command
line.

> I'd say that when an option doesn't take data, the trailing characters
> of the argument are simply ignored.
> 
> BTW, there are other problems with the completion code. For instance,
> 
>   dvips -j [Tab]
> 
> gives:
> 
>   dvips -j -
> 
> then completes options. "dvips -j [Tab]" should complete dvi files.

That should be an easy fix:

Index: Completion/Unix/Command/_dvi
===
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_dvi,v
retrieving revision 1.2
diff -u -r1.2 _dvi
--- Completion/Unix/Command/_dvi21 Jan 2004 13:53:29 -  1.2
+++ Completion/Unix/Command/_dvi27 Jul 2007 21:23:19 -
@@ -26,6 +26,7 @@
 '-F[append control-D]' \
 '-h[specify additional header file]:postscript header file:_files -g 
"*.(#i)(ps|eps)(-.)"' \
 '-i[one file per section]' \
+'-j[download fonts partially]' \
 '-k[print crop marks]' \
 '-K[include postscript comments]' \
 '(-pp)-l[specify last page to print]:number of last page' \


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



Bug#434944: manpages-dev: Invalid font modifier in gethostbyname.3 and getopt.3

2007-07-27 Thread Thomas Huriaux
Package: manpages-dev
Version: 2.61-1
Severity: minor

Hi,

Line 150 of gethostbyname.3 should be
  with the current value of \fIh_errno\fP on \fIstderr\fP.
instead of
  with the current value of \fIh_errno\fP on \fIstderr\fp.

Line 148 of getopt.3 should be
  error message to \fIstderr\fP, stores the character in \fIoptopt\fP, and
instead of
  error message to \fIstderr\fp, stores the character in \fIoptopt\fP, and

(\fP instead of \fp).

Cheers,

-- 
Thomas Huriaux



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



Bug#434945: bad postinst: groupmod: 113 is not a unique GID

2007-07-27 Thread Trent W. Buck
Package: roundup
Version: 1.3.3-3
Severity: important

During installation:

| Selecting previously deselected package roundup.
| (Reading database ... 221017 files and directories currently installed.)
| Unpacking roundup (from .../roundup_1.3.3-3_all.deb) ...
| groupmod: 113 is not a unique GID
| Setting up roundup (1.3.3-3) ...
| Starting Roundup HTTP-Server: roundup-server.
| 
| Press return to continue.

Upon investigation:

| $ cd /var/lib/dpkg/info
| $ grep -n groupmod roundup.*
| roundup.preinst:18: groupmod -g `id -u roundup` roundup || true
| $ id roundup
| uid=113(roundup) gid=112(roundup) groups=112(roundup)

The postinst is trying to forcibly set the GID to match the UID, and
this is not working because that GID is already in use.

Is it even necessary to futz with the GID?  If not, this line could
simply be removed.

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

Kernel: Linux 2.6.21-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 roundup depends on:
ii  adduser   3.104  add and remove users and groups
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt

roundup recommends no packages.

-- no debconf information


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



Bug#434943: gdb: Segfault when debugging democracyplayer (miro)

2007-07-27 Thread Nick Nassar
Package: gdb
Version: 6.4.90.dfsg-1
Severity: normal

I get the following segfault every time I launch Miro in gdb on my
Debian Etch system.  Miro is a multithreaded PyGTK desktop app.  It's
still packaged as democracyplayer in Debian as of the time of this bug
report.



Program received signal SIGSEGV, Segmentation fault.
thread_db_map_id2thr (thread_info=0x0, fatal=0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/linux-thread-db.c:328
328   if (thread_info->private->th_valid)
(gdb) bt
#0  thread_db_map_id2thr (thread_info=0x0, fatal=0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/linux-thread-db.c:328
#1  0x08091d6a in thread_db_pid_to_str (ptid=
  {pid = 1432, lwp = 1441, tid = -1330885712})
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/linux-thread-db.c:1243
#2  0x0810da1b in normal_stop ()
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:3001
#3  0x0807feed in do_my_cleanups (pmy_chain=0x82a42cc, old_chain=0x0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/utils.c:354
#4  0x08118bf4 in throw_exception (exception=
  {reason = RETURN_ERROR, error = GENERIC_ERROR, message = 0x9c47cc0 
"ptrace: No such process."}) at 
/home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:225
#5  0x08118cc0 in throw_it (reason=RETURN_ERROR, error=GENERIC_ERROR, 
fmt=, ap=0xbfc0c664 "pÆÀ¿\005")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:395
#6  0x08118d1c in throw_verror (error=GENERIC_ERROR, fmt=0x822e244 "%s.", 
ap=0xbfc0c664 "pÆÀ¿\005")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:401
#7  0x08082ee3 in error (string=0x822e244 "%s.")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/utils.c:649
#8  0x080831cb in perror_with_name (string=0x8224e0e "ptrace")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/utils.c:865
#9  0x08090578 in i386_linux_resume (ptid={pid = 1432, lwp = 1441, tid = 0}, 
---Type  to continue, or q  to quit---
step=0, signal=TARGET_SIGNAL_0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/i386-linux-nat.c:815
#10 0x08097496 in linux_nat_resume (ptid={pid = 1432, lwp = 1441, tid = 0}, 
step=0, signo=TARGET_SIGNAL_0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/linux-nat.c:1246
#11 0x08093619 in thread_db_resume (ptid={pid = -1, lwp = 0, tid = 0}, step=0, 
signo=TARGET_SIGNAL_0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/linux-thread-db.c:875
#12 0x0810e74f in resume (step=0, sig=TARGET_SIGNAL_0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:625
#13 0x0810e973 in keep_going (ecs=0xbfc0c94c)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:2837
#14 0x0810faa2 in handle_inferior_event (ecs=0xbfc0c94c)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:1475
#15 0x08110f1d in wait_for_inferior ()
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:1001
#16 0x0811109e in proceed (addr=4294967295, siggnal=TARGET_SIGNAL_0, step=0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infrun.c:826
#17 0x0810c427 in run_command_1 (args=0x0, from_tty=1, 
tbreak_at_main=)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/infcmd.c:552
#18 0x0807f133 in execute_command (p=0x82bd86b "", from_tty=1)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/top.c:452
---Type  to continue, or q  to quit---
#19 0x0811ca1b in command_handler (command=0x82bd868 "")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-top.c:512
#20 0x0811d759 in command_line_handler (rl=0x837a9a0 "")
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-top.c:797
#21 0xb7f211a0 in rl_callback_read_char () from /lib/libreadline.so.5
#22 0x0811cbdb in rl_callback_read_char_wrapper (client_data=0x0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-top.c:178
#23 0x0811c552 in handle_file_event (event_file_desc=0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-loop.c:730
#24 0x0811b9fd in process_event ()
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-loop.c:343
#25 0x0811c1c5 in gdb_do_one_event (data=0x0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/event-loop.c:380
#26 0x08118f3b in catch_errors (func=0x811c0b0 , 
func_args=0x0, errstring=0x8227c08 "", mask=6)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:515
#27 0x080c19d4 in tui_command_loop (data=0x0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/tui/tui-interp.c:151
#28 0x0811956f in current_interp_command_loop ()
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/interps.c:278
#29 0x0807825b in captured_command_loop (data=0x0)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/main.c:101
#30 0x08118f3b in catch_errors (func=0x8078250 , 
---Type  to continue, or q  to quit---
func_args=0x0, errstring=0x8227c08 "", mask=6)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:515
#31 0x08078a64 in captured_main (data=0xbfc0ce24)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/main.c:834
#32 0x08118f3b in catch_errors (func=0x8078290 , 
func_args=0xbfc0ce24, errstring=0x8227c08 "", mask=6)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/exceptions.c:515
#33 0x08078243 in gdb_main (args=0xbfc0ce24)
at /home/nassar/src/gdb-6.4.90.dfsg/gdb/main.c:843
#34 0x0807820

Bug#434942: TLS/SSL doesn't work properly or at all

2007-07-27 Thread Rafal Czlonka
Package: cherokee
Version: 0.5.6-1
Severity: normal

Hi,
Trying to enabling TLS/SSL, using provided
/usr/share/doc/cherokee/How_to_generate_SSL_keys.html

I get the same error message as here:

http://www.cherokee-project.com/archive/2006-July/001601.html
http://www.cherokee-project.com/bugs/ticket/53

As the second way of generating the cert/key file, although slow at first,
does indeed work, the first one doesn't and is an actual bug.

Interestingly enough, when connecting using SSL, the server reports the
port 80, e.g.

https://localhost/file

404 Not Found
The requested URL /file was not found on this server.

Cherokee web server 0.5.6 Port 80

Cheers,
Raf

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

Kernel: Linux 2.6.22-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cherokee depends on:
ii  libcherokee-base0 0.5.6-1extremely fast and flexible web se
ii  libcherokee-server0   0.5.6-1extremely fast and flexible web se
ii  logrotate 3.7.1-3Log rotation utility
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

cherokee recommends no packages.

-- no debconf information


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



Bug#369181: amule: spanish translation becomes russian (or similar, sorry) language sometimes

2007-07-27 Thread Marie 3Jane Marie-France TEssier-Ashpool
Package: amule
Version: 2.1.3-1
Followup-For: Bug #369181

spanish translation becomes russian (or similar, sorry) language 
sometimes.

there's a screenshot for you in 
http://delcorp.org/abbadingo/wp-content/uploads/2007/07/spanish_and_russian.png 

thanks for the program!


tatiana


ps: if the server is offline, please contact me, i have a backup of the 
file :)




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

Versions of packages amule depends on:
ii  amule-common2.1.3-1  common files for the rest of aMule
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcrypto++5.2c2a   5.2.1c2a-3   General purpose cryptographic shar
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libwxbase2.6-0  2.6.3.2.1.5  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.1.5  wxWidgets Cross-platform C++ GUI t
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages amule recommends:
pn  amule-utils(no description available)

-- no debconf information


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



Bug#434941: use liblzo2

2007-07-27 Thread Peter Eisentraut
Package: vtun
Version: 3.0.0-1
Severity: wishlist
Tags: patch

In order to get rid of some old libraries, please switch this package to
use liblzo2 instead of liblzo.  The vtun source code appears to be
prepared for this already, so all you need to do is switch the
build dependencies from liblzo-dev to liblzo2-dev.

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages vtun depends on:
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  liblzo1 1.08-3   data compression library (old vers
ii  libssl0.9.8 0.9.8e-4 SSL shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

vtun recommends no packages.


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



Bug#434056: Inputenc and XeTeX don't work together

2007-07-27 Thread Norbert Preining
On Fre, 27 Jul 2007, Juliusz Chroboczek wrote:
> than the ifxetex package).  However I believe that this should be handled
> automatically by inputenc.

Then please write the orginal author of inputenc ...

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
KIBBLESWORTH (n.)
The footling amount of money by which the price of a given article in
a shop is less than a sensible number, in a vain hope that at least
one idiot will think it cheap. For instance, the kibblesworth on a
pair of shoes priced at £19.99 is 1p.
--- Douglas Adams, The Meaning of Liff


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



Bug#434940: admin module - libplugin_admin.so doesn't exist

2007-07-27 Thread Rafal Czlonka
Package: cherokee
Version: 0.5.6-1
Severity: normal

Hi, after enabling the admin module:

# ln -s /etc/cherokee/mods-available/admin /etc/cherokee/mods-enabled/

I get:

module_loader.c:226: ERROR: dlopen(/usr/lib/cherokee/libplugin_admin.so): 
/usr/lib/cherokee/libplugin_admin.so: cannot open shared object file: No such 
file or directory
module_loader.c:378: ERROR: Can't open "admin" module
ERROR: Loading module 'admin'
Couldn't read the config file

Cheers,
Raf

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

Kernel: Linux 2.6.22-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cherokee depends on:
ii  libcherokee-base0 0.5.6-1extremely fast and flexible web se
ii  libcherokee-server0   0.5.6-1extremely fast and flexible web se
ii  logrotate 3.7.1-3Log rotation utility
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

cherokee recommends no packages.

-- no debconf information


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



Bug#424661: usblp unusable (connect/disconnect) on 2.6.21 / 2.6.22

2007-07-27 Thread Jeremy Lainé
I am seeing a problem similar to the one described in bug #424661, my USB 
printer (Samsung ML-2010) is constantly connecting / disconnecting when 
running kernels 2.6.21 or 2.6.22. It works absolutely fine with 2.6.18.

The logs show a strange pattern of disconnect/reconnect exactly every 30s, I 
am not sure whether this is actually linked to the problem or whether this is 
CUPS retrying to print:

Jul 27 20:15:56 sharky kernel: usb 2-1: USB disconnect, address 5
Jul 27 20:15:56 sharky kernel: drivers/usb/class/usblp.c: usblp0: removed
Jul 27 20:15:56 sharky kernel: usb 2-1: new full speed USB device using 
uhci_hcd and address 6
Jul 27 20:15:57 sharky kernel: usb 2-1: configuration #1 chosen from 1 choice
Jul 27 20:15:57 sharky kernel: drivers/usb/class/usblp.c: usblp0: USB 
Bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x04E8 pid 0x326C
Jul 27 20:16:26 sharky kernel: usb 2-1: USB disconnect, address 6
Jul 27 20:16:26 sharky kernel: drivers/usb/class/usblp.c: usblp0: removed
Jul 27 20:16:26 sharky kernel: usb 2-1: new full speed USB device using 
uhci_hcd and address 7
Jul 27 20:16:27 sharky kernel: usb 2-1: configuration #1 chosen from 1 choice
Jul 27 20:16:27 sharky kernel: drivers/usb/class/usblp.c: usblp0: USB 
Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04E8 pid 0x326C
Jul 27 20:16:56 sharky kernel: usb 2-1: USB disconnect, address 7
Jul 27 20:16:56 sharky kernel: drivers/usb/class/usblp.c: usblp0: removed
Jul 27 20:16:57 sharky kernel: usb 2-1: new full speed USB device using 
uhci_hcd and address 8
Jul 27 20:16:57 sharky kernel: usb 2-1: configuration #1 chosen from 1 choice
Jul 27 20:16:57 sharky kernel: drivers/usb/class/usblp.c: usblp0: USB 
Bidirectional printer dev 8 if 0 alt 0 proto 2 vid 0x04E8 pid 0x326C
Jul 27 20:17:27 sharky kernel: usb 2-1: USB disconnect, address 8
Jul 27 20:17:27 sharky kernel: drivers/usb/class/usblp.c: usblp0: removed
Jul 27 20:17:27 sharky kernel: usb 2-1: new full speed USB device using 
uhci_hcd and address 9
Jul 27 20:17:27 sharky kernel: usb 2-1: configuration #1 chosen from 1 choice
Jul 27 20:17:27 sharky kernel: drivers/usb/class/usblp.c: usblp0: USB 
Bidirectional printer dev 9 if 0 alt 0 proto 2 vid 0x04E8 pid 0x326C

Cheers,
Jeremy

-- 
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD


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


Bug#422481: libemail-mime-modifier-perl: FTBFS: tests failed

2007-07-27 Thread Ernesto Hernández-Novich
On Wed, 2007-07-25 at 11:29 -0500, Gunnar Wolf wrote:
> Ernesto Hernández-Novich dijo [Tue, Jul 24, 2007 at 04:04:18PM -0400]: 
> > > FWIW, this is fixed by upgrading to (at least) Email::MIME 1.858. However,
> > > in the meantime, the libemail-simple-perl upgrade to 2.002-1 has caused
> > > more test failures that are fixed upstream in Email::MIME::Modifier 1.442.
> > 
> > I have both libemail-mime-perl 1.860 and libemail-mime-modifier-perl
> > 1.442 packaged, just waiting for ANY sponsor to upload.
> 
> ...In your site (http://itverx.com.ve/debian/pool/main/libe/) you have
> 1.441-2 only.

Just uploaded 1.442-1 there. It actually needed a versioned Depends on
libemail-mime-perl 1.860 in order to build correctly.

Since libemail-mime-perl 1.860 is already in Sid and Lenny, there should
be no problems uploading it.

Thanks in advance.
-- 
Ernesto Hernández-Novich - Linux 2.6.18 i686 - Unix: Live free or die!
Geek by nature, Linux by choice, Debian of course.
If you can't aptitude it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 438C 49A2 A8C7 E7D7 1500 C507 96D6 A3D6 2F4C 85E3




Bug#434938: Add support to signals labels on C++

2007-07-27 Thread Otavio Salvador
Package: uncrustify
Version: 0.33-1
Severity: minor
Tags: patch

While doing C++ development we found that signals labels aren't
supported by uncrustify and then we've added it. Here goes the patch
to include support for it.

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

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

Versions of packages uncrustify depends on:
ii  libc6 2.6-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-0  GCC support library
ii  libstdc++64.2.1-0The GNU Standard C++ Library v3

uncrustify recommends no packages.

-- no debconf information
>From fab80a1c1d8a4f7011f773b5f7d5feacb842f0ab Mon Sep 17 00:00:00 2001
From: Otavio Salvador <[EMAIL PROTECTED]>
Date: Fri, 27 Jul 2007 16:45:40 -0300
Subject: [PATCH] Add support to signals label

The signals label is used on QT and should be handled igually as
private/public/protected. To avoid any side effect, it has been
restricted to C++ language.
---
 src/keywords.cpp |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/keywords.cpp b/src/keywords.cpp
index 03f890a..955958d 100644
--- a/src/keywords.cpp
+++ b/src/keywords.cpp
@@ -178,6 +178,7 @@ static const chunk_tag_t keywords[] =
{ "sealed",   CT_QUALIFIER,   LANG_CS   
  },
{ "set",  CT_GETSET,  LANG_CS   
  },
{ "short",CT_TYPE,LANG_ALLC 
  },
+   { "signals",  CT_PRIVATE, LANG_CPP  
  },
{ "signed",   CT_TYPE,LANG_C | LANG_CPP 
  },
{ "sizeof",   CT_SIZEOF,  LANG_C | LANG_CPP | LANG_CS | 
LANG_PAWN }, // PAWN
{ "sleep",CT_FUNCTION,LANG_C | LANG_CPP | LANG_CS | 
LANG_PAWN }, // PAWN
-- 
1.5.3.GIT



Bug#434939: Lacks support to private slots and public slots labels

2007-07-27 Thread Otavio Salvador
Package: uncrustify
Version: 0.33-1
Severity: normal

Current C++ indenting code lacks support to private slots and public
slots labels.

I've did a brief look at the code and I hadn't manage to add support
for it. To it to work, CT_PRIVATE would need to support another
variation and allowing a complementary type for it like CT_COMMA.

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

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

Versions of packages uncrustify depends on:
ii  libc6 2.6-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-0  GCC support library
ii  libstdc++64.2.1-0The GNU Standard C++ Library v3

uncrustify recommends no packages.

-- no debconf information


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



Bug#405616: DeSmuME status update

2007-07-27 Thread Pascal Giard
Inclusion of DeSmuME 0.7.1 got rejected because i failed to mention
that src/gtk-glade/glade-xml.c and src/gtk/dev-cpp/* were under the
LGPL.

I've fixed that and uploaded DeSmuME 0.7.2 to ftp-master.

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
LACIME: École de technologie supérieure (http://lacime.etsmtl.ca)



Bug#434771: Pkg-lustre-maintainers post from [EMAIL PROTECTED] requires approval

2007-07-27 Thread Peter Eisentraut
Goswin von Brederlow wrote:
> It does miss a soname and shlibs file imho. Or it needs to move to
> /usr/lib/liblustre/liblustre.so.

Moving it would indeed make sense.

> Where do you use the liblustre? I've never used it so far so it is
> kind of hard to make it work right. The FAQ from lustre also only
> mentions that one can use liblustre but not how.

http://wiki.lustre.org/index.php?title=LibLustre_HowTo


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



Bug#434879: zsh: Incorrect completion after "dvips -Ppdf "

2007-07-27 Thread Vincent Lefevre
On 2007-07-27 11:16:02 -0400, Clint Adams wrote:
> On Fri, Jul 27, 2007 at 03:30:50PM +0200, Vincent Lefevre wrote:
> > If I type "dvips -P pdf " then [Tab], the completion works as expected.
> > But if I type "dvips -Ppdf " then [Tab], zsh wants to complete on the
> > printer name.
> 
> Is it impossible to string option letters together with dvips?

I don't understand your question. If you mean grouping options in a
single argument, this doesn't seem to be possible. But dvips behaves
strangely:

vin% dvips -w
dvips: ! Invalid option `-w'. Try --help for more information.
vin% dvips -j
This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
Missing DVI file argument (or -f).
Try --help for more information.
vin% dvips -jw
This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
Missing DVI file argument (or -f).
Try --help for more information.
vin% dvips -wj
dvips: ! Invalid option `-wj'. Try --help for more information.

I'd say that when an option doesn't take data, the trailing characters
of the argument are simply ignored.

BTW, there are other problems with the completion code. For instance,

  dvips -j [Tab]

gives:

  dvips -j -

then completes options. "dvips -j [Tab]" should complete dvi files.

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



Bug#434937: gcc-4.2: Profiling on Hurd procudes a non-working executable

2007-07-27 Thread Michael Casadevall
Package: gcc-4.2
Version: 4.2.1-0
Severity: normal
Tags: patch

Profiling support is broken on Hurd due to a mistake within GCC's internal spec 
files.
I've included a patch to fix the default spec file.
Michael

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

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.2 depends on:
ii  binutils   2.17cvs20070426-8 The GNU assembler, linker and bina
ii  cpp-4.24.2.1-0   The GNU C preprocessor
ii  gcc-4.2-base   4.2.1-0   The GNU Compiler Collection (base 
ii  libc0.32.5-11+hurd.1 GNU C Library: Shared libraries
ii  libgcc11:4.2.1-0 GCC support library
ii  libgomp1   4.2.1-0   GCC OpenMP (GOMP) support library

Versions of packages gcc-4.2 recommends:
pn  libmudflap0-4.2-dev(no description available)

-- no debconf information

*** ../gcc-4.2-profiling.patch
--- gcc-4.2-4.2-20070707/src/gcc/config/i386/gnu.h  2007-07-26 
23:39:43.62000 -0400
+++ gcc-4.2-4.2-20070707/src-save/gcc/config/i386/gnu.h 2007-07-25 
11:47:43.83000 -0400
@@ -29,8 +29,8 @@
 #define STARTFILE_SPEC \
   "%{!shared: \
  %{!static: \
-   %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
- %{static:crt0.o%s}} \
+   %{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt1.o%s}}} \
+ %{static: %{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s \
crti.o%s %{static:crtbeginT.o%s}\
%{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
 


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



Bug#434888: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: [pkg-lighttpd] Bug#434888: Multiple vulnerabilities [CVE-2007-3946] [CVE-2007-3947] [CVE-2007-3948] [CVE-2007-3949] [CVE-2007-3950])

2007-07-27 Thread Adam Majer

What about Etch?


Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#434888: Multiple vulnerabilities [CVE-2007-3946] [CVE-2007-3947] 
[CVE-2007-3948] [CVE-2007-3949] [CVE-2007-3950],
which was filed against the lighttpd package.

It has been closed by Pierre Habouzit <[EMAIL PROTECTED]>.

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Pierre Habouzit <[EMAIL PROTECTED]> by replying
to this email.

Debian bug tracking system administrator
(administrator, Debian Bugs database)





Subject:
Re: [pkg-lighttpd] Bug#434888: Multiple vulnerabilities [CVE-2007-3946] 
[CVE-2007-3947] [CVE-2007-3948] [CVE-2007-3949] [CVE-2007-3950]

From:
Pierre Habouzit <[EMAIL PROTECTED]>
Date:
Fri, 27 Jul 2007 17:39:40 +0200
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


Version: 1.4.16-1

On Fri, Jul 27, 2007 at 09:11:48AM -0500, Adam Majer wrote:

Package: lighttpd
Severity: critical
Tags: security

Upstream patches from Trac seem to be available from upstream.

>From http://secunia.com/advisories/26130/

DESCRIPTION:
Some vulnerabilities have been reported in lighttpd, which can be
exploited by malicious people to bypass certain security restrictions
or cause a DoS (Denial of Service).

1) An error in the processing of HTTP headers can be exploited to
cause a DoS by sending duplicate HTTP headers with a trailing
whitespace character.

2) An error in mod_auth can be exploited to cause a DoS by sending
requests with the algorithm set to "MD5-sess" and without a cnonce.

3) An error when parsing Auth-Digest headers in mod_auth can
potentially be exploited to cause a DoS by sending multiple
whitespace characters.

4) An error exists in the mechanism that limits the number of active
connections. This can be exploited to cause a DoS.

5)  An error exists in the processing of HTTP requests. This can be
exploited to access restricted files by adding a "/" to an URL.

6) An error exists in mod_scgi. This can be exploited to cause a DoS
by sending a SCGI request and closing the connection while lighttpd
processes the request.

The vulnerabilities are reported in lighttpd-1.4.15. Previous
versions may also be affected.

SOLUTION:
Fixed in the developer branch.

1) http://trac.lighttpd.net/trac/changeset/1869?format=diff&new=1869
2), 3)
http://trac.lighttpd.net/trac/changeset/1875?format=diff&new=1875
4) http://trac.lighttpd.net/trac/changeset/1873?format=diff&new=1873
5) http://trac.lighttpd.net/trac/changeset/1871?format=diff&new=1871
6) http://trac.lighttpd.net/trac/changeset/1882?format=diff&new=1882

ORIGINAL ADVISORY:
1) http://trac.lighttpd.net/trac/ticket/1232
2, 3) http://trac.lighttpd.net/trac/changeset/1875
4) http://trac.lighttpd.net/trac/ticket/1216
5) http://trac.lighttpd.net/trac/ticket/1230
6) http://trac.lighttpd.net/trac/ticket/1263


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

Kernel: Linux 2.6.22-rc1 (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


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






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



Bug#434844: security update broke xulrunner-xpcom.pc

2007-07-27 Thread Rene Engelhard
Hi,

Martin Schulze wrote:
> What's the ETA for 1.8.0.13?
> 
> Re OOo build on etch, is this the etch package or the sid/lenny package?
> Formally, only the etch package needs to continue building.

Neither. But etchs version also uses libxul-dev and xulrunner-xpcom,
so.. It's not a OOo specific problem anyway, it's just an example of a
broken xulrunner-xpcom.pc breaking builds of anything trying to use it.

Gr��e/Regards,

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



signature.asc
Description: Digital signature


Bug#434936: Please remove it from repository...

2007-07-27 Thread Marco Rodrigues
Package: aegis-virus-scanner
Version: 0.1.1-1

This version is abandoned by upstream author. So remove it from repository.

"If you have a problem with Aegis 0.x, don't bother asking me about it, I no
longer offer any support. There is no good reason for anyone to be using it."

http://jodrell.net/journal/article/jgjgge.html


Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org


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



Bug#434595: symbolic link

2007-07-27 Thread Rafal Czlonka
Package: cherokee
Version: 0.5.6-1
Followup-For: Bug #434595

Another thing is that there shouldn't be any "/" at the end of:

ln -s /etc/cherokee/mods-available/ssl /etc/cherokee/mods-enabled/ssl/

Cheers,
rjc

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

Kernel: Linux 2.6.22-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cherokee depends on:
ii  libcherokee-base0 0.5.6-1extremely fast and flexible web se
ii  libcherokee-server0   0.5.6-1extremely fast and flexible web se
ii  logrotate 3.7.1-3Log rotation utility
ii  mime-support  3.39-1 MIME files 'mime.types' & 'mailcap

cherokee recommends no packages.

-- no debconf information


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



Bug#434935: ftp.debian.org: Please remove wacom-kernel-source_0.7.4.1-6_all.deb from sid

2007-07-27 Thread Ron
Package: ftp.debian.org
Severity: normal

Hi,

This binary package is no longer generated by default from the
wacom-tools source, but it does still exist in the control file
in case people want to build it locally.  Apparently that means
it will not be automatically orphaned and so the rest of this
package is being held out of testing due to the versioning on
the bugs that affected it.  We can safely remove it to clear
this jam.

Cheers,
Ron


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



Bug#434372: [Pkg-samba-maint] Bug#434372: pam_smbpass.so cause segfault for 'root' user

2007-07-27 Thread Steve Langasek
On Mon, Jul 23, 2007 at 01:53:55PM +0200, Zdenek Kabelac wrote:
> Package: libpam-smbpass
> Version: 3.0.25b-1+b1
> Severity: normal

> On my system I'm using this line in my common-auth pam module:

> authoptionalpam_smbpass.so migrate

> and when I try tu use 'su' command to become root and I do
> not insert correct root password - then su cause segfaul
> (with correct password - there are no problems)

Ok, the first problem seems to be this -- in order to get the error in
question, your PAM config must be as follows:

authrequire pam_unix.so nullok_secure
authoptionalpam_smbpass.so migrate

This is wrong, you *must not* use 'require' for the first module in the
stack, it must be 'requisite' instead.  If you use 'require', the following
module will still be called even if the first module fails, and you don't
want that; you only want the following module to be called if the first
module *succeeds*, to avoid populating the smbpasswd database with passwords
from failed authentication attempts.

And that fix happens to be sufficient to eliminate the symptoms of your
problem, so I would recommend doing that. :)

The bug itself is a bit more subtle.  The problem is that both pam_smbpass
and su try to use syslog, and if pam_smbpass gets called, it messes up the
syslogging for the application, leading to the segfault.

This looks like a rehash of a discussion I had with the PAM upstream years
and years ago, that pam_smbpass was simply never fixed to deal with.  I
should be able to put a fix together fairly quickly now that I'm aware of
the problem.

> I'm adding gdb output - though I'm not sure how usable
> this could be. 

Not on its own, but thanks for the effort -- to get a good backtrace you
really need to rebuild su with debugging symbols enabled. :)

-- 
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]



  1   2   3   4   >