Bug#338282: bind9: automate or clarify key generation

2005-11-09 Thread Ross Boylan
Package: bind9
Version: 1:9.3.1-2.0.1
Severity: wishlist

This wish comes in a minimal and a maximal form.

The minimal form is to correct the documentation, which gives a little
recipe for running rndc-confgen.  It suggests the recipe is complete,
but it is not: additional steps are required, namely setting up
named.conf (better for Debian: named.conf.local).

This is closely related to bugs 169577 and 177960.  It has some
relation to 282423.  In particular, note that failure to have keys
properly setup results in /etc/init.d/bind9 stop failing (among other
problems).  At least a warning would be useful.

I think some other docs (upstream or howto's) also give the impression
that rndc-confgen alone will fix things up, though I can't find those
other passages.

The maximal form of the wish is to provide a tool or script that will
automate the entire process.  This may well not be worth the trouble,
since I believe this only affects people upgrading under certain
system configurations.  I wasn't using any keys before; maybe if I had
been this problem wouldn't have arisen.  And the purge and reinstall
method reported fixes things up, though if you have set things up
already this seems a drastic step.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27advncdfs
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages bind9 depends on:
ii  adduser3.77  Add and remove users and groups
ii  libbind9-0 1:9.3.1-2.0.1 BIND9 Shared Library used by BIND
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libdns20   1:9.3.1-2.0.1 DNS Shared Library used by BIND
ii  libisc91:9.3.1-2.0.1 ISC Shared Library used by BIND
ii  libisccc0  1:9.3.1-2.0.1 Command Channel Library used by BI
ii  libisccfg1 1:9.3.1-2.0.1 Config File Handling Library used 
ii  liblwres1  1:9.3.1-2.0.1 Lightweight Resolver Library used 
ii  libssl0.9.80.9.8a-3  SSL shared libraries
ii  netbase4.23  Basic TCP/IP networking system

bind9 recommends no packages.

-- no debconf information


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



Bug#338283: new kernel-package breaks official linux-2.6 kernel builds, should not propagate to testing.

2005-11-09 Thread Sven Luther
Package: kernel-package
Version: 10.008
Severity: grave


As discussed on irc, the new 10.008 kernel-package was prematurely uploaded to
unstable, and breaks linux-2.6 builds. The issues at hand are : 

  1. the missing config caues manuals not to build
  2. the headers build binaries uneccessarily (but doesn't break build)
  3. missing depends and recommends in the linux-image package.

These are probably due to a k-p regression, which means that both the config
for the arch-indep build and the control file provided by the linux-2.6 build
infrastructure are not used for the final packages, for some yet mysterious
reason.

This is being worked on, and hopefully a fix will be out soon, but in the
meantime, kernel-package 10.008 is useless for official linux-2.6 builds, and
since it is in unstable, means we cannot upload anymore linux-2.6 packages
until it is fixed, which makes this RC.

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages kernel-package depends on:
ii  dpkg  1.10.28Package maintenance system for Deb
ii  dpkg-dev  1.10.28Package building tools for Debian
ii  gcc [c-compiler]  4:3.3.5-3  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.5-13 The GNU C compiler
ii  make  3.80-9 The GNU version of the "make" util
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#320185: rss2email: non-ASCII long header encoding patch

2005-11-09 Thread Tatsuya Kinoshita
On November 8, 2005 at 3:42PM -0500,
me (at aaronsw.com) wrote:

> The latest patch seems to always QP_CORRUPT the message. Why?

In header, non-ASCII word must be converted to MIME encoded-word.

The patch encodes header (field body), not message body.  Even if
the patch is applied, message body is encoded with UTF-8/8bit (or
US-ASCII/7bit).

*

A possible improvement is encoding field body partially.  The
current patch converts the whole of the field body to MIME
encoded-word if non-ASCII character is found.

For example, the current patch converts

  Subject: ascii and non-áscii

to

  Subject: =?utf-8?q?ascii_and_non-=C3=A1scii?=

However,

  Subject: ascii and =?utf-8?q?non-=C3=A1scii?=

is more readable.

-- 
Tatsuya Kinoshita


pgpeS8Xfmd13S.pgp
Description: PGP signature


Bug#335574: feedback about neon 0.25.4

2005-11-09 Thread Peter Samuelson

[Laszlo Boszormenyi]
> Can you please try out the 0.25.4 packages located at
> http://www.barcikacomp.hu/deb/ and report back if they are working
> right for you?

  libtool: link: `/usr/lib/libgssapi.la' is not a valid libtool archive

This is because /usr/lib/libneon.la mentions /usr/lib/libgssapi.la by
name rather than simply -lgssapi.  Same for libkrb5.la, libkrb.la, and
libroken.la.  None of those files exist on my system.  Editing
libneon.la to say -lgssapi -lkrb5 -lkrb -lroken instead allowed
subversion to compile.

Actually, there was another failure but it's not your fault:
libssl0.9.8.shlibs wasn't strict enough, it should mention (>= 0.9.8a)
but does not.  I don't expect you to fix this, that'll be a matter of
recompiling after openssl is fixed (I'm filing a bug separately) and
meanwhile users can just upgrade libssl0.9.8 as needed.

Peter


signature.asc
Description: Digital signature


Bug#338284: libssl0.9.8: shlibs file not strict enough

2005-11-09 Thread Peter Samuelson

Package: libssl0.9.8
Version: 0.9.8-3

libssl0.9.8.shlibs is not strict enough.  It should mention (>= 0.9.8a)
because of the addition of symbol versioning.

I had a previous version of libssl0.9.8 on my system, and got a failure
trying to link to a library that uses libssl0.9.8, because of lack of
symbol versions.


signature.asc
Description: Digital signature


Bug#338285: spamassassin: syntax error (unparsable argument: ) for eval function: __HABEAS_SWE: message_is_habeas_swe( )

2005-11-09 Thread Jari Aalto
Package: spamassassin
Version: 3.1.0a-1
Severity: normal

While starting spamassassin, /var/log/mail.warn displays

Nov  9 10:02:53 cante spamd[27603]: syntax error (unparsable argument:  ) for 
eval function: __HABEAS_SWE: message_is_habeas_swe( ) at 
/usr/share/perl5/Mail/SpamAssassin/Conf/Parser.pm line 693. 



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages spamassassin depends on:
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.46-1 A collection of modules that parse
ii  perl  5.8.7-7Larry Wall's Practical Extraction 

Versions of packages spamassassin recommends:
pn  libnet-dns-perl(no description available)
ii  perl [libmime-base64-perl]5.8.7-7Larry Wall's Practical Extraction 
ii  spamc 3.1.0a-1   Client for SpamAssassin spam filte

-- debconf information excluded


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



Bug#338286: lirc-modules-source does not build

2005-11-09 Thread Evgeni Dobrev
Package: lirc-modules-source
Version: 0.7.1pre2-2
Severity: serious
Justification: no longer builds from source



The build as described in the Readme will fail, even though the
kernel-source package is installed, with the following message:


/usr/src/linux$ fakeroot make-kpkg --append_to_version .081105 modules_image
for module in /usr/src/modules/lirc ; do   \
  if test -d  $module; then\
(cd $module;  \
  if ./debian/rules KVERS="2.6.12.081105" KSRC="/usr/src/linux" \
 KMAINT="Unknown Kernel Package Maintainer" 
KEMAIL="[EMAIL PROTECTED]"  \
 KPKG_DEST_DIR="/usr/src/linux/.."   \
 KPKG_MAINTAINER="Unknown Kernel Package 
Maintainer"\
 KPKG_EXTRAV_ARG="EXTRAVERSION=.081105"\
 ARCH="ppc"  \
 KDREV="10.00.Custom" kdist_image; then\
  echo "Module $module processed fine";\
  else  \
   echo "Module $module failed.";  \
   if [ "X" != "X" ]; then  \
  echo "Perhaps $module does not understand --rootcmd?";  \
  echo "If you see messages that indicate that it is not"; \
  echo "in fact being built as root, please file a bug ";  \
  echo "against $module."; \
   fi;  \
   echo "Hit return to Continue";   \
 read ans;\
  fi;   \
 );\
  else  \
   echo "Module $module does not exist";   \
   echo "Hit return to Continue?";  \
  fi;   \
done
make[1]: Entering directory `/usr/src/modules/lirc'
sed -e "s!\$KVERS!2.6.12.081105!g; s!\$KSRC!/usr/src/linux!; s!\$KARCH!powerpc 
DEB_BUILD_ARCH_OS=linux DEB_BUILD_ARCH_CPU=powerpc!; [EMAIL PROTECTED]; 
s!\$KMAINT!Unknown Kernel Package Maintainer!; s!\$KDREV!10.00.Custom!; 
s!\$DEBDATE!Wed, 09 Nov 2005 09:03:56 +0100!" debian/control.in > debian/control
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make debconf
make[2]: Entering directory `/usr/src/modules/lirc'
mkdir modules
/usr/bin/make -e -C drivers SUBDIRS="lirc_i2c lirc_dev"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_i2c
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_i2c'
mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
/usr/bin/make -C /usr/src/linux SUBDIRS=/usr/src/modules/lirc/drivers/lirc_i2c 
modules \
KBUILD_VERBOSE=1
make[5]: Entering directory `/usr/src/linux-source-2.6.12'
mkdir -p /usr/src/modules/lirc/drivers/lirc_i2c/.tmp_versions
/usr/bin/make -f scripts/Makefile.build 
obj=/usr/src/modules/lirc/drivers/lirc_i2c
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_i2c/.lirc_i2c.o.d  
-nostdinc -isystem /usr/lib/gcc/powerpc-linux-gnu/4.0.2/include -D__KERNEL__ 
-Iinclude  -Iarch/ppc -Wall -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer 
-Iarch/ppc -msoft-float -pipe -ffixed-r2 -mmultiple -mstring -Wa,-maltivec 
-Wdeclaration-after-statement -Wno-pointer-sign -DIRCTL_DEV_MAJOR=61 
-DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I 
/usr/src/modules/lirc/drivers/lirc_i2c/../.. -I /usr/src/linux/include/  
-DMODULE -DKBUILD_BASENAME=lirc_i2c -DKBUILD_MODNAME=lirc_i2c -c -o 
/usr/src/modules/lirc/drivers/lirc_i2c/.tmp_lirc_i2c.o 
/usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.c
  Building modules, stage 2.
/usr/bin/make -rR -f /usr/src/linux-source-2.6.12/scripts/Makefile.modpost
  scripts/mod/modpost -m  -i /usr/src/linux-source-2.6.12/Module.symvers 
vmlinux /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.o
*** Warning: "lirc_unregister_plugin" 
[/usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.ko] undefined!
*** Warning: "lirc_register_plugin" 
[/usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.ko] undefined!
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_i2c/.lirc_i2c.mod.o.d  
-nostdinc -isystem /usr/lib/gcc/powerpc-linux-gnu/4.0.2/include -D__KERNEL__ 
-Iinclude  -Iarch/ppc -Wall -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer 
-Iarch/ppc -msoft-float -pipe -ffixed-r2 -mmultiple -mstring -Wa,-maltivec 
-Wdeclaration-after-statem

Bug#322971: [Evolution] Re: Bug#322971: Evolution support not compiled in.

2005-11-09 Thread Loïc Minier
Hi,

On Tue, Nov 08, 2005, Pascal Giard wrote:
>  i'd like to know how to nicely integrate evolution support in
> mail-notification.
> mail-notification needs evolution-plugin-2.0.pc.

 I suggest you search the contents of packages via p.d.o, eg:
 
http://packages.debian.org/cgi-bin/search_contents.pl?word=%2Fevolution-plugin&searchmode=searchword&case=insensitive&version=unstable&arch=i386

 Please note that the experimental evolution packages hold a file named
 -2.4.pc.

 Why do you say you need the source of evolution to build?  The .pc file
 as well as the various headers your configure.ac checks for in
 AM_PATH_EVOLUTION_PLUGIN() are in evolution-dev.

 You just have to pass --with-evolution-source-dir so that the headers
 are found:
 DEB_CONFIGURE_EXTRA_FLAGS += 
--with-evolution-source-dir=/usr/include/evolution-2.X

 Here, it fails because I have evolution 2.4 from experimental, but it
 should work with 2.2:
 checking for the Evolution source tree directory...
 /usr/include/evolution-2.4
 checking for /usr/include/evolution-2.4/mail/em-event.h... yes
 checking for /usr/include/evolution-2.4/mail/em-folder-tree.h... yes
 checking for /usr/include/evolution-2.4/mail/mail-component.h... yes
 checking for /usr/include/evolution-2.4/mail/mail-tools.h... yes
 checking for EVOLUTION_PLUGIN_CFLAGS... 
 checking for EVOLUTION_PLUGIN_LIBS... 
 configure: Evolution not found: forcing --disable-evolution

 (BTW, please drop that libbonobo-activation-dev build-dep.)

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"



Bug#337853: openoffice.org-common: openoffice.org programs don't start

2005-11-09 Thread Paulo Silva
I've been trying to resolve this issue and, after seeing the strace, I
tried to disable DRI to see if it had any effect.

Since I disabled DRI in the xorg.conf file (graphics card Device
section) Openoffice.org started working normally. I also tried
reenabling DRI and the problem appeared so I think DRI was the cause.

Anyway, since this seems to be a non Openffice.org issue this bug can be
closed.

Thanks
-- 
Paulo Silva <[EMAIL PROTECTED]>


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


Bug#338277: Acknowledgement (java-package: Rename the plugin back to libjavaplugin_oji.so)

2005-11-09 Thread Mike Hommey
retitle 338277 plugin doesn't work with IBM JRE 1.4
thanks

(and supposedly 1.3 or any other from IBM)

The problem is deeper than I thought initially. After finding itself as
libjavaplugin_oji.so, the plugin follows the link _once_, gets the
directory of the file it got, gets its parent, and run java in its bin
subdirectory.

That means that it tries to run /etc/bin/java, because of alternatives.

Mike


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



Bug#338280: Version 0.40 available.

2005-11-09 Thread Nikita V. Youshchenko

> Package: libetpan3
> Version: 0.39.1-1
> Severity: wishlist
>
> Good morning!
>
> There is version 0.40 available at http://libetpan.sourceforge.net/ .
> I'd love to see this in Debian and would be thankful to hear any
> information about when this is anticipated.

I'm aware of that. Expect it in Debian soon.


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



Bug#320185: rss2email: non-ASCII long header encoding patch

2005-11-09 Thread Tatsuya Kinoshita
On November 9, 2005 at 4:46PM +0900,
tats (at vega.ocn.ne.jp) wrote:

> > The latest patch seems to always QP_CORRUPT the message. Why?
>
> In header, non-ASCII word must be converted to MIME encoded-word.

| + charset = 'us-ascii'
| + if nonascii.search(s):
| + charset = 'utf-8'
| + h = Header(s, charset, 50)
| + return h.encode()

Note that h.encode() doesn't generate encoded-word if charset is 'us-ascii'.

--
Tatsuya Kinoshita


pgpytgLTLKn9H.pgp
Description: PGP signature


Bug#338287: classpath: enable MIDI support

2005-11-09 Thread Michael Koch
Package: classpath
Version: 2:0.19-1
Severity: wishlist

MIDI support should be enabled in classpath. For this we need DSSI in Debian.
Its available at http://dssi.sourceforge.net/. All its prerequisites should be
in Debian already.


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

Versions of packages classpath depends on:
ii  classpath-common 2:0.19-1architecture independent files
ii  libasound2   1.0.9-3 ALSA library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libcairo21.0.2-1 The Cairo 2D vector graphics libra
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcj-common1:4.0.2-3   Java runtime library (common files
ii  libglib2.0-0 2.8.3-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.10-1The GTK+ graphical user interface 
ii  libice6  6.8.2.dfsg.1-10 Inter-Client Exchange library
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libsm6   6.8.2.dfsg.1-10 X Window System Session Management
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxtst6 6.8.2.dfsg.1-10 X Window System event recording an
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

classpath recommends no packages.

-- debconf-show failed


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



Bug#338288: openoffice.org-common: Some wrong manpage links

2005-11-09 Thread Jan Willem Stumpel
Package: openoffice.org-common
Version: 2.0.0-2
Severity: minor

There exist some symbolic links in /usr/share/man/man1 which provide aliases
for openoffice.1.gz. 

Two of these links have a gz.gz filename extension. The man program calls 
this a 'bogus filename' and refuses to display the man page:

   ooffice.1.gz.gz -> openoffice.1.gz
   oofromtemplate.1.gz.gz -> openoffice.1.gz  

The solution is trivial: rename the links. 

-- 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.11.1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-common depends on:
ii  dictionaries-common [openoffi 0.62.2 Common utilities for spelling dict
ii  openoffice.org-core   2.0.0-2OpenOffice.org office suite archit
ii  openoffice.org-l10n-en-us 2.0.0-2English_american language package 
ii  python2.3.5-3An interactive high-level object-o

openoffice.org-common recommends no packages.

-- debconf-show failed


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



Bug#338289: qemu user emulators segfault on unknown debug log item

2005-11-09 Thread Josh Triplett
Package: qemu
Version: 0.7.2-1

The qemu user emulators (qemu-i386, qemu-ppc, etc) segfault when given
an unknown debug log item.  For example, "qemu-ppc -d foo" segfaults.

- Josh Triplett


signature.asc
Description: OpenPGP digital signature


Bug#338290: Can't start X twice on GNU/kFreeBSD

2005-11-09 Thread Petr Salinger
Package: xorg-x11
Version: 6.8.2.dfsg.1-10
Tags: patch

Hi,

this bug started as 
http://lists.alioth.debian.org/pipermail/glibc-bsd-devel/2005-November/000628.html

On debian/kFreeBSD is not defined HasBSD44Sockets.
It shouldn't be problem because FreeBSD kernel 5.4 and 6.0 
tries to be compatible with older (BSD43) source code
and at least in connect(), bind() ignores value in the field sun_len.
It uses only the value addrlen from function in system call.

Unfortunately, we are hitted by computing the whole name length as
namelen = strlen(sockname.sun_path) + sizeof(sockname.sun_family);
instead of portable
namelen = strlen(sockname.sun_path) + offsetof(struct sockaddr_un, sun_path);

Therefore, it is sufficient to correct calculation with sun_path in 
whole xorg-x11. Moreover, it is mainly correct, only 2 files need fix.

ok  programs/xdm/prngc.c
ok  programs/xdm/xdmcp.c
ok  programs/xdm/netaddr.c
patch   lib/dps/csconndi.c
patch   lib/xtrans/Xtranssock.c
ok  lib/xtrans/Xtranstli.c
ok  lib/xtrans/Xtranslcl.c
ok  lib/xtrans/Xtransutil.c
ok  extras/Mesa/src/glx/mini/miniglx_events.c   

Submitted also upstream in 
https://bugs.freedesktop.org/show_bug.cgi?id=4982

The enclosed patch adds debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
and inserts it in debian/patches/series.
Could you please apply it.
Thanks in advance

Petr


The patch have been tested:

-- Forwarded message --
Date: Wed, 9 Nov 2005 03:37:01 +
From: Brian M. Carlson <[EMAIL PROTECTED]>

> I converted my patch into appropriate form.
> Can you please test it ?

It works, very nicely.  A couple caveats: if you rebuild, you must reinstall 
at least all of the binary packages with the fixed version, otherwise, it 
doesn't work.  Also, after installing the fixed version, I'd consider 
restarting, otherwise it can't connect.  Other than that, no problem.  BTW, I 
don't think these problems are specific to your patch, just that X is finicky 
like that.  You have my vote to submit.

-- 
Brian M. Carlson <[EMAIL PROTECTED]>
Running on GNU/kFreeBSD; i686-pc-kfreebsd-gnu
Support alternative kernels in Debian!
diff -u xorg-x11-6.8.2.dfsg.1/debian/patches/series 
xorg-x11-6.8.2.dfsg.1/debian/patches/series
--- xorg-x11-6.8.2.dfsg.1/debian/patches/series
+++ xorg-x11-6.8.2.dfsg.1/debian/patches/series
@@ -149,6 +149,7 @@
 freebsd/001_gnu-kbsd.diff -p0
 freebsd/002_gnu-kbsd_wacom.diff -p0
 freebsd/003_gnu-kbsd_sessreg.diff -p0
+freebsd/004_gnu-kbsd_sock_un.diff -p0
 debian/900_debian_config.diff -p0
 debian/902_debian_startx_manpage.diff -p0
 debian/903_debian_system.twmrc.diff -p0
--- xorg-x11-6.8.2.dfsg.1.orig/debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
+++ xorg-x11-6.8.2.dfsg.1/debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
@@ -0,0 +1,44 @@
+Index: xc/lib/dps/csconndi.c
+===
+--- xc/lib/dps/csconndi.c.orig 2005-02-28 17:35:18.0 +
 xc/lib/dps/csconndi.c  2005-11-08 08:21:30.0 +
+@@ -506,7 +506,7 @@
+ sprintf (unaddr.sun_path, "%s_%d", CSDPS_UNIX_PATH, port);
+ 
+ addr = (struct sockaddr *) &unaddr;
+-addrlen = strlen(unaddr.sun_path) + sizeof(unaddr.sun_family);
++addrlen = strlen(unaddr.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ 
+ /*
+  * Open the network connection.
+Index: xc/lib/xtrans/Xtranssock.c
+===
+--- xc/lib/xtrans/Xtranssock.c.orig2005-11-08 08:20:49.0 +
 xc/lib/xtrans/Xtranssock.c 2005-11-08 08:21:30.0 +
+@@ -1096,7 +1096,7 @@
+ sockname.sun_len = strlen(sockname.sun_path);
+ namelen = SUN_LEN(&sockname);
+ #else
+-namelen = strlen(sockname.sun_path) + sizeof(sockname.sun_family);
++namelen = strlen(sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ #endif
+ 
+ unlink (sockname.sun_path);
+@@ -1979,7 +1979,7 @@
+ sockname.sun_len = strlen (sockname.sun_path);
+ namelen = SUN_LEN (&sockname);
+ #else
+-namelen = strlen (sockname.sun_path) + sizeof (sockname.sun_family);
++namelen = strlen (sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ #endif
+ 
+ 
+@@ -1993,7 +1993,7 @@
+   return TRANS_CONNECT_FAILED;
+ }
+ old_namelen = strlen (old_sockname.sun_path) +
+-  sizeof (old_sockname.sun_family);
++  offsetof(struct sockaddr_un, sun_path);
+ #endif
+ 
+ 


Bug#271001: Reproducible crashes... :o(

2005-11-09 Thread Drew Parsons
On Tue, 2005-11-08 at 13:20 +0100, Eugen Dedu wrote:
> > 
> > Eugen, there seems to be some problem on powerpc at the moment.  Could
> > you follow the bug report #337570
> > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337570)
> > 
> > In particular try the last instructions: recompile Xprt for your self or
> > test the older ones from snapshot.debian.net.
> 
> I installed version -10 for both xprint and xprint-common.  After a 
> first test, neither firefox nor thunderbird crash.
> 

Hmm, perhaps the bug is in the gcc compiler then, used to build -12 for
powerpc.  The buildlogs indicate -11 was still using gcc-3.3, while -12
used gcc-4.0.

We'll wait and see how Felix's own Xprt works then.

Thanks for the testing, I glad you found the previous versions still
work.

Drew



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



Bug#338291: tsclient: russian messages in wrong encoding

2005-11-09 Thread Eugene Konev
Package: tsclient
Version: 0.140-1
Severity: important
Tags: l10n

I don't know why, but debian/patches/00_i10n_fixes.patch changes encoding of
ru.po from koi8-r to iso8859-5. But the file is _actually_ in koi8-r
encoding. As a result, messages are completely unreadable then tsclient is
run in russian locale.

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

Versions of packages tsclient depends on:
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libbonoboui2-0   2.10.1-1The Bonobo UI library
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libglib2.0-0 2.8.3-1 The GLib library of C routines
ii  libgnome2-0  2.12.0.1-2  The GNOME 2 library - runtime file
ii  libgnomeui-0 2.12.0-1The GNOME 2 libraries (User Interf
ii  libgtk2.0-0  2.8.3-1 The GTK+ graphical user interface 
ii  libpanel-applet2-0   2.12.1-1library for GNOME 2 panel applets
ii  rdesktop 1.4.1-1.0.1 RDP client for Windows NT/2000 Ter

tsclient recommends no packages.

-- no debconf information


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



Bug#338292: nfs-kernel-server won't start if exports are qouted

2005-11-09 Thread Ingo Steuwer
Package: nfs-kernel-server
Version: 1:1.0.6-3.1
Tags: patch

To export directories containing spaces you need to qoute them (else exportfs 
uses the second part of the directory as options). If I export only shares 
which are qouted /etc/init.d/nfs-kernel-server says "Not starting 
nfs-kernel-server: No exports.".

The init-script uses grep to determine if exports are definied and to decide 
if the server should be started. The regular expression doesn't care about 
qoutes.

Attached you'll find a small patch fixing this.

Greetings
Ingo Steuwer


-- 
Ingo Steuwer   [EMAIL PROTECTED] fon: +49 421 22 232- 0
EntwicklungLinux for Your Business
Univention GmbHhttp://www.univention.de/ fax: +49 421 22 232-99
--- nfs-utils-1.0.7.orig/debian/nfs-kernel-server.init	Sat Dec  4 22:39:05 2004
+++ nfs-utils-1.0.7/debian/nfs-kernel-server.init	Wed Nov  9 09:01:03 2005
@@ -55,7 +55,7 @@
 case "$1" in
   start)
 	cd /	# daemons should have root dir as cwd
-	if grep -q '^/' /etc/exports
+	if egrep -q '^["]{0,1}/' /etc/exports
 	then
 		do_modprobe nfsd
 		do_mount nfsd $PROCNFSD_MOUNTPOINT || NEED_SVCGSSD=no


Bug#323812: Solution to the segfault problem (music123)?

2005-11-09 Thread Andrew Ruder
I too had many problems getting music123 to work reliably on my machine.
(It wasn't just -z flag, it crashed 99% of the time between songs
regardless).  I found that simply changing the build dependencies to 
gnat-3.4 and recompiling/building the package is enough to stop the seg
faults on my amd64 machine.

Thanks,
Andrew Ruder

-- 
Andrew Ruder <[EMAIL PROTECTED]>
http://www.aeruder.net


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



Bug#332617: Services_Weather and the PHP License

2005-11-09 Thread Alexander Wirtz

Hello Charles,

thanks for your heads-up. I've monitored the discussion on the pear-dev 
mailing list very closely and already decided, that the upcoming 1.4.0 
release of Services_Weather will contain a switch to the 3-clause BSD 
License.


Best regards,
Alexander

Charles Fry wrote:

Hi,

As you may already be aware, a Debian package of your PEAR
Services_Weather module has been created for distribution as a part of
Debian (and thereafter all of its derivatives). Unfortunately, it was
discovered that the PHP License under which Services_Weather is released
is problematic for software other than PHP itself. This problem has
already been brought before the PEAR community, and is being actively
worked on. If you are interested, you can read about the problems with
the license (when applied to software other than PHP) and some of the
ensuing discussion at:

   http://lists.debian.org/debian-legal/2005/08/msg00188.html

or in one of the PEAR mailing lists which were also involved in the
discussion.

To give you a sense of how uncompatible the PHP License is for the
release of software other than PHP, please consider point (6) of version
3.0:

"Redistributions of any form whatsoever must retain the following
acknowledgment: 'This product includes PHP, freely available from
'."

While this is perfectly reasonable when distributing PHP itself, it
would be silly to think that you really expect us to only distribute
Services_Weather bundled with the entire PHP distribution. :-)

The PEAR team is currently working on how they would like to address
this issue:

   http://lists.debian.org/debian-legal/2005/08/msg00238.html

But in the meantime, Debian is forced to remove PHP Licensed packages
(except of course for PHP itself) in order avoid violating the license.

We would, however, love to keep Services_Weather in Debian if you are
able to change the licence to something more compatible with your
package. The BSD License is quite similar to the PHP License. In fact,
the first two clauses of the PHP License were drawn from the BSD
License. You can find an example BSD License at:

   http://www.debian.org/misc/bsd.license

Note that the third point is optional, and is often left out.

We hope that you'll be able to migrate Services_Weather to a license
that is not specific to PHP itself, in order to allow us to distribute
it in Debian.

Thanks for your understanding, and please feel free to contact us with
any further questions that you have regarding this matter.

Charles





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



Bug#334613: tetex-bin: same problem still exists

2005-11-09 Thread Frank Küster
Kenward Vaughan <[EMAIL PROTECTED]> wrote:

> On Tue, Nov 08, 2005 at 09:48:34AM +0100, Frank Küster wrote:
>> Kenward Vaughan <[EMAIL PROTECTED]> wrote:
>> 
>> > I'm attaching the output of this and the others asked by Frank.  I did
>> > include a listing of /etc/texmf as well (1st run wasn't recursive).
>> 
>> > Script started on Mon 07 Nov 2005 04:05:16 PM PST
>> > 
>> > 04:05:16
>> > daddy:~# ls -l /etc/texmf/updmap.d/
>> > total 11
>> > -rw---  1 root root 2789 2005-11-06 07:52 00updmap.cfg
>> > -rw-r--r--  1 root root 2787 2005-11-06 07:52 00updmap.cfg.dpkg-dist
>> > -rw-r--r--  1 root root 2623 2005-10-19 07:10 10tetex-base.cfg
>> > -rw-r--r--  1 root root 1314 2005-10-19 07:11 20tetex-extra.cfg.dpkg-new
>> 
>> This shows that tetex-extra is not configured yet (of course, since
>> configuring tetex-bin fails, and -extra depends on -bin), and that you
>> still use the old 00updmap.cfg, and did not yet merge the changes which
>> came with 00updmap.cfg.dpkg-dist.  This shouldn't create a problem, but
>> it's recommended that you once take the time and merge the changes, and
>> remove the dpkg-dist file afterwards.
>
>
> I don't know how to do do this merging of the old and new.  What steps
> would I take to even figure out the differences?  Is it 00updmap.cfg
> that I need to examine, or are there others?

10tetex-base.cfg is okay, and 20tetex-extra.cfg.dpkg-new shouldn't be
touched, dpkg will rename it once it comes to try to configure
tetex-extra.  So this is all about 00updmap.cfg and it's *.dpkg-dist
version.  

Just run a diff, e.g.

diff -u /etc/texmf/updmap.d/00updmap.cfg 
/etc/texmf/updmap.d/00updmap.cfg.dpkg-dist

This will show (with a - in front) what is in 00updmap.cfg but missing
in *.dpkg-dist, and with a + in front what is new in *.dpkg-dist.  Most
probably the output will look like this:

-dvipdfmDownloadBase14 false
+dvipdfmDownloadBase14 true

(or with some comment lines affected, too).  This means that previously
the setting was false, now it's true by default.  The reason for the
change is that now Adobe recommends to embed even the Base14 PostScript
fonts in PDF files, and here "Download" means "get them and put them
into the file".

If it turns out that you don't have any important hand-made changes in
00updmap.cfg, you can simply discard the old version and move
00updmap.cfg.dpkg-dist to 00updmap.cfg.

>>  grep TEXFONTMAPS /etc/texmf/texmf.d/*
>>  grep TEXFONTMAPS /etc/texmf/texmf.cnf
>
> Here ...
>
> 08:49:38
> daddy:~#  grep TEXFONTMAPS /etc/texmf/texmf.d/*
> /etc/texmf/texmf.d/55Fonts.cnf:% TEXFONTMAPS = 
> .;$TEXMF/{fonts/map,}/{$progname,pdftex,dvips,}//
> /etc/texmf/texmf.d/55Fonts.cnf:TEXFONTMAPS = 
> .;$TEXMF/{fonts/map,}/{$progname,pdftex,dvips,}//;$TEXMF/dvips//
>
> 08:49:40
> daddy:~#  grep TEXFONTMAPS /etc/texmf/texmf.cnf
> TEXFONTMAPS = .;$TEXMF/fontname

Let me explain:  Although texmf.cnf is in /etc/ (because we assume that
many people would edit it even if it was in /var/lib/texmf, and be
surprised their changes get overwritten), it is a generated file: It is
generated from the pieces in texmf.d/*.cnf.  In order to *not* overwrite
local changes in texmf.cnf, it is regenerated using ucf, which provides
a dpkg-like interface: If texmf.cnf has been manually edited, but now -
since one of the files in texmf.d has changed - the autogeneration would
produce something else than it would have produced previously, the local
admin (you) is asked about the changes, like dpkg does.

It seems you have refused to accept the changes, and therefore still got
the old setting in texmf.cnf.  To fix it, you could just take over this
one line from 55Fonts.cnf, however, since you don't seem to be familiar
with conffile merging, I would suggest to do it differently, because it
will be a bit harder now, but save you a lot of trouble in the future:

1. Save a copy of texmf.cnf somewhere

2. Edit 55Fonts.cnf, and introduce some unimportant change - e.g. just
   add a comment line "# comment to help merging changes" (and remember
   what you changed).

3. Run (as root) update-texmf, and this time accept the new
   "maintainer's version". 

4. Now run

diff -u /your/copy/of/texmf.cnf-from-step-1 /etc/texmf/texmf.cnf > texmf.diff

   and examine the file texmf.diff.  For each of the changes indicated,
   you can (of course) decide that you don't care to loose it.  Many of
   the differences are probably not *your* local changes, but simply new
   settings for teTeX-3.0.  But if you want to keep a change, find the
   file in /etc/texmf/texmf.d/ where the setting is made, and change
   that file so that it also contains what your copy of texmf.cnf has.
   If you're unsure whether a change is still needed, just ask us.

5. Run update-texmf again.  This time, if you repeat the diff command,
   the changes should only be the updates for teTeX-3.0, and no changes
   you made for local installed stuff.

6. Remove the comment you added in step 2, and run update-texmf again.


Now in the future, *

Bug#336874: synaesthesia: FTBFS on GNU/kFreeBSD

2005-11-09 Thread Devin Carraway
tags 336874 +pending
quit

On Tue, Nov 01, 2005 at 07:29:52PM +0100, Aurelien Jarno wrote:
> The current version of synaesthesia fails to build on GNU/kFreeBSD, 
> because machine/soundcard.h has been moved to sys/soundcard.h on BSD 
> systems for a long time (since version 5.0 for FreeBSD). Also the code
> to access the CDROM drive needs some tweaks in the #ifdef tests.
> Please find attached a patch to fix that. It would be nice if you could 
> include it in the next upload.

I've applied your patch in a tentative package, and passed it to upstream.
Since I don't have a kFreeBSD box to check with, can you verify that the
pre-upload packages build properly for you?

They can be found in http://devin.com/debian/, as synaesthesia-2.3-3.

Thanks for the report.

-- 
Devin  \ aqua(at)devin.com, IRC:Requiem; http://www.devin.com
Carraway \ 1024D/E9ABFCD2: 13E7 199E DD1E 65F0 8905 2E43 5395 CA0D E9AB FCD2


signature.asc
Description: Digital signature


Bug#338056: Translation for aptitude

2005-11-09 Thread Christian Perrier
(please keep the CC list in answers. No need to CC me in private)

> 
> These are the shortcut keys you need to press when answering a Yes/No
> question.  While the aptitude developers care i18n enough to give the
> possibility to localize this shortcut key, without a comment translators
> won't know they are supposed to translate them to a single key that
> stands for yes/no (in English, they'll be "y" and "n").  These shortcut
> keys are used quite often, for example, in the dialog of quitting
> aptitude.


What I'm wondering here is why doesn't aptitude use the locales
mechanisms for Y/N answers.

As far as I know, locales include a part which describes "yes
expression" and "no expression" as "yesexpr" and "noexpr" in
LC_MESSAGES.

For French locales, this is actually:

LC_MESSAGES
yesexpr "^[oOyY].*"
noexpr  "^[nN].*"
END LC_MESSAGES

(the word for "yes" is "oui" and the word for "no" is "non"). This
means that any *string* beginning by O, o, Y or y will be understood
as a "yes" answer.

For zh_CN we have:


LC_MESSAGES
% Any string starting with a Latin Y(y) or Chinese "Shi4" is recognized
% as affirmative answer.
% Any string starting with a Latin N(n) or Chinese "Bu4" or "Fou3" is
% recognized as negative answer.
yesexpr "^[yY是]"
noexpr  "^[nN不否]"
END LC_MESSAGES


I'm pretty sure that there are pieces of codes or libraries that allow
programs to use this without embarking their own "translation" of
"Yes" and "No".

Daniel (aptitude maintainer) might just need some help to implement
this. I can't do it, given my low skills in programming, which
everyone should now know about.

For those whop want to have a look at this, aptitude repository is
available with the darcs RCS at the following address:

http://people.debian.org/~dburrows/darcs/aptitude






Bug#338233: libnumerix-ocaml-dev: Missing libnumerix-ocaml

2005-11-09 Thread Sven Luther
On Wed, Nov 09, 2005 at 12:44:15AM -0500, Mike Furr wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Chris Stork wrote:
> > I had to install /usr/lib/ocaml/3.08.3/numerix/libnumerix-ocaml.a by
> > hand from the source to make "ocamlc -custom ..." or "ocamlopt ..."
> > work.
> Ah I see.  For some reason, I missed that the library changed names and
> therefore it didn't get installed.  Will be fixed in the next upload
> (as soon as I figure out why this assembly code is all of sudden
> segfaulting...)

Because binutils is a broken mess taken from a random devel CVS snapshot ? 

Friendly,

Sven Luther



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



Bug#338293: Failed to load /usr/share/fwbuilder/objects_init.xml

2005-11-09 Thread Sylvain Le Gall
Package: fwbuilder
Version: 2.0.7-2
Severity: grave
Justification: renders package unusable

Hello,

While trying to launch fwbuilder, i get 2 screens concerning the fact
that fwbuilder cannot load :
- /usr/share/fwbuilder/objects_init.xml
- /usr/share/fwbuilder/templates.xml

The program explains that "the library file you are trying to open has
been saved in an older version of Firewall Builder and needs to be
upgraded. To upgarde it, just load it in the Firewall Builder GUI and
save back to file again."

It proposes me to upgrade the file, and then segfault.

Kind regard 
Sylvain Le Gall


-- 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.12.3-grand
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fwbuilder depends on:
ii  fwbuilder-common 2.0.7-2 Firewall administration tool GUI (
ii  fwbuilder-linux [fwbuild 2.0.7-2 Firewall Builder policy compiler(s
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libfwbuilder6c2  2.0.9-1 Firewall Builder API library
ii  libgcc1  1:4.0.2-3   GCC support library
ii  libqt3-mt3:3.3.5-1   Qt GUI Library (Threaded runtime v
ii  libsnmp9 5.2.1.2-4   NET SNMP (Simple Network Managemen
ii  libssl0.9.7  0.9.7g-5SSL shared libraries
ii  libstdc++6   4.0.2-3 The GNU Standard C++ Library v3
ii  libwrap0 7.6.dbs-8   Wietse Venema's TCP wrappers libra
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxml2  2.6.22-2GNOME XML library
ii  libxslt1.1   1.1.15-1XSLT processing library - runtime 
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

fwbuilder recommends no packages.

-- no debconf information


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



Bug#338294: php4-common: cron.d message after removal

2005-11-09 Thread Philipp Matthias Hahn
Package: php4-common
Version: 4:4.3.10-16
Severity: normal

After removing php4-common but not purging, cron generates an error
message twice an hour because of a wronly invoced find command. The
culprit is /etc/cron.d/php4, which checks for "test -d /var/lib/php4",
but uses "/usr/lib/php4/maxlifetime"
The former still exists after removing the package, because it may
contain old session files. The later is deleted when removing the
package.
Please change the test to check for maxlifetime instead of the
directory.


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

Versions of packages php4-common depends on:
ii  sed   4.1.4-4The GNU sed stream editor

php4-common recommends no packages.

-- no debconf information


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



Bug#336997: followup - xlibmesa-dri

2005-11-09 Thread Michel Dänzer
On Tue, 2005-11-08 at 19:40 -0800, David E. Fox wrote:
> Previously I reported on problems with xlibmesa-dri using package
> 1.7-bpo1 of xlibmesa-dri.
> 
> I did a (partial) upgrade, and I am now running:
> 
> libmesa-dri:
>   Installed: 6.8.2.dfsg.1-10
>   Candidate: 6.8.2.dfsg.1-10
>   Version Table:
>  *** 6.8.2.dfsg.1-10 0
>  75 ftp://ftp.us.debian.org unstable/main Packages
> 100 /var/lib/dpkg/status

[...]

> Problem still persists:
> libGL warning: 3D driver claims to not support visual 0x23

Please try xlibmesa-dri and/or xserver-xorg from experimental. This is
an upstream issue that's unlikely to be solved in the 6.8 Debian
packages.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#338265: bibtex2html: broken dependencies forbid it from been installed in unstable

2005-11-09 Thread Sven Luther
On Tue, Nov 08, 2005 at 10:41:19PM -0500, Yaroslav Halchenko wrote:
> Package: bibtex2html
> Severity: important
> 
> I was upgrading my box and had to remove bibtex2html since 
> 
> bibtex2html depends on ocaml-base-nox-3.08.3
> ocaml-base-nox-3.08.3 does not appear to be available
> 
> There is now
> ii  ocaml-base-nox 3.09.0-1
> which
> Provides: ocaml-base-nox-3.09.0
> 
> Thank you in advance. Probably it is just up for a small fix in
> dependencies ;-)

We are currently in a big unstable dependency bump of ocaml 3.09.0, and this
means a full rebuild of all ocaml packages. Unstable will be broken for a bit,
please use the ocaml and bibtex2html of etch/testing in the meantime (or even
sarge, since those are the sames).

Friendly,

Sven Luther



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



Bug#337570: apparent gcc4 regression in xprint on powerpc

2005-11-09 Thread Drew Parsons
Dear powerpc and gcc developers,

some Xprint users have reported a segfault in Xprt ( bug #337570,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337570). running on
powerpc.

They report it occurs with xprint 0.1.0.alpha1-12, but not with -11 or
-10.

Checking the build logs at
http://buildd.debian.org/build.php?pkg=xprint, I see -11 was built for
powerpc with gcc-3.3 (1:3.3.6-7), while -12 was built with gcc-4.0
(4.0.1-6).

So there appears to be some regression in gcc4.

Current gcc is 4.0.2-1. Is the segfault in xprint -12 something you
might expect to occur, and would a rebuilt with gcc 4.0.2 be likely to
repair it?

One of the users (Felix, cc:d here) is attempting to build Xprt himself
so we'll hear what his success is (he needs a fresh binary to get
unstripped symbols so we can obtain a backtrace from gdb).

Thanks,

Drew Parsons



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



Bug#338295: libecgi0: segfault when param not found

2005-11-09 Thread Jonathan Walther
Package: libecgi0
Version: 0.6.2-2.3
Severity: important

When I do cgiParam() on a parameter that was not passed in by the CGI
script, an error code is not returned.  Instead, the library segfaults.
>From the documentation, it looks like cgiParam() should return an error
code instead of segfaulting so the user can deal with the missing
paramter as they see fit.

John

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

Versions of packages libecgi0 depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an

Versions of packages libecgi0 recommends:
ii  apache [httpd]1.3.34-1   versatile, high-performance HTTP s

-- no debconf information


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



Bug#338153: ITP: cdpr -- Cisco Discovery Protocol Reporter

2005-11-09 Thread Ryan Finnie
Okay, that's just weird.  cdpr has been out for a few years now, so it's 
not exactly new.  I had been sitting on a cdpr package I made for a 
couple months, and finally decided to submit it tonight and look for a 
sponsor... only to find out that you submitted a 5 hours earlier.


FYI, the version number should be 0.2.2-1, as it is not a native Debian 
package.



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



Bug#338241: Processed: Re: Bug#338191: d-i gtk installer on PowerPC, wrong colors displayed

2005-11-09 Thread Michel Dänzer
On Wed, 2005-11-09 at 06:39 +0100, Frans Pop wrote:
> 
> Note that this bug seems to address the same issue for X and has a patch 
> attached: http://bugs.debian.org/338241

Careful, similar symptoms doesn't necessarily mean it's the same
problem.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#337986: localechooser: Wrong display for Belarusian in D-I 2nd stage

2005-11-09 Thread Christian Perrier
(Georgi, Novica, you might want to have a look at
http://bugs.debian.org/337986 to understand why you receive a mail
talking first about Belarusian language..:-)...Novica, this is about
Debian Installer translations)

Andrei, I should have CC'ed you earlier...please also look at the
above bug report about "broken" Belarusian display in D-I 2nd stage

> I suspect that Macedonian is likely to have the same problem.
> 
> The languagelist line is currently:
> 
> Macedonian;2;mk_MK.UTF-8;mk_MK.UTF-8;mk;MK;mk_MK:mk:en_GB:en;kbd=iso05.f16(utf8)
> what about:
> 
> Macedonian;2;mk_MK.UTF-8;mk_MK.UTF-8;mk;MK;mk_MK:mk:en_GB:en;cyr=uni,16,utf-8,mk(ctrl_shift_toggle)

The situation with Macedonian using the first line is actually less
worse than Belarusian:

http://www.perrier.eu.org/~bubulle/macedonian_2nd.png

Only missing borders just like it happens also for Greek.

The "K" letters with acute accents over them look quite strange to me
but I'm unsure whether this is actually something that's part of the
macedonian alphabet...

So, I won't probably change anything for Macedonian unless I'm
recommended to use the above "cyr=" line.




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



Bug#338296: common-lisp-controller 4.15sarge2 broke clisp+cl-asdf

2005-11-09 Thread Alexander Danilov
Package: common-lisp-controller
Version: 4.15sarge2
Severity: grave
Justification: renders package unusable

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

After unpgrade common-lisp-controller from version 4.15 to 4.15sarge2 I
can't use asdf with clisp 2.33.2-10

Log of common-lisp-controller upgrade (see error below)
...
Setting up common-lisp-controller (4.15sarge2) ...
Reinstalling for clisp
Recompiling Common Lisp Controller for clisp
Installing clc...
;; Loading file /usr/lib/clisp/install-clc.lisp ...
;;  Loading file
/usr/share/common-lisp/source/common-lisp-controller/common-lis
p-controller.lisp ...
;;  Loaded file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp
-controller.lisp
;;  Loading file
/var/cache/common-lisp-controller/root/clisp/common-lisp-contro
ller/common-lisp-controller.fas ...
;;  Loaded file
/var/cache/common-lisp-controller/root/clisp/common-lisp-control
ler/common-lisp-controller.fas
;;  Loading file
/var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas ...
;;  Loaded file
/var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas
;;  Loading file
/var/cache/common-lisp-controller/root/clisp/asdf/wild-modules.
fas ...
;;  Loaded file
/var/cache/common-lisp-controller/root/clisp/asdf/wild-modules.f
asError during init-common-lisp-controller-v4:
READ from #: # has no external symbol with name "UMASK"
;; Loaded file /usr/lib/clisp/install-clc.lisp

...

After upgrade I can't load any asdf component into clisp
$ clisp
...
[1]> (require 'asdf)
NIL
[2]> (asdf:operate 'asdf:load-op 'environment)

*** - Condition of type ASDF:MISSING-COMPONENT.
Break 1 [3]> :q

[4]> (asdf:operate 'asdf:load-op 'port)

*** - Condition of type ASDF:MISSING-COMPONENT.
Break 1 [5]> :q

[6]> (exit)

Packages cl-port and cl-environment installed on my system.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages common-lisp-controller depends on:
ii  bash  2.05b-26   The GNU Bourne Again SHell
ii  cl-asdf   1.86-4 Another System Definition Facility
ii  debconf   1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  perl  5.8.4-8Larry Wall's Practical Extraction 
ii  realpath  1.9.21 Return the canonicalized absolute 

-- debconf information:
* common-lisp-controller/short-site-name: Alex
* common-lisp-controller/long-site-name: Alex lisp site




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



Bug#338179: bts: interactive version would be helpful

2005-11-09 Thread Filippo Giunchedi
On Tue, Nov 08, 2005 at 04:22:47PM -0500, Charles Fry wrote:
> > >  - bugs could be browsed from the console, without bouncing back and
> > >forth between a web browser
> > >  - bugs could be easily viewed prior to being manipulated
> > 
> > Not sure what you mean by this I'm afraid.
> 
> What I really want is a way to get bug lists and bug information at the
> console, as is done with reportbug, rather then in a web browser using
> sensible-browser. And yes, I think there is a difference between the
> command line reportbug interface, and looking at the bug pages through a
> text-based web browser. :-)

perhaps something like #323782 ? I had the same thought :)

filippo


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



Bug#338297: libgig_2.0.d2-1_m68k: FTBFS: declaration of 'double __atan(double)' throws different exceptions

2005-11-09 Thread Aníbal Monsalve Salazar
Package: libgig
Severity: serious
Version: 2.0.d2-1
Tags: sid
Justification: fails to build from source

There was an error while trying to autobuild your package:


Automatic build of libgig_2.0.d2-1 on q650 by sbuild/m68k 69
Build started at 20051108-2213

[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0), pkg-config, libsndfile1-dev, doxygen

[...]
 m68k-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wreturn-type -Wall 
-O2 -g -MT gig.lo -MD -MP -MF .deps/gig.Tpo -c gig.cpp  -fPIC -DPIC -o 
.libs/gig.o
/usr/include/bits/mathinline.h: In function 'double __atan(double)':
/usr/include/bits/mathinline.h:128: error: declaration of 'double 
__atan(double)' throws different exceptions


Full build logs are available on buildd.debian.org.

Please refer to the build log at:

http://buildd.debian.org/fetch.php?&pkg=libgig&ver=2.0.d2-1&arch=m68k&stamp=1131488796&file=log&as=raw


Aníbal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#337986: localechooser: Wrong display for Belarusian in D-I 2nd stage

2005-11-09 Thread Eugeniy Meshcheryakov
8 листопада 2005 о 22:50 +0100 Christian Perrier написав(-ла):
> 
> > Also what is 'completely broken'? Can you make screenshot?
> 
> 
> http://www.perrier.eu.org/~bubulle/broken-belarusian.png
Err, that should not be SO bad... 

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


Bug#337570: apparent gcc4 regression in xprint on powerpc

2005-11-09 Thread Falk Hueffner
Drew Parsons <[EMAIL PROTECTED]> writes:

> Current gcc is 4.0.2-1. Is the segfault in xprint -12 something you
> might expect to occur, and would a rebuilt with gcc 4.0.2 be likely to
> repair it?

Not very likely, but it should definitely be done before trying
anything else. Trying gcc-snapshot would also be nice.

-- 
Falk


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



Bug#337130: missing and incorrect letters in dict-freedict-hun-eng

2005-11-09 Thread Kęstutis Biliūnas
tag 337130 pending
thanks

Oh! I'm sorry.

On http://prdownloads.sourceforge.net/freedict exists the never version
of freedict-hun-eng-0.2.tar.gz dictionary (2005.03.10). I'm working on a
new release of debian freedict package, so this bug will be fixed.

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


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


Bug#337986: localechooser: Wrong display for Belarusian in D-I 2nd stage

2005-11-09 Thread Eugeniy Meshcheryakov
9 листопада 2005 о 09:36 +0100 Christian Perrier написав(-ла):
> (Georgi, Novica, you might want to have a look at
> http://bugs.debian.org/337986 to understand why you receive a mail
> talking first about Belarusian language..:-)...Novica, this is about
> Debian Installer translations)
> 
> Andrei, I should have CC'ed you earlier...please also look at the
> above bug report about "broken" Belarusian display in D-I 2nd stage
> 
> > I suspect that Macedonian is likely to have the same problem.
> > 
> > The languagelist line is currently:
> > 
> > Macedonian;2;mk_MK.UTF-8;mk_MK.UTF-8;mk;MK;mk_MK:mk:en_GB:en;kbd=iso05.f16(utf8)
> > what about:
> > 
> > Macedonian;2;mk_MK.UTF-8;mk_MK.UTF-8;mk;MK;mk_MK:mk:en_GB:en;cyr=uni,16,utf-8,mk(ctrl_shift_toggle)
> 
> The situation with Macedonian using the first line is actually less
> worse than Belarusian:
> 
> http://www.perrier.eu.org/~bubulle/macedonian_2nd.png
> 
> Only missing borders just like it happens also for Greek.
> 
> The "K" letters with acute accents over them look quite strange to me
> but I'm unsure whether this is actually something that's part of the
> macedonian alphabet...
Capital letter is normal AFAIK, but small letter looks strange (it
should look like capital letter but smaller AFAIK, but I am not
Macedonian...).

> 
> So, I won't probably change anything for Macedonian unless I'm
> recommended to use the above "cyr=" line.
It may work but NB.: line with cyr also sets keyboar layout, so user
will not be able to change it (for second stage) with d-i.

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


Bug#337986: localechooser: Wrong display for Belarusian in D-I 2nd stage

2005-11-09 Thread Eugeniy Meshcheryakov
8 листопада 2005 о 22:50 +0100 Christian Perrier написав(-ла):
> 
> > Also what is 'completely broken'? Can you make screenshot?
> 
> 
> http://www.perrier.eu.org/~bubulle/broken-belarusian.png
I know the reason now, font iso5-16 does not exists... iso05.f16 should
work with Belarusian too but without line-drawing characters, as with
Macedonian.

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


Bug#338068: megahal: Error in man page

2005-11-09 Thread Laurent Fousse
Hello,

* Sergio Cuellar Valdes [2005-11-07]:
> there is an error in the man page. Instead of saying "their", it says
> "thier". In the first paragraph, last sentence:
> 
> This lets each user have thier own personal megahal.

Thanks for the notice. I'll take the opportunity to fix other minor
issues so I won't upload right now.

Laurent.


signature.asc
Description: Digital signature


Bug#338153: ITP: cdpr -- Cisco Discovery Protocol Reporter

2005-11-09 Thread Jérôme Warnier
Le mardi 08 novembre 2005 à 07:36 -0600, Matt Zagrabelny a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Matt Zagrabelny <[EMAIL PROTECTED]>
> 
> 
> * Package name: cdpr
>   Version : 2.2.0
>   Upstream Author : Lance O'Connor <[EMAIL PROTECTED]>
> * URL : http://www.d.umn.edu/~mzagrabe/debian/cdpr/
This should be the upstream URL, not the URL to your repository.

> * License : GPL
>   Description : Cisco Discovery Protocol Reporter
> 
> (Include the long description here.)
> 
> cdpr listens on specified network interfaces for Cisco Discovery
> Protocol packets. It thendecodes those packets and outputs the
> information, optionally sending the information to a server for
> processing.

Regards




Bug#338298: Typo in README.Debian

2005-11-09 Thread Fabio Tranchitella
Package: zd1211-source
Version: 0.0.0.svnr23-3
Severity: minor

README.Debian contains the following text:

"""
e.g.

module-assistant update
modula-assistant build zd1211
"""

where the last line contains a typo, since it should be 
module-assistant buildzd1211
 ^

Thanks for your work on this package,

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

Versions of packages zd1211-source depends on:
ii  bzip2  1.0.2-10  high-quality block-sorting file co
ii  cdbs   0.4.32common build system for Debian pac
ii  debhelper  5.0.2 helper programs for debian/rules
ii  gawk   1:3.1.4-2.0.1 GNU awk, a pattern scanning and pr
ii  kernel-package 9.008.4   A utility for building Linux kerne
ii  module-assistant   0.9.10tool to make module package creati
ii  quilt  0.42-1Tool to work with series of patche

zd1211-source recommends no packages.

-- no debconf information


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



Bug#338299: sysvinit-static: Statically-compiled sysvinit package

2005-11-09 Thread Ryan Finnie
Package: sysvinit
Version: 2.86.ds1-4
Severity: wishlist


In bug


-- 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.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sysvinit depends on:
ii  coreutils 5.2.1-2.1  The GNU core utilities
ii  initscripts   2.86.ds1-4 Standard scripts needed for bootin
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libsepol1 1.8-1  Security Enhanced Linux policy lib
ii  sysv-rc   2.86.ds1-4 Standard boot mechanism using syml

sysvinit recommends no packages.

-- no debconf information


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



Bug#338047: xlibmesa-dri in experimental is missing Savage 3D driver, savage_dri.so

2005-11-09 Thread Xavier Bestel
On Mon, 2005-11-07 at 23:59, Samuli Suominen wrote:

> I found out that savage_dri.so from Mesa 6.4 is bundled with X.org 6.8.99.901
> (6.9RC1), but that file is nowhere to be found in xlibmesa-dri package in
> Debian Experimental. 

Try to install libgl1-mesa-dri instead. It contains your driver.

Xav




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



Bug#338300: licq: users from visible list see my status as offline when it is invisble

2005-11-09 Thread Yuri Akudovich
Package: licq
Version: 1.3.2-2
Severity: important

I'm always use invisible mode. And I put some users into Visible List.
After upgrade to 1.3.2-2 some of this users see status as Offline. They
are using Licq 1.3.2-2, Miranda and ICQ 2003а.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (10, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-book
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages licq depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libssl0.9.8   0.9.8a-3   SSL shared libraries
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  licq-plugin-msn [licq-plugin] 1.3.2-2MSN plug-in for Licq
ii  licq-plugin-osd [licq-plugin] 1.3.2-2on-screen display plug-in for Licq
ii  licq-plugin-qt [licq-plugin]  1.3.2-2graphical user interface plug-in f

Versions of packages licq recommends:
pn  sox(no description available)

-- no debconf information


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



Bug#338221: courier-mta: Cannot store record for 127.0.0.1 - duplicate or out of disk space.

2005-11-09 Thread Willi Mann



I have no idea what that means. I know I have a broken MTA!



Stopping Courier mail server: done.
Unpacking replacement courier-mta ...
Setting up courier-mta (0.47-4sarge3) ...
Cannot store record for 127.0.0.1 - duplicate or out of disk space.
dpkg: error processing courier-mta (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 courier-mta


The string "Cannot store record for %s - duplicate or out of disk 
space." occurs in /usr/lib/courier/courier/makedatprog. This program is 
called by makesmtpaccess (which is called in courier-mta postinst), so I 
assume you have a misconfigured smtpaccess file or directory. 
(Containing 127.0.0.1 more than once)


Willi


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



Bug#338301: broken search and graph

2005-11-09 Thread bodik

Package: acidbase
Version: 1.2.1-1
Severity: important


Hello,
I believe that your last debian security patch broke searching and graph 
plotting in acidbase:


error in search:
when searching results shows "Displaying alerts -49-0 of 1 total"

i thing that it has something to do with clean variable because if i try
to search for "WEB-MISC" signatures in DB results are in fact searched 
for "WEBMISC" (missing "-") 


error in graph:
when trying to make a graph from data, there is no picture rendered, 
with error messages:


- ERR MESSAGES --
Warning: ereg_replace(): REG_EBRACK in 
/usr/share/acidbase/includes/base_state_common.inc.php on line 167


... (10 times )

Warning: ereg_replace(): REG_EBRACK in 
/usr/share/acidbase/includes/base_state_common.inc.php on line 167


Warning: imagecreatetruecolor(): Invalid image dimensions in 
/usr/share/php/Image/Canvas/GD.php on line 159


Warning: imagealphablending(): supplied argument is not a valid Image 
resource in /usr/share/php/Image/Canvas/GD.php on line 161


Warning: imagecolorallocate(): supplied argument is not a valid Image 
resource in /usr/share/php/Image/Canvas/Color.php on line 65


Warning: imagefilledrectangle(): supplied argument is not a valid Image 
resource in /usr/share/php/Image/Canvas/GD.php on line 1089


Warning: imagesetthickness(): supplied argument is not a valid Image 
resource in /usr/share/php/Image/Canvas/GD.php on line 236


Warning: imagesetthickness(): supplied argument is not a valid Image 
resource in /usr/share/php/Image/Canvas/GD.php on line 1585


Warning: factory(Image/Graph/.php): failed to open stream: No such file 
or directory in /usr/share/php/Image/Graph.php on line 445


Warning: factory(): Failed opening 'Image/Graph/.php' for inclusion 
(include_path='.:/usr/share/php:/usr/share/pear') in 
/usr/share/php/Image/Graph.php on line 445


Fatal error: Cannot instantiate non-existent class: image_graph_ in 
/usr/share/php/Image/Graph.php on line 565

- ERR MESSAGES --

i'm using
php: 4.3.10-16
libphp-jpgraph:  1.5.2-10
libphp-adodb:4.64-4
php-image-graph: 0.7.1-1

I'm not a php guru, but i thing that you made a mistake in function 
CleanVariable. Down there comes a patch for graph plotting bug, but i 
don't know how to fix that search problem. (Also there is dependency on 
PEAR package which is not in debian but it is not a bug at all - PEAR: 
Image_Color)


Sincerely Radoslav 'bodik' Bodo


-- PATCH CUT --
--- base_state_common.inc.php   2005-11-02 22:30:34.0 +0100
+++ base_state_common.inc.php.bodik 2005-11-07 16:47:44.0 +0100
@@ -108,6 +108,7 @@
  /
 function CleanVariable($item, $valid_data, $exception = "")
 {
+
/* Check the exception value list first */
if ( $exception != "" )
{
@@ -122,46 +123,46 @@

$regex_mask = "";

-   if ( ($valid_data & VAR_DIGIT) > 0 )
+   if ( ($valid_data && VAR_DIGIT) > 0 )
   $regex_mask = $regex_mask . "0-9";

-   if ( ($valid_data & VAR_LETTER) > 0 )
+   if ( ($valid_data && VAR_LETTER) > 0 )
   $regex_mask = $regex_mask . "A-Za-z";

-   if ( ($valid_data & VAR_ULETTER) > 0 )
+   if ( ($valid_data && VAR_ULETTER) > 0 )
   $regex_mask = $regex_mask . "A-Z";

-   if ( ($valid_data & VAR_LLETTER) > 0 )
+   if ( ($valid_data && VAR_LLETTER) > 0 )
   $regex_mask = $regex_mask . "a-z";

-   if ( ($valid_data & VAR_ALPHA) > 0 )
+   if ( ($valid_data && VAR_ALPHA) > 0 )
   $regex_mask = $regex_mask . "0-9A-Za-z";

-   if ( ($valid_data & VAR_SPACE) > 0 )
+   if ( ($valid_data && VAR_SPACE) > 0 )
   $regex_mask = $regex_mask . "\ ";

-   if ( ($valid_data & VAR_PERIOD) > 0 )
+   if ( ($valid_data && VAR_PERIOD) > 0 )
   $regex_mask = $regex_mask . "\.";

-   if ( ($valid_data & VAR_OPAREN) > 0 )
+   if ( ($valid_data && VAR_OPAREN) > 0 )
   $regex_mask = $regex_mask . "\(";

-   if ( ($valid_data & VAR_CPAREN) > 0 )
+   if ( ($valid_data && VAR_CPAREN) > 0 )
   $regex_mask = $regex_mask . "\)";

-   if ( ($valid_data & VAR_BOOLEAN) > 0 )
+   if ( ($valid_data && VAR_BOOLEAN) > 0 )
   $regex_mask = $regex_mask . "\)";

-   if ( ($valid_data & VAR_OPERATOR) > 0 )
+   if ( ($valid_data && VAR_OPERATOR) > 0 )
   $regex_mask = $regex_mask . "\)";

-   if ( ($valid_data & VAR_PUNC) > 0 )
+   if ( ($valid_data && VAR_PUNC) > 0 )
   $regex_mask = $regex_mask . "\!\#\$\%\^\&\*\_\-\=\+\:\;\,\?\ \(\))";

-   if ( ($valid_data & VAR_USCORE) > 0 )
+   if ( ($valid_data && VAR_USCORE) > 0 )
   $regex_mask = $regex_mask . "\_";

-   if ( ($valid_data & VAR_AT) > 0 )
+   if ( ($valid_data && VAR_AT) > 0 )
   $regex_mask = $regex_mask . "\@";

return ereg_replace("[^".$regex_mask."]", "", $item);

-- PATCH CUT --




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

Bug#290016: openoffice.org: CUPS printers are not automatically detected

2005-11-09 Thread Rubén Gómez Antolí
Hi all,

We have a small local net, with a CUPS server and a LTSP server with two
thin clients, and other two clients for CUPS server.

Openoffice don't detect CUPS printer.

Information of system:

CUPS server with Debian Sarge installed:

ii  cupsys 1.1.23-10  Common UNIX Printing System(tm) - server
ii  cupsys-bsd 1.1.23-10  Common UNIX Printing System(tm) - BSD
comman
ii  cupsys-client  1.1.23-10  Common UNIX Printing System(tm) -
client pro
ii  cupsys-driver- 4.2.7-10   Gimp-Print printer drivers for CUPS
ii  cupsys-driver- 4.2.7-10   Gimp-Print printer drivers for CUPS
ii  libcupsimage2  1.1.23-10  Common UNIX Printing System(tm) -
image libs
ii  libcupsys2-gnu 1.1.23-10  Common UNIX Printing System(tm) - libs
[EMAIL PROTECTED]:~$ uname -a
Linux vidfrio 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 GNU/Linux


LTSP and two clients with SID installed, openoffice and cups packages:


ii  openoffice.org-base2.0.0-2
OpenOffice.org office suite - database
ii  openoffice.org-calc2.0.0-2
OpenOffice.org office suite - spreadsheet
ii  openoffice.org-common  2.0.0-2
OpenOffice.org office suite architecture ind
ii  openoffice.org-core2.0.0-2
OpenOffice.org office suite architecture dep
ii  openoffice.org-draw2.0.0-2
OpenOffice.org office suite - drawing
ii  openoffice.org-impress 2.0.0-2
OpenOffice.org office suite - presentation
ii  openoffice.org-java-common 2.0.0-2
OpenOffice.org office suite Java support arc
ii  openoffice.org-kde 2.0.0-2   KDE
Integration for OpenOffice.org (Widgets,
ii  openoffice.org-l10n-en-us  2.0.0-2
English_american language package for OpenOf
ii  openoffice.org-l10n-es 2.0.0-2   Spanish
language package for OpenOffice.org
ii  openoffice.org-math2.0.0-2
OpenOffice.org office suite - equation edito
ii  openoffice.org-writer  2.0.0-2
OpenOffice.org office suite - word processor
ii  python-uno 2.0.0-2   Python
interface for OpenOffice.org
[EMAIL PROTECTED]:~$ dpkg -l |grep -i cupsys
ii  cupsys-bsd 1.1.23-12 Common UNIX
Printing System(tm) - BSD comman
ii  cupsys-client  1.1.23-12 Common UNIX
Printing System(tm) - client pro
ii  libcupsys2 1.1.23-12 Common UNIX
Printing System(tm) - libs
rc  libcupsys2-gnutls101.1.23-11 Common UNIX
Printing System(tm) - libs


In a quickly look for across bugs, I become to bug 2625999 [0] and
message from Vesa Savolainen.

I find psprint.conf into /etc/openoffice.org, change "Command=" for
"Command=/usr/bin/kprinter", we only use Kde, and for the moment all is ok.

I hope this helps, and sorry for my very bad english.

Salud y Revolución.

Lobo.


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



Bug#336338: Solution for #336338: eclipse doesn't start

2005-11-09 Thread David N. Welton
Arnaud Installe wrote:
> Hi,
> 
> I'm having the same issue as you had: eclipse doesn't start, and
> looking in the eclipse log I see the same messages.
> 
> Now I noticed in the workflow of debian bug #336338 that at some point
> your problem was fixed.  In your e-mail about this bug, you mention "I
> replaced that file, and then erased my .eclipse directory".  Which
> file did you replace, and with what ?

There was a file that contained x86 specific references, and the machine
I was trying to run Eclipse on is a powerpc machine.

org.eclipse.swt.gtk.linux.ppc_3.1.1.jar

is the file in question.  What platform are you running on?

-- 
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/




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



Bug#338136: poker-network: wrong POTFILES.in

2005-11-09 Thread Loic Dachary

The patch was applied, thanks.

-- 
Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38
http://www.fsffrance.org/   http://www.dachary.org/loic/gpg.txt


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



Bug#338299: Acknowledgement (sysvinit-static: Statically-compiled sysvinit package)

2005-11-09 Thread Ryan Finnie
Sorry about that.  My editor died during an xterm resize, and somehow 
reportbug interpreted that to mean "send immediately!", which it did.


In bug #26784, it was discussed whether /sbin/init should be 
statically-compiled.  Nothing came of it (which is good; I don't think 
it should be statically-compiled on every installed machine).  However, 
I have a situation where I need to umount the partition that /sbin is 
on, and init is the only process left with files open on that partition. 
 In that situation, I created a package (sysvinit-static) with 
statically-compiled init and sulogin that diverts the original 
dynamically-compiled init/sulogin out of the way.


Attached is a diff against the current 2.86.ds1-4.

RF
diff -r -u -N sysvinit-2.86.ds1.orig/debian/control 
sysvinit-2.86.ds1/debian/control
--- sysvinit-2.86.ds1.orig/debian/control   2005-11-09 01:12:08.0 
-0800
+++ sysvinit-2.86.ds1/debian/control2005-11-09 01:12:52.0 -0800
@@ -20,6 +20,18 @@
  your system. All processes are descended from init. For more information,
  see the manual page init(8).
 
+Package: sysvinit-static
+Architecture: any
+Pre-Depends: sysvinit
+Depends: coreutils
+Replaces: sysvinit
+Description: System-V like init (static binaries)
+ Init is the first program to run after your system is booted, and
+ continues to run as process number 1 until your system halts. Init's
+ job is to start other programs that are essential to the operation of
+ your system. All processes are descended from init. For more information,
+ see the manual page init(8).
+
 Package: sysv-rc
 Architecture: all
 Conflicts: file-rc
diff -r -u -N sysvinit-2.86.ds1.orig/debian/rules sysvinit-2.86.ds1/debian/rules
--- sysvinit-2.86.ds1.orig/debian/rules 2005-11-09 01:12:08.0 -0800
+++ sysvinit-2.86.ds1/debian/rules  2005-11-09 01:18:45.0 -0800
@@ -98,6 +98,26 @@
dpkg --build $(tmp) ..
rm -rf $(tmp)
#
+   #   Static Sysvinit.
+   #
+   (cd src; make clean)
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+   (cd src; make STATIC=-static DISTRO=Debian WITH_SELINUX="yes" init 
sulogin)
+else
+   (cd src; make STATIC=-static DISTRO=Debian init sulogin)
+endif
+   -rm -rf $(tmp)
+   install -d -g root -m 755 -o root $(tmp)
+   install -d -g root -m 755 -o root $(tmp)/DEBIAN
+   install -d -g root -m 755 -o root $(tmp)/sbin
+   install -g root -m 755 -o root src/init $(tmp)/sbin/init
+   install -g root -m 755 -o root src/sulogin $(tmp)/sbin/sulogin
+   install -g root -m 755 debian/sysvinit-static/preinst 
$(tmp)/DEBIAN/preinst
+   install -g root -m 755 debian/sysvinit-static/postrm 
$(tmp)/DEBIAN/postrm
+   dpkg-gencontrol -psysvinit-static -P$(tmp) -isp
+   dpkg --build $(tmp) ..
+   rm -rf $(tmp)
+   #
#   Initscripts.
#
-rm -rf $(tmp)
diff -r -u -N sysvinit-2.86.ds1.orig/debian/sysvinit-static/postrm 
sysvinit-2.86.ds1/debian/sysvinit-static/postrm
--- sysvinit-2.86.ds1.orig/debian/sysvinit-static/postrm1969-12-31 
16:00:00.0 -0800
+++ sysvinit-2.86.ds1/debian/sysvinit-static/postrm 2005-11-09 
01:12:52.0 -0800
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+   if [ remove = "$1" ]; then
+  dpkg-divert --package sysvinit-static --remove --rename \
+ --divert /sbin/init.dyn /sbin/init
+  dpkg-divert --package sysvinit-static --remove --rename \
+ --divert /sbin/sulogin.dyn /sbin/sulogin
+   fi
diff -r -u -N sysvinit-2.86.ds1.orig/debian/sysvinit-static/preinst 
sysvinit-2.86.ds1/debian/sysvinit-static/preinst
--- sysvinit-2.86.ds1.orig/debian/sysvinit-static/preinst   1969-12-31 
16:00:00.0 -0800
+++ sysvinit-2.86.ds1/debian/sysvinit-static/preinst2005-11-09 
01:12:52.0 -0800
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+   if [ install = "$1"  ]; then
+  dpkg-divert --package sysvinit-static --add --rename \
+ --divert /sbin/init.dyn /sbin/init
+  dpkg-divert --package sysvinit-static --add --rename \
+ --divert /sbin/sulogin.dyn /sbin/sulogin
+   fi


Bug#338302: 'neon-config --libs' gives us extra crap

2005-11-09 Thread Peter Samuelson

Package: libneon24-dev
Version: 0.24.7.dfsg-2
Severity: minor

'neon-config --libs' commits the sin made famous by libtool: it assumes
we don't have an ELF runtime linker that can resolve dependencies
recursively, so drags in extra libraries we don't really need.

The correct solution apparently is to rework neon-config to be a
frontend for pkg-config, and making sure there's a way to tell
neon-config whether you intend to link staticly or dynamically.


signature.asc
Description: Digital signature


Bug#338303: hevea: Uninstallable in sid

2005-11-09 Thread Rafael Laboissiere
Package: hevea
Version: 1.08-1
Severity: important


$ apt-get install hevea
[...]
The following packages have unmet dependencies:
  hevea: Depends: ocaml-base-nox-3.08.3 but it is not installable
  E: Broken packages

Changing the dependency from ocaml-base-nox-3.08.3 to
ocaml-base-nox-3.09.0 should fix the problem.


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

Versions of packages hevea depends on:
ii  gs8.15-4 Transitional package
ii  gs-gpl [gs]   8.15-4 The GPL Ghostscript PostScript int
ii  netpbm2:10.0-10  Graphics conversion tools
pn  ocaml-base-nox-3.08.3  (no description available)
ii  tetex-bin 3.0-10.1   The teTeX binary files

hevea recommends no packages.


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



Bug#336338: Solution for #336338: eclipse doesn't start

2005-11-09 Thread Michael Koch
On Wed, Nov 09, 2005 at 10:46:48AM +0100, David N. Welton wrote:
> Arnaud Installe wrote:
> > Hi,
> > 
> > I'm having the same issue as you had: eclipse doesn't start, and
> > looking in the eclipse log I see the same messages.
> > 
> > Now I noticed in the workflow of debian bug #336338 that at some point
> > your problem was fixed.  In your e-mail about this bug, you mention "I
> > replaced that file, and then erased my .eclipse directory".  Which
> > file did you replace, and with what ?
> 
> There was a file that contained x86 specific references, and the machine
> I was trying to run Eclipse on is a powerpc machine.
> 
> org.eclipse.swt.gtk.linux.ppc_3.1.1.jar
> 
> is the file in question.  What platform are you running on?

When eclipse was initiallz built on ppc for upload to the archive it
worked for ppc (but not others). The last upload of eclipse was built on
x86 so it dont worked for ppc.

This problem will be fix with next upload, 3.1.1-4.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#338185: stay on 2.6.12 for now

2005-11-09 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 9 Nov 2005 08:27:49 +0100
Sven Luther <[EMAIL PROTECTED]> wrote:

> On Wed, Nov 09, 2005 at 01:51:53AM +0100, Jonas Smedegaard wrote:

> > retitle 338185 ia64 has problems footprinting initramfs
> > thanks
> > 
> > > ia64 users shouldn't upgrade to 2.6.14 yet - the ia64 kernel
> > > currently has problems footprinting initramfs, which means it
> > > can't work with either yaird or initramfs-tools.  Monitor this
> > > bug for status info.
> > 
> > Well, there's already one beneral
> > make-sure-this-does-not-enter-sarge bug opened a few days ago (by
> > Sven, I believe), so better clarify what's special about this
> > one :-)
> 
> Mine is about 2.6.14 not entering testing, but ok for sid, while this
> one is about ia64 guys not even installing it.

Yes. I believe I understood that - which is my reason to retitle this
one, clarifying its more specific aim.

What is your point here, Sven?


Regards,

 - Jonas


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

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDcc6yn7DbMsAkQLgRAjkIAJ9GykVv0C9pBAs9pp2UCxUSAvogAACeMD1v
i8KMchFWzno4iqEB38zN0fo=
=RUgK
-END PGP SIGNATURE-



Bug#333865: acknowledged by developer (Autolearning)

2005-11-09 Thread A Mennucc
hi and thanks for the info  

> Please reopen this if you feel it's unfair.

I prefer to keep it open and 'wontfix'  : other people may find the
information useful


> I understand that sometimes autolearning may not be desirable -- it
> has the potential to ruin your Bayes database if left
> unchecked. However, it's quite easy to feed messages that are
> incorrectly marked into sa-learn to revert the damage (or even better,
> learn it as spam).

In personal experience, when the cascading effect starts,
it is easier to erase the bayes DB and start it over

a.

-- 
Andrea Mennucc
 "Ukn ow,Ifina llyfixe dmysp acebar.ohwh atthef"


signature.asc
Description: Digital signature


Bug#338303: hevea: Uninstallable in sid

2005-11-09 Thread Sven Luther
On Wed, Nov 09, 2005 at 11:19:58AM +0100, Rafael Laboissiere wrote:
> Package: hevea
> Version: 1.08-1
> Severity: important
> 
> 
> $ apt-get install hevea
> [...]
> The following packages have unmet dependencies:
>   hevea: Depends: ocaml-base-nox-3.08.3 but it is not installable
>   E: Broken packages
> 
> Changing the dependency from ocaml-base-nox-3.08.3 to
> ocaml-base-nox-3.09.0 should fix the problem.

No, a rebuild with ocaml 3.09.0 is needed, and should be available soon.

Friendly,

Sven Luther



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



Bug#338304: heartbeat-2: Does not work with a virtual IP address

2005-11-09 Thread root
Package: heartbeat-2
Version: 2.0.2-5
Severity: normal

Hi,

/etc/init.d/heartbeat doesn't send the correct parameters to
/etc/ha.d/resource.d/IPaddr so it doesn't work with a virtal IP address.

Example (this works):
/etc/ha.d/resource.d/IPaddr 10.0.0.250 start

# ifconfig eth1:0
eth1:0Link encap:Ethernet  HWaddr 00:xx:xx:xx:xx:xx
  inet addr:10.0.0.250  Bcast:10.0.0.255  Mask:255.255.255.0

but
# /etc/init.d/heartbeat start
usage: /etc/ha.d/resource.d/IPaddr ip-address
{start|stop|status|monitor}

# /etc/ha.d/haresources
node1 IPaddr::10.0.0.250::eth1:0

It doesn't work either with 
# /etc/ha.d/haresources
node1 IPaddr::10.0.0.250

probably because 10.0.0.250 is not is real IP address.

Thanks,
Yann

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-drdb-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages heartbeat-2 depends on:
ii  adduser3.63  Add and remove users and groups
ii  iproute20041019-3Professional tools to control the 
ii  iputils-ping   3:20020927-2  Tools to test the reachability of 
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libglib2.0-0   2.8.3-1   The GLib library of C routines
ii  libltdl3   1.5.20-2  A system independent dlopen wrappe
ii  libnet11.1.2.1-2 library for the construction and h
ii  libopenipmi0   2.0.2-2   Intelligent Platform Management In
ii  libsensors31:2.9.2-4 library to read temperature/voltag
ii  libsnmp9   5.2.1.2-4 NET SNMP (Simple Network Managemen
ii  libssl0.9.80.9.8a-2  SSL shared libraries
ii  libuuid1   1.37-2sarge1  universally unique id library
ii  libwrap0   7.6.dbs-8 Wietse Venema's TCP wrappers libra
ii  libxml22.6.22-1  GNOME XML library
ii  python 2.3.5-2   An interactive high-level object-o
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#338305: Context menu shortcut key conflict

2005-11-09 Thread David Murn

Package: azureus
Version: 2.3.0.4-3
Severity: wishlist

In the context menu (right click) of a downloading file in 'My Torrents',  
both the menu items 'Publish' and 'Stop' use the same shortcut key 'p'.   
Can I suggest either the Publish key be changed to the 'u' or the Stop key  
changed to the 'S'?


Ive listed this as wishlist since it is such a minor bug, but it can  
affect usability to a very minor extent.


David Murn


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



Bug#338306: openafs-modules-source: modules do not compile with gcc 3.4 (the compiler the kernel was compiled with)

2005-11-09 Thread Chris Huebsch
Package: openafs-modules-source
Version: 1.3.81-3sarge1
Severity: important
Justification: fails to build from source

The kernel is compiled with gcc 3.4 (according to /proc/version)
The primary compiler for debian-amd64 is gcc 3.3.

After installing gcc-3.4, openafs-modules-source does not compile
when using "export CC=gcc-3.4", because of some autoconf magic,
wich introduces "cc" and "gcc" in one step in the build-magic.

My "solution" was:
* uninstall gcc (3.3)
* symlink /usr/bin/gcc-3.4 -> /usr/bin/gcc
* symlink /usr/bin/gcc-3.4 -> /usr/bin/cc

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-11-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openafs-modules-source depends on:
ii  bison   1:1.875d-1   A parser generator that is compati
ii  debhelper   4.2.32   helper programs for debian/rules
ii  e2fslibs-dev1.37-2sarge1 ext2 filesystem libraries - header
ii  flex2.5.31-31A fast lexical analyzer generator.
ii  kernel-package  8.135A utility for building Linux kerne
ii  libncurses5-dev 5.4-4Developer's libraries and docs for
ii  libpam0g-dev0.76-22  Development files for PAM

-- no debconf information


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



Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-11-09 Thread Frank Küster
Kalle Olavi Niemitalo <[EMAIL PROTECTED]> wrote:

> Could you test the following patch, and report your Emacs and SSH versions?

Yes, the patch fixed it: Now the graphical ssh-askpass dialog is shown.

$ ssh -V
OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004
$ emacs -version
GNU Emacs 21.4.1
Copyright (C) 2002 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Many thanks, Frank


-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#338230: Acknowledgement (log retrieval with sudo or even ssh)

2005-11-09 Thread Joachim Breitner
tags 338230 +patch
thanks

Well, I just hacked up something myself. It does currently rely on the
user to set up non-console-interaction-authentication, i.e. ssh-agent.

I'm not very experienced with python, though, so please test.

Thanks,
Joachim

Am Dienstag, den 08.11.2005, 14:18 -0800 schrieb Debian Bug Tracking
System:
> Thank you for the problem report you have sent regarding Debian.
> This is an automatically generated reply, to let you know your message has
> been received.  It is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  David Watson <[EMAIL PROTECTED]>
> 
> If you wish to submit further information on your problem, please send
> it to [EMAIL PROTECTED] (and *not* to
> [EMAIL PROTECTED]).
> 
> Please do not reply to the address at the top of this message,
> unless you wish to report a problem with the Bug-tracking system.
> 
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
> 
-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata

diff -ur geximon-0.7.1/debian/changelog geximon-0.7.1-my/debian/changelog
--- geximon-0.7.1/debian/changelog	2005-11-09 12:03:43.0 +0100
+++ geximon-0.7.1-my/debian/changelog	2005-11-09 08:50:00.0 +0100
@@ -1,3 +1,9 @@
+geximon (0.7.1-1.1) unstable; urgency=low
+
+  * log file via sudo
+
+ -- Joachim Breitner <[EMAIL PROTECTED]>  Wed,  9 Nov 2005 08:49:52 +0100
+
 geximon (0.7.1-1) unstable; urgency=low
 
   * Geximon adopted by David Watson <[EMAIL PROTECTED]>
diff -ur geximon-0.7.1/geximon/exim.py geximon-0.7.1-my/geximon/exim.py
--- geximon-0.7.1/geximon/exim.py	2005-09-22 20:56:35.0 +0200
+++ geximon-0.7.1-my/geximon/exim.py	2005-11-09 12:05:16.0 +0100
@@ -1,33 +1,42 @@
 """Interfacing with exim processes."""
 
-import os
+import os,fcntl,select
 import threading
 
 __metaclass__ = type
 
 
-def get_output(path='', filename='', args='', use_sudo=False):
+def get_output(path='', filename='', args='', use_sudo=False, use_ssh=False, hostname=''):
 """Run a command and return its output."""
-cmd = (use_sudo and 'sudo ' or '') + os.path.join(path, filename)
-if args:
-cmd += ' ' + args
-stdin, stdouterr = os.popen4(cmd)
-stdin.close()
+stdouterr = get_pipe(path,filename,args,use_sudo,use_ssh,hostname)
 try:
 return stdouterr.read().strip()
 finally:
 stdouterr.close()
 
+def get_pipe(path='', filename='', args='', use_sudo=False, use_ssh=False, hostname=''):
+"""Run a command and return its handle."""
+cmd = (use_ssh and 'ssh %s '%hostname or '') + \
+  (use_sudo and 'sudo ' or '') + \
+	  os.path.join(path, filename)
+if args:
+cmd += ' ' + args
+stdin, stdouterr = os.popen4(cmd)
+stdin.close()
+return stdouterr
+
 
 class LogWatcher:
 """Watch exim logs."""
 
-def __init__(self, log_dir, mainlog_name, bin_dir, sudo, line_limit=500):
+def __init__(self, log_dir, mainlog_name, bin_dir, sudo, ssh, hostname, line_limit=500):
 self.line_limit = line_limit
 self.for_processing = []
 self._valid = True
 self.bin_dir = bin_dir
 self.use_sudo = sudo
+	self.use_ssh = ssh
+	self.hostname = hostname
 self.open(log_dir, mainlog_name)
 
 def open(self, log_dir, mainlog_name):
@@ -35,9 +44,14 @@
 self.mainlog_name = mainlog_name
 mainlog_path = os.path.join(log_dir, mainlog_name)
 try:
-self.mainlog = open(mainlog_path)
-self.mainlog_inode = os.fstat(self.mainlog.fileno()).st_ino
-self._valid = True
+#self.mainlog = open(mainlog_path)
+#self.mainlog_inode = os.fstat(self.mainlog.fileno()).st_ino
+#self._valid = True
+ self.mainlog = get_pipe('/usr/bin','tail','-f %s'%mainlog_path,self.use_sudo, self.use_ssh, self.hostname)
+	 self.mainlog_fd = self.mainlog.fileno()
+	 fl = fcntl.fcntl(self.mainlog_fd, fcntl.F_GETFL)
+	 fcntl.fcntl(self.mainlog_fd, fcntl.F_SETFL, fl|os.O_NONBLOCK)
+	 self._valid = True
 except IOError:
 if self._valid:
 # XXX should show a popup
@@ -47,27 +61,30 @@
 self._valid = False
 self.mainlog = None
 else:
-self.unseen = self.mainlog.readlines()[-self.line_limit:]
-self.unseen = [s[:-1] for s in self.unseen]
+self.unseen = []
 
 def update(self):
 """Read the log file for new entries."""
 mainlog_path = os.path.join(self.log_dir, self.mainlog_name)
 if self.mainlog:
-new_entries = self.mainlog.readlines()
-new_entries = [s[:-1] for s in new_entries]
+new_entries = []
+	if (select.select([s

Bug#338307: gnomemeeting: locks on sound test

2005-11-09 Thread Clovis Fabricio Costa
Package: gnomemeeting
Version: 1.2.2-1
Severity: important


I start gnomemeeting, after a clean install, and go through the process of
configuration wizard. Whenever I click on the "Test Settings" button for
audio, the software locks and stops redrawing its window.

I have tried running it on a clean environment:

env -i HOME=/home/nosklo DISPLAY=:0

and the results are the same.

My audio card has ALSA working fine for other aplications, both for input and 
output.

The output in the terminal is as follows:
(gnomemeeting:12427): GLib-GObject-WARNING **: invalid cast from 
`GnomeDruidPageStandard' to `GtkWindow'

This is repeated many times, since the beginning of the execution, and seems 
unrelated to the problem.

I will be happy to provide any new information as needed.

-- 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.12
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)

Versions of packages gnomemeeting depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libebook1.2-3 1.2.3-8Client library for evolution addre
ii  libedataserve 1.2.3-8Utily library for evolution data s
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-10Inter-Client Exchange library
ii  libldap2  2.1.30-12  OpenLDAP libraries
ii  libopenh323-1 1.15.6-1   H.323 aka VoIP library
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libpt-1.8.3c2 1.8.7-1Portable Windows Library
ii  libpt-plugins 1.8.7-1Portable Windows Library Audio Plu
ii  libpt-plugins 1.8.7-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins 1.8.7-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins 1.8.7-1Portable Windows Library Audio Plu
ii  libpt-plugins 1.8.7-1Portable Windows Library Video Plu
ii  libpt-plugins 1.8.7-1Portable Windows Library Video Plu
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libsm66.8.2.dfsg.1-10X Window System Session Management
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-10X Window System protocol client li
ii  libxml2   2.6.22-2   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-10X Window System client libraries m
ii  zlib1g1:1.2.3-6  compression library - runtime

Versions of packages gnomemeeting recommends:
ii  libpt-plugins-alsa1.8.7-1Portable Windows Library Audio Plu
ii  libpt-plugins-avc 1.8.7-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins-dc  1.8.7-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins-oss 1.8.7-1Portable Windows Library Audio Plu
ii  libpt-plugins-v4l 1.8.7-1Portable Windows Library Video Plu
ii  libpt-plugins-v4l21.8.7-1Portable Windows Library Video Plu

-- no debconf information


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



Bug#338282: bind9: automate or clarify key generation

2005-11-09 Thread Turbo Fredriksson
Quoting Ross Boylan <[EMAIL PROTECTED]>:

> Package: bind9
> Version: 1:9.3.1-2.0.1
> Severity: wishlist
>
> The maximal form of the wish is to provide a tool or script that will
> automate the entire process.

Not quite sure if this applies, but have a look at the script
at 'http://www.bayour.com/scripts/dnssec-sign.sh'. It wasn't
designed primarily for this (it was designed to simplify DNSSEC),
but at the end is some 'key management stuff'...

Feel free to use this (it's GPL) and/or include it in the bind9
package...
-- 
cracking 747 nitrate BATF Semtex Cuba Mossad Ortega Clinton Treasury
Marxist 767 congress pits Iran
[See http://www.aclu.org/echelonwatch/index.html for more about this]
[Or http://www.europarl.eu.int/tempcom/echelon/pdf/rapport_echelon_en.pdf]
If neither of these works, try http://www.aclu.org and search for echelon.


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



Bug#338308: postgresql-contrib-8.1: please update description

2005-11-09 Thread Steinar H. Gunderson
Package: postgresql-contrib-8.1
Severity: wishlist

Hi,

There are a few modules in contrib that have been added since 8.0 (and a
few that have been removed), and the package description should probably
be changed to reflect this. I don't have a list, but at least pg_trgm is
now in contrib, but not mentioned in the description.

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


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



Bug#293279: xaos: Same problem with xsnow

2005-11-09 Thread Vincent Lönngren
Package: xaos
Version: 3.1r-12
Followup-For: Bug #293279

Hello again!

After a recent upgrade of xsnow, it also only displays a blank screen
when started by xscreensaver. That might provide a clue as to what is
wrong.

If I'm the only one experiencing this, then maybe it's something
peculiar to my system? I can't see why that happens though - I don't
have any unusual setup that I know of.

-- 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.14
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages xaos depends on:
ii  libaa1   1.4p5-29ascii art library
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libgpmg1 1.19.6-21   General Purpose Mouse - shared lib
ii  libncurses5  5.5-1   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libslang22.0.5-1 The S-Lang programming library - r
ii  libsvga1 1:1.4.3-22  console SVGA display libraries
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

xaos recommends no packages.

-- no debconf information


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



Bug#338261: lynx-cur: convert entities into raw

2005-11-09 Thread Thomas Dickey
On Wed, Nov 09, 2005 at 04:40:08AM +0100, Dan Jacobson wrote:
> Package: lynx-cur
> Version: 2.8.6-15
> Severity: wishlist
> 
> What must one do to get lynx to convert the character entities in
> http://ehp.niehs.nih.gov/cehp/docs/2005/113-1c/toc.html to raw
> characters and send them to the terminal? -raw doesn't help.
...

The document header claims it's gb2312 though:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>



http://ehp.niehs.nih.gov/rss/inpressrss.xml"; />

Environmental Health Perspectives, Chinese Edition: 
Volume 113, Number 1, March 2005


-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpbP6a7QoSSm.pgp
Description: PGP signature


Bug#336651: apr and /dev/random

2005-11-09 Thread Peter Samuelson

> "svnadmin create repos" and other svn commands that need UUIDs don't
> work entropy isn't available.  They hang.

Not to deny your claim of a bug in apr, but in subversion's case, the
real bug is that subversion doesn't particularly need random numbers.
For the next upload we're considering disabling use of
apr_generate_random_bytes() in favor of a simple apr_time_now().  I
still need to satisfy myself that upstream's comment about this being
safe is actually correct.


signature.asc
Description: Digital signature


Bug#337788: Workaround?

2005-11-09 Thread Jan H Eringa
Guys,

I've managed to fix the problem!
It seems that the i8k kernel module was the culprit
The kernel rev is 2.6.12. I just renamed the i8k kernel module out of the way
and the problem dissapeared.

Should I open a new bug against the kernel package I used?
Or will someone your end talk to the kernel guys?



Cheers


Jan.





___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com


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



Bug#338227: emacs-lisp-intro: /usr/doc symlink trouble when upgrading

2005-11-09 Thread Kirk Hilliard
> This may be due to the fact that the postinst and prerm scripts
> define $PACKAGE differently.

That certainly is the problem.

Thank you,
Kirk


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



Bug#334437: ddclient: Use of uninitialized value in sprintf

2005-11-09 Thread Paolo
Package: ddclient
Followup-For: Bug #334437


probably it does not work only with static dns


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.3
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#336373: subversion: svn MKCOL ssl error

2005-11-09 Thread Peter Samuelson

[Peter Samuelson]
> Oh, doh!  /usr/bin/svn will not use libneon25, so that accomplished
> nothing.

I came up with several ways around this - the latest is to use
libneon24 but *not* link libssl0.9.8.  There was never any reason for
us to link to openssl at all; this was a packaging bug.

Can you please retest with my packages at
http://p12n.org/tmp/svn-336373/ ?

Thanks!
Peter


signature.asc
Description: Digital signature


Bug#337958: Acknowledgement (konqueror: Konqueror can't display files and folders with SFTP, FTP or fish protocol)

2005-11-09 Thread Guillaume Pellerin
Hi !

The fonctionnality seems to be now re-available... But I must admit that I don't
know why... Maybe due to good package upgrades.
Do I have to close this bug ?

yomguy

Debian Bug Tracking System wrote:
> Thank you for the problem report you have sent regarding Debian.
> This is an automatically generated reply, to let you know your message has
> been received.  It is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian Qt/KDE Maintainers 
> 
> If you wish to submit further information on your problem, please send
> it to [EMAIL PROTECTED] (and *not* to
> [EMAIL PROTECTED]).
> 
> Please do not reply to the address at the top of this message,
> unless you wish to report a problem with the Bug-tracking system.
> 
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
> 

-- 
http://yomix.org


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



Bug#322971: [Evolution] Re: Bug#322971: Evolution support not compiled in.

2005-11-09 Thread Jean-Yves Lefort
On Wed, 9 Nov 2005 09:13:11 +0100
Loïc Minier <[EMAIL PROTECTED]> wrote:

> On Tue, Nov 08, 2005, Pascal Giard wrote:
> >  i'd like to know how to nicely integrate evolution support in
> > mail-notification.
> > mail-notification needs evolution-plugin-2.0.pc.
> 
>  I suggest you search the contents of packages via p.d.o, eg:
>  
> http://packages.debian.org/cgi-bin/search_contents.pl?word=%2Fevolution-plugin&searchmode=searchword&case=insensitive&version=unstable&arch=i386
> 
>  Please note that the experimental evolution packages hold a file named
>  -2.4.pc.
> 
>  Why do you say you need the source of evolution to build?  The .pc file
>  as well as the various headers your configure.ac checks for in
>  AM_PATH_EVOLUTION_PLUGIN() are in evolution-dev.
> 
>  You just have to pass --with-evolution-source-dir so that the headers
>  are found:
>  DEB_CONFIGURE_EXTRA_FLAGS += 
> --with-evolution-source-dir=/usr/include/evolution-2.X
> 
>  Here, it fails because I have evolution 2.4 from experimental, but it
>  should work with 2.2:
>  checking for the Evolution source tree directory...
>  /usr/include/evolution-2.4
>  checking for /usr/include/evolution-2.4/mail/em-event.h... yes
>  checking for /usr/include/evolution-2.4/mail/em-folder-tree.h... yes
>  checking for /usr/include/evolution-2.4/mail/mail-component.h... yes
>  checking for /usr/include/evolution-2.4/mail/mail-tools.h... yes
>  checking for EVOLUTION_PLUGIN_CFLAGS... 
>  checking for EVOLUTION_PLUGIN_LIBS... 
>  configure: Evolution not found: forcing --disable-evolution
> 
>  (BTW, please drop that libbonobo-activation-dev build-dep.)

No, you really do need the source code (but only for building MN). I
know this is an unusual requirement, but I had no other choice given
the fact that the Evolution 2.x plugin API is too limited (MN needs
several Evolution functions which are not exported to the API).

Btw, if you want to build against Evolution 2.4.x (instead of 2.2.x),
you need to apply the patch I provide on the MN web page.

-- 
Jean-Yves Lefort

[EMAIL PROTECTED]
http://lefort.be.eu.org/


pgpPnKY27kiY2.pgp
Description: PGP signature


Bug#338245: framebuffer driver does not set display width properly if used without Shadow

2005-11-09 Thread Michel Dänzer
On Wed, 2005-11-09 at 00:20 +0100, Peter Teichmann wrote: 
> 
> The framebuffer driver does not set the display width properly if used
> without Shadow, but keeps the old value from the probed built-in mode.
> If the horizontal resolution of the later selected video mode differs,
> this is a problem. The patch below fixes this.
> 
> Peter Teichmann
> 
> 
> diff -urd xc.orig/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.c 
> xc/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.c
> --- xc.orig/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.c 2005-10-25 
> 23:02:32.0 +0200
> +++ xc/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.c  2005-10-25 
> 22:55:14.0 +0200
> @@ -672,11 +672,19 @@
>  
>   if(fPtr->rotate==FBDEV_ROTATE_CW || fPtr->rotate==FBDEV_ROTATE_CCW)
>   {
> -   height = pScrn->virtualX;
> -   width = pScrn->displayWidth = pScrn->virtualY;
> + height = pScrn->virtualX;
> + width = pScrn->displayWidth = pScrn->virtualY;
>   } else {
> -   height = pScrn->virtualY;
> -   width = pScrn->virtualX;
> + height = pScrn->virtualY;
> + width = pScrn->virtualX;

Please get rid of whitespace-only changes like these.


> + if (!fPtr->shadowFB)
> + {
> + int fbbpp;
> + /* FIXME: this doesn't work for all cases, e.g. when each 
> scanline
> + has a padding which is independent from the depth 
> (controlfb) */
> + fbdevHWGetDepth(pScrn,&fbbpp);
> + pScrn->displayWidth = fbdevHWGetLineLength(pScrn)/(fbbpp >> 3);
>   }

Why doesn't the same code in FBDevPreInit() work? Because it gets a line
length from a different mode? If so, shouldn't you just move the code
from FBDevPreInit() here?


PS: It might be better if you submitted your patches upstream at
https://bugs.freedesktop.org/ first and only asked for them to be
backported to the Debian packages necessary once they've been applied
upstream.

-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#335789: cupsys-driver-gutenprint: photo output of Epson Stylus Photo R200 is dark and green tinted

2005-11-09 Thread Andrew Archibald
>>> I can add a patch for those changes.  I'll be happy to do that and
>>> upload it, but I will need the packages testing.  Would you be willing
>>> to do that?
>>
>> Yes- no problem.
>
> I won't upload to the archive until they have been tested: I'll upload
> them to people.debian.org before that.
> Unfortunately, I have a
> number of commitments this week, so I may not have a chance to do this
> until next week.

Ah- I see now that you want to review & test before it enters unstable.
Makes sense. I'm happy to do the testing once the package is prepared. If
I'm not at home I may be able to do it remotely.

Thanks for all you help,
Andrew.



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



Bug#337873: hula - FTBFS: missing build dependency

2005-11-09 Thread Alex Hudson
This looks very much like the new version of libssl-dev is causing a new
dependency on zlib. 

We need to update the hula package - I'm moving house at the moment -
but I'm not sure that zlib should be a dependency for hula; I wonder if
this is a bug on libssl-dev.

Hmm.

Cheers,

Alex.



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



Bug#338312: osh: Environment Variable Input Validation Bug

2005-11-09 Thread Charles Stevenson
Package: osh
Version: 1.7-14
Severity: critical
Tags: security
Justification: root security hole


Due to a bug in the environment variable substitution code it is
possible to inject environment variables such as LD_PRELOAD and gain a
root shell.

Fully-functional local root exploit here:

http://pulltheplug.org/users/core/files/x_osh3.sh

Kind Regards,
Charles Stevenson

-- 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.14-corezion
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages osh depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  logrotate 3.7.1-2Log rotation utility

osh recommends no packages.

-- no debconf information


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



Bug#338311: pdsh - FTBFS: not available build dependency

2005-11-09 Thread Bastian Blank
Package: pdsh
Version: 2.8-1-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of pdsh_2.8-1-1 on debian01 by sbuild/s390 69
[...]
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.1.16), autotools-dev, libgenders0-dev (>= 
> 1.3-4-1)
> Checking for already installed source dependencies...
> debhelper: missing
> autotools-dev: missing
> libgenders0-dev: missing
> Checking for source dependency conflicts...
>   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
> debhelper autotools-dev libgenders0-dev
> Reading Package Lists...
> Building Dependency Tree...
> E: Couldn't find package libgenders0-dev
> apt-get failed.
> Package installation failed
> Trying to reinstall removed packages:
> Trying to uninstall newly installed packages:
> Source-dependencies not satisfied; skipping pdsh
> **
> Finished at 20051108-0451
> Build needed 00:00:00, 0k disk space

Bastian


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



Bug#336884: eclipse-platform-common cannot be installed because it tries to write to the /usr/local hierarchy

2005-11-09 Thread Michael Koch
tag 336884 confirmed
thanks

On Tue, Nov 01, 2005 at 12:15:14PM -0600, David Bridges wrote:
> Package: eclipse-platform-common
> Version: 3.1.1-3
> Severity: normal
> 
> 
> eclipse-platform-common is configured to write to the /usr/local, this
> hierarchy should not be touched by packages and will not allow
> installation on systems where /usr/local is an NFS mount

I think we will do the same as python2.3 does in
/var/lib/dpkg/info/python2.3.postinst and create the hierarchy in a
postinst script and fail silently when /usr/local is read-only as it
seems to be in your case.

Thanks for your bug report.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#338205: lucene: Change of distribution requires source-full upload with new version

2005-11-09 Thread Goswin von Brederlow
Michael Koch <[EMAIL PROTECTED]> writes:

> On Tue, Nov 08, 2005 at 08:17:04PM +0100, Goswin Brederlow wrote:
>> Package: lucene
>> Version: 1.4.3-8
>> Severity: serious
>> Justification: missing sources in main
>> 
>> Hi,
>> 
>> your package lucene recently moved from contrib to main. Unfortunately
>> the DAK is unable to handle two debian revisions of the same upstream
>> version in different distributions (contrib vs. main) and the later
>> upload always has missing sources (for apt-get source or partial
>> mirrors).
>> 
>> In your case this means that the binaries in main do not have source
>> in main which obviously is very bad.
>> 
>> Currently the only way for you to fix this problem is to upload a
>> source-full upload with a new upstream version, e.g. 1.4.3.0-1. The
>> new orig.tar.gz will then be sorted into the right pool dir and
>> everything is fixed.
>
> It is enough to do an upload of 1.4.3-9 with the old orig.tar.gz that
> was in contrib as this orig tarball was not in main yet it doesnt need
> to get recreated.

That won't work since the DAK already has an 1.4.3.orig.tar.gz in its
database and has it in contrib. The filename must differ even though
they are in different distributions.

MfG
Goswin


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



Bug#338313: zlib wanted when building against openssl

2005-11-09 Thread Alex Hudson
Package: libssl-dev
Version: 0.9.8a-3

The package libssl0.9.8 in testing/unstable has a new dependency on
zlib1g which isn't present in libssl0.9.7 in stable. When compiling
software against the matching libssl-dev, autotools seems to add -lz
into the needed openssl flags, causing bugs such as #337873 (this bug
was caused by a unrelated NMU, which happened to take place after libssl
was updated).

Now, given the software being compiled (hula, in this case) doesn't have
a dependency on zlib, -lz shouldn't be being added - you shouldn't need
to link to zlib in order to link to openssl. So, I'm assuming this is a
shlibs problem on libssl-dev?

Thanks,

Alex.



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



Bug#338314: openoffice.org-impress: Styles, New style from selection does not work.

2005-11-09 Thread Eugen Dedu

Subject: openoffice.org-impress: Styles, New style from selection...
Package: openoffice.org-impress
Version: 2.0.0-2
Severity: normal

- Select something in a slide.
- Open Style... (e.g. type F11)
- Press "New style from selection" (at the top-right of the window)
- insert a name of style and press ok
- the style does not appear anywhere => cannot create user styles

I have not read the documentation, but I suppose this is a bug.

Eugen

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

Versions of packages openoffice.org-impress depends on:
ii  libc6 2.3.5-6GNU C Library: Shared
libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  openoffice.org-core   2.0.0-2OpenOffice.org office suite
archit
ii  openoffice.org-draw   2.0.0-2OpenOffice.org office suite
- draw

openoffice.org-impress recommends no packages.

-- no debconf information



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



Bug#338315: php5: Please improve handling of patches (use dpatch?)

2005-11-09 Thread Sven Mueller
Package: php5
Version: 5.0.5-3
Severity: wishlist

Hi.

I have been trying to backport your php5 package to sarge as well as
enabling the mysqli extension (to make use of the extended features of
my mysql5 installation, which are not available through the mysql
extension). However, building the package has been a pain in the a**,
when anything went wrong. Especially troublesome was the handling of the
patches in debian/patches because your patch method doesn't keep track
of which patches have already been applied and which haven't. Moving the
patches to dpatch would handle that. Doing the move would be relatively
easy to do: Prepend the following lines to each patch:

-- cut here -
#! /bin/sh /usr/share/dpatch/dpatch-run
## 65-sieveshell-enhancements.dpatch by Sven Mueller <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
-- cut here -

Obviously, it would make sense to change the second line to something
matching the relevant patch and to add a description in line 5, but that
is no must.

Then replace your previous patch handling (patch, patch-stamp and
unpatch targets) by including the dpatch makefile snippet somewhere
near the top of debian/rules like this:

-- cut here -
# enable dpatch usage
include /usr/share/dpatch/dpatch.make
-- cut here -

Finally, create a 00list file in debian/patches which includes the
filenames of all the patches you want to have applied.

If you want that, I could also provide a patch against 5.0.5-3 which
does just that.

regards,
Sven

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'experimental'), (90, 'testing'), (50, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.12-incase
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#338316: linux-image-2.6.14-1-powerpc64: access to the sound card freezes the Apple iMac G5

2005-11-09 Thread Ludovic Rousseau
Package: linux-image-2.6.14-1-powerpc64
Version: 2.6.14-2
Severity: important

The computer (iMac G5 20" LCD) freezes when a process tries to play a
sound: like a bell from bash or a login sound from gdm.

The computer is not completely dead since the cursor is still blinking
when the crash occurs in console mode but the blinking is faster than
normal. But the mouse cursor does not move, keyboard does not respond
and network access is also broken. The kernel is in a really bad shape.

The problem seems to be common. I added a note to Ubuntu bug 17272
available at http://bugzilla.ubuntu.com/17272

I have to remove the snd_powermac module to avoid the crash.

Some output:
- dmesg

Found initrd at 0xc1a0:0xc202c000
trying to initialize btext ...
U3-DART: table not allocated, using direct DMA
Starting Linux PPC64 #1 SMP Tue Nov 1 16:46:09 JST 2005
-
ppc64_pft_size= 0x18
ppc64_debug_switch= 0x0
ppc64_interrupt_controller= 0x1
systemcfg = 0xc036c000
systemcfg->platform   = 0x400
systemcfg->processorCount = 0x1
systemcfg->physicalMemorySize = 0x4000
ppc64_caches.dcache_line_size = 0x80
ppc64_caches.icache_line_size = 0x80
htab_address  = 0xc0003e00
htab_hash_mask= 0x1
-
[boot]0100 MM Init
[boot]0100 MM Init Done
Linux version 2.6.14-1-powerpc64 (Debian 2.6.14-2) ([EMAIL PROTECTED])
(gcc version 4.0.2 (Debian 4.0.2-2)) #1 SMP Tue Nov 1 16:46:09 JST
2005
[boot]0012 Setup Arch
Top of RAM: 0x4000, Total RAM: 0x4000
Memory hole size: 0MB
Syscall map setup, 248 32 bits and 229 64 bits syscalls
Found U3 memory controller & host bridge, revision: 57
Mapped at 0xd800801cc000
Found a K2 mac-io controller, rev: 0, mapped at 0xd8008020d000
Unknown PowerMac !
SMU driver 0.6 (c) 2005 Benjamin Herrenschmidt, IBM Corp.
nvram: Checking bank 0...
nvram: gen0=273, gen1=272
nvram: Active bank is: 0
Adding PCI host bridge /[EMAIL PROTECTED],f000
Found U3-AGP PCI host bridge. Firmware bus number: 240->255
Adding PCI host bridge /[EMAIL PROTECTED],f200
Can't get bus-range for /[EMAIL PROTECTED],f200, assume bus 0
U3/HT: hole, 0 end at 8fff, 1 start at a000
Found U3-HT PCI host bridge. Firmware bus number: 0->239
Can't get bus-range for /[EMAIL PROTECTED],f200
PCI Host 0, io start: fd80; io end: fdff
PCI Host 1, io start: 0; io end: 3f
Using native/NAP idle loop
On node 0 totalpages: 262144
  DMA zone: 262144 pages, LIFO batch:31
  Normal zone: 0 pages, LIFO batch:1
  HighMem zone: 0 pages, LIFO batch:1
[boot]0015 Setup Done
Built 1 zonelists
Kernel command line: root=/dev/sda4 ro ramdisk_size=8192 single
PowerMac using OpenPIC irq controller at 0x8004
mpic: Setting up MPIC " K2-MPIC  " version 1.2 at 8004, max 4 CPUs
mpic: ISU size: 124, shift: 7, mask: 7f
mpic: Initializing for 124 sources
Slave OpenPIC at 0xf804 hooked on IRQ 96
mpic: Setting up MPIC " U3-MPIC  " version 1.2 at f804, max 4 CPUs
mpic: ISU size: 124, shift: 7, mask: 7f
mpic: Initializing for 124 sources
PID hash table entries: 4096 (order: 12, 131072 bytes)
time_init: decrementer frequency = 33.33 MHz
Console: colour dummy device 80x25
serial8250_console_init: nothing to do on PowerMac
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
freeing bootmem node 0
Memory: 1002456k/1048576k available (2876k kernel code, 46120k
reserved, 884k data, 322k bss, 244k init)
Calibrating delay loop... 66.30 BogoMIPS (lpj=33152)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 256
PowerMac SMP probe found 1 cpus
Brought up 1 CPUs
checking if image is initramfs... it is
softlockup thread 0 started up.
Freeing initrd memory: 6320k freed
NET: Registered protocol family 16
PCI: Probing PCI hardware
PCI: Probing PCI hardware done
i/pSeries Real Time Clock Driver v1.1
nvram_init: Could not find nvram partition for nvram buffered error logging.
audit: initializing netlink socket (disabled)
audit(1131525052.205:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Initializing Cryptographic API
PCI: Enabling device: (:f0:10.0), cmd 7
radeonfb (:f0:10.0): Invalid ROM signature 303 should be 0xaa55
radeonfb: Retreived PLL infos from Open Firmware
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=201.00 Mhz, System=325.00 MHz
radeonfb: PLL min 12000 max 35000
radeonfb: Monitor 1 type DFP found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Trying to im_free nonexistent area (d8008000)
Console: switching to colour frame buffer device 210x65
radeonfb (:f0:10.0): ATI Radeon AP
vio_register_driver: driver hvc_console registering
HVSI: registered

Bug#338205: lucene: Change of distribution requires source-full upload with new version

2005-11-09 Thread Michael Koch
On Wed, Nov 09, 2005 at 01:36:18PM +0100, Goswin von Brederlow wrote:
> Michael Koch <[EMAIL PROTECTED]> writes:
> 
> > On Tue, Nov 08, 2005 at 08:17:04PM +0100, Goswin Brederlow wrote:
> >> Package: lucene
> >> Version: 1.4.3-8
> >> Severity: serious
> >> Justification: missing sources in main
> >> 
> >> Hi,
> >> 
> >> your package lucene recently moved from contrib to main. Unfortunately
> >> the DAK is unable to handle two debian revisions of the same upstream
> >> version in different distributions (contrib vs. main) and the later
> >> upload always has missing sources (for apt-get source or partial
> >> mirrors).
> >> 
> >> In your case this means that the binaries in main do not have source
> >> in main which obviously is very bad.
> >> 
> >> Currently the only way for you to fix this problem is to upload a
> >> source-full upload with a new upstream version, e.g. 1.4.3.0-1. The
> >> new orig.tar.gz will then be sorted into the right pool dir and
> >> everything is fixed.
> >
> > It is enough to do an upload of 1.4.3-9 with the old orig.tar.gz that
> > was in contrib as this orig tarball was not in main yet it doesnt need
> > to get recreated.
> 
> That won't work since the DAK already has an 1.4.3.orig.tar.gz in its
> database and has it in contrib. The filename must differ even though
> they are in different distributions.

Wrong.

We did it already a few times with the same orig tarball. That is no
problem at all.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#302081: unison: IPv6 support

2005-11-09 Thread Samuel Thibault
Just to let you know that IPv6 support is fixed in debian's ocaml
3.09.0-1 package, and my patch is available in unison's current beta
version 2.17.1.

Regards,
Samuel


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



Bug#313264: Please switch away from c2man (to e.g. doxygen)

2005-11-09 Thread Junichi Uekawa
Hi,

> 
> OK, that's fair enough.  However, c2man in Debian is maintained and
> your package is the only one stopping its removal.  I think the best
> solution would be for you to use c2man on your machine to generate the
> documentation and then include the documentation in the Debian diff,
> so the build-depends is no longer needed.  Would that be okay with you?

I'm considering removing dmachinemon; since I don't use it anymore.
(I no longer maintain a beowulf cluster)

However, a glance at popcon looks a bit scary; there seems to be 
users left.


regards,
junichi


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



Bug#338317: setiathome: download of binary fails at install of package

2005-11-09 Thread Robert Sander
Package: setiathome
Version: 3.08-4
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-client-p4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages setiathome depends on:
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  wget1.9.1-12 retrieves files from the web

-- no debconf information

Hi!

The setiathome package is broken. It is not able to download the binary:

snell:/etc/rcS.d# apt-get install setiathome
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  setiathome
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/10.6kB of archives.
After unpacking 73.7kB of additional disk space will be used.
Selecting previously deselected package setiathome.
(Reading database ... 177093 files and directories currently installed.)
Unpacking setiathome (from .../setiathome_3.08-4_i386.deb) ...
Setting up setiathome (3.08-4) ...
setiathome-3.08.i686-pc-linux-gnu.tar not found in /tmp.
--14:04:54--
ftp://alien.ssl.berkeley.edu/pub/setiathome-3.08.i686-pc-linux-gnu.tar
   => `/tmp/filekwuide'
Resolving alien.ssl.berkeley.edu... 128.32.18.176
Connecting to alien.ssl.berkeley.edu[128.32.18.176]:21... connected.
Logging in as anonymous ...
Login incorrect.
dpkg: error processing setiathome (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 setiathome
E: Sub-process /usr/bin/dpkg returned an error code (1)

Greetings
-- 
Robert Sander


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



Bug#306847: more information, please

2005-11-09 Thread Josh Metzler
tags 306847 +moreinfo
thanks

> Package: kcron
> Version: 4:3.3.2-1
> Severity: important
> 
> i purged some packages in aptitude. then this thing apeard.

Can you please give us more information.  I don't understand what happened.

Thanks,
Josh


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



Bug#337152: linux-image-2.6.14-1-powerpc64: [powerpc64] can't load smu_queue_i2c module: Unknown symbol smu_queue_i2c

2005-11-09 Thread Ludovic Rousseau
I upgraded my kernel to linux-image-2.6.14-1 version 2.6.14-2
(unstable) and udev to version 0.074-2 (unstable) and still have the
same error.

I also downgraded udev to version 0.056-3 (stable) and could not boot
the machine.

> Mmm. I enabled fancontrol, as suggested by benh, so it should be ok, can you
> followup on your bug report or create a new one ?

The fancontrol is supposed to be active by default even without
loading i2c-pmac-smu?

> Also, we will probably enable out-of-git uploads to experimental soon.

Cool. Tell me when it is ready so I can test.

--
 Dr. Ludovic Rousseau
 For private mail use [EMAIL PROTECTED] and not "big brother" Google



Bug#313356: File /etc/init.d/heartbeat still missing

2005-11-09 Thread root
Package: heartbeat
Version: 1.2.3-9sarge3
Followup-For: Bug #313356

Hi,

After uninstalling heartbeat-2, heartbeat doesn't install properly:

# apt-get install heartbeat
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  heartbeat
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0B/494kB of archives.
  After unpacking 1499kB of additional disk space will be used.
  Selecting previously deselected package heartbeat.
  (Reading database ... 49383 files and directories currently
  installed.)
  Unpacking heartbeat (from .../heartbeat_1.2.3-9sarge3_i386.deb) ...
  /var/lib/dpkg/tmp.ci/preinst: line 20: /etc/init.d/heartbeat: No such
  file or directory
  Setting up heartbeat (1.2.3-9sarge3) ...
  update-rc.d: /etc/init.d/heartbeat: file does not exist
  /var/lib/dpkg/info/heartbeat.postinst: line 49: /etc/init.d/heartbeat:
  No such file or directory

Thanks,
Yann

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-drdb-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages heartbeat depends on:
ii  adduser3.63  Add and remove users and groups
ii  iproute20041019-3Professional tools to control the 
ii  iputils-ping   3:20020927-2  Tools to test the reachability of 
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libglib1.2 1.2.10-9  The GLib library of C routines
ii  libnet11.1.2.1-2 library for the construction and h
ii  libpils0   1.2.3-9sarge3 Plugin and Interface Loading Syste
ii  libstonith01.2.3-9sarge3 Interface for remotely powering do
ii  python 2.3.5-2   An interactive high-level object-o

-- no debconf information


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



Bug#338318: ftp.debian.org: Loadlin in tools directory is very old

2005-11-09 Thread Samuel Thibault
Package: ftp.debian.org
Severity: important
Tags: patch

Hi,

ftp://ftp.debian.org/debian/tools/lodlin16.zip is a _very_ old version
(1.6) of loadlin, and it is unable to detect memory on some boards,
unable to load big kernels (>1M), ... see http://bugs.debian.org/320861
. Please update the file to 1.6c:

$ apt-get source loadlin=1.6c.really1.6c-1
$ mv loadlin-1.6c.really1.6c lodlin16
$ (cd lodlin16 ; tar xzf initrd.tgz)
$ (cd lodlin16/src ; tar xzf srclinux.tgz)
$ zip -r lodlin16.zip lodlin16

and upload that lodlin16.zip onto ftp://ftp.debian.org/debian/tools/lodlin16.zip

Thanks,
Samuel Thibault

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
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#338319: exim4: TLS does not work any more after upgrade

2005-11-09 Thread Franz G. Koehler
Package: exim4
Version: 4.50-8
Severity: important

Hello,

since applying the latest security updates exim4 does not initialize nor
accept successfully TLS connections.

>From the remote side:


2005-11-09 08:38:41 1EZkSZ-0003Kc-Pn SMTP timeout while connected to 
hermes.frankfurt.de.velia.net [85.195.64.15] after STARTTLS: Connection timed 
out
2005-11-09 08:38:41 1EZkSZ-0003Kc-Pn == [EMAIL PROTECTED] R=xx 
T=remote_smtp defer (110): Connection timed out: SMTP timeout while connected 
to hermes.frankfurt.de.velia.net [85.195.64.15] after STARTTLS
2005-11-09 09:02:46 1EZkpt-0003Wf-Hh SMTP timeout while connected to 
hermes.frankfurt.de.velia.net [85.195.64.15] after STARTTLS: Connection timed 
out
2005-11-09 09:02:46 1EZkpt-0003Wf-Hh SMTP timeout while connected to 
hermes.frankfurt.de.velia.net [85.195.64.15] after STARTTLS: Connection timed 
out

On the local side, there is no notification in the logfile, until the
exim processes are killed manually, they simply do not respond:

2005-11-09 09:28:31 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:28:31 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:28:31 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:28:31 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:37:47 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:37:47 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM
2005-11-09 09:37:47 SMTP connection from proteus.wiesbaden.de.velia.net 
[151.189.12.60] closed after SIGTERM


Workaround:
Disable TLS in the cofiguration (tls_advertise_hosts = !*)(hosts_avoid_tls=*)


This bug might be openssl-related since it was included in recent
updates.




-- Package-specific info:
Exim version 4.50 #1 built 27-May-2005 08:10:05
Copyright (c) University of Cambridge 2004
Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (December  3, 2003)
Support for: iconv() IPv6 PAM Perl GnuTLS Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
ldap ldapdn ldapm mysql nis nis0 passwd pgsql
Authenticators: cram_md5 cyrus_sasl plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Configuration file is /etc/exim4/exim4.conf
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='internet'
dc_other_hostnames='hermes.frankfurt.de.velia.net'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
mailname:hermes.frankfurt.de.velia.net

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages exim4 depends on:
ii  exim4-base4.50-8 support files for all exim MTA (v4
ii  exim4-daemon-heavy4.50-8 exim MTA (v4) daemon with extended

-- no debconf information


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



Bug#338320: cvs-syncmail: Syncmail stopped stripping GECOS field after Revision 1.39

2005-11-09 Thread Tobias Diedrich
Package: cvs-syncmail
Version: 1.2+cvs.2004.05.02-2
Severity: minor
Tags: upstream


After the update to sarge syncmail now includes the full GECOS-field on
the From-Line, which is annoying if you have a lot of information in
there (e.g. multiple phone numbers).

It seems this was introduced upstream with revision 1.39, before that
only the realname-information was used.

Unfortunately this is not a configuration option, but was changed
unconditionally instead.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.9-exec-shield-tomodachi
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages cvs-syncmail depends on:
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#143692: jargon: New upstream available (4.3.1)

2005-11-09 Thread Steve Greenland
On 03-Nov-05, 12:45 (CST), Martin Michlmayr <[EMAIL PROTECTED]> wrote: 
> I see that 4.4.4 is in the archive now, generated from the HTML
> sources.  Do you think you can upgrade to 4.4.7 from
> http://www.catb.org/~esr/jargon/ and then close this ld bug
> report.

Do you have some reason to believe that the info format generation has
been restored to usability?

The problem is that ESR used a custom texinfo, and has not maintained it
in line with the sources.

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


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



Bug#332611: [Fwd: Re: File/HTTP and the PHP License]

2005-11-09 Thread Charles Fry

- Forwarded message from Michael Wallner <[EMAIL PROTECTED]> -

From: Michael Wallner <[EMAIL PROTECTED]>
Subject: Re: File/HTTP and the PHP License
Date: Wed, 09 Nov 2005 09:03:17 +0100
To: Charles Fry <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]

Hi Charles,

the process of converting all of my packages had already started.

Cheers,
-- 
Michael -  
http://dev.iworks.at/ext-http/http-functions.html.gz

- End forwarded message -

-- 
Paper hangers
With the hives
Now can
Shave with
Carving knives
Burma-Shave
http://burma-shave.org/jingles/1937/paper_hangers


signature.asc
Description: Digital signature


  1   2   3   4   5   >