Bug#376434: evolution marked all my mails as old

2006-07-04 Thread Øystein Gisnås
What email account type did this happen with?


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#376662: bison: Recommends non-free package

2006-07-04 Thread Sven Joachim

Package: bison
Version: 1:2.3.dfsg-1
Severity: important

With the bison-doc package having moved to non-free, recommending it
violates section 2.2.1 of the Policy Manual.  Please fix this by
changing the Recommends to Suggests.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages bison depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  m41.4.4-1a macro processing language

Versions of packages bison recommends:
ii  bison-doc 1:2.3-1Documentation for the Bison parser

-- no debconf information




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



Bug#376400: [pkg-ntp-maintainers] Bug#376400: ntp-simple: ntp cannnot open log and drift files

2006-07-04 Thread Kurt Roeckx
On Mon, Jul 03, 2006 at 09:39:53PM -0400, Blu wrote:
 On Mon, Jul 03, 2006 at 07:53:11AM +0200, Kurt Roeckx wrote:
  On Sun, Jul 02, 2006 at 08:35:46PM -0400, Blu wrote:
  
  invoke-rc.d ntp-server restart should be the proper way to start
  it.
  
  What version of the ntp-server package do you have installed?
 
 
 ii  ntp-server   4.2.0a+stable-9 Network Time 
 Protocol: common server tools
 ii  ntp-simple   4.2.0a+stable-9 Network Time 
 Protocol: daemon for simple systems

This doesn't make any sense to me.  /etc/init.d/ntp-server should
have this in it (for start and restart):
start-stop-daemon --start --quiet --oknodo --pidfile 
/var/run/ntpd.pid --startas /usr/sbin/ntpd -- -p /var/run/ntpd.pid -u $UGID

And that should work properly.  You're missing both the -p and
-u.  The -u sets the user and group id, and since you don't have
that you have a problem.  The missing -p is probably the reason
why you might have several ones running.


Kurt



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



Bug#376660: [alpha] check whether compiler driver understands Ada fails

2006-07-04 Thread Matthias Klose
Package: gnat-4.1
Severity: important

built-in:0: warning: 'const' attribute directive ignored
built-in:0: warning: 'nothrow' attribute directive ignored
built-in:0: warning: 'nothrow' attribute directive ignored
built-in:0: warning: 'const' attribute directive ignored
[...]

The check tests for the error code _and_ for the compiler stderr
output, and then assumes that the driver doesn't understand Ada.


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



Bug#376661: kolab-webadmin: Missing apache include file

2006-07-04 Thread Milan Horak
Package: kolab-webadmin
Severity: grave
Justification: renders package unusable

Missing /etc/kolab-webadmin/apache.conf file - no admin pages for new install.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)


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



Bug#376666: xutils-dev: [Patch] Support M32R target

2006-07-04 Thread Kazuhiro Inaoka

Package:xutils-dev
Version:1.0.2-3
Severity:wishlist
Tags:patch

Could you please apply the following patch?
This patch to support M32R target.

Regards,

Kazuhiro Inaoka

Support m32r architecture.

--- imake-1.0.1/imakemdep.h.org 2006-07-04 13:04:02.581701912 +0900
+++ imake-1.0.1/imakemdep.h 2006-07-04 13:04:54.220851568 +0900
@@ -429,6 +429,9 @@ char *cpp_argv[ARGUMENTS] = {
 # ifdef __hppa__
-D__hppa__,
 # endif
+# ifdef __m32r__
+   -D__m32r__,
+# endif
 # ifdef __sh__
-D__sh__,
 # endif
@@ -1402,6 +1405,9 @@ struct symtab predefs[] = {
 # ifdef __hppa__
{__hppa__, 1},
 # endif
+# ifdef __m32r__
+   {__m32r__, 1},
+# endif
 # ifdef __sh__
{__sh__, 1},
 # endif
--- makedepend-1.0.0/imakemdep.h.org2006-07-04 13:06:20.926670280 +0900
+++ makedepend-1.0.0/imakemdep.h2006-07-04 13:07:10.883075752 +0900
@@ -429,6 +429,9 @@ char *cpp_argv[ARGUMENTS] = {
 # ifdef __hppa__
-D__hppa__,
 # endif
+# ifdef __m32r__
+   -D__m32r__,
+# endif
 # ifdef __sh__
-D__sh__,
 # endif
@@ -1402,6 +1405,9 @@ struct symtab predefs[] = {
 # ifdef __hppa__
{__hppa__, 1},
 # endif
+# ifdef __m32r__
+   {__m32r__, 1},
+# endif
 # ifdef __sh__
{__sh__, 1},
 # endif
--- xorg-cf-files-1.0.1/Imake.cf.org2006-07-04 13:08:03.839025224 +0900
+++ xorg-cf-files-1.0.1/Imake.cf2006-07-04 13:33:23.340025960 +0900
@@ -964,6 +964,12 @@ XCOMM Keep cpp from replacing path eleme
 #  endif
 #  undef __hppa__
 # endif /* __hppa__ */
+# ifdef __m32r__
+#  ifndef m32rArchitecture
+#   define m32rArchitecture
+#  endif
+#  undef __m32r__
+# endif /* __m32r__ */
 # ifdef __sh__
 #  ifndef SuperHArchitecture
 #   define SuperHArchitecture
--- xorg-cf-files-1.0.1/linux.cf.org2006-07-04 14:13:14.007589248 +0900
+++ xorg-cf-files-1.0.1/linux.cf2006-07-04 14:19:49.999389344 +0900
@@ -1060,6 +1060,15 @@ InstallNamedTargetNoClobber(install,file
 # endif
 #endif
 
+#ifdef m32rArchitecture
+# ifndef OptimizedCDebugFlags
+#  define OptimizedCDebugFlags DefaultGcc2DebugOpt DefaultGcc2OptimizeOpt 
GccAliasingArgs
+# endif
+# define LinuxMachineDefines   -D__m32r__
+# define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME -mmodel=large
+# define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -mmodel=large
+#endif
+
 #ifdef SuperHArchitecture
 # ifndef SuperHArchOptFlags
 #  ifdef SuperH4Architecture
--- xorg-cf-files-1.0.1/xfree86.cf.org  2006-07-04 13:39:56.668230984 +0900
+++ xorg-cf-files-1.0.1/xfree86.cf  2006-07-04 13:44:18.624407592 +0900
@@ -1107,6 +1107,87 @@ VENDORMANVERSION = XVendorManVersionStri
 # endif
 #endif
 
+/*
+ * M32R drivers
+ */
+#if defined(m32rArchitecture)
+# ifndef XF86Server
+#  define XF86ServerYES
+# endif
+/* Amiga framebuffer module */
+# ifndef XF86AFB
+#  define XF86AFB   YES
+# endif
+/* 1bpp module */
+# ifndef XF1Bpp
+#  define XF1BppYES
+# endif
+/* 4bpp module */
+# ifndef XF4Bpp
+#  define XF4BppYES
+# endif
+/* 8/32bpp overlay module */
+# ifndef XF8_32Bpp
+#  define XF8_32Bpp YES
+# endif
+/* 8/16bpp dual fb module */
+# ifndef XF8_16Bpp
+#  define XF8_16Bpp YES
+# endif
+/* 24/32bpp conversion module */
+# ifndef XF24_32Bpp
+#  define XF24_32BppYES
+# endif
+/* shadow fb module */
+# ifndef XFShadowFB
+#  define XFShadowFBYES
+# endif
+/* vgahw module */
+# ifndef XF86VgaHw
+#  define XF86VgaHw YES
+# endif
+/* fbdevhw module */
+# ifndef XF86FBDevHw
+#  define XF86FBDevHw   YES
+# endif
+/* XAA module */
+# ifndef XF86XAA
+#  define XF86XAA   YES
+# endif
+/* ramdac module */
+# ifndef XF86Ramdac
+#  define XF86RamdacYES
+# endif
+/* I2C module */
+# ifndef XF86I2C
+#  define XF86I2C   YES
+# endif
+/* DDC module */
+# ifndef XF86DDC
+#  define XF86DDC   YES
+# endif
+/* RAC (Resource Access Control) module */
+# ifndef XF86RAC
+#  define XF86RAC   YES
+# endif
+/* int10 module */
+# ifndef XF86Int10
+#  define XF86Int10 YES
+# endif
+
+# ifndef DevelDrivers
+#  if XFree86Devel
+#   define DevelDrivers imstt
+#  else
+#   define DevelDrivers /* */
+#  endif
+# endif
+
+# ifndef XF86CardDrivers
+#  define XF86CardDrivers   fbdev XF86OSCardDrivers XF86ExtraCardDrivers
+# endif
+#endif
+
 /* SuperH drivers */
 
 #if defined(SuperHArchitecture)


Bug#376665: unmet dependencies on sarge

2006-07-04 Thread Takuo KITAME
Package: postfix-dev
Version: 2.1.5-9
Tags: sarge

Hi. 
I have a problem on sarge installing postfix-dev package.


Process to reproduce: 

$ sudo debootstrap sarge chroot-sarge http://ftp.debian.org/debian
$ sudo chroot chroot-sarge /bin/sh

(on chroot system)
# apt-get update
# apt-get install postfix-dev


Actual result:

sh-2.05b# apt-get install postfix-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  postfix-dev: Depends: postfix (= 2.1.5-0) but it is not going to be
installed   Depends: postfix ( 2.1.5.0-0) but it is not
going to be installed
E: Broken packages


But, 'apt-get install postfix postfix-dev' has no problem.
I don't know where is really problem on, apt-get? exim4? or..?

Regards.
-- 
Takuo KITAME



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



Bug#376667: graphviz not found by flyspray

2006-07-04 Thread Christian Engwer
Package: flyspray
Version: 0.9.8-7
Severity: normal


By default flyspray calls '/usr/local/bin/dot' to create dependancy
graphs. Under debian the default path for 'dot' is '/usr/bin/'.
Currently the user has to patch
'/usr/share/flyspray/htdocs/scripts/depends.php' to adjust the dot path
and get graphs working. For most debian users this patch will be
necessary so that one could change the package accoringly.

Christian

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-k7-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages flyspray depends on:
ii  apache2  2.0.54-5next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf [debconf-2.0]1.4.30.13   Debian configuration management sy
ii  libapache2-mod-php4  4:4.3.10-16 server-side, HTML-embedded scripti
ii  libphp-adodb 4.72-0.1The 'adodb' database abstraction l
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
ii  php4-pgsql   3:4.3.10-4  PostgreSQL module for php4
ii  ucf  1.17Update Configuration File: preserv
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
* flyspray/databasemgr_type: PostgreSQL
* flyspray/welcome:
* flyspray/database_upgrade:
  flyspray/webuser: www-data
* flyspray/database_name: flyspray
  flyspray/webgroup: www-data
  flyspray/database_downgrade:
* flyspray/database_user: flyspray
* flyspray/purge_removes_data: false
  flyspray/cookie: Ba
* flyspray/dbmyadmin: thimo
* flyspray/webserver_type: Apache2
* flyspray/databasemgr_server: localhost


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



Bug#376305: Temporary workaround

2006-07-04 Thread Marco Amadori
As temporary workaround, until linux-kbuild exit NEW queue and hits sid, 
someone could leave below an url of a package to dl?

-- 
ESC:wq


pgphdQX8SKyS2.pgp
Description: PGP signature


Bug#376008: initramfs-tools: conffile prompt

2006-07-04 Thread maximilian attems
On Mon, 03 Jul 2006, Justin Pryzby wrote:

 On Mon, Jul 03, 2006 at 04:50:44PM -0400, pryzbyj wrote:
  On Mon, Jul 03, 2006 at 09:56:38PM +0200, maximilian attems wrote:
   On Mon, Jul 03, 2006 at 03:37:04PM -0400, Justin Pryzby wrote:
found 376008 0.66
reopen 376008
thanks

This isn't fixed yet, and (I suspect) is the cause of a conffile
prompt during this upgrade.
 
 Here's the diff; is there any way you can prevent this?

this changed long ago according my repo records,
and the path on the top is clearly wrong.
also you seem to have added a snippet which was never there.
 
 --- /etc/initramfs-tools/modules  2005-12-28 14:39:52.0 -0500
 +++ /etc/initramfs-tools/modules.dpkg-new 2006-03-26 04:52:26.0 
 -0500
 @@ -1,12 +1,9 @@
 -# /etc/mkinitramfs/modules: Kernel modules to load for initrd.
 +# List of modules that you want to include in your initramfs.
  #
 -# This file should contain the names of kernel modules and their arguments
 -# (if any) that are needed to mount the root file system, one per line.
 -# Comments begin with a `#', and everything on the line after them are 
 ignored.
 +# Syntax:  module_name [args ...]
  #
 -# You must run mkinitramfs(8) to effect this change.
  #
 -# Examples:
 +# This might be good choices:
  #
 -#  ext2
 -#  wd io=0x300
 +# raid1
 +# sd_mod

according to the repo:
=== modified file 'conf/modules'
--- conf/modules
+++ conf/modules
@@ -1,7 +1,9 @@
 # List of modules that you want to include in your initramfs.
+#
+# Syntax:  module_name [args ...]
+#
+#
 # This might be good choices:
 #
-#ide-disk
-#ide-generic
-#ext2
-#ext3
+# raid1
+# sd_mod

this change was done long ago by jbailey,
so you really seem to be an early initramfs-tools user:
revno: 19
committer: [EMAIL PROTECTED]
timestamp: Tue 2005-06-21 01:31:54 +

previsouly to 0.64 we didn't handle that file as conf file,
as you had remarked from the cp of the postinstall.

regards

-- 
maks


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



Bug#369083: Error in the patch for the memory leak

2006-07-04 Thread Samuel Mimram
reopen 369083
thanks

Hi,

I made a mistake in the patch I sent to you: the IPP_TAGs should
obviously be or-ed and not and-ed... I've checked, the version in
incoming contains this mistake. Here is an updated version of the patch.

Cheers,

Samuel.
--- libgnomecups-0.2.2.orig/libgnomecups/gnome-cups-request.c
+++ libgnomecups-0.2.2/libgnomecups/gnome-cups-request.c
@@ -469,18 +469,14 @@
 int n_attributes,
 char **attributes)
 {
-   ipp_attribute_t *attr;
-   int i;

-   attr = ippAddStrings (request, 
- group,
- IPP_TAG_KEYWORD,
- requested-attributes,
- n_attributes, NULL, NULL);
-
-   for (i = 0; i  n_attributes; i++) {
-   attr-values[i].string.text = gnome_cups_strdup (attributes[i]);
-   }
+   ippAddStrings (request,
+ group,
+ IPP_TAG_KEYWORD | IPP_TAG_COPY,
+ requested-attributes,
+ n_attributes,
+ NULL,
+ (const char**)attributes);
 }
 
 typedef struct


Bug#376668: kftpgrabber: craches during big transfers

2006-07-04 Thread Tina Isaksen
Package: kftpgrabber
Version: 0.7-beta1-1
Severity: important

During big transfers the program craches with a signal 11 (SIGSEGV) giving the 
following traceback:

0xb6dbc5de in QPaintDevice::x11AppDisplay () from /usr/lib/libqt-mt.so.3
#0  0xb6dbc5de in QPaintDevice::x11AppDisplay () from /usr/lib/libqt-mt.so.3
#1  0xb6dd02da in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#2  0xb6e44255 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#3  0xb6e4417a in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#4  0xb6e2a38d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#5  0x0806f036 in ?? ()
#6  0xbf907bb4 in ?? ()
#7  0x0822f148 in ?? ()
#8  0x in ?? ()



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages kftpgrabber depends on:
ii  kdelibs4c2a   4:3.5.2-2+b1   core libraries for all KDE applica
ii  libacl1   2.2.37-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.7-9  The Network Audio System (NAS). (s
ii  libavahi-client3  0.6.10-1   Avahi client library
ii  libavahi-common3  0.6.10-1   Avahi common library
ii  libavahi-qt3-10.6.10-1   Avahi QT3 integration library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libdbus-1-2   0.62-4 simple interprocess messaging syst
ii  libfam0   2.7.0-10   Client library to control the FAM 
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libssl0.9.8   0.9.8b-2   SSL shared libraries
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-11 compression library - runtime

kftpgrabber recommends no packages.

-- no debconf information


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



Bug#376669: siege: FTBFS: make: *** [install] Error 2

2006-07-04 Thread Julien Danjou
Package: siege
Version: 2.65-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of siege_2.65-1 on avidan by sbuild/i386 0.47
 Build started at 20060704-0413
 **
...
  /usr/bin/install -c -m 644 './siege2csv.1' 
 '/build/buildd/siege-2.65/debian/siege/usr/share/man/man1/siege2csv.1'
 make[3]: Leaving directory `/build/buildd/siege-2.65/doc'
 make[2]: Leaving directory `/build/buildd/siege-2.65/doc'
 make[1]: Leaving directory `/build/buildd/siege-2.65'
 # fix unquoted _EOF_ in siege.config
 sed -e 23 s/_EOF_/'_EOF_'/ 
 /build/buildd/siege-2.65/debian/siege/usr/bin/siege.config 
 /build/buildd/siege-2.65/debian/siege/usr/bin/siege.config.new
 mv /build/buildd/siege-2.65/debian/siege/usr/bin/siege.config.new 
 /build/buildd/siege-2.65/debian/siege/usr/bin/siege.config
 chmod 755 /build/buildd/siege-2.65/debian/siege/usr/bin/siege.config
 dh_strip
 dh_strip: Compatibility levels before 4 are deprecated.
 #
 mkdir /build/buildd/siege-2.65/debian/siege/usr/share/man/man5
 cat /build/buildd/siege-2.65/debian/siege/usr/share/man/man1/urls_txt.1 |sed 
 -e 's/^\.TH URLS.TXT 1/.TH URLS.TXT 5/' |sed -e 's/^\.SH CONFIGURATION 
 FILE/.SH NAME/' \
   | sed -e  's/layingsiege(1)/layingsiege(7)/' 
 /build/buildd/siege-2.65/debian/siege/usr/share/man/man5/urls.txt.5 
 rm /build/buildd/siege-2.65/debian/siege/usr/share/man/man1/urls_txt.1
 echo -en ',s/^\.SH PROGRAM NAME/.SH 
 NAME/\n,s/layingsiege(1)/layingsiege(7)/\n,s/urls_txt(1)/urls_txt(5)/\nw\n' \
   | ed 
 /build/buildd/siege-2.65/debian/siege/usr/share/man/man1/siege.1
 13109
 ?
 13109
 ?
 make: *** [install] Error 2
 **
 Build finished at 20060704-0415
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#248122: nobody-owned files

2006-07-04 Thread Peter Moulder
On Fri, Jun 30, 2006 at 02:39:01PM -0400, Justin Pryzby wrote:
 On Fri, Jun 30, 2006 at 03:16:27PM +1000, Peter Moulder wrote:
  As root (assuming running with set -e):
  
d=`mktemp -d`
install -d -m 700 -o nobody $d/writable
(cd $d/writable  su nobody -c 'wget ...')
  
  User `nobody' can write into this `writable' directory, but only for a
  process that has already cd'd into it as root before becoming nobody:
  the $d directory is executable only by root.

 I think it is intended that nobody never owns any files.

I believe that the reason for this is so that no `nobody'-owned process
can read/write non-world-accessible files other than its own.  The above
approach does achieve this result even though it does literally create a
file as `nobody': no other non-root process can access the file.

 So the right way to do it probably involves dynamically creating a
 user

I believe that many things would benefit at least slightly in security
from such a facility: even things that don't need to read/write files
would still be less exposed to denial of service by being killed by
other nobody-owned processes.

However, in the short term, I suggest using the only-root-readable
directory approach: it already gets us most of the way there, avoiding
giving the wget executable privileges of an important user like
root (or sys or operator).

pjrm.


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



Bug#363344: initramfs-tools and HyperSPARC processor

2006-07-04 Thread maximilian attems
reassign 363344 klibc
close 363344 1.3.27-1
thanks

On Mon, 05 Jun 2006, Jurij Smakov wrote:

 That's what I'm currently getting on my sparc32 box when booting 2.6.16 
 using the initrd built with initramfs-tools:
 
 Begin: Mounting root file system... ...
 Begin: Running /scripts/local-top ...
 Done.
 /bin/fstype: /bin/fstype: 1: ELF+
  @: not found
 /bin/fstype: /bin/fstype: 4: Syntax error: end of file unexpected 
 (expecting ))
 Begin: Running /scripts/local-premount ...
 Done.
 Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-b] [-o 
 modname] modname [parameters...]
 modprobe -r [-n] [-i] [-v] modulename ...
 modprobe -l -t dirname [ -a modulename ...]
 mount: Cannot read /etc/fstab: No such file or directory
 Begin: Running /scripts/log-bottom ...
 Done.
 Done.
 Begin: Running /scripts/init-bottom ...
 mount: Mounting /root/dev on /dev/.static/dev failed: No such file or 
 directory
 Done.
 mount: Mounting /sys on /root/sys failed: No such file or directory
 mount: Mounting /proc on /root/proc failed: No such file or directory
 Target filesystem doesn't have /sbin/init

klibc got fixed for sparc32 and a fixed version reached testing.
so closing this bug for now.
 
thanks + best regards
 
-- 
maks


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



Bug#341762: wxglade: Menu bars vanish when saving

2006-07-04 Thread Matthias Klose
tags 341762 + unreproducible
severity 341762 important
thanks

I'm unable to reproduce this with 0.4.1. please could you add
instructions what you are exactly doing?


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



Bug#376584: libapache2-mod-auth-mysql: SHA512 support (patch)

2006-07-04 Thread Adrian Bridgett
On Tue, Jul  4, 2006 at 08:02:11 +1000 (+1000), Matthew Palmer wrote:
 Style note: I know this version number won't end up in the Debian package
 anyway, but it's better not to number your private versions with dashes
 because it conflicts with the Debian version numbering.  I usually use
 'mpalmer1' or '.1' (or '.2' in your case) instead.

Good idea - I'll remember that.

 Oh nononono.  Crypto code goes somewhere *other* than mod_auth_mysql.c -- a
 separate file is good.  A separate package is even better (I can't believe
 that there's no library in Debian that provides SHA512 hashing).  More
 importantly, though, there's no licence statement with this code.  It's
 non-distributable.

I'l go and ask the authors (it's originally from the kernel so I'll
ask if they are happy for it under the Apache License).  The other
crypto code comes from the apr, so I'll see if I can change this into
two patches - one for apr, one for mod_auth_mysql.

 A patch for the documentation would also be appreciated.

Documentation matching the code - it'll never happen :-)

Adrian


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



Bug#376603: [pkg-fetchmail-maint] Bug#376603: fetchmail: empty pidfile in ~/ causes fetchmail to fail silently

2006-07-04 Thread Nico Golde
Hi
* Justin Pryzby [EMAIL PROTECTED] [2006-07-04 00:50]:
 Package: fetchmail
 Version: 6.3.4-1
 Severity: important
 
 $ echo /home/pryzbyj/.fetchmail.pid
 $ fetchmail; echo $?
 0
 $
[...] 
 And again *tries* to say something:
 |write(3, /home/pryzbyj/.fetchmail.pid: Fi..., 42) = 42
 |close(3)= 0
 |munmap(0xa7f88000, 4096)= 0
 |write(2, fetchmail: lock creation failed, 33) = 33
 |munmap(0xa7f89000, 4096)= 0
 |exit_group(8)   = ?
 |Process 20056 detached
 
 So the second bug is that it tries but fails to report an error to me,
 when it has already inhibited its own ability to do so.  It either
 needs to not do that, or open(/dev/console) or /dev/tty, or
 /dev/tty0 or some such in order to write to it, or to use some
 syslog/msg foo (which shouldn't be necessary).

Thats very strange, I can not reproduce this:
fetchmail:
  Installed: 6.3.4-1
  Candidate: 6.3.4-1
  Version table:
 *** 6.3.4-1 0

[EMAIL PROTECTED] (~/) echo  .fetchmail.pid
[EMAIL PROTECTED] (~/) fetchmail; echo $?
/home/nion/.fetchmail.pid: File exists
fetchmail: lock creation failed.
8
What does fetchmail -v say?
Kind regards
Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!


pgpyM4eEaCKyl.pgp
Description: PGP signature


Bug#347827: (fwd) initramfs-tools auf mips

2006-07-04 Thread maximilian attems
- Forwarded message from Martin Michlmayr [EMAIL PROTECTED] -

Date: Tue, 21 Mar 2006 05:52:34 +
From: Martin Michlmayr [EMAIL PROTECTED]
To: maximilian attems [EMAIL PROTECTED]
Subject: initramfs-tools auf mips

fstype works on mips, but not run-init due to stat() call.


 execute rd_start=0x{initrd-start} rd_size=0x{initrd-size} root=/dev/hda2 
 {cons_opts}
elf32: 0008 - 0032101f (802dd000) (.8000)
exec: relocating initrd (80322000)
elf32: 8008 (8008) 2596997t + 159643t
Linux version 2.6.16-1-r5k-cobalt (Debian 2.6.16-1) ([EMAIL PROTECTED]) (gcc 
version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 Mon Mar 20 20:20:50 
UTC 2006
CPU revision is: 28a0
FPU revision is: 28a0
Cobalt board ID: 5
Determined physical RAM map:
 memory: 0800 @  (usable)
Initial ramdisk at: 0x80322000 (4170035 bytes)
Built 1 zonelists
Kernel command line: rd_start=0x80322000 rd_size=0x3fa133 root=/dev/hda2 
console=ttyS0,115200
Primary instruction cache 32kB, physically tagged, 2-way, linesize 32 bytes.
Primary data cache 32kB, 2-way, linesize 32 bytes.
Synthesized TLB refill handler (21 instructions).
Synthesized TLB load handler fastpath (34 instructions).
Synthesized TLB store handler fastpath (34 instructions).
Synthesized TLB modify handler fastpath (33 instructions).
PID hash table entries: 1024 (order: 10, 16384 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 122496k/131072k available (1982k kernel code, 8524k reserved, 434k 
data, 120k init, 0k highmem)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
Checking for 'wait' instruction...  available.
checking if image is initramfs... it is
Freeing initrd memory: 4072k freed
NET: Registered protocol family 16
Galileo: fixed bridge class
Galileo: revision 17
audit: initializing netlink socket (disabled)
audit(946684805.100:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered (default)
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Activating ISA DMA hang workarounds.
rtc: Digital UNIX epoch (1952) detected
Real Time Clock Driver v1.12ac
Cobalt LCD Driver v2.10
Serial: 8250/16550 driver $Revision: 1.90 $ 1 ports, IRQ sharing disabled
ÿserial8250: ttyS0 at I/O 0xc80 (irq = 21) is a ST16650V2
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Linux Tulip driver version 1.1.13 (December 15, 2004)
PCI: Enabling device :00:07.0 (0045 - 0047)
tulip0:  MII transceiver #1 config 1000 status 782d advertising 01e1.
eth0: Digital DS21143 Tulip rev 65 at b208, 00:10:E0:00:BE:5E, IRQ 19.
PCI: Enabling device :00:0c.0 (0005 - 0007)
tulip1:  MII transceiver #1 config 1000 status 7809 advertising 01e1.
eth1: Digital DS21143 Tulip rev 65 at b2080400, 00:10:E0:00:C5:7A, IRQ 20.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot :00:09.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c586a (rev 27) IDE UDMA33 controller on pci:00:09.1
ide0: BM-DMA at 0x1420-0x1427, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x1428-0x142f, BIOS settings: hdc:pio, hdd:pio
hda: QUANTUM FIREBALLlct08 04, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 8421840 sectors (4311 MB) w/418KiB Cache, CHS=8912/15/63
hda: cache flushes not supported
 hda: hda1 hda2 hda3  hda5 hda6 
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
Freeing unused kernel memory: 120k freed
Loading, please wait...
Begin: Loading essential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.3
PCI: Enabling device :00:09.2 ( - 0001)
uhci_hcd :00:09.2: Found HC with no IRQ.  Check BIOS/PCI :00:09.2 setup!
uhci_hcd :00:09.2: init :00:09.2 fail, -19
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Done.
Begin: Running /scripts/local-premount ...
Done.
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/log-bottom ...

Bug#376459: exim4-config: issues with ACL documentation

2006-07-04 Thread Marc Haber
On Mon, Jul 03, 2006 at 10:02:39PM -0700, Ross Boylan wrote:
 wheat:/etc/exim4# find . -type f -exec grep -H default_acl \{\} \;
 ./conf.d/acl/30_exim4-config_check_rcpt:  # the black list. See 
 /usr/share/doc/exim4-config/default_acl for details.
 ./conf.d/acl/30_exim4-config_check_rcpt:  # the black list. See 
 /usr/share/doc/exim4-config/default_acl for details.
 ./conf.d/acl/20_exim4-config_whitelist_local_deny:# black list. See 
 /usr/share/doc/exim4-config/default_acl for details.
 ./exim4.conf.template:# black list. See 
 /usr/share/doc/exim4-config/default_acl for details.
 ./exim4.conf.template:  # the black list. See 
 /usr/share/doc/exim4-config/default_acl for details.
 ./exim4.conf.template:  # the black list. See 
 /usr/share/doc/exim4-config/default_acl for details.

I did the same check the day before yesterday and fixed these
occurrences in svn. exim4.conf.template is built at build time from
conf.d, so it is ok to only fix conf.d in the source package.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#376670: reseed: postinst failure when no HTTP proxy and ICMP is filtered

2006-07-04 Thread Laurent Bonnaud
Package: reseed
Version: 1.1-3.1
Severity: grave
Justification: renders package unusable


Hi,

I'm trying to use reseed on a network whith direct Internet access,
where there is no HTTP proxy and where all ICMP packets are filtered.
In this situation reseed fails to configure:


Setting up reseed (1.1-3.1) ...
Re-seeding random number generator from net...no net access
dpkg: error processing reseed (--configure):


Using ping to test if there is network access is useless.  The
random.org HTTP server should be queried directly.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages reseed depends on:
ii  libwww-perl   5.805-1WWW client/server library for Perl

reseed recommends no packages.

-- no debconf information


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



Bug#376673: music123: should be recompiled with gnat 4.1

2006-07-04 Thread Laurent Bonnaud
Package: music123
Version: 15
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install music123
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  music123: Depends: libgnat-4.0 (= 4.0.2) but it is not going to be installed
E: Broken packages


# apt-get build-dep music123
Reading package lists... Done
Building dependency tree... Done
E: Build-dependencies for music123 could not be satisfied.


gnat 4.0 has been superseeded by gnat 4.1 and therefore music123
should be updated.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages music123 depends on:
ii  libc62.3.999.2-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-7   GCC support library
pn  libgnat-4.0  none  (no description available)

Versions of packages music123 recommends:
ii  esound-clients0.2.36-3   Enlightened Sound Daemon - clients
ii  mpg1230.59r-22   MPEG layer 1/2/3 audio player
ii  mpg321 [mpg123]   0.2.10.3   A Free command-line mp3 player, co
ii  vorbis-tools  1.1.1-5several Ogg Vorbis tools


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



Bug#376600: advancecomp: debian/description could be improved (not enough information)

2006-07-04 Thread Jari Aalto+mail.linux
severity 376600 minor
thanks

| Jari Aalto (jari.aalto AT cante.net):
|It's mainly intended for recompressing your rom, snapshot and clip
|collection of emulated games.
| 
| I don't think this information is very useful. In my opinion most of
| users that use this package just want to recompress their archives/png
| images and mentioning roms could only confuse them.
| 
|The main features are : Recompress ZIP, GZ, PNG and MNG files using
|the Deflate 7-Zip implementation.  Recompress MNG files using Delta
|and Move optimization.
| 
| Don't you think this information is redundant (see description's
| first sentence)?
| Does regular user know what Delta and Move optimization is?
| 
| BTW, I have changed severity to wishlist since in my opinion it's not a
| bug at all.

I disagree. The severity can be downgraded to minor. This is
clear usability/documentation bug. Reading the description does make
one wonder:

- Why would I need this package when there are separate 7zip, rzip etc.
  packages.

Kindly use the homepage's documentation and the current
debian/control::Description to more broadly eplain where
this package is most suitable for. I cannot comment a proper
description, but I think the building blocks are there.

Jari



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



Bug#376674: wsola: package description ... strange?

2006-07-04 Thread Gerfried Fuchs
Package: wsola
Version: 4.9-1.1
Severity: important

Hi!

 Sorry, but.. erm, the package description?  It looks like a real mess,
and I don't know at all what it's meant to be?  The quote about the book
and such?

 Would it be possible to clean it up a bit, and make it more
understandable?  That would be really nice. :)

 Thanks in advance,
Alfie
-- 
I don't know, chmod g+a something  and the world goes crazy :)
  -- Craig Small, [EMAIL PROTECTED]


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



Bug#376598: debdelta: Package does not have manual pages

2006-07-04 Thread Jari Aalto+mail.linux
| 
| in the first versions, debdelta was rapidly evolving
| in my mind, so I had not yet decided exactly how
| it would work
| 
| now it is more stable, so it may be time to
| write docs
| 
| what is an easy and nice way of writing docs? I never did this

The mist easiest way os to use Perl POD format. See this message
for start and ask me questions if you're not sure how to proceeed.

  #373929: debhelper: Add support for manual paged generated from *.pod files
  http://bugs.debian.org/308827

  [manualpage.1.pod (text/plain, attachment)]   
  [manpod.mk (text/plain, attachment)]

Basicly:

1a. in debian/rules add target man: (see above URL)
1b. in debian/rules target binary-arch: have line:

dh_installman debian/*.1

2. Write each debian/.1.pod (where  is 
   name of binary; one file for each)

3. Call the man: target to make manual pages

   $ make -f debian/rules man

That's it.
Jari


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



Bug#374892: debdelta is inefficient when user also uses localepurge

2006-07-04 Thread A Mennucc
hi

the same is true if people use 'prelink'

there is not much that I can do for that, sorry

a.

-- 
Andrea Mennucc


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



Bug#376594: debbugs: Add 'notbug' to allowable tags. This is different from 'wontfix'

2006-07-04 Thread Jari Aalto+mail.linux
| Jari Aalto wrote:
|  Package: debbugs
|  Severity: wishlist
| 
|  There is need for different tag for cases where the user as misunderstood
|  or he didn't found the correct documentation. Marking such bugs 'closed'
|  would better have tag 'notbug'. The 'wontfix' is really interpreted
|  as 'I don't gime a d--m' as expressed in Debian devel.
| 
|  This is Feature request based on idea of Linas Evirblis in Debian
|  devel.
| 
| Surely the tag should be feature rather than notbug? ;-)

notbug is netral. The feature is geek term to mark all things
feature that are not explained, documented or behave against users
expectations.

Or was there a smiley somewhere

Jari


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



Bug#376672: libswt-gtk-3.1-java conflicts libswt3.1-gtk-java

2006-07-04 Thread Greffrath Fabian
package: libswt-gtk-3.1-java

Hello!

Is it really necessary to have both libswt-gtk-3.1-java and
libswt3.1-gtk-java in the Debian archive and conflicting each other?

This makes it impossible to have eclipse and azureus installed at the
same time!

Nice greetings,
Fabian




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



Bug#373510: diff for 1.0.0-6.2 NMU

2006-07-04 Thread Arnaud Fontaine
Hello,

I forgot the attachment. Sorry.

Regards,
Arnaud Fontaine

diff -urN python-adns-1.0.0.old/debian/changelog 
python-adns-1.0.0/debian/changelog
--- python-adns-1.0.0.old/debian/changelog  2006-07-03 22:49:33.0 
+0200
+++ python-adns-1.0.0/debian/changelog  2006-07-03 22:51:38.0 +0200
@@ -1,3 +1,11 @@
+python-adns (1.0.0-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switching to the new python policy. Closes: #330625.
+  * Update Standards-Version. No changes needed.
+
+ -- Arnaud Fontaine [EMAIL PROTECTED]  Mon,  3 Jul 2006 22:14:05 +0200
+
 python-adns (1.0.0-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -urN python-adns-1.0.0.old/debian/control python-adns-1.0.0/debian/control
--- python-adns-1.0.0.old/debian/control2006-07-03 22:49:33.0 
+0200
+++ python-adns-1.0.0/debian/control2006-07-04 01:10:10.0 +0200
@@ -2,29 +2,16 @@
 Section: net
 Priority: optional
 Maintainer: Peter Hawkins [EMAIL PROTECTED]
-Build-Depends: python, python2.3, python2.4, python2.3-dev, python2.4-dev, 
libadns1-dev, debhelper (= 4.1.67)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (= 5.0.37.2), python-all-dev (= 2.3.5-11), 
python-support (= 0.3.2), libadns1-dev
+Standards-Version: 3.7.2
 
 Package: python-adns
-Architecture: all
-Depends: ${python:Depends}
-Description: Python bindings to the asynchronous DNS resolver library
- This module provides a python binding to the adns asynchronous DNS resolver
- library.
- .
- This is a dummy package which depends on the version of python-adns for the
- default python version.
-
-Package: python2.3-adns
 Architecture: any
-Depends: ${shlibs:Depends}, python2.3
-Description: A Python 2.3 interface to the asynchronous DNS resolver library
- This module provides a python binding to the adns asynchronous DNS resolver
- library.
-
-Package: python2.4-adns
-Architecture: any
-Depends: ${shlibs:Depends}, python2.4
-Description: A Python 2.4 interface to the asynchronous DNS resolver library
+Depends: ${python:Depends}, ${shlibs:Depends}
+Conflicts: python2.3-adns ( 1.0.0-6.2), python2.4-adns ( 1.0.0-6.2)
+Replaces: python2.3-adns ( 1.0.0-6.2), python2.4-adns ( 1.0.0-6.2)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Python bindings to the asynchronous DNS resolver library
  This module provides a python binding to the adns asynchronous DNS resolver
  library.
diff -urN python-adns-1.0.0.old/debian/pycompat 
python-adns-1.0.0/debian/pycompat
--- python-adns-1.0.0.old/debian/pycompat   1970-01-01 01:00:00.0 
+0100
+++ python-adns-1.0.0/debian/pycompat   2006-07-03 22:18:10.0 +0200
@@ -0,0 +1 @@
+2
diff -urN python-adns-1.0.0.old/debian/rules python-adns-1.0.0/debian/rules
--- python-adns-1.0.0.old/debian/rules  2006-07-03 22:49:33.0 +0200
+++ python-adns-1.0.0/debian/rules  2006-07-04 01:29:40.0 +0200
@@ -6,9 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
-
+export DH_COMPAT=5
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
@@ -17,24 +15,24 @@
INSTALL_PROGRAM += -s
 endif
 
+PYVERS=$(shell pyversions -r)
+
 build: build-stamp
 build-stamp: 
dh_testdir
-
-   /usr/bin/python2.3 setup.py build --build-lib build2.3
-   /usr/bin/python2.4 setup.py build --build-lib build2.4
-
+   for python in $(PYVERS); \
+   do $$python setup.py build; \
+   done
touch build-stamp
 
 clean:
dh_testdir
dh_testroot
-   rm -f build-stamp 
 
-   rm -f *.pyc
-   /usr/bin/python2.3 setup.py clean --all --build-lib build2.3
-   /usr/bin/python2.4 setup.py clean --all --build-lib build2.4
-   -rm -fr build 
+   for python in $(PYVERS); \
+   do $$python setup.py clean; \
+   done
+   -rm -fr build build-stamp *.pyc
 
dh_clean
 
@@ -45,12 +43,12 @@
 #  dh_installdirs
 
# Add here commands to install the package into debian/tmp
-   /usr/bin/python2.3 setup.py install 
--prefix=$(CURDIR)/debian/python2.3-adns/usr
-   /usr/bin/python2.4 setup.py install 
--prefix=$(CURDIR)/debian/python2.4-adns/usr
-
+   for python in $(PYVERS); \
+   do $$python setup.py install --root=debian/python-adns; \
+   done
 
 # Build architecture-independent files here.
-#binary-indep: build install
+binary-indep:
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -77,6 +75,7 @@
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a
+   dh_pysupport -a
dh_python -a
dh_installdeb
 #  dh_perl -a


Bug#376668: [Pkg-kde-extras] Bug#376668: kftpgrabber: craches during big transfers

2006-07-04 Thread Fathi Boudra
Le mardi 4 juillet 2006 08:43, Tina Isaksen a écrit :
 During big transfers the program craches with a signal 11 (SIGSEGV) giving
 the following traceback:
hi,

What is big transfers ? can you give me an approximative size ? the transfer 
is in local or internet ? A way to reproduce ?

cheers,

Fathi



Bug#376678: mozilla-firefox-locale-fr-fr: firefox fr local install want to remove kernel!

2006-07-04 Thread Jean-Michel
Package: mozilla-firefox-locale-fr-fr
Version: 1.5.0.4-1
Severity: normal

installing french locales try to remove linux-image-2.6.12-1-686!

[EMAIL PROTECTED]:~$ sudo apt-get -s install   mozilla-firefox-locale-fr-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Les paquets supplémentaires suivants seront installés :
  firefox firefox-locale-fr libc6 libc6-dev libfreetype6
libfreetype6-dev libpango1.0-0 libpango1.0-common tzdata
Paquets suggérés :
  firefox-gnome-support latex-xft-fonts glibc-doc
Les paquets suivants seront ENLEVÉS :
  initrd-tools linux-image-2.6.12-1-686 mozilla-firefox
Les NOUVEAUX paquets suivants seront installés :
  firefox firefox-locale-fr tzdata
Les paquets suivants seront mis à jour :
  libc6 libc6-dev libfreetype6 libfreetype6-dev libpango1.0-0
libpango1.0-common mozilla-firefox-locale-fr-fr
7 mis à jour, 3 nouvellement installés, 3 à enlever et 768 non mis à
jour.
Remv linux-image-2.6.12-1-686 [2.6.12-10]
Remv initrd-tools [0.1.84]
Inst tzdata (2006g-2 Debian:testing)
Inst libc6-dev [2.3.5-8] (2.3.6-15 Debian:testing) []
Inst libc6 [2.3.5-8] (2.3.6-15 Debian:testing)
Conf tzdata (2006g-2 Debian:testing)
Conf libc6 (2.3.6-15 Debian:testing)
Inst libfreetype6-dev [2.1.10-1] (2.2.1-2 Debian:testing) []
Inst libfreetype6 [2.1.10-1] (2.2.1-2 Debian:testing)
Inst libpango1.0-common [1.12.0-2] (1.12.3-1 Debian:testing) []
Inst libpango1.0-0 [1.12.0-2] (1.12.3-1 Debian:testing)
Inst mozilla-firefox-locale-fr-fr [1.0.4lang20050515-1] (1.5.0.4-1
Debian:testing) []
Remv mozilla-firefox [1.0.7-1] []
Inst firefox (1.5.dfsg+1.5.0.4-1 Debian:testing) []
Inst firefox-locale-fr (1.5.0.4-1 Debian:testing)
Conf libc6-dev (2.3.6-15 Debian:testing)
Conf libfreetype6 (2.2.1-2 Debian:testing)
Conf libfreetype6-dev (2.2.1-2 Debian:testing)
Conf libpango1.0-0 (1.12.3-1 Debian:testing)
Conf libpango1.0-common (1.12.3-1 Debian:testing)
Conf firefox (1.5.dfsg+1.5.0.4-1 Debian:testing)
Conf firefox-locale-fr (1.5.0.4-1 Debian:testing)
Conf mozilla-firefox-locale-fr-fr (1.5.0.4-1 Debian:testing)
[EMAIL PROTECTED]:~$ uname -a
Linux islande 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686
GNU/Linux
[EMAIL PROTECTED]:~$



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mozilla-firefox-locale-fr-fr depends on:
ii  firefox-locale-fr 1.5.0.4-1  Firefox French language package

mozilla-firefox-locale-fr-fr recommends no packages.

-- no debconf information



Bug#376676: debmirror: does not recognise '+' as a normal character

2006-07-04 Thread Tshepang Lekhonkhobe

Package: debmirror
Version: 20051209
Severity: normal

I use the --include option a lot, and because I can't do something
like '--include libstd++6_' I end up pulling in all files with libstd
on their names. There's no such problem with the '-' character.

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages debmirror depends on:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  libcompress-zlib-perl 1.41-1 Perl module for creation and manip
ii  liblockfile-simple-perl   0.2.5-7Simple advisory file locking
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  perl [libdigest-md5-perl] 5.8.8-4Larry Wall's Practical Extraction
ii  perl-modules [libnet-perl]5.8.8-4Core Perl modules
ii  rsync 2.6.8-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  gnupg 1.4.3-1GNU privacy guard - a free PGP rep

-- no debconf information


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



Bug#356039: rgb.txt causing problems

2006-07-04 Thread Robin Williams
Having just installed xserver-xorg with fluxbox, colours were displayed
incorrectly and some applications were having trouble finding colours (same as
above, cannot find black etc).

Creating a legacy symlink in /usr/X11R6/lib/X11/rgb.txt to /etc/X11/rgb.txt
fixed the problem though.  Confusing though since this report has been closed,
can the symlink be added to the package or is this not the underlying problem?


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



Bug#376675: openoffice.org-writer: crash on rigth click - 'Picture...' over a picture

2006-07-04 Thread Francesco Castellana
Package: openoffice.org-writer
Version: 2.0.3-1
Severity: normal


Reproducible:
Create a new document
Insert a picture from a file
Right click on the picture
Select 'Picture...'
- crash

I use it everyday so I know it worked flawlessly before 2.0.3-1.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-writer depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-7  GCC support library
ii  libicu34  3.4.1a-1   International Components for Unico
ii  libstdc++64.1.1-7The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  libwpd8c2a0.8.5-3Library for handling WordPerfect d
ii  openoffice.org-core   2.0.3-1OpenOffice.org office suite archit
ii  zlib1g1:1.2.3-12 compression library - runtime

Versions of packages openoffice.org-writer recommends:
ii  java-gcj-compat   1.0.56-2   Java runtime environment using GIJ
ii  openoffice.org-java-commo 2.0.3-1OpenOffice.org office suite Java s
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update05 Java(TM) 2 SDK, Standard Edition, 
ii  sun-java5-jre [java2-runt 1.5.0-06-1 Sun Java(TM) Runtime Environment (

-- no debconf information


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



Bug#376677: ttf-freefont: horizontal spacing bug in freemono

2006-07-04 Thread Jan Willem Stumpel
Package: ttf-freefont
Version: 20060501cvs-4
Severity: normal


I reported this before (in messages in the bug #254113 thread) but I
submit it now as a separate bug, because apparently it did not receive
attention yet. Freemono has excessive horizontal spacing. This does not show
up in most applications, but it does when printing mail from Mozilla using
xprint. At the moment this can only be tested in Sid if xprint is taken from
experimental, and if monospaced printing of mail messages is enabled in
user-side css. xprint itself is very buggy, but this particular bug is
really with ttf-freefont, not with xprint.

The effect can be seen at http://www.jw-stumpel.nl/freefont.png. 

The cure is, using fonttools:

ttx -t hhea FreeMono.ttf
edit FreeMono.ttx, change advanceWidthMax to 600 (this is the value
it had in ttf-freefont_20051102-2_all.deb, which did not have the bug).
ttx -m FreeMono.ttf FreeMono.ttx
mv FreeMono#1.ttf FreeMono.ttf

Do the same with the bold, oblique, and bold-oblique variants. Test after
/etc/init.d/xprint restart.

Regards, Jan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ttf-freefont depends on:
ii  defoma0.11.9 Debian Font Manager -- automatic f

Versions of packages ttf-freefont recommends:
ii  x-ttcidfont-conf  24 Configure TrueType and CID fonts f

-- debconf-show failed


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



Bug#376651: [pkg-wpa-devel] Bug#376651: wrong default wpasupplicant driver (uses wired isntead of wext)

2006-07-04 Thread Kel Modderman

Reinhard Tartler wrote:

On Tue, Jul 04, 2006 at 05:26:40AM +0200, Jacobo221 wrote:
  

init_wpa_supplicant() in /etc/network/if-pre-up.d/wpasupplicant should
not default to wired when $IFACE isn't in /proc/net/wireless'
contents because the first time the interface is set up after a boot
$IFACE might not yet be in /proc/net/wireless since the wpasupplicant
script is run from if-pre-up.d and, therefore, the interface has never
yet been set up.



Which network driver is this? I'd like to report a bug about this. Why
shouldn't a driver not advertise that it handles a wireless device until
it is 'up'?

  

The current result here is taht, when booting uo, the first time i set
up the interface, it gets driver wired. From then on, it gets wext
(which is what should always be expected).



And that this behavior breaks tools like network-manager as well.

  

The solution, of course, is to set wpa-driver wext, but since the
docs say the default is wext, either the docs are fixed, or the
script has to be slightly modified.



No, the solution is to fix the driver.

  


I agree about fixing drivers reporting their stuff to userspace.

FYI, I could easily reproduce this when activating a madwifi VAP from 
within an interfaces stanza (the interface does not have to exist before 
hand).


Plus, the grep of /proc/net/wireless is not _really_ that useful.

Kel.


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



Bug#301668: ping - can this be closed?

2006-07-04 Thread Holger Levsen
Hi,

as asked four month ago, can this been closed now?


regards,
Holger

From: Anton Zinoviev [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: partman fails to create a prep partition, and falsely complains 
it is a ext3 partition.
Date: Fri, 24 Mar 2006 18:20:58 +0200

Sven,

I suppose that you were able to fix #301668.  Can this bug be closed
now?



pgpz5MLeiQpw1.pgp
Description: PGP signature


Bug#272411: fixed by now

2006-07-04 Thread Holger Levsen
Hi,

I did a test install last weekend with a daily build image and the powerpc 
boot partition was created, so I close this bug.


regards,
Holger


pgpTUi4wapbEl.pgp
Description: PGP signature


Bug#292951: fixed by now

2006-07-04 Thread Holger Levsen
Hi,

this weekend I tested the net install daily build for powerpc and it booted 
without problems on a imac G5. So I close this bug.


regards,
Holger


pgpr2kVm9I87l.pgp
Description: PGP signature


Bug#299745: fixed by now

2006-07-04 Thread Holger Levsen
Hi,

this weekend I tested the net install daily build for powerpc on an iMac G%. 
Access to the cdrom and the harddrives was possible, sata_svw was loaded so I 
close this bug.


regards,
Holger


pgpg7H9D5u0h0.pgp
Description: PGP signature


Bug#372637: Cupsys: installation breaks.

2006-07-04 Thread Rubén Gómez Antolí
Package: cupsys
Version: 1.2.1-3
Followup-For: Bug #372637



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3+02.vi.06-0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages cupsys depends on:
ii  adduser  3.91Add and remove users and groups
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-3 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-3 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libgnutls13  1.4.0-3 the GNU TLS library - runtime libr
ii  libgpg-error01.2-1   library for common error values an
ii  libldap2 2.1.30-13+b1OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.19  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  libtasn1-3   0.3.5-1 Manage ASN.1 structures (runtime)
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-6 Core Perl modules
ii  procps   1:3.2.7-2   /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-12  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-3  Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060530-1 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information:
  cupsys/raw-print: true
  cupsys/ports: localhost:631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:
  cupsys/browse: true


Hello all,

Well, I'm having these issue in this machine too. I see it about two weeks ago 
aproximately.


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



Bug#376686: Missing fonts in ttf-farsiweb

2006-07-04 Thread Youssef Chahibi
Package: ttf-farsiweb
Version: 0.4-4


Compared with the farsi_fonts_0.4.tar.bz2 archive provided by Arabeyes 
(http://www.arabeyes.org/project.php?proj=Khotot), ttf-farsiweb misses the 
following fonts: elham koodak roya royab terafik terafikb .

debian:/home/youssef# dpkg -L ttf-farsiweb
/.
/etc
/etc/defoma
/etc/defoma/hints
/etc/defoma/hints/ttf-farsiweb.hints
/usr
/usr/share
/usr/share/doc
/usr/share/doc/ttf-farsiweb
/usr/share/doc/ttf-farsiweb/copyright
/usr/share/doc/ttf-farsiweb/NEWS.gz
/usr/share/doc/ttf-farsiweb/changelog.Debian.gz
/usr/share/fonts
/usr/share/fonts/truetype
/usr/share/fonts/truetype/ttf-farsiweb
/usr/share/fonts/truetype/ttf-farsiweb/homa.ttf
/usr/share/fonts/truetype/ttf-farsiweb/nazli.ttf
/usr/share/fonts/truetype/ttf-farsiweb/nazlib.ttf
/usr/share/fonts/truetype/ttf-farsiweb/titr.ttf
debian:/home/youssef#  


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



Bug#376679: bacula: Upgrade to 1.38.11 broke autochanger config.

2006-07-04 Thread Don Alexander
Package: bacula
Version: 1.38.11-1
Severity: important

After an upgrade to 1.38.11 I am unable to update changer list from a pseudo 
barcode simulator as recommended in the Bacula manual. While running bacula-sd 
in debug mode it shows the changer as being recognised but that is not being 
passed on for some reason. Extracts are as follows:

--- CUT ---  bacula-sd -c /etc/bacula/bacula-sd.conf -d100 -f -g tape -u bacula 
-v

bacula-sd: stored_conf.c:656 Inserting director res: barchetta-mon
barchetta-sd: jcr.c:116 read_last_jobs seek to 188
barchetta-sd: jcr.c:123 Read num_items=0
barchetta-sd: pythonlib.c:100 No script dir. prog=SDStartUp
barchetta-sd: bnet_server.c:83 Addresses host[ipv4:0.0.0.0:9103]
barchetta-sd: stored.c:453 calling init_dev /dev/nst0
barchetta-sd: dev.c:239 init_dev: tape=1 dev_name=/dev/nst0
barchetta-sd: stored.c:455 SD init done /dev/nst0
barchetta-sd: autochanger.c:236 Run program=/etc/bacula/scripts/mtx-changer 
/dev/sg0 loaded 0 /dev/nst0 0
barchetta-sd: autochanger.c:238 run_prog: /etc/bacula/scripts/mtx-changer 
/dev/sg0 loaded 0 /dev/nst0 0 stat=0 result=1

barchetta-sd: stored.c:468 calling first_open_device HP-C1557A (/dev/nst0)
barchetta-sd: dev.c:276 open dev: tape=1 dev_name=HP-C1557A (/dev/nst0) vol= 
mode=OPEN_READ_ONLY
barchetta-sd: dev.c:323 open dev: device is tape
barchetta-sd: autochanger.c:236 Run program=/etc/bacula/scripts/mtx-changer 
/dev/sg0 loaded 0 /dev/nst0 0
barchetta-sd: autochanger.c:238 run_prog: /etc/bacula/scripts/mtx-changer 
/dev/sg0 loaded 0 /dev/nst0 0 stat=0 result=1

barchetta-sd: dev.c:338 Try open HP-C1557A (/dev/nst0) mode=OPEN_READ_ONLY 
nonblocking=2048
barchetta-sd: dev.c:369 openmode=3 OPEN_READ_ONLY
barchetta-sd: dev.c:382 open dev: tape 4 opened
barchetta-sd: label.c:71 Enter read_volume_label res=0 device=HP-C1557A 
(/dev/nst0) vol= dev_Vol=*NULL*
barchetta-sd: dev.c:627 rewind res=0 fd=4 HP-C1557A (/dev/nst0)
barchetta-sd: label.c:138 Big if statement in read_volume_label
barchetta-sd: reserve.c:146 New Vol=MON01 dev=HP-C1557A (/dev/nst0)
barchetta-sd: label.c:206 Compare Vol names: VolName= hdr=MON01
barchetta-sd: label.c:222 Copy vol_name=MON01

Volume Label:
Id: Bacula 1.0 immortal
VerNo : 11
VolName   : MON01
PrevVolName   :
VolFile   : 0
LabelType : VOL_LABEL
LabelSize : 164
PoolName  : MondayPool
MediaType : DDS-3
PoolType  : Backup
HostName  : barchetta
Date label written: 28-Feb-2006 09:46
barchetta-sd: label.c:227 Leave read_volume_label() VOL_OK
barchetta-sd: dev.c:627 rewind res=0 fd=4 HP-C1557A (/dev/nst0)
barchetta-sd: bnet.c:1128 who=client host=127.0.0.1 port=36643
barchetta-sd: cram-md5.c:52 send: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:68 Authenticate OK JWoLaw/YB4/H25Zmi8xjPA
barchetta-sd: cram-md5.c:97 cram-get: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:114 sending resp to challenge: vS1yn4+g/4+h26/LY/w9KD
barchetta-sd: dircmd.c:187 Message channel init completed.
barchetta-sd: pythonlib.c:224 No startup module.
barchetta-sd: bnet.c:1128 who=client host=127.0.0.1 port=36643
barchetta-sd: cram-md5.c:52 send: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:68 Authenticate OK K7d9/89HcS/it9ZhxD+v2C
barchetta-sd: cram-md5.c:97 cram-get: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:114 sending resp to challenge: AV/6NGwSlR+qY8AO66ZJyC
barchetta-sd: dircmd.c:187 Message channel init completed.
barchetta-sd: dircmd.c:513 Found device HP-C1557A
barchetta-sd: dircmd.c:551 Found changer device HP-C1557A
barchetta-sd: pythonlib.c:224 No startup module.
barchetta-sd: bnet.c:1128 who=client host=127.0.0.1 port=36643
barchetta-sd: cram-md5.c:52 send: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:68 Authenticate OK XkgcIzs0uj/mQxRaO0+tED
barchetta-sd: cram-md5.c:97 cram-get: auth cram-md5 [EMAIL PROTECTED] ssl=0
barchetta-sd: cram-md5.c:114 sending resp to challenge: 8R+ea8/J1j++d8/lZ//vrC
barchetta-sd: dircmd.c:187 Message channel init completed.
barchetta-sd: dircmd.c:513 Found device HP-C1557A
barchetta-sd: dircmd.c:551 Found changer device HP-C155A
barchetta-sd: pythonlib.c:224 No startup module.

--- CUT ---

--- CUT --- barchetta:/etc/bacula# bconsole

Connecting to Director barchetta:9101
1000 OK: barchetta-dir Version: 1.38.11 (28 June 2006)
Enter a period to cancel a command.
*status
Using default Catalog name=MyCatalog DB=bacula
Status available for:
 1: Director
 2: Storage
 3: Client
 4: All
Select daemon type for status (1-4): 2
Automatically selected Storage: DDS-3
Connecting to Storage daemon DDS-3 at barchetta:9103

barchetta-sd Version: 1.38.11 (28 June 2006) i486-pc-linux-gnu debian 
testing/unstable
Daemon started 04-Jul-06 09:08, 0 Jobs run since started.
Heap: bytes=11,592 max_bytes=77,123 bufs=57 max_bufs=59
 
 Running Jobs:
 No Jobs running.
 
   

Bug#376382: [Pkg-alsa-devel] Bug#376382: ALSA MIDI playback lock-up on kernel 2.6.17-686, not on kernel 2.6.16-2-686

2006-07-04 Thread Elimar Riesebieter
On Tue, 04 Jul 2006 the mental interface of
Elimar Riesebieter told:

 On Tue, 04 Jul 2006 the mental interface of
 Arthur Marsh told:
 
  Hi, after repeated lock-ups with MIDI playback under kernel 2.6.17-686 I 
  rebooted into kernel 2.6.16-2-686 and have not been able to force a 
  lock-up. 
  MIDI playback has remained fine even under heavy disk activity under KDE.
  
  Now running:
  
  alsa-base  1.0.11-3lxtec1 ALSA driver configuration files
  linux-image-2. 2.6.16-15  Linux kernel 2.6.16 image on 
  PPro/Celeron/PII...
 
 Did yout tried the combination alsa-base 1.0.11-2 and 2.6.16 as
 well?

LOL ;) The patch is for the drivers. Sorry I realized that 2 sec ago ;)
Could you plesae install a 2.6.17 Kernel and
alsa-source_1.0.11-3lxtec1. Please build the drivers and report
back. BTW, the official alsa version in 2.6.17 is 1.0.11rc4.

Elimar


-- 
.~.
/V\   L   I   N   U   X
   /( )\ Phear the Penguin
   ^^-^^


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



Bug#376683: dnsdoctor same as zonecheck?

2006-07-04 Thread Tim Dijkstra (tdykstra)
Package: dnsdoctor
Severity: normal

LS,

Is dnsdoctor just the unmaintained version of zonecheck? If I look
at the tools on there respective upstream websites, they look really 
(really!) the same. The difference being that zonecheck had an upload 
as recent as last week, while dnsdoctor's last upload was in 2004...

Shouldn't we file a request of removal from the archive? It just makes 
it harder to find the dnscheck tool you're looking for while using
apt-cache search

grts Tim

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.13.1
Locale: LANG=nl_NL, LC_CTYPE=nl_NL (charmap=UTF-8) (ignored: LC_ALL set to 
nl_NL.utf8)


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



Bug#376669: siege: FTBFS: make: *** [install] Error 2

2006-07-04 Thread Sune Vuorela
On Tuesday 04 July 2006 08:53, Julien Danjou wrote:

  echo -en ',s/^\.SH PROGRAM NAME/.SH
  NAME/\n,s/layingsiege(1)/layingsiege(7)/\n,s/urls_txt(1)/urls_txt(5)/\nw\
 n' \
 
  | ed
  | /build/buildd/siege-2.65/debian/siege/usr/share/man/man1/siege.1
 
  13109
  ?
  13109
  ?
  make: *** [install] Error 2

Looks like bashisms in debian/rules - and it builds fine in my pbuilder.

Julien - are you still having /bin/sh - /bin/dash ?

/Sune


pgpCzPihQe6oQ.pgp
Description: PGP signature


Bug#375677: Bug marked as not found in version 1.9.33-0.1.0

2006-07-04 Thread Florian Weimer
* Gordon Haverland:

  Bug marked as not found in version 1.9.33-0.1.0. Request was from 
 Filipus Klutiero [EMAIL PROTECTED] to [EMAIL PROTECTED] 
 Full text and rfc822 format available.

 I am seeing this as well, and I have 1.9.33-0.1

Note that 1.9.33-0.1 is not equal to 1.9.33-0.1.0.

Filipus, did you intend to set a pending tag instead?  1.9.33-0.1.0
does net yet exist in the archive.

-- 
Florian Weimer[EMAIL PROTECTED]
BFK edv-consulting GmbH   http://www.bfk.de/
Durlacher Allee 47tel: +49-721-96201-1
D-76131 Karlsruhe fax: +49-721-96201-99


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



Bug#376680: apache2-utils: Please include htcacheclean in the Debian Apache 2.2 distribution.

2006-07-04 Thread Romain Chantereau
Package: apache2-utils
Version: 2.0.55-4
Severity: normal

Hi ! 

The apache proxy disk cache scheme has been realy improved in the 2.2 apache.
Before, there was an experimental non-working CacheSize directive in order to
limit the disk cache size, but now, it now longer exists.

Now, there is an utility, named htcacheclean, listed here :
http://httpd.apache.org/docs/2.2/programs/ , web man page here :
http://httpd.apache.org/docs/2.2/programs/htcacheclean.html

This utility manage the disk cache files.
Without it, it is very difficult (impossible ?) to limit the amount of disk 
space used by the apache proxy disk cache.

Please, could you include it in the apache2 debian distribution as it is in the
official apache distribution ?

Thanks you very much,
Romain.

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages apache2-utils depends on:
ii  libapr0 2.0.55-4 the Apache Portable Runtime
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libdb4.34.3.29-5 Berkeley v4.3 Database Libraries [
ii  libexpat1   1.95.8-3.2   XML parsing C library - runtime li
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  zlib1g  1:1.2.3-12   compression library - runtime

apache2-utils recommends no packages.

-- no debconf information


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



Bug#376681: zabbix-agent: please cleanup tmpfile

2006-07-04 Thread Robert Millan [ackstorm]
Package: zabbix-agent
Severity: normal
Tags: patch

zabbix-agent should cleanup /tmp/zabbix_agentd.tmp in init.d.  When run with an
obsolete version of this file, the daemon won't generate a new one, making
debugging tasks tedious (specialy if you ignore this fact).

Besides, it doesn't remove it when it's no longer in use either.

-- 
Robert Millan
[EMAIL PROTECTED]
Departamento de Asistencia Técnica

Oficina central: (+34) 902 888 345
Asistencia técnica: (+34) 902 888 408

ACK STORM, S.L.
http://www.ackstorm.es

Este mensaje electrónico contiene información de ACK STORM, S.L. que es privada
y confidencial, siendo para el uso exclusivo de las personas o entidades arriba
mencionadas. Si usted no es el destinatario señalado, le informamos que
cualquier divulgación, copia, distribución o uso de los contenidos está
prohibida. Si usted ha recibido este mensaje por error, por favor borre su
contenido y comuníquenoslo en la dirección [EMAIL PROTECTED]
--
diff -ur zabbix-1.1.old/debian/zabbix-agent.init 
zabbix-1.1/debian/zabbix-agent.init
--- zabbix-1.1.old/debian/zabbix-agent.init 2006-07-04 10:34:00.0 
+0200
+++ zabbix-1.1/debian/zabbix-agent.init 2006-07-04 10:35:37.0 +0200
@@ -5,6 +5,7 @@
 NAME=zabbix_agentd
 DESC=Zabbix agent
 PID=/var/run/zabbix-agent/$NAME.pid
+TMP=/tmp/zabbix_agentd.tmp
 
 test -f $DAEMON || exit 0
 
@@ -12,7 +13,7 @@
 
 case $1 in
   start)
-   rm -f $PID
+   rm -f $PID $TMP
echo Starting $DESC: $NAME
start-stop-daemon --oknodo --start --pidfile $PID \
--exec $DAEMON
@@ -20,6 +21,7 @@
   stop)
echo Stopping $DESC: $NAME
start-stop-daemon --oknodo --stop --exec $DAEMON 
+   rm -f $TMP
;;
   restart|force-reload)
$0 stop


Bug#234521: fixed by now

2006-07-04 Thread Holger Levsen
Hi,

I did a test install last weekend with a daily build image and the powerpc 
boot partition was created, so I close this bug.


regards,
Holger


pgpiWYPrTY5BC.pgp
Description: PGP signature


Bug#376684: Error on upgrade: Can't locate object method host via package ldap

2006-07-04 Thread Julien Danjou
Package: libnss-ldap
Version: 251-5
Severity: grave

Hello,

I tried to upgrade to libnss-ldap 251-5 and the upgrade failed with a
beautiful error:

Setting up libnss-ldap (251-5) ...
Can't locate object method host via package ldap (perhaps you forgot
to load ldap?) at -e line 1,  line 21.
dpkg: error processing libnss-ldap (--configure):
 subprocess post-installation script returned error exit status 9

And nothing works anymore, since it seems that the
/etc/libnss-ldap.conf was overwritten without asking me anything.

I tried to dpkg-reconfigure -plow libnss-ldap, and I got the same error
again, leaving with a quite empty config file (only the header
comments...)

I guess there's something seriously wrong in the upgrade process.

-- 
Julien Danjou
// [EMAIL PROTECTED] http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// I'm no superman.


signature.asc
Description: Digital signature


Bug#376682: libghc6-c2hs-dev: not installable on unstable

2006-07-04 Thread Meik Hellmund
Package: libghc6-c2hs-dev
Severity: normal

#apt-get install libghc6-c2hs-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libghc6-c2hs-dev: Depends: ghc6 ( 6.4.2) but 6.4.2-2 is to be
  installed
  E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#278563: it's fixed by now I think

2006-07-04 Thread Holger Levsen
Hi,

I did a test install on a imac G5 (not sure atm if single or dual cpu) and the 
daily build network install cd booted without problems, though I had to 
select the install64 kernel and not the install kernel.

So I believe this bug is fixed and will close it in a few days if I don't hear 
evidence against...


regards,
Holger


pgpTbcSTK9wJ8.pgp
Description: PGP signature


Bug#376685: create database in background?

2006-07-04 Thread Holger Levsen
package: scrollkeeper
severity: wishlist

Hi,

similar to #214193 - creating the scrollkeeper database for the first time 
takes quite some time. Would it be possible to create the database in the 
background, so that the installation can continue?


regards,
Holger


pgpYzraYRzOM7.pgp
Description: PGP signature


Bug#376669: siege: FTBFS: make: *** [install] Error 2

2006-07-04 Thread Julien Danjou
severity 376669 important
thanks dude

On Tue, Jul 04, 2006 at 10:37:56AM +0200, Sune Vuorela wrote:
 Looks like bashisms in debian/rules - and it builds fine in my pbuilder.
 
 Julien - are you still having /bin/sh - /bin/dash ?

Yes, sorry I did not think it was a problem with /bin/sh.
Downgrading.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#376669: siege: FTBFS: make: *** [install] Error 2

2006-07-04 Thread Sune Vuorela
tag 376669 +patch
thank you bts, you look good today

On Tuesday 04 July 2006 11:04, Julien Danjou wrote:
 Yes, sorry I did not think it was a problem with /bin/sh.
 Downgrading.

But they should build anyway ;)

calling /bin/echo instead of the shell built in echo fixes it.

I guess this patch come out kind of 'mangled', but it is only 
changing echo to /bin/echo:

diff -u siege-2.65/debian/rules siege-2.65/debian/rules
--- siege-2.65/debian/rules
+++ siege-2.65/debian/rules
@@ -64,12 +65,12 @@
| sed -e  's/layingsiege(1)/layingsiege(7)/' 
$(DMANDIR)/man5/urls.txt.5
rm $(DMANDIR)/man1/urls_txt.1

-   echo -en ',s/^\.SH PROGRAM NAME/.SH 
NAME/\n,s/layingsiege(1)/layingsiege(7)/\n,s/urls_txt(1)/urls_txt(5)/\nw\n' \
+   /bin/echo -en ',s/^\.SH PROGRAM NAME/.SH 
NAME/\n,s/layingsiege(1)/layingsiege(7)/\n,s/urls_txt(1)/urls_txt(5)/\nw\n' \
| ed $(DMANDIR)/man1/siege.1

-   echo -en ',s/layingsiege (1)/layingsiege (7)/\n,s/urls_txt (1)/urls_txt 
(5)/\nw\n' |ed $(DMANDIR)/man1/bombardment.1
+   /bin/echo -en ',s/layingsiege (1)/layingsiege (7)/\n,s/urls_txt 
(1)/urls_txt (5)/\nw\n' |ed $(DMANDIR)/man1/bombardment.1

-   echo -en ',s/^\.SH UTILITY/.SH 
NAME/\n,s/layingsiege(1)/layingsiege(7)/\nw\n' |ed 
$(DMANDIR)/man1/siege.config.1
+   /bin/echo -en ',s/^\.SH UTILITY/.SH 
NAME/\n,s/layingsiege(1)/layingsiege(7)/\nw\n' |ed 
$(DMANDIR)/man1/siege.config.1

mkdir $(DMANDIR)/man7
cat $(DMANDIR)/man1/layingsiege.1 |sed -e 's/^\.TH SIEGE 1/.TH 
LAYINGSIEGE 7/' | sed -e 's/^\.SH PERFORMANCE TESTING/.SH NAME/' \


if I remember correctly, the echo in dash does not like -e.

/Sune


pgpyyBPZMpUaK.pgp
Description: PGP signature


Bug#376688: debconf: unable to initialize frontend: Readline

2006-07-04 Thread Richard Kettlewell
Package: debconf
Version: 1.4.30.13

root# apt-get -q upgrade
Reading Package Lists...
Building Dependency Tree...
The following packages will be upgraded:
  openoffice.org openoffice.org-bin openoffice.org-l10n-en ttf-opensymbol
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/66.3MB of archives.
After unpacking 51.8MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 79724 files and directories currently installed.)
Preparing to replace openoffice.org-bin 1.1.3-9 (using 
.../openoffice.org-bin_1.1.3-9sarge2_i386.deb) ...
Unpacking replacement openoffice.org-bin ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Preparing to replace openoffice.org-l10n-en 1.1.3-9 (using 
.../openoffice.org-l10n-en_1.1.3-9sarge2_all.deb) ...
Unpacking replacement openoffice.org-l10n-en ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Preparing to replace ttf-opensymbol 1.1.3-9 (using 
.../ttf-opensymbol_1.1.3-9sarge2_all.deb) ...
Unpacking replacement ttf-opensymbol ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Preparing to replace openoffice.org 1.1.3-9 (using 
.../openoffice.org_1.1.3-9sarge2_all.deb) ...
Unpacking replacement openoffice.org ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up openoffice.org-l10n-en (1.1.3-9sarge2) ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype

Setting up ttf-opensymbol (1.1.3-9sarge2) ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Updating fontconfig cache...

Setting up openoffice.org (1.1.3-9sarge2) ...
Updating OpenOffice.org's dictionary list... done.
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype

Setting up openoffice.org-bin (1.1.3-9sarge2) ...
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype

root# tty
/dev/pts/4
root# echo $TERM
xterm


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



Bug#362078: xserver-xorg: dpkg-reconfigure doesn't work if the xorg.conf has been customized

2006-07-04 Thread bitlogic

Fathi Boudra [EMAIL PROTECTED] wrote:



 * if i remove my xorg.conf and run dpkg-reconfigure, no new file created



In addition to removing xorg.conf, in 1:7.0.22, you may have to also
perform the following:



 sudo sh -c readlink /etc/X11/X | md5sum  /var/lib/x11/X.md5sum



See #374578.



You will probably also have to perform the following:



 sudo vi /var/lib/dpkg/info/xserver-xorg.postinst
 # Comment out the following line as well as matching else and endif.
 #   if [ -z $UPGRADE ] || dpkg --compare-versions $2 le 1:7.0.14; then


I just made a new installation and I got an empty xorg.conf file. 
Then I follow these steps but still having no xorg.conf file!


Thanks in advance,
Luís Sousa



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



Bug#376677: Cause found

2006-07-04 Thread Jan Willem Stumpel
I found the cause of this particular bug by looking at the source
(.sfd) files (source code of ttf-freefont-20060126b). Almost all
characters in FreeMono have width 600, but a few do not (which
should not be the case in a monospaced font).

For instance in FreeMono.sfd the following characters have the
wrong width:

660: U1EA2, U1EA3, U1EA8, U1EA9, U1EB2, U1EB3
783: tcaron
801: U0200, U0201
950: U0202, U0203

In FreeMonoBold.sfd we have:

578 (too small!): U048E, U0494, U04A6, U04AE, U04B4, U04B5, U04B8,
 U04B9, U04B4, U04BB
660: agrave, aacute
788: UFFFD
824: U0201
1010: amacron, U0203

I did not test oblique and bold-oblique, but I expect the results
will be similar. It appears that the advanceWidthMax value simply
is the highest of the Width values in each particular font. It
may be the Nth bug of xprint to take this value as the horizontal
spacing value for *all* characters, but the fact remains that in a
monospaced font, the width of all characters should be the same
(600 in this case). As this is rather fundamental, I propose to
raise the priority of this bug to important.

Regards, Jan



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



Bug#376687: zoph: PHP5 compatibility

2006-07-04 Thread Laurent Bonnaud
Package: zoph
Version: 0.5.1-1
Severity: wishlist


Hi,

the zoph package depends on PHP4.  Does the zoph software work with
PHP5 (the website http://en.wikibooks.org/wiki/Zoph/Requirements is
not very clear) ?  If so, dependencies of the package should be
adjusted.

If not a port to PHP5 would allow to install zoph with other packages
that require PHP5.

Moreover, zoph dependencies favor apache 1.3 over apache 2.0:

# apt-get install zoph
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  apache-common libapache-mod-php4
Suggested packages:
  apache apache-ssl apache-perl
The following NEW packages will be installed:
  apache-common libapache-mod-php4 zoph

I think this should be reversed so that new installs get apache 2.0
instead of apache 1.3.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages zoph depends on:
ii  apache2-mpm-prefork  2.0.55-4traditional model for Apache2
ii  imagemagick  7:6.2.4.5.dfsg1-0.9 Image manipulation programs
ii  jhead2.60-1  manipulate the non-image part of E
pn  libapache-mod-php4 | none  (no description available)
ii  libdbd-mysql-perl3.0006-1A Perl5 database interface to the 
ii  libdbi-perl  1.51-1  Perl5 database interface by Tim Bu
ii  libimage-size-perl   3.0-1   determine the size of images in se
ii  perl 5.8.8-6 Larry Wall's Practical Extraction 
ii  php4-gd  4:4.4.2-1.1 GD module for php4
ii  php4-mysql   4:4.4.2-1.1 MySQL module for php4
ii  unzip5.52-8  De-archiver for .zip files
ii  wwwconfig-common 0.0.45  Debian web auto configuration

zoph recommends no packages.


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



Bug#373631: nut: Strange status : OL CHRG OFF

2006-07-04 Thread Arnaud Quette
tag 373631 + upstreamthankSalut Fred,2006/6/14, Frederic Massot [EMAIL PROTECTED]:
Package: nutVersion: 2.0.2-2Severity: normalHi,After a break of electricity, an UPS (MGE Evolution 800) iswith the status: OL CHRG OFFAccording to the source code (drivers/newhidups.h):
OL - one lineCHRG - chargingOFF- ups is off!!?though having a status filled with  OL CHRG OFF is possible (OFF means for MGE that we do not power the output), in your case, you're facing a bug that has been solved for the upcoming 
2.0.4.Arnaud-- Linux / Unix Expert - MGE UPS SYSTEMS - RD DptNetwork UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/OpenSource Developer - http://arnaud.quette.free.fr/


Bug#376689: tutos2: PHP5 compatibility

2006-07-04 Thread Laurent Bonnaud
Package: tutos2
Version: 2.0.20050413-3.1
Severity: wishlist


Hi,

according to http://www.tutos.org/homepage/require.html tutos should
work with PHP5.  Could you please adjust dependencies ?

Moreover, tutos2 dependencies favor apache 1.3 over apache 2.0:

# apt-get install tutos2
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  apache-common libapache-mod-php4
Suggested packages:
  apache apache-ssl apache-perl
Recommended packages:
  postgresql
The following NEW packages will be installed:
  apache-common libapache-mod-php4 tutos2


I think this should be reversed so that new installs get apache 2.0
instead of apache 1.3.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tutos2 depends on:
ii  apache2-mpm-prefork [apache2 2.0.55-4traditional model for Apache2
ii  debconf [debconf-2.0]1.5.2   Debian configuration management sy
pn  libapache-mod-php4 | libapac none  (no description available)
ii  libphp-jpgraph   1.5.2-10Object oriented graph library for 
ii  php4-pgsql   4:4.4.2-1.1 PostgreSQL module for php4
ii  smarty   2.6.14-1Template engine for PHP
ii  wwwconfig-common 0.0.45  Debian web auto configuration

Versions of packages tutos2 recommends:
ii  logrotate 3.7.1-3Log rotation utility
pn  postgresqlnone (no description available)


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



Bug#376669: siege: FTBFS: make: *** [install] Error 2

2006-07-04 Thread Julien Danjou
On Tue, Jul 04, 2006 at 11:45:10AM +0200, Sune Vuorela wrote:
 Yes - it is needed. the lines expect \n to be translated to newline in bash.

Of course, I'm stupid. :)

In POSIX world, I heard that printf may be a better a choice. ;) 

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#376675: openoffice.org-writer: crash on rigth click - 'Picture...' over a picture

2006-07-04 Thread Rene Engelhard
Am Dienstag, 4. Juli 2006 10:18 schrieb Francesco Castellana:
 Reproducible:
 Create a new document
 Insert a picture from a file
 Right click on the picture
 Select 'Picture...'
 - crash

Works for me.

 I use it everyday so I know it worked flawlessly before 2.0.3-1.

Hmm. Does OOo remember the last tab? DId you use Border last?
[ try moving your .openoffice.org2 out of the way and try with a clean profile.
It should crash when you hit Border, though ].
Then it's the same bug as the two Border bugs...

Regards,

Rene
-- 
 .''`.  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



Bug#376692: console-only version needed

2006-07-04 Thread Alexander Vlasov
Package: sqsh
Version: 2.1-8
Severity: wishlist

Debian provides sqsh compiled with motif interface; But lots of people
(including me) use sqsh on servers with no X and without motif needed.
It would be nice if you will provide some kind of sqsh-nox package
without motif support.
Thanks.

-- 
Alexander Vlasov
ZULU-UANIC
JID: zulu at jabber.kiev.ua



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



Bug#376603: [pkg-fetchmail-maint] Bug#376603: fetchmail: empty pidfile in ~/ causes fetchmail to fail silently

2006-07-04 Thread Matthias Andree
Justin Pryzby [EMAIL PROTECTED] writes:

 It notices that there's an rc file:
 |open(/home/pryzbyj/.fetchmailrc, O_RDONLY) = 4

 WTF?
 |ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xafa04e58) = -1 ENOTTY
 (Inappropriate ioctl for device)

glibc at work, probably isatty() or equivalent to find out the default
buffer size (line vs. fully buffered).

 Huh?  Yes, we are a process..
 |kill(0, SIG_0)  = 0
 |close(4)= 0

That's indeed a bug, and it's easy to fix (patch attached, description
below). The fscanf() in fm_lock_state() returns EOF; which isn't handled
in = 6.3.4.

Nico, I suggest to demote the severity to normal or minor (your
decision), tag fixed-upstream,confirmed,patch and add the attached
patch since it'll take some time until 6.3.5, there are some nontrivial
fixes in the pipeline.

I find the PID of 0 astonishing however. Is Debian's GCC different than
SUSE's?  The PID passed to kill is an uninitialized auto variable, and
that it's 0 on your AND Nico's computer leaves me at a loss (and this is
what causes the lockfile exists issue), it should contain garbage
(which would cause fetchmail to erase the lockfile in most of the
cases).

 It *tries* to tell me something:

Please report logging issues separately. Merging two issues into one bug
report isn't particularly helpful. I'm cloning the bug.

Patch description (doesn't address logging): (1) fix lockfile bug, by
treating short lockfiles as stale. (2) close the lockfile stream before
attempting to delete the file, and report removing stale lockfile
before trying so. (Note that the fclose() before exit() is just
cosmetics and not fixing a leak, exit() is supposed to close all open
files anyways.)

-- 
Matthias Andree
Index: lock.c
===
--- lock.c	(revision 4826)
+++ lock.c	(working copy)
@@ -85,20 +85,21 @@
 	if (ferror(lockfp)) {
 	fprintf(stderr, GT_(fetchmail: error reading lockfile \%s\: %s\n),
 		lockfile, strerror(errno));
+	fclose(lockfp); /* not checking should be safe, file mode was r */
 	exit(PS_EXCLUDE);
 	}
+	fclose(lockfp); /* not checking should be safe, file mode was r */
 
-	if (args == 0 || kill(pid, 0) == -1) {
+	if (args == EOF || args == 0 || kill(pid, 0) == -1) {
 	pid = 0;
+
+	fprintf(stderr,GT_(fetchmail: removing stale lockfile\n));
 	if (unlink(lockfile)) {
 	   if (errno != ENOENT) {
 		   perror(lockfile);
 	   }
-	} else {
-		fprintf(stderr,GT_(fetchmail: removing stale lockfile\n));
 	}
 	}
-	fclose(lockfp); /* not checking should be safe, file mode was r */
 } else {
 	pid = 0;
 	if (errno != ENOENT) {


Bug#376691: libcairo2-dev: should not depend on libdirectfb-dev

2006-07-04 Thread gmu 2k6

Package: libcairo2-dev
Version: 1.2.0-1
Severity: Normal

libcairo2-dev should not depend on libdirectfb-0.9-24. instead only
libcairo-directfb2-dev should depend on any libdirectfb* package.


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



Bug#148790: efax and hylafax

2006-07-04 Thread Sven Hoexter
Hi,
with LyX 1.4.2 the configure script has been rewritten in Python.
With this script it's possible to detect and use kdeprintfax or ksendfax.

So I installed efax to take a look at it. The problem I see with efax and
possibly hylafax aswell is that you need to give it the receivers fax number
as a commandline parameter. As far as I can tell it's ATM not possible to
enter the number within LyX so it's impossible to send a fax directly from
LyX with efax.

Options I can see ATM:
a) Downgrade this bug to wishlist - fwd to upstream
b) Write and supply kind of a wrapper script with the LyX Debian package
which asks for the fax number and sends the fax. Sounds like a candidate for
Tcl/Tk but I don't know how the fax stuffs works and I've no test enviroment
I could use to try it out.

Opinions and/or other options you see?

Cheers,
Sven
-- 
If you won't forgive me the rest of my life
Let me apologize while I'm still alive
I know it's time to face all of my past mistakes
  [Less than Jake - Rest Of My Life]


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



Bug#335278: shc -- #335278 broken packaging -- non-DD NMU prepared

2006-07-04 Thread George Danchev
On Saturday 01 July 2006 20:06, Alexander Schmehl wrote:
 Hi!

 * George Danchev [EMAIL PROTECTED] [060701 15:20]:
  I hope that Alexander Schmehl is still willing to check it out and
  upload. Should anything still to be corrented I'm willing to do so. The
  new RC4 implementation is documented in debian/copyright, along with the
  match script as well (that were the points Alexnder raised in his last
  reviewing).

 Currently I'm on the road without my gpg-key, so I can't upload anythign
 right now.  I'll be back on Tuesday evening / wednesday morning will
 check it then (if I don't forget it, might be a got idea to send me an
 reminder ;)

Unfortunately I face a break with the new GPL'ed ARC4 implementation. The 
patch for that implementation for shc 3.7 along with some rc4 tests is found 
at:

http://crustytoothpaste.ath.cx/~bmc/files/free/crypto.pax.bz2

I still need to resolve why strcmp(TEXT_chk2, chk2) is put there, which 
succeeds causing the following break:

$ ./shc -f test.csh
$ ./test.csh.x
$ ./test.csh.x: No such file or directory: shell has changed!

I attached a similar patch for shc 3.8.3, but the following occurs with the 
above test.csh test:
$./test.csh.x
$./test.csh.x: location has changed!

-- 
pub 4096R/0E4BD0AB 2003-03-18 people.fccf.net/danchev/key pgp.mit.edu
fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 
diff -Naur shc-3.8.3/shc.c shc-3.8.3.dfsg/shc.c
--- shc-3.8.3/shc.c	2005-06-28 22:28:52.0 +0300
+++ shc-3.8.3.dfsg/shc.c	2006-07-04 12:35:06.0 +0300
@@ -1,10 +1,27 @@
 /* shc.c */
 
-/**
- * This software contains the 'Alleged RC4' source code.
- * The original source code was published on the Net by a group of cypherpunks.
- * I picked up a modified version from the news.
- * The copyright notice does not apply to that code.
+/*-
+ * This software contains a clean-room implementation of Alleged RC4 (ARC4).
+ * The following copyright notice and license apply only to that code.
+ *
+ * Copyright (c) 2006 Brian M. Carlson
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License, dated June
+ * 1991, with MD5 hash 8ca43cbc842c2336e835926c2166c28b.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to:
+ *   Free Software Foundation, Inc.
+ *   51 Franklin St, Fifth Floor
+ *   Boston, MA  02110-1301
+ *   USA
  */
 static const char my_name[] = shc;
 static const char version[] = Version 3.8.3;
@@ -125,63 +142,85 @@
 #include string.h,
 #include time.h,
 #include unistd.h,
-,
-/**,
- * 'Alleged RC4' Source Code picked up from the news.,
- * From: [EMAIL PROTECTED] (John L. Allen),
- * Newsgroups: comp.lang.c,
- * Subject: Shrink this C code for fame and fun,
- * Date: 21 May 1996 10:49:37 -0400,
+/*-,
+ * This software contains a clean-room implementation of Alleged RC4.,
+ * The following copyright notice and license apply only to that code.,
+ *,
+ * Copyright (c) 2006 Brian M. Carlson,
+ * ,
+ * This program is free software; you can redistribute it and/or modify,
+ * it under the terms of the GNU General Public License as published by,
+ * the Free Software Foundation; version 2 of the License, dated June,
+ * 1991, with MD5 hash 8ca43cbc842c2336e835926c2166c28b.,
+ * ,
+ * This program is distributed in the hope that it will be useful, but,
+ * WITHOUT ANY WARRANTY; without even the implied warranty of,
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU,
+ * General Public License for more details.,
+ * ,
+ * You should have received a copy of the GNU General Public License,
+ * along with this program; if not, write to:,
+ *   Free Software Foundation, Inc.,
+ *   51 Franklin St, Fifth Floor,
+ *   Boston, MA  02110-1301,
+ *   USA,
+ *,
+ * In addition, as a special exception, you may deal in this software as,
+ * part of a program produced by shc (the shell script compiler) without,
+ * restriction.,
+ *,
+ * Note that people who make modified versions of this software are not,
+ * obligated to grant this special exception for their modified versions;,
+ * it is their choice whether to do so. The GNU General Public License,
+ * gives permission to release a modified version without this exception;,
+ * this exception also makes it possible to release a modified version,
+ * which carries forward this exception.,
  */,
 ,
-static unsigned char stte[256], indx, jndx, kndx;,
+struct crypto_rc4_s,
+{,
+   unsigned char s[256];,
+   unsigned char i;,
+   unsigned char j;,
+} ctxo, *ctx=ctxo;,
+,
+#define SWAP(x, y) do{unsigned char 

Bug#376690: Typo in french template

2006-07-04 Thread Julien Danjou
Package: enemies-of-carlotta
Version: 1.2.1-1
Severity: minor
Tags: l10n

Please consider applying the following patch to fix a minor fault in the
french template:

--- templates.orig/sub-reject.fr2005-12-22 01:04:06.0 +0100
+++ templates/sub-reject.fr 2006-07-04 11:26:42.0 +0200
 Ce courriel vous a été envoyé par le gestionnaire de la liste de 
 diffusion %(list)s .

-Vous avez demandez à vous abonner à la liste, mais le modérateur a
+Vous avez demandé à vous abonner à la liste, mais le modérateur a
 rejet votre demande d'abonnement. Désolé.

  Si vous rencontrez des problèmes, veuillez prendre contact avec la


Cheers,
-- 
Julien Danjou
// [EMAIL PROTECTED] http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// My root password is


signature.asc
Description: Digital signature


Bug#376679: Further config info:

2006-07-04 Thread Don Alexander
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just in case the config file parsing has changed here is the relevent
sections from my bacula-sd.conf

- --- CUT ---  bacula-sd.conf
Device {
  Name = HP-C1557A #
  Media Type = DDS-3
  Archive Device = /dev/nst0
  AutomaticMount = yes;   # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Changer Command = /etc/bacula/scripts/mtx-changer %c %o %S %a %d
  Changer Device = /dev/sg0
  AutoChanger = yes
  Alert Command = sh -c 'tapeinfo -f %c |grep TapeAlert|cat'

}
- --- CUT ---

And for the record the mtx-changer script works as expected from the
command line:

- --- CUT   /etc/bacula/scripts/mtx-changer /dev/sg0 list 0 /dev/nst0 0
1:MON01
2:TUE01
3:WED01
4:THU01
5:FRI01
6:CLN01

- --- CUT ---

- --
==

Don Alexander

It's a tough job, but some mug has to do it...

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

iD8DBQFEqjpouipFNInZ6esRAhvqAJ9vQ9mcipGJF1pimHQgmGGl2gKA0QCeJk1k
LbINR1wyKEEZoLLFdz4utn8=
=nNZa
-END PGP SIGNATURE-



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



Bug#376686: Missing fonts in ttf-farsiweb

2006-07-04 Thread Mohammed Adnène Trojette
On Tue, Jul 04, 2006, Youssef Chahibi wrote:
 Package: ttf-farsiweb
 Version: 0.4-4
 
 
   Compared with the farsi_fonts_0.4.tar.bz2 archive provided by Arabeyes 
 (http://www.arabeyes.org/project.php?proj=Khotot), ttf-farsiweb misses the 
 following fonts: elham koodak roya royab terafik terafikb .

I redid the package and here is what linda claims:

% linda -i 
/home/adn/Projects/Debian/Results/ttf-farsiweb/0.4.ds1-1/ttf-farsiweb_0.4.ds1-1_i386.changes
W: ttf-farsiweb; The font ttf-farsiweb-0.4.ds1/koodak.ttf in package 
ttf-bitstream-vera is considered to be a duplicate.
 The font shown above is considered to be a duplicate of a commonly available 
font.
W: ttf-farsiweb; The font ttf-farsiweb-0.4.ds1/roya.ttf in package 
ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font ttf-farsiweb-0.4.ds1/royab.ttf in package 
ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font ttf-farsiweb-0.4.ds1/terafik.ttf in package 
ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font ttf-farsiweb-0.4.ds1/terafikb.ttf in package 
ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font /usr/share/fonts/truetype/ttf-farsiweb/koodak.ttf in 
package ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font /usr/share/fonts/truetype/ttf-farsiweb/roya.ttf in 
package ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font /usr/share/fonts/truetype/ttf-farsiweb/royab.ttf in 
package ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font /usr/share/fonts/truetype/ttf-farsiweb/terafik.ttf in 
package ttf-bitstream-vera is considered to be a duplicate.
W: ttf-farsiweb; The font /usr/share/fonts/truetype/ttf-farsiweb/terafikb.ttf 
in package ttf-bitstream-vera is considered to be a duplicate.

It seems that the fonts are already available somewhere else. Am I
mistaken somewhere?

-- 
adn
Mohammed Adnène Trojette



Bug#208692: Status?

2006-07-04 Thread Miriam Ruiz
Is there any problem for this package to enter Debian repositories? The ITP is
dated Sep 2003 but I don't seem to be able to find it in Debian. Why? It seems
to be maintained.

I'm quite interested in this package.

Miry




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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



Bug#376677: Extra test info

2006-07-04 Thread Jan Willem Stumpel
To see this bug, it is not necessary to use xprint. You can also
see the excessive horizontal spacing with xterm:

xterm -fa freemono

(compare with xterm -fa Courier New). Apparently, xterm also
uses the advanceWidthMax value.

Regards, Jan



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



Bug#376695: maxima: 5.9.3-1 does not work with texmacs

2006-07-04 Thread Jan Willem Stumpel
Package: maxima
Version: 5.9.3-1
Severity: important


I start texmacs (1.0.6-7). Then Insert/session/maxima. Then it just hangs;
i.e. I cannot enter maxima commands, and after a few ENTER's the program
(texmacs? maxima?) just hangs with 100 % CPU.

To make maxima work in Sid (with texmacs), I have to downgrade to
maxima_5.9.2-2_i386.deb.

Regards, Jan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages maxima depends on:
ii  gnuplot-nox   4.0.0-3A command-line driven interactive 
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-1 Multiprecision arithmetic library
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libreadline5  5.1-7  GNU readline and history libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxaw6   1:1.0.1-5  X11 Athena Widget library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxmu6   1:1.0.1-3  X11 miscellaneous utility library
ii  libxt61:1.0.0-5  X11 toolkit intrinsics library

Versions of packages maxima recommends:
ii  gv1:3.6.1-13 PostScript and PDF viewer for X
ii  maxima-share  5.9.3-1A computer algebra system -- extra

-- debconf-show failed


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



Bug#376668: [Pkg-kde-extras] Bug#376668: kftpgrabber: craches during big transfers

2006-07-04 Thread Tina Isaksen
It was about 6000 files over the internet (DSL connection). Mainly small 
gifs and a few hundred php/ html. Generally small filesizes (0.5 - 1K).
It crached when trying to do it all in one go. I did several tries and 
it crached on different points.

Doing small chunks, 500 to 1000 files at the time went OK.

Hope this helps
Tina

Fathi Boudra wrote:

What is big transfers ? can you give me an approximative size ? the transfer 
is in local or internet ? A way to reproduce ?


cheers,

Fathi


 





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



Bug#376682: libghc6-c2hs-dev: not installable on unstable

2006-07-04 Thread Arjan Oosting
Hi,

Thanks for your bug report. 

I have upgraded c2hs to version 0.14.5 which no longer ships a library
for GHC 6. This means that libghc6-c2hs-dev will not be upgraded anymore
and will be removed from the archive soon. Until that time it will be
not installable.  

Greetings Arjan


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#376696: Please don't hardcode gcc version

2006-07-04 Thread Martin Michlmayr
Package: pdns-recursor
Version: 3.1.1-1

Please remove debian/patches/build-with-4.1.dpatch as it's not needed,
and, in fact, harmful.  We have a gcc-defaults package and gcc/g++
point to the default compiler.  Hardcoding the version is bad unless
you have a good reason because it makes testing with other gcc
versions harder and fails when gcc-defaults is changed.


 Automatic build of pdns-recursor_3.1.1-1 on bilbao by sbuild/sparc 85
...
 PLEASE READ: If you get an error mentioning #include boost/something.hpp, 
 please read README
 PLEASE READ: for an easy fix!
 
 g++-4.1  -Wall -O3  -c epollmplexer.cc -o optional/epollmplexer.o ; true
 /bin/sh: g++-4.1: command not found
 g++-4.1  -Wall -O3-c -o syncres.o syncres.cc
 make[1]: g++-4.1: Command not found
 make[1]: *** [syncres.o] Error 127

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#370403: kcontrol: This is a KDE bug, not CUPS actually

2006-07-04 Thread Yann Forget
Package: kcontrol
Version: 4:3.5.3-2
Followup-For: Bug #370403

Hi,

This is a KDE bug, not CUPS actually, as printing works without KDE.

Thanks,

Yann

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_CH.UTF-8)

Versions of packages kcontrol depends on:
ii  kdebase-data  4:3.5.3-2  shared data files for the KDE base
ii  kdelibs4c2a   4:3.5.3-1  core libraries and binaries for al
ii  kicker4:3.5.3-2  desktop panel for KDE
ii  libacl1   2.2.37-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.7-9  The Network Audio System (NAS). (s
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libfam0   2.7.0-10   Client library to control the FAM 
ii  libfontconfig12.3.2-7generic font configuration library
ii  libfontenc1   1:1.0.1-6  X11 font encoding library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libgl1-mesa-glx [libg 6.4.2-1A free implementation of the OpenG
ii  libglu1-mesa [libglu1 6.4.2-1The OpenGL utility library (GLU)
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libraw1394-5  0.10.1-1.1 library for direct access to IEEE 
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libssl0.9.8   0.9.8b-2   SSL shared libraries
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-2 userspace USB programming library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxcursor1   1.1.5.2-5  X cursor management library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.0.2-4X Rendering Extension client libra
ii  libxt61:1.0.0-5  X11 toolkit intrinsics library
ii  libxtst6  1:1.0.1-3  X11 Testing -- Resource extension 
ii  usbutils  0.71+cvs20051029-4 USB console utilities
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages kcontrol recommends:
ii  udev [hotplug]0.093-1/dev/ and hotplug management daemo

-- no debconf information


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



Bug#176485: uml does not start up with slirp backend

2006-07-04 Thread Mattia Dongili
On Tue, July 4, 2006 2:36 am, Junichi Uekawa said:
 Hi,

  this bug is 3.5 years old and I can't reproduce it here with current
  user-mode-linux package (iow, the slirp backend works here).
 
  Can some of you still reproduce it? If not (or if no answer comes)
 I'll
  close this bug in a couple of weeks.

 I thought the bug was closed by the message date 04 Apr 2003 from the
 then maintainer Matt Zimmerman. So, in particular, I have not
 followed through on this bug. In fact, I have not used UML for quite
 a while. So I have no objections to closing this bug.

 I think the discussion was like, building UML with gcc 3.X broke one
 part and 3.Y broke another part, so each release of UML had different
 parts functional, different parts non-functional.

yes, there was also gcc 2.95 in the game, (3.2 and 3.3 were the others)

 That was the old days; not quite sure if things have progressed too
 much.

well, the official compiler for the linux kernel is now gcc = 3.2 so at
least _one_ step ahead should have happened.

-- 
mattia
:wq!





Bug#376699: linux-image-2.6.17-1-686: locks up when playing MIDI file to EMU10K1 soundcard and hard disk activity

2006-07-04 Thread Arthur Marsh
Package: linux-image-2.6.17-1-686
Version: 2.6.17-2
Severity: important


Please refer to:

[Pkg-alsa-devel] Bug#376382: ALSA MIDI playback 
lock-up on kernel 2.6.17-686, not on kernel 2.6.16-2-686

The 2.6.17-1-686 has lockups when I attempt to play MIDI files to a 
SoundBlaster Live! 5.1 model 0220 PCI sound card using its onboard 
MIDI synth and there is significant hard disk activity. I have not 
had this problem since reverting to the 2.6.16-2-686 kernel.

I'm running a PII-266 with 256 MiB of RAM. 

lspci reports:

$  lspci
00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge 
(rev 03)
00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge 
(rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 
01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 
01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 
0a)
00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 0a)
00:0a.0 USB Controller: NEC Corporation USB (rev 43)
00:0a.1 USB Controller: NEC Corporation USB (rev 43)
00:0a.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Cirrus Logic GD 5465 [Laguna] (rev 
03)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.17-1-686 depends on:
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-15  Yet Another mkInitRD

Versions of packages linux-image-2.6.17-1-686 recommends:
ii  libc6-i6862.3.6-15   GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.17-1-686/preinst/bootloader-initrd-2.6.17-1-686: true
  linux-image-2.6.17-1-686/postinst/old-dir-initrd-link-2.6.17-1-686: true
  linux-image-2.6.17-1-686/postinst/bootloader-test-error-2.6.17-1-686:
  linux-image-2.6.17-1-686/postinst/old-initrd-link-2.6.17-1-686: true
  linux-image-2.6.17-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.17-1-686/postinst/depmod-error-2.6.17-1-686: false
  linux-image-2.6.17-1-686/prerm/removing-running-kernel-2.6.17-1-686: true
  linux-image-2.6.17-1-686/preinst/overwriting-modules-2.6.17-1-686: true
  linux-image-2.6.17-1-686/preinst/lilo-initrd-2.6.17-1-686: true
  linux-image-2.6.17-1-686/preinst/failed-to-move-modules-2.6.17-1-686:
  linux-image-2.6.17-1-686/postinst/create-kimage-link-2.6.17-1-686: true
  linux-image-2.6.17-1-686/postinst/kimage-is-a-directory:
  linux-image-2.6.17-1-686/postinst/old-system-map-link-2.6.17-1-686: true
  linux-image-2.6.17-1-686/preinst/elilo-initrd-2.6.17-1-686: true
* linux-image-2.6.17-1-686/preinst/already-running-this-2.6.17-1-686:
  linux-image-2.6.17-1-686/preinst/abort-overwrite-2.6.17-1-686:
  linux-image-2.6.17-1-686/postinst/bootloader-error-2.6.17-1-686:
  linux-image-2.6.17-1-686/preinst/initrd-2.6.17-1-686:
  linux-image-2.6.17-1-686/postinst/depmod-error-initrd-2.6.17-1-686: false
  linux-image-2.6.17-1-686/preinst/abort-install-2.6.17-1-686:
  linux-image-2.6.17-1-686/prerm/would-invalidate-boot-loader-2.6.17-1-686: true


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



Bug#375677: Bug marked as not found in version 1.9.33-0.1.0

2006-07-04 Thread Gordon Haverland
On Tuesday 04 July 2006 03:00, Florian Weimer wrote:
 * Gordon Haverland:
   Bug marked as not found in version 1.9.33-0.1.0. Request was
  from Filipus Klutiero [EMAIL PROTECTED] to
  [EMAIL PROTECTED] Full text and rfc822 format
  available.
 
  I am seeing this as well, and I have 1.9.33-0.1

 Note that 1.9.33-0.1 is not equal to 1.9.33-0.1.0.

 Filipus, did you intend to set a pending tag instead? 
 1.9.33-0.1.0 does net yet exist in the archive.

I'm guessing you guys pick the most appropriate message from some 
small list of available messages.  This message I can't remember 
seeing before, and wasn't sure how to interpret it.  I think it 
would be nice if someone looked at that list of messages and made 
sure that they are meaningful and easily understood.

I just looked again at all packages at debian.org, and there is 
nothing other than 1.9.33-0.1  (or older) listed in any archive 
(including experimental); and looking at incoming.debian.org, 
there are no apt-proxy or python-twisted* packages listed.

Gordon Haverland




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



Bug#376697: isdnvboxclient: dependency on alsautils should be alsa-utils

2006-07-04 Thread Colin Watson
Package: isdnvboxclient
Version: 1:3.8.2005-12-06-4.1
Severity: normal

alsautils was removed from the archive way back in February 2001 due to
having been renamed to alsa-utils, but isdnvboxclient still has an
alternate dependency on it:

  Depends: libc6 (= 2.3.6-6), libncurses5 (= 5.4-5), sox | nas-bin | alsautils

This should be alsa-utils nowadays, assuming that isdnvboxclient works
with that.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#373254: Fixed in NMU of graphviz 2.8-2.1

2006-07-04 Thread Cyril Brulebois
 tag 373254 + fixed
Hi,

I'm afraid it is _not_ fixed actually. Please have a look at arm build
log[1]. According to buildd.d.o[2], mips, mipsel, and hppa fails too
but due to register/linkage matters.

 1.
 
http://buildd.debian.org/fetch.php?pkg=graphvizver=2.8-2.1arch=armstamp=1151018767file=logas=raw
 2. http://buildd.debian.org/build.php?arch=pkg=graphviz

Therefore I guess that this BR should be re-opened. (Unfortunately I
have no access to any arm box to check what's going wrong at this
point.)

Cheers,

-- 
Cyril Brulebois

PS: Build log snippet:
#  move demo tree to examples, then remove empty dir
mv /build/buildd/graphviz-2.8/debian/graphviz/usr/share/graphviz/demo/* \
  
/build/buildd/graphviz-2.8/debian/graphviz/usr/share/doc/graphviz/examples
mv: cannot overwrite directory 
`/build/buildd/graphviz-2.8/debian/graphviz/usr/share/doc/graphviz/examples/pathplan_data'
make: *** [install] Error 1


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



Bug#376700: missing symlinks

2006-07-04 Thread Serge Koganovitsch
Package: libqt4-debug
Version: 4.1.3-3

There are no symlinks created to be able to build programs correctly 
with the debug versions of the Qt libs.

For example the QtSql lib:

When building with 'g++ -lQtSql_debug' the following error is shown:
/usr/bin/ld: cannot find -lQtSql_debug

The reason is the missing 'libQtSql_debug.so' symlink.

I'm using Debian unstable with the 2.6.16-2-686 kernel.


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



Bug#376382: [Pkg-alsa-devel] Bug#376382: ALSA MIDI playback lock-up on kernel 2.6.17-686, not on kernel 2.6.16-2-686

2006-07-04 Thread Arthur Marsh



Elimar Riesebieter wrote:

On Tue, 04 Jul 2006 the mental interface of
Arthur Marsh told:

Hi, after repeated lock-ups with MIDI playback under kernel 2.6.17-686 I 
rebooted into kernel 2.6.16-2-686 and have not been able to force a lock-up. 
MIDI playback has remained fine even under heavy disk activity under KDE.


Now running:

alsa-base  1.0.11-3lxtec1 ALSA driver configuration files
linux-image-2. 2.6.16-15  Linux kernel 2.6.16 image on PPro/Celeron/PII...


Did yout tried the combination alsa-base 1.0.11-2 and 2.6.16 as
well?

Elimar


I just tried the combination of alsa-base 1.0.11-2 and kernel 
2.6.16-2-686 and had no problems, even leaving a MIDI running when going 
from single user mode to KDE desktop.


It looks like a kernel 2.6.17 [SMP] problem.

Regards,

Arthur.


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



Bug#370403: kcontrol: This is a KDE bug, not CUPS actually

2006-07-04 Thread Isaac Clerencia
On Tuesday 04 July 2006 12:32, Yann Forget wrote:
 Package: kcontrol
 Version: 4:3.5.3-2
 Followup-For: Bug #370403

 Hi,

 This is a KDE bug, not CUPS actually, as printing works without KDE.
I'm not sure if it's a KDE or CUPS bug, but being able to print using CUPS 
directly doesn't mean that it isn't a CUPS bug.

Best regards


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



Bug#376698: nautilus-cd-burner: Should display remaining space on media

2006-07-04 Thread Erich Schubert
Package: nautilus-cd-burner
Version: 2.14.2-1
Severity: wishlist

In fact, without this option nautilus-cd-burner is next to useless for
me... I need to be able to see how much more data I can fit on the disc.
Some kind of progress bar would be useful, the one in K3B is not bad
(though other parts of k3b suck)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages nautilus-cd-burner depends on:
ii  cdrdao1:1.2.1-6  records CDs in Disk-At-Once (DAO) 
hi  cdrecord  4:2.01+01a03-5 command line CD writing tool
ii  cdrecord-prodvd-binary [c 2.01.01-2all1  command line CD/DVD writing tool
ii  gconf22.14.0-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-3   The Bonobo UI library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcairo2 1.2.0-1The Cairo 2D vector graphics libra
ii  libeel2-2 2.14.1-2   Eazel Extensions Library (for GNOM
ii  libfontconfig12.3.2-7generic font configuration library
ii  libgail-common1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.3-2   The GLib library of C routines
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.2-1   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libnautilus-burn3 2.14.2-1   Nautilus Burn Library - runtime ve
ii  libnautilus-extension12.14.1-5   libraries for nautilus components 
ii  liborbit2 1:2.14.0-2 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.3-1   Layout and rendering of internatio
ii  libpopt0  1.10-2 lib for parsing cmdline parameters
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-7  X11 client-side library
ii  libxcursor1   1.1.5.2-5  X cursor management library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxfixes31:3.0.1.2-4X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library
ii  libxml2   2.6.26.dfsg-2  GNOME XML library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.0.2-4X Rendering Extension client libra
ii  mkisofs   4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem
ii  nautilus  2.14.1-5   file manager and graphical shell f
ii  zlib1g1:1.2.3-12 compression library - runtime

Versions of packages nautilus-cd-burner recommends:
ii  dvd+rw-tools  6.1-2  DVD+-RW/R tools

-- no debconf information


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



Bug#376653: Acknowledgement (Please stop Build-Depending on automake)

2006-07-04 Thread Rob Bradford
On Tue, 2006-07-04 at 01:13 -0400, Eric Dorland wrote:
 tags 376653 patch
 block 376047 by 376653
 thanks

Please go ahead and NMU this. (Since I assume you have a recently built
package hanging around...)

Cheers,

Rob
-- 
Rob Bradford [EMAIL PROTECTED]



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



Bug#376732: [Build-common-hackers] Bug#376732: cdbs: pyversions call in python-distutils seems wrong

2006-07-04 Thread Martin Pitt
Hi,

Loïc Minier [2006-07-04 17:15 +0200]:
  cd .  pythonXS-Python-Version setup.py build 
  --build-base=/home/martin/ubuntu/merges/pyxdg-0.15/./build
  /bin/sh: pythonXS-Python-Version: not found
  make: *** [python-build-stamp-XS-Python-Version] Fehler 127
 
  (The patch you mention is missing, perhaps it was stripped or you
  forgot it.)

Erm, error on network layer 8... :/ Attached now.

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
--- /usr/share/cdbs/1/class/python-distutils.mk 2006-07-03 12:09:07.0 
+0200
+++ /tmp/python-distutils.mk2006-07-04 17:44:26.0 +0200
@@ -48,7 +48,7 @@
 
 # check python system
 cdbs_use_xs_field := $(shell grep -q ^XS-Python-Version: debian/control  
echo yes)
-cdbs_selected_pycompat := $(shell if [[ -e debian/pycompat ]]; then cat 
debian/pycompat; fi)
+cdbs_selected_pycompat := $(shell if [ -e debian/pycompat ]; then cat 
debian/pycompat; fi)
 cdbs_pycompat = $(cdbs_selected_pycompat)
 ifeq (pysupport, $(DEB_PYTHON_SYSTEM))
   cdbs_python_support_path = 
usr/share/python-support/$(DEB_PYTHON_MODULE_PACKAGE)
@@ -167,14 +167,14 @@
 cdbs_python_current_version := $(shell pyversions -vd)
 ifeq (all, $(cdbs_python_module_arch))
   # check if current is in build versions
-  ifneq ($(cdbs_python_current_version), $(filter 
$(cdbs_python_current_version), $(shell pyversions -vr)))
-cdbs_python_compile_version := $(firstword $(strip $(sort $(shell 
pyversions -vr
+  ifneq ($(cdbs_python_current_version), $(filter 
$(cdbs_python_current_version), $(shell pyversions -vr debian/control)))
+cdbs_python_compile_version := $(firstword $(strip $(sort $(shell 
pyversions -vr debian/control
 cdbs_python_build_versions := $(cdbs_python_compile_version)
   else
 cdbs_python_build_versions := $(cdbs_python_current_version)
   endif
 else
-cdbs_python_build_versions := $(shell pyversions -vr)
+cdbs_python_build_versions := $(shell pyversions -vr debian/control)
 endif # archall
 
 # check if build is possible


signature.asc
Description: Digital signature


Bug#362907: xcal and x.org

2006-07-04 Thread Mario 'BitKoenig' Holbe
On Fri, Apr 21, 2006 at 08:30:08PM +0200, Lars Bahner wrote:
 This bug should be solved when imake settles. Nothing to be done at this
 end for now.

do you by chance have an idea already, when this will happen?


Thanks for your work  regards
   Mario
-- 
delta talk softly and carry a keen sword


signature.asc
Description: Digital signature


Bug#376404: [Pbuilder-maint] Bug#376404: locale settings within pbuilder sessions

2006-07-04 Thread Junichi Uekawa
Hi,

  I've tried setting 'export LC_ALL=POSIX' in my .pbuilderrc, but this
  made no difference (while 'export debian_chroot=pbuild$$' works well).
  
  Do you explicitly set LC_CTIME?
 Yes.

I would have thought LC_ALL=C should override LC_CTIME.
I'm suspecting something is wrong.

 Probably all helper scripts that do chroot / $CHROOTEXEC should set
 LC_ALL=C first:
 
   LC_ALL=C chroot $CHROOTEXEC
 pbuilder-buildpackage* *
 pbuilder-buildpackage-funcs*
 pbuilder-checkparams
 pbuilder-createbuildenv*
 pbuilder-loadconfig
 pbuilder-modules **

I think most of the time, pbuilder-modules should be included, and
setting LC_ALL=C should cover most cases.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#319951: [Pkg-fonts-devel] Not sure that #319951 is still here

2006-07-04 Thread Angus Lees
[uninitialised variable at gs.defoma line 108]

That is/was a bug with gs.defoma; I've merged many bug reports for
it. As far as I know without having fixed the bug, it is not an
issue with ttf-farsiweb.--  - Gus


Bug#376737: linux-wlan-ng-source: doesn't build the pcmcia module (explicitly excluded in debian/config-for-lwng)

2006-07-04 Thread Lucio Crusca
Package: linux-wlan-ng-source
Severity: important
Tags: patch


The prism2_cs module is not being built because it's being excluded in the 
config file. diff -c patch follows.

*** modules/linux-wlan-ng-source/debian/config-for-lwng 2006-05-01 
14:24:48.0 +0200
--- ../modules/linux-wlan-ng-source/debian/config-for-lwng  2006-07-04 
17:06:59.0 +0200
***
*** 11,17 

  LINUX_SRC=$KSRC
  PCMCIA_SRC=$PSRC
! PRISM2_PCMCIA=n
  PRISM2_PLX=$BUILD_MODULES
  PRISM2_PCI=$BUILD_MODULES
  PRISM2_USB=$BUILD_MODULES
--- 11,17 

  LINUX_SRC=$KSRC
  PCMCIA_SRC=$PSRC
! PRISM2_PCMCIA=$BUILD_MODULES
  PRISM2_PLX=$BUILD_MODULES
  PRISM2_PCI=$BUILD_MODULES
  PRISM2_USB=$BUILD_MODULES





-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#376738: RM: rgtk is obsolete, replaced, and unmaintained so please remove

2006-07-04 Thread Dirk Eddelbuettel
Package: ftp.debian.org
Severity: normal

Hi,

The rgtk source package with binary r-omegahat-rgtk can be removed from
testing and unstable. 

It is a binding of Gtk v1 to the GNU R language, and it had been effectively
orphaned upstream --- but we now have the much better, newer and maintaian
rgtk2 (with binary r-cran-rgtk2) in testing and unstable.   Also, there are
no reverse depends on the rgtk binary r-omegahat-rgtk. 

Regards, Dirk

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#208692: Status?

2006-07-04 Thread Jan Wagemakers
Miriam Ruiz [EMAIL PROTECTED] schreef:

 Is there any problem for this package to enter Debian repositories?

The 'problem' is that I'm not a DD, so I need a sponsor to upload the
package to the Debian repositories.

 I'm quite interested in this package.

You can download a .deb-package at http://www.janw.dommel.be/picprog.html.
Remarks and suggestions are welcome.


BTW, at the moment it seems that picprog won't compile with g++-4.1, but
g++-4.0 works fine.

 | g++ -O2 -Wall -W -Wwrite-strings   -c -o main.o main.cc
 | picport.h:48: error: extra qualification ‘picport::’ on member 
‘set_clock_data’

I'll contact Jaakko (the author of picprog) about this.


-- 
Met vriendelijke groetjes - Jan Wagemakers -

... UNIX is user friendly. It's just selective about who it's friends are.


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



Bug#376587: patch

2006-07-04 Thread Andy Cedilnik

Hello,

This patch looks fine, so I merged it to CMake development branch. 
should be in the next CMake patch.


  Andy

Warren Turkal wrote:

Here is an untested patch for the problem. I think this one falls in the
category of obvious.

--- CMakeFortranCompiler.cmake.in.old   2006-07-03 14:17:34.743410148 -0600
+++ CMakeFortranCompiler.cmake.in   2006-07-03 14:19:30.858008205 -0600
@@ -15,7 +15,7 @@
   SET(MINGW 1)
 ENDIF(CMAKE_COMPILER_IS_MINGW)
 SET(CMAKE_COMPILER_IS_GNUG77_RUN 1)
-SET(CMAKE_Fortran_SOURCE_FILE_EXTENSIONS f;F;f77;f90;for;f95)
+SET(CMAKE_Fortran_SOURCE_FILE_EXTENSIONS f;F;f77;F77;f90;F90;for;f95;F95)
 SET(CMAKE_Fortran_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
 SET(CMAKE_Fortran_LINKER_PREFERENCE Prefered)
 IF(UNIX)


wt
  





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



Bug#329765: #329765: debian-installer: missing NL at EOF

2006-07-04 Thread Frans Pop
On Tuesday 04 July 2006 00:53, David Härdeman wrote:
 Ferenc wrote:
  http://d-i.alioth.debian.org/svn/debian-installer/packages/partman/pa
 rtman-lvm/parted_names/lvm has rather strange content (linux-swap, no
  terminating NL).  Is this intentional?

 As I said before, the file seems completely superflous (after looking
 at the acting_filesystem functionality in
 partman-target/update.d/filesystems).

The file is part of the generic infrastructure of partman and should exist 
for each file system type (see e.g. partman-basicfilesystems).
The files dropped in that directory seem to be used in the script:
partman-target/update.d/filesystems

It could well be that the file is not needed for pseudo-filesystems like 
md, crypto and lvm, especially as the rules file for partman-md has:
#dh_install parted_names lib/partman

Also, the file seems to be copied, probably when partman-lvm was first 
created, without changing the contents. If it were used, we'd probably 
have seen linux-swap popping up somewhere erroneously.

So, I'm OK with removing the _directory_ (not just the file) from 
partman_lvm and commenting out the line in the rules file.


pgpKk1Xns9wiU.pgp
Description: PGP signature


Bug#376735: wmclockmon: FTBFS on GNU/kFreeBSD

2006-07-04 Thread Pierre Chifflier
Package: wmclockmon
Severity: normal
Tags: patch

Hi,

wmclockmon fails to build on kFreeBSD, mostly because the configure
script does not check the arch correctly.

The attached patch makes the following changes:
* update Standards version to 3.7.2
* add kfreebsd target to configure.ac script
* update config.{guess,sub}
* remove obsolete depends on xlibs-dev (this change was just to make
package lintian-clean, drop it if you consider it bad)

You also have to run autoconf to validate the changes on configure.ac)

Regards,
Pierre


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
diff -ruN wmclockmon-0.8.1-orig/configure.ac wmclockmon-0.8.1/configure.ac
--- wmclockmon-0.8.1-orig/configure.ac  2005-06-15 15:55:27.0 +0200
+++ wmclockmon-0.8.1/configure.ac   2006-06-06 16:48:15.0 +0200
@@ -98,7 +98,7 @@
   ignore_buffers=yes
   ignore_cached=yes
   ;;
-freebsd*)
+[k]freebsd*)
   OS=freebsd
   ignore_wired=yes
   ignore_cached=yes
diff -ruN wmclockmon-0.8.1-orig/debian/control wmclockmon-0.8.1/debian/control
--- wmclockmon-0.8.1-orig/debian/control2005-06-15 15:55:27.0 
+0200
+++ wmclockmon-0.8.1/debian/control 2006-06-06 15:43:03.0 +0200
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
-Build-Depends: libglib1.2-dev, libgtk1.2-dev, libx11-dev | xlibs-dev ( 
4.1.0), libxext-dev | xlibs-dev ( 4.1.0), libxi-dev | xlibs-dev ( 4.1.0), 
libxpm-dev | xlibs-dev ( 4.1.0), libxt-dev | xlibs-dev ( 4.1.0), debhelper 
(= 4)
-Standards-Version: 3.6.1
+Build-Depends: libglib1.2-dev, libgtk1.2-dev, libx11-dev, libxext-dev, 
libxi-dev, libxpm-dev, libxt-dev, debhelper (= 4), autotools-dev
+Standards-Version: 3.7.2
 
 Package: wmclockmon
 Architecture: any
diff -ruN wmclockmon-0.8.1-orig/debian/rules wmclockmon-0.8.1/debian/rules
--- wmclockmon-0.8.1-orig/debian/rules  2005-06-15 15:55:27.0 +0200
+++ wmclockmon-0.8.1/debian/rules   2006-06-06 15:34:13.0 +0200
@@ -27,6 +27,12 @@
rm -f build-stamp install-stamp configure-stamp
-$(MAKE) maintainer-clean
rm -f config.h config.log config.status stamp-h Makefile src/Makefile 
doc/Makefile wmclockmon-config/Makefile wmclockmon-cal/Makefile
+ifneq $(wildcard /usr/share/misc/config.sub) 
+   cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq $(wildcard /usr/share/misc/config.guess) 
+   cp -f /usr/share/misc/config.guess config.guess
+endif
dh_clean
 
 install: install-stamp


Bug#215603: Already reported upstream.

2006-07-04 Thread Sven Hoexter
forwarded 215603 http://bugzilla.lyx.org/show_bug.cgi?id=808
tags 215603 upstream
thanks

This one is already in the LyX Bugzilla.
http://bugzilla.lyx.org/show_bug.cgi?id=808

Cheers,
Sven
-- 
If you won't forgive me the rest of my life
Let me apologize while I'm still alive
I know it's time to face all of my past mistakes
  [Less than Jake - Rest Of My Life]


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



  1   2   3   4   >