Bug#378526: pd-zexy: FTBFS: bashisms

2006-07-17 Thread Julien Danjou
Package: pd-zexy
Version: 2.1-1
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of pd-zexy_2.1-1 on avidan by sbuild/i386 0.48
 Build started at 20060717-0357
...
 checking math.h usability... yes
 checking math.h presence... yes
 checking for math.h... yes
 checking time.h usability... yes
 checking time.h presence... yes
 checking for time.h... yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for select... yes
 checking for socket... yes
 checking for strerror... yes
 checking ms-bitfields... yes
 checking pd\=0.37... yes
 checking zexy-version... 2.1
 checking parallel-port... yes
 configure: creating ./config.status
 config.status: creating Makefile
 ./makesource.sh: 15: Syntax error: ( unexpected
 make: *** [build-tree/zexy-2.1/src/config.status] Error 2
 **
 Build finished at 20060717-0357
 FAILED [dpkg-buildpackage died]
 --


Not sure but I guess this fails because /bin/sh linked to dash.

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


signature.asc
Description: Digital signature


Bug#370234: patch for #370234

2006-07-17 Thread Robert Edmonds
It seems unnecessary to patch both configure and configure.in.  The
following diff against python-modules svn HEAD eliminates the patch
against configure and runs autoconf after configure.in has been patched.
Build-tested.

-- 
Robert Edmonds
[EMAIL PROTECTED]
Index: debian/patches/01_configure.diff
===
--- debian/patches/01_configure.diff(revision 1164)
+++ debian/patches/01_configure.diff(working copy)
@@ -14,51 +14,6 @@
 exit 0
 
 @DPATCH@
-diff -Nur mod_python-3.2.8.orig/configure mod_python-3.2.8/configure
 mod_python-3.2.8.orig/configure2005-10-28 11:06:22.0 -0500
-+++ mod_python-3.2.8/configure 2006-05-16 08:38:20.0 -0500
-@@ -2706,19 +2706,21 @@
-   ALL=dso
- 
-   # check Apache version
--  echo $as_me:$LINENO: checking Apache version 5
--echo $ECHO_N checking Apache version... $ECHO_C 6
--  HTTPD=`${APXS} -q SBINDIR`/`${APXS} -q TARGET`
--  ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
--  echo $as_me:$LINENO: result: $ver 5
--echo ${ECHO_T}$ver 6
-+# peterh: Remove apache version check for debian package, since we don't
-+# want to build-depend on apache2.
-+#  echo $as_me:$LINENO: checking Apache version 5
-+#echo $ECHO_N checking Apache version... $ECHO_C 6
-+#  HTTPD=`${APXS} -q SBINDIR`/`${APXS} -q TARGET`
-+#  ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
-+#  echo $as_me:$LINENO: result: $ver 5
-+#echo ${ECHO_T}$ver 6
- 
-   # make sure version begins with 2
--  if test -z `echo $ver | egrep \^2`; then
--{ { echo $as_me:$LINENO: error: This version of mod_python only works 
with Apache 2. The one you have seems to be $ver. 5
--echo $as_me: error: This version of mod_python only works with Apache 2. The 
one you have seems to be $ver. 2;}
--   { (exit 1); exit 1; }; }
--  fi
-+#  if test -z `echo $ver | egrep \^2`; then
-+#{ { echo $as_me:$LINENO: error: This version of mod_python only works 
with Apache 2. The one you have seems to be $ver. 5
-+#echo $as_me: error: This version of mod_python only works with Apache 2. 
The one you have seems to be $ver. 2;}
-+#   { (exit 1); exit 1; }; }
-+#  fi
- 
-   # determine LIBEXEC
-   echo $as_me:$LINENO: checking for Apache libexec directory 5
-@@ -3035,7 +3037,7 @@
- # get the mod_python version
- 
- MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h`
--MP_VERSION=`echo $MP_VERSION | sed s/\\//g`
-+MP_VERSION=`echo $MP_VERSION | sed 's///g'`
- 
- # get --with-python-src. The python src is required to generate the 
documentation
- # It is not required to compile or install mod_python itself
 diff -Nur mod_python-3.2.8.orig/configure.in mod_python-3.2.8/configure.in
 --- mod_python-3.2.8.orig/configure.in 2005-10-28 11:06:22.0 -0500
 +++ mod_python-3.2.8/configure.in  2006-05-16 08:40:23.0 -0500
Index: debian/changelog
===
--- debian/changelog(revision 1164)
+++ debian/changelog(working copy)
@@ -8,6 +8,10 @@
   [ Piotr Ozarowski ]
   * Added watch file
 
+  [ Robert S. Edmonds ]
+  * Patching the generated configure script is wrong and unnecessary.
+(closes: #370234)
+
  -- Piotr Ozarowski [EMAIL PROTECTED]  Tue,  6 Jun 2006 13:39:06 +0200
 
 libapache2-mod-python (3.2.8-1) unstable; urgency=low
Index: debian/rules
===
--- debian/rules(revision 1164)
+++ debian/rules(working copy)
@@ -16,7 +16,6 @@
dh_testdir
# Add here commands to configure the package.

-   autoconf
# Don't configure here (see install)
 #  -./configure --enable-EAPI --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
touch configure-stamp
@@ -54,6 +53,8 @@
# Add here commands to install the package into 
debian/libapache-mod-python.
#$(MAKE) install DESTDIR=$(CURDIR)/debian/libapache-mod-python
 
+   autoconf
+
# python 2.3
rm -f config.cache config.status
export PYTHON_BIN=/usr/bin/python2.3


signature.asc
Description: Digital signature


Bug#378529: dovecot-imapd: Problems copying to Sent folder after upgrade to 1.0.rc2-2

2006-07-17 Thread Matt Doran

Package: dovecot-imapd
Version: 1.0.rc2-2
Severity: important

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

Since upgrading to the latest dovecot, we have experienced problems
after sending mail.  When the sent mail is copied to the Sent folder
we'd receive an error saying that the operation could not be completed.
This occurred when using Mozilla Thunderbird 1.5.0.4 accessing IMAP over
SSL over a DSL connection.   This happened to multiple users and only
started occurring after the upgrade.

All of us who saw this issue had large Sent folders with over 5000
mails.  After cleaning out the Sent folder, the problem didn't occur
again.

We didn't see the same behaviour when connected to the server over the
fast LAN ... we also weren't using SSL on the LAN.

So it appears that the problem is related to slowness of writing to the
large Sent folder over a slower network, which is possibly exacerbated
by using SSL.

Sorry for the vagueness of the report.  But there is definately a
regression in this area.  Let me know if there is anything I can do to
help.


-- 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-smp
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages dovecot-imapd depends on:
ii  dovecot-common1.0.rc2-2  secure mail server that 
supports m

ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8b-2   SSL shared libraries

dovecot-imapd recommends no packages.

-- no debconf information



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



Bug#378524: libvisual-plugins: FTBFS: libvisual0.2-dev is not available

2006-07-17 Thread Julien Danjou
Package: libvisual-plugins
Version: 0.2.0.dfsg.1-1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of libvisual-plugins_0.2.0.dfsg.1-1 on avidan by sbuild/i386 
 0.48
 Build started at 20060717-0011
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 769kB of source archives.
 Get:1 http://ftp.fr.debian.org sid/main libvisual-plugins 0.2.0.dfsg.1-1 
 (dsc) [824B]
 Get:2 http://ftp.fr.debian.org sid/main libvisual-plugins 0.2.0.dfsg.1-1 
 (tar) [756kB]
 Get:3 http://ftp.fr.debian.org sid/main libvisual-plugins 0.2.0.dfsg.1-1 
 (diff) [12.5kB]
 Fetched 769kB in 4s (180kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs, debhelper, libvisual0.2-dev, gcc-3.4, g++-3.4, chrpath, 
 libesd0-dev, libjack0.100.0-dev, libgdk-pixbuf-dev, libgtk2.0-dev, xutils, 
 x-dev, libx11-dev, xlibmesa-gl-dev, libxxf86vm-dev, xlibmesa-glu-dev, 
 libasound2-dev
 Checking for already installed source dependencies...
 cdbs: missing
 debhelper: missing
 libvisual0.2-dev: missing
 gcc-3.4: missing
 g++-3.4: missing
 chrpath: missing
 libesd0-dev: missing
 libjack0.100.0-dev: missing
 libgdk-pixbuf-dev: missing
 libgtk2.0-dev: missing
 xutils: missing
 x-dev: missing
 libx11-dev: missing
 xlibmesa-gl-dev: missing
 libxxf86vm-dev: missing
 xlibmesa-glu-dev: missing
 libasound2-dev: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 Package libvisual0.2-dev is not available, but is referred to by another 
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   libvisual-0.4-dev
 E: Package libvisual0.2-dev has no installation candidate
 apt-get failed.
 Package installation failed
 Trying to reinstall removed packages:
 Trying to uninstall newly installed packages:
 Source-dependencies not satisfied; skipping libvisual-plugins
 **
 Finished at 20060717-0011
 Build needed 00:00:28, 740k disk space

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


signature.asc
Description: Digital signature


Bug#378525: mxv: FTBFS: Imakefile.c:39: error: template: No such file or directory

2006-07-17 Thread Julien Danjou
Package: mxv
Version: 1.32-3
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of mxv_1.32-3 on avidan by sbuild/i386 0.48
 Build started at 20060717-0315
 **
...
 dh_clean 
  debian/rules build
 dh_testdir
 # Add here commands to configure the package.
 export ARCH=LINUX
 export CPU=LINUX 
 ivmkmf -a
 + imake -T template -I/usr/X11R6/lib/ivtools/config -DCURDIR=`pwd` 
 -DUseInstalled
 Imakefile.c:39: error: template: No such file or directory
 imake: Exit code 1.
   Stop.
 make: *** [configure-stamp] Error 1
 **
 Build finished at 20060717-0316
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Bug#378528: stk: FTBFS: bashisms

2006-07-17 Thread Julien Danjou
Package: stk
Version: 4.2.0-9
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of stk_4.2.0-9 on avidan by sbuild/i386 0.48
 Build started at 20060717-0751
 **
...
  debian/rules build
 /usr/share/cdbs/1/rules/buildcore.mk:68: Parsing stk-4.2.0.tar.gz...
 test -x debian/rules
 mkdir -p build-tree/stk-4.2.0
 tar -C build-tree  -xzf stk-4.2.0.tar.gz
 touch debian/stamp-stk-4.2.0.tar.gz
 if test -e /usr/share/misc/config.guess ; then \
   for i in stk-4.2.0/config.guess ; do \
   cp --remove-destination /usr/share/misc/config.guess \
   build-tree/$i ; \
   done ; \
   fi
 if test -e /usr/share/misc/config.sub ; then \
   for i in stk-4.2.0/config.sub ; do \
   cp --remove-destination /usr/share/misc/config.sub \
   build-tree/$i ; \
   done ; \
   fi
 cp /usr/share/misc/config.{guess,sub} build-tree/stk-4.2.0
 cp: cannot stat `/usr/share/misc/config.{guess,sub}': No such file or 
 directory
 make: *** [post-patches] Error 1
 **
 Build finished at 20060717-0751
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Bug#378378: firefox - FTBFS: warning: libnspr4.so, needed by ../../../../dist/bin/libmozjs.so, not found

2006-07-17 Thread Mike Hommey
On Sat, Jul 15, 2006 at 09:00:08PM +0200, Bastian Blank [EMAIL PROTECTED] 
wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.4-2
 Severity: serious
 
 There was an error while trying to autobuild your package:
 
  Automatic build of firefox_1.5.dfsg+1.5.0.4-2 on debian-31 by sbuild/s390 85
 [...]
  c++ -o xpcshell.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
  -DOSTYPE=\Linux2.6\ -DOSARCH=\Linux\ -DBUILD_ID=2006071518 
  -DJS_THREADSAFE  -I../../../../dist/include/xpconnect 
  -I../../../../dist/include/xpcom -I../../../../dist/include/js 
  -I../../../../dist/include/caps -I../../../../dist/include/xpcshell 
  -I../../../../dist/include -I../../../../dist/include/nspr -I/usr/include 
  -I/usr/include -I/usr/include   -fno-rtti -fno-exceptions -Wall 
  -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
  -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar 
  -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 -g -fno-strict-aliasing   
  -DMOZILLA_CLIENT -include ../../../../mozilla-config.h 
  -Wp,-MD,.deps/xpcshell.pp xpcshell.cpp
  c++   -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith 
  -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
  -Wno-non-virtual-dtor -Wno-long-long -fshort-wchar -pthread -pipe  -DNDEBUG 
  -DTRIMMED -pipe -w -O2 -g -fno-strict-aliasing -o xpcshell xpcshell.o  
  -Wl,--as-needed   -L../../../../dist/bin -L../../../../dist/lib 
  -L../../../../dist/bin -lmozjs -L../../../../dist/bin -lxpcom -lxpcom_core  
  -L../../../../dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl  -ldl -lm 
  /usr/bin/ld: warning: libnspr4.so, needed by 
  ../../../../dist/bin/libmozjs.so, not found (try using -rpath or 
  -rpath-link)
  /usr/bin/ld: warning: libplds4.so, needed by 
  ../../../../dist/bin/libxpcom_core.so, not found (try using -rpath or 
  -rpath-link)
  /usr/bin/ld: warning: libplc4.so, needed by 
  ../../../../dist/bin/libxpcom_core.so, not found (try using -rpath or 
  -rpath-link)
(...)

Earlier in the same buildd.log:
gcc -shared -Wl,-soname -Wl,libnspr4.so -o libnspr4.so ./prvrsion.o 
io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o 
io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o 
io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o 
threads/./prtpd.o linking/./prlink.o malloc/./prmem.o md/./prosdep.o 
memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o 
misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o 
misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o 
misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o 
misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o 
misc/./prtpool.o misc/./prtrace.o misc/./prtime.o malloc/./prmalloc.o 
pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o 
pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o 
md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o 
md/unix/./linux.o   -lpthread -ldl
../../config/./nsinstall -R -m 444 ./libnspr4.a ./libnspr4.so 
/build/buildd/firefox-1.5.dfsg+1.5.0.4/dist/lib
(...)
gcc -shared -Wl,-soname -Wl,libplds4.so -o libplds4.so ./plarena.o ./plhash.o 
./plvrsion.o -L/build/buildd/firefox-1.5.dfsg+1.5.0.4/dist/lib -lnspr4
(...)
../../config/./nsinstall -R -m 444 ./libplds4.a ./libplds4.so 
/build/buildd/firefox-1.5.dfsg+1.5.0.4/dist/lib
(...)
gcc -shared -Wl,-soname -Wl,libplc4.so -o libplc4.so ./plvrsion.o ./strlen.o 
./strcpy.o ./strdup.o ./strcat.o ./strcmp.o ./strccmp.o ./strchr.o ./strpbrk.o 
./strstr.o ./strcstr.o ./strtok.o ./base64.o ./plerror.o ./plgetopt.o 
-L/build/buildd/firefox-1.5.dfsg+1.5.0.4/dist/lib -lnspr4
../../../config/./nsinstall -R -m 444 ./libplc4.a ./libplc4.so 
/build/buildd/firefox-1.5.dfsg+1.5.0.4/dist/lib

So... I really don't see what's wrong...

Mike



Bug#378527: speech-tools: FTBFS: bashisms

2006-07-17 Thread Julien Danjou
Package: speech-tools
Version: 1:1.2.3-9.3
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of speech-tools_1:1.2.3-9.3 on avidan by sbuild/i386 0.48
 Build started at 20060717-0712
 **
...
  /usr/bin/fakeroot debian/rules binary-arch
 dh_testdir
 dh_testroot
 dh_clean
 
 -- Installing package libestools1.2 --
 dh_installdirs -p libestools1.2 usr/lib
 cp lib/*.so.1.2.3 
 /build/buildd/speech-tools-1.2.3/debian/libestools1.2/usr/lib
 dh_link -p libestools1.2 \
   usr/lib/libestbase.so.1.2.3 usr/lib/libestbase.so.1.2 \
   usr/lib/libestools.so.1.2.3 usr/lib/libestools.so.1.2 \
   usr/lib/libeststring.so.1.2.3 usr/lib/libeststring.so.1.2
 
 -- Installing package speech-tools --
 dh_installdirs -p speech-tools usr/bin usr/share/man/man1
 (cd main  cp bcat ch_lab ch_track ch_utt ch_wave dp na_play na_record 
 ngram_build ngram_test ols ols_test   pda pitchmark scfg_make scfg_parse 
 scfg_test scfg_train sig2fv sigfilter spectgen tilt_analysis tilt_synthesis 
 viterbi wagon wagon_test wfst_build wfst_run 
 /build/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin)
 (cd scripts  \
   for i in pm.prl raw_to_xgraph.prl make_wagon_desc.sh 
 resynth.sh; do \
   dest=`echo $i | sed -e 's/\.\(prl\|sh\)$//'`; \
   sed -e 's,__PERL__,/usr/bin/perl,g' \
   $i 
 /build/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin/$dest; \
   chmod +x 
 /build/buildd/speech-tools-1.2.3/debian/speech-tools/usr/bin/$dest; \
   done)
 install -m644 debian/na_play.1 debian/na_record.1 debian/ch_wave.1 
 debian/ch_utt.1 debian/ch_track.1 debian/ch_lab.1 
 /build/buildd/speech-tools-1.2.3/debian/speech-tools/usr/share/man/man1
 
 -- Installing package libestools1.2-dev --
 dh_installdirs -p libestools1.2-dev usr/lib/speech_tools/lib/siod \
   usr/include/speech_tools/{unix,instantiate,sigpr,rxp,ling_class}
 cp lib/*.a /build/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/lib/
 dh_link -p libestools1.2-dev \
   usr/lib/libestbase.so.1.2   usr/lib/libestbase.so \
   usr/lib/libestools.so.1.2   usr/lib/libestools.so \
   usr/lib/libeststring.so.1.2 usr/lib/libeststring.so
 cp include/*.h 
 /build/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/
 cp include/unix/*.h 
 /build/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/unix/
 cp: target 
 `/build/buildd/speech-tools-1.2.3/debian/libestools1.2-dev/usr/include/speech_tools/unix/'
  is not a directory: No such file or directory
 make: *** [install-stamp] Error 1
 **
 Build finished at 20060717-0732
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Bug#231923: looking for you

2006-07-17 Thread Raul
Do not ignore me please,
I found your email somewhere and now decided to wbrite you.
I am coming to your place in few weeks and thought we 
can meet each other. Let me know ibf you do not mind.
I am a nice pretty girl. Daon't reply to this aemail. 
Email me direclty at [EMAIL PROTECTED]




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



Bug#378529: Additional information

2006-07-17 Thread Matt Doran
One piece of information that I forgot to mention in the report was the 
version we were previously running.


We've been tracking the testing releases, so we were running dovecot 
1.0.beta8-4



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



Bug#378476: Test with ruby-1.8.5-preview1

2006-07-17 Thread David Schmitt

ruby-1.8.5-preview1 from 
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.5-preview1.tar.gz

shows this problem too (self compiled on etch).

Regards, David
-- 
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir über ein septisches medium ;)
 -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15



Bug#378531: tapiir: FTBFS: missing fltk

2006-07-17 Thread Julien Danjou
Package: tapiir
Version: 0.7.1-8
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of tapiir_0.7.1-8 on avidan by sbuild/i386 0.48
 Build started at 20060717-0818
 **
...
 checking for ALSA CFLAGS... 
 checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
 checking for libasound headers version = 0.9.0... found.
 checking for snd_ctl_open in -lasound... yes
 checking how to run the C preprocessor... gcc -E
 checking for X... no
 checking for FLTK CXXFLAGS... 
 checking for FLTK LDFLAGS...  -lfltk  -lX11 -lXext
 checking for libfltk headers version = 1.0.0... not present.
 configure: error: missing fltk
 make[1]: *** [configure-stamp] Error 1
 make[1]: Leaving directory `/build/buildd/tapiir-0.7.1'
 make: *** [clean] Error 2
 **
 Build finished at 20060717-0819
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Bug#378532: Changing server URL ineffective until restart

2006-07-17 Thread Florian Weimer
Package: korganzier
Version: 3.5.3-2
Severity: minor

If I edit the source URL of a calendar (in my case, an eGroupware
Server (via XML-RPC)), the change does not take effect until I
restart korganizer.

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


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



Bug#378530: Graph does not work on vertical panels

2006-07-17 Thread Joachim Breitner
Package: sensors-applet
Version: 1.7.2+dfsg-1
Severity: normal

Hi,

the new Graph mode does not work on vertical panels, which is
unfortunate. Currently, every graph is just 1 pixel high. What it
needs is a preference min height, instead of the sample rate,
which should be calculated from the panel width.

Thanks,
Joachim


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

Versions of packages sensors-applet depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcairo2 1.2.0-3The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.10.3-2   The GLib library of C routines
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 
ii  libnotify10.4.0-1sends desktop notifications to a n
ii  libpanel-applet2-02.14.2-1   library for GNOME 2 panel applets
ii  libsensors3   1:2.10.0-7 library to read temperature/voltag

sensors-applet recommends no packages.

-- no debconf information


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



Bug#378364: [Pkg-zope-developers] Bug#378364: zope-common: upgrades restart all instances, not just those in /etc/default/zope*

2006-07-17 Thread Fabio Tranchitella
reopen 378364
thanks

Hi Ross,

Il giorno dom, 16/07/2006 alle 14.59 -0700, Ross Boylan ha scritto:
  I think this is not a bug, and you can disable this behaviour as
  explained above. I'm closing the report, but feel free to re-open it if
  you do not agree and/or have a better idea/implementation.
 
 The behavior continues to seem undesirable for me, and I see a number
 of problem areas:
 1) upgrades respecting runlevel
 2) upgrades respecting instance selection in /etc/default/
 3) documentation.
 
 I may have misunderstood or missed something, however.

Restart behaviour on upgrades can't be unified with system start-up
behaviour: I have several zope instances which I can't restart untill
the week-end or holidays, and in this way I can upgrade the machine at
any day, and then plan the restart. Even if an instance is started at
boot-time, this doesn't mean it is useful for me if apt tries to restart
it on upgrade. Also, think about the product upgrades: Plone 2.0.2 -
2.0.3 requires migration, and this is something which I would prefer to
do in a second moment for **a particular** instance.

So, about the bug: what about restarting instances only if it is already
running? In my opinion this is the best solution. Anyway, I'll add some
documentation about the restart-policy (even if my english is terrible).
Especially for this last point, any help is welcome.

Have a nice day,

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#378521: installation-report: installed system is not working

2006-07-17 Thread Davide Viti
On Mon, Jul 17, 2006 at 06:39:00AM +0200, Manfred Richter wrote:
 During installation a driver for the ethernet, called sky2, is used.
 After installation this driver is not longer present.

I had the very same problem when trying to install Debian on my
Macbook (which needs the sky2 module as well). Problem is that the
kernel used by d-i is different from the one on the installed system:

2.6.16-2-486 (used by d-i) vs. 2.6.15-1-686 on the installed system

my workaround was to switch to VT2 (CTRL-ALT-F2),
chroot into /target, upgrade to unstable and install
2.6.16-2 kernel before ending the d-i session.
I'm sure there must better ways of acieving that
(maybe download the kernel sources then recompile and
install a kernel which includes/uses the sky2 module);
if you find alternate solutions please let us know.

regards,
Davide


signature.asc
Description: Digital signature


Bug#316321: Restarting the server may be required

2006-07-17 Thread Florian Weimer
Reloading Apache 1.3 did not apply all configuration changes in all
cases.  Has this changed in version 2?  If not, it's necessary to
restart the server (probably using apachectl graceful, but still).

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


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



Bug#378459: Processed: Re: Bug#378459: formencode: exception not catched

2006-07-17 Thread Fabio Tranchitella
Il giorno dom, 16/07/2006 alle 23.07 +0200, Arnaud Fontaine ha scritto:
 It would make sense  if the upstream author did it like  that in the URL
 class (line 1294  in validators.py). In this class,  the error exception
 is catched and then an Invalid  exception is raise with the proper error
 message. I think it is better to have an exception Invalid because every
 other exceptions in  the validators file are catched  and then a Invalid
 exception is raised.
 
 In addition, it is necessary  for third application (like turbogears) to
 use the instance variables provided by this exception.

I fully agree and will apply the patch with the next upload.

Thanks for your report, patch and explanation. :)

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#377507: Please unblock testing migration of postgresql-7.4

2006-07-17 Thread Martin Pitt
Hi Thiemo!

Thiemo Seufer [2006-07-16 21:42 +0100]:
  FWIW, I tried a build with today's unstable on mips, after enabling
  the server packages again. There was one failure in the testsuite:
  
  
  ...
  test geometry ... ok
  test horology ... failed (ignored)

That's normal in 7.4, there is little I can do about it. It was fixed
in 8.0, and it's nothing to worry about.

  The resulting sever packages installed fine, no obvious failure
  (but OTOH I don't know what a serious test would be).

Merely passing the test suite is fine, so far it has failed right when
trying to start postmaster.

 In addition, I built with gcc-4.1. Since some (mostly FFI related) ABI
 bugs were fixed between 3.3 and 4.0, this can explain the difference.
 
 I recommend to try a build without any mips/mipsel specific workarounds
 (the horology failure appears to be normal, it happens also on other
 architectures).

Thank you for trying this out. However, I'm sceptical: postgresql-8.1
still gives the same error when built with gcc-4.1:

  
http://buildd.debian.org/fetch.php?pkg=postgresql-8.1ver=8.1.4-4arch=mipsstamp=1152713470file=logas=raw
  
http://buildd.debian.org/fetch.php?pkg=postgresql-8.1ver=8.1.4-4arch=mipselstamp=1152713545file=logas=raw

So maybe the buildds run some different package versions. Also, bug
357603 has indicated that this was a problem with binutils, not with
gcc (if using gcc-3.3 the problem occurs, too, and in Sarge it worked
well with gcc-3.3).

I'll try another upload of p-7.4 with mipsen re-enabled, I can always
disable it quickly again if it still fails.

Thanks for your investigations!

Martin

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

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#378535: RFP: jabbin -- instant messaging program

2006-07-17 Thread Carlos Parra Camargo
Package: wnpp
Severity: wishlist

* Package name: jabbin
  Version : 2.0-beta
  Upstream Author : Stefano Grini 
* URL : http://www.jabbin.com 
* License : GNU General Public License (GPL)   
  Description : instant messaging program  

Jabbin is an Open Source instant messaging program that 
allows free PC to PC calls using the VoIP system over 
the Jabber network. The new Release 2.0 use the 
libjingle protocol. 

-- 
Emergya, Soluciones Tecnológicas
Tel. +34 954 98 10 53 FAX +34 954 98 11 79
Avda. Luis Montoto, 105
E41007 Sevilla
[EMAIL PROTECTED]
http://www.emergya.info



Bug#378534: The Installer can't found CDROM and HDD on Intel 82801FBM SATA Controller

2006-07-17 Thread Thomas Schlegel

Package: installation
Version: weakly-CD 10.07.2006
Severity: important

The Chip 82801FBM is used in better Notebooks (Lenovo;IBM, Samsung, Acer 
and HP I found).

Normal Installation failed to mount CDROM/DVD after booting.

install libata.atapi_enabled=1 dosent work!

I have not found yet the Kernel Option in 2.6 to boot the System.

workaround: 'install24' can install the basic system. 50% of the 
hardware is working.
 Then you can make a new linux-kernel. The kernel-2.4.x 
says HDD is /dev/hda(c),

 but the kernel-2.6.x says HDD is /dev/sda(c).
 Also with Knoppix I can boot the System.

lspci:
:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML 
Express Processor to DRAM Controller (rev 03)
:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI 
Express Root Port (rev 03)
:00:1b.0 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
High Definition Audio Controller (rev 03)
:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) PCI Express Port 1 (rev 03)
:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) USB UHCI #1 (rev 03)
:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) USB UHCI #2 (rev 03)
:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) USB UHCI #3 (rev 03)
:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) USB UHCI #4 (rev 03)
:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) USB2 EHCI Controller (rev 03)

:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC 
Interface Bridge (rev 03)
:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA 
Controller (rev 03)
:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) SMBus Controller (rev 03)
:01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 
Go 6600] (rev a2)
:06:05.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 
Gigabit Ethernet (rev 03)
:06:07.0 Network controller: Intel Corporation PRO/Wireless 2915ABG 
MiniPCI Adapter (rev 05)

:06:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
:06:09.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 
Controller (rev 08)
:06:09.2 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter 
(rev 17)
:06:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus 
Host Adapter (rev 08)
:06:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller 
(rev 03)




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



Bug#359449: diff for 1.002-0.3 NMU

2006-07-17 Thread Amaya
Package: libdevice-serialport-perl
Version: 1.002-0.2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my libdevice-serialport-perl 1.002-0.3 NMU.

-- 
 .''`. Fuck your fascist beauty standards
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u libdevice-serialport-perl-1.002/debian/changelog 
libdevice-serialport-perl-1.002/debian/changelog
--- libdevice-serialport-perl-1.002/debian/changelog
+++ libdevice-serialport-perl-1.002/debian/changelog
@@ -1,3 +1,10 @@
+libdevice-serialport-perl (1.002-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359449).
+
+ -- Amaya Rodrigo Sastre [EMAIL PROTECTED]  Mon, 17 Jul 2006 09:41:46 +0200
+
 libdevice-serialport-perl (1.002-0.2) unstable; urgency=low
 
   * NMU
only in patch2:
unchanged:
--- libdevice-serialport-perl-1.002.orig/debian/postinst
+++ libdevice-serialport-perl-1.002/debian/postinst
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ $1 = configure ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/libdevice-serialport-perl -a -d 
/usr/share/doc/libdevice-serialport-perl ]; then
-  ln -sf ../share/doc/libdevice-serialport-perl 
/usr/doc/libdevice-serialport-perl
- fi
+if [ -d /usr/doc -a -h /usr/doc/libdevice-serialport-perl -a -d 
/usr/share/doc/libdevice-serialport-perl ]; then
+rm -f /usr/doc/libdevice-serialport-perl
+fi
 fi
 
 #DEBHELPER#


Bug#378533: ion3: Fixed-size window goes to the upper left corner of the frame after restart

2006-07-17 Thread Alexey Feldgendler
Package: ion3
Version: 20060524-1
Severity: normal

Repro steps:

1. Show scratchpad.
2. Start XMMS in there.
3. Hide scratchpad.
4. Restart ion3 (menu - session - restart).
5. Show scratchpad.

Expexted result:

XMMS is in the middle of the scratchpad, just like after step 2.

Actual result:

XMMS is in the top left corner of the scratchpad.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (90, 'experimental'), (90, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages ion3 depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  liblua5.1-0   5.1-1  Simple, extensible, embeddable pro
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library

Versions of packages ion3 recommends:
ii  xfonts-100dpi 1:1.0.0-2  100 dpi fonts for X
ii  xfonts-100dpi-transcoded  1:1.0.0-2  100 dpi fonts for X (transcoded fr
ii  xfonts-75dpi  1:1.0.0-2  100 dpi fonts for X
ii  xfonts-75dpi-transcoded   1:1.0.0-2  75 dpi fonts for X (transcoded fro

-- debconf-show failed


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



Bug#378537: ipe: IPE may depend alternatively on texlive

2006-07-17 Thread Daniel 'NebuchadnezzaR' Dehennin
Package: ipe
Version: 6.0pre26-5
Severity: wishlist

Hello,

Is it possible to make IPE depend on the texlive distribution too ?

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


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



Bug#378491: Acknowledgement (xserver-xorg-video-i810: Rendering error when marking text in firefox)

2006-07-17 Thread Thue Janus Kristensen

Searching around on the net, I found this:
http://groups.google.dk/group/lucky.openbsd.tech/browse_frm/thread/c61421ca7ad9c48/35e22611d7e18a2f?lnk=stq=x.org+i810rnum=46hl=da#35e22611d7e18a2f
That page doesn't have a lot of detail, but it could be the same problem.

I will try to find the time to compile the latest X.org build.

Regards, Thue

On 7/16/06, Debian Bug Tracking System [EMAIL PROTECTED] 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 X Strike Force debian-x@lists.debian.org

If you wish to submit further information on your problem, please send
it to [EMAIL PROTECTED] (and *not* to
[EMAIL PROTECTED]).

If you have filed this report in error and wish to close it, please
send mail to [EMAIL PROTECTED] with an explanation
why the bug report should be closed.

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)




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



Bug#378105: apr-util: .pc and apu-config --libs list recursive deps

2006-07-17 Thread Tollef Fog Heen
* Peter Samuelson 

| Package: libaprutil1-dev
| Version: 1.2.7-2
| Severity: minor
| Tags: patch
| 
|   $ pkg-config --libs apr-util-1
|   -laprutil-1 -lldap -llber -ldb-4.3 -lpq -lsqlite3 -lexpat -lapr-1
| 
|   $ apu-1-config --libs
|-lldap -llber -ldb-4.3 -lpq -lsqlite3 -lexpat
| 
| These really should not list recursive dependencies except with the
| --static flag to pkg-config.

Your patch has now been applied in svn; thanks a lot.  

| A related point is that /usr/lib/libaprutil-1.la is not needed and
| should not, IMO, be shipped.  But note that deleting that would require
| another trivial edit to apu-config, to make --link-libtool say the same
| as --link-ld.  I did not make that change.

Indeed, that'd be nice. ;-)

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#359450: diff for 0.22-4.1 NMU

2006-07-17 Thread Amaya
Package: migemo-perl
Version: 0.22-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my migemo-perl 0.22-4.1 NMU.

-- 
 .''`. Fuck your fascist beauty standards
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u migemo-perl-0.22/debian/changelog migemo-perl-0.22/debian/changelog
--- migemo-perl-0.22/debian/changelog
+++ migemo-perl-0.22/debian/changelog
@@ -1,3 +1,12 @@
+migemo-perl (0.22-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #35945,#359543).
+  * Upgraded Depends to emacs21 (Closes: #232774).
+  * Move debhelper form BUild-Depends-Indep to Build-Depends
+
+ -- Amaya Rodrigo Sastre [EMAIL PROTECTED]  Mon, 17 Jul 2006 10:01:48 +0200
+
 migemo-perl (0.22-4) unstable; urgency=low
 
   * modify Description, closes: Bug#145000
diff -u migemo-perl-0.22/debian/control migemo-perl-0.22/debian/control
--- migemo-perl-0.22/debian/control
+++ migemo-perl-0.22/debian/control
@@ -2,12 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper ( 2.0.0), perl, skkdic, textutils
+Build-Depends: debhelper(=4)
+Build-Depends-Indep: perl, skkdic, textutils
 Standards-Version: 3.2.1
 
 Package: migemo-perl
 Architecture: all
-Depends: emacs20 | emacsen, apel, liblingua-romkan-perl
+Depends: emacs21 | emacsen, apel, liblingua-romkan-perl
 Conflicts: migemo
 Description: Japanese incremental search with Romaji on Emacsen
  migemo is a tool that supports Japanese incremental search with Romaji.
only in patch2:
unchanged:
--- migemo-perl-0.22.orig/debian/migemo-perl.postinst
+++ migemo-perl-0.22/debian/migemo-perl.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ $1 = configure ]; then
+if [ -d /usr/doc -a -h /usr/doc/migemo-perl -a -d 
/usr/share/doc/migemo-perl ]; then
+rm -f /usr/doc/migemo-perl
+fi
+fi
+
+#DEBHELPER#
only in patch2:
unchanged:
--- migemo-perl-0.22.orig/debian/liblingua-romkan-perl.postinst
+++ migemo-perl-0.22/debian/liblingua-romkan-perl.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ $1 = configure ]; then
+if [ -d /usr/doc -a -h /usr/doc/liblingua-romkan-perl -a -d 
/usr/share/doc/liblingua-romkan-perl ]; then
+rm -f /usr/doc/liblingua-romkan-perl
+fi
+fi
+
+#DEBHELPER#


Bug#378112: Depends vs. Recommends (Was: Bug#378112: ITP: gzrt -- gzip recovery toolkit)

2006-07-17 Thread Thomas Viehmann
Jens Peter Secher cites Policy:
 The Depends field should be used if the depended-on package is
 required for the depending package to provide a significant
 amount of functionality.

It has been (somewhat convincingly) argued that repairing broken tar.gz
is a significant amount of functionality a user gets from gzrt.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Bug#339344: Patch for wrong pointer type

2006-07-17 Thread Goswin Brederlow
Package: belpic
Followup-For: Bug #339344

Hi,

attached is a patch for the pointer conversion error.

MfG
Goswin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -u belpic-2.5.9/debian/changelog belpic-2.5.9/debian/changelog
--- belpic-2.5.9/debian/changelog
+++ belpic-2.5.9/debian/changelog
@@ -1,3 +1,9 @@
+belpic (2.5.9-1a0.mrvn.1) unstable; urgency=low
+
+  * size_t fix
+
+ -- Goswin von Brederlow [EMAIL PROTECTED]  Mon, 17 Jul 2006 09:50:00 +0200
+
 belpic (2.5.9-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- belpic-2.5.9.orig/src/eidlib/OpenSCReader.h
+++ belpic-2.5.9/src/eidlib/OpenSCReader.h
@@ -34,7 +34,7 @@
 virtual long Transmit(const unsigned char *pucSend, int iSendLen, unsigned char *pucRecv, unsigned long *pulRecvLen, BEID_Status *ptStatus);
 virtual long BeginTransaction(BEID_Status *ptStatus);
 virtual long EndTransaction(BEID_Status *ptStatus);
-virtual long ReadFile(const unsigned char *ucFile,  int iFileLen, unsigned char *pucOutput, unsigned long *pulOutLen, BEID_Status *ptStatus);
+virtual long ReadFile(const unsigned char *ucFile,  int iFileLen, unsigned char *pucOutput, size_t *pulOutLen, BEID_Status *ptStatus);
 virtual long SelectFile(const unsigned char *ucFile, int iFileLen, unsigned char ucP1, BEID_Status *ptStatus);
 virtual long ReadBinary(unsigned char *pszOutput, unsigned long *pulOutLen, BEID_Status *ptStatus, int iOffset = 0, int iCount = MAX_FILE_SIZE);
 virtual long UpdateBinary(unsigned char *pucInput, unsigned long ulInLen, BEID_Status *ptStatus);
only in patch2:
unchanged:
--- belpic-2.5.9.orig/src/eidlib/OpenSCReader.cpp
+++ belpic-2.5.9/src/eidlib/OpenSCReader.cpp
@@ -174,7 +174,7 @@
 return lRet;
 }
 
-long COpenSCReader::ReadFile(const unsigned char *ucFile, int iFileLen, unsigned char *pucOutput, unsigned long *pulOutLen, BEID_Status *ptStatus)
+long COpenSCReader::ReadFile(const unsigned char *ucFile, int iFileLen, unsigned char *pucOutput, size_t *pulOutLen, BEID_Status *ptStatus)
 {
 long lRet = SC_NO_ERROR;
 if(m_p15Card != NULL)
@@ -183,7 +183,7 @@
		sc_append_path_id(tPath, ucFile, iFileLen);
 tPath.count = -1;
 tPath.type = SC_PATH_TYPE_PATH;
-if(SC_NO_ERROR != (lRet = sc_pkcs15_read_file2(m_p15Card, tPath, pucOutput, (unsigned int*)pulOutLen, NULL)))
+if(SC_NO_ERROR != (lRet = sc_pkcs15_read_file2(m_p15Card, tPath, pucOutput, pulOutLen, NULL)))
 {
 *pulOutLen = 0;
 }


Bug#378538: mercurial: hg serve does not respond (traceback included)

2006-07-17 Thread Arthur Lutz
Package: mercurial
Version: 0.9-7
Severity: normal


When I ask for http://localhost:8000 when running hg serve, it 
does not respond (empty page), and gives the following log on 
the command line : 

$ hg serve
Exception happened during processing of request from 
('xx.xx.xx.xx', 60322)
Traceback (most recent call last):
  File /usr/lib/python2.3/SocketServer.py, line 463, in 
process_request_thread
self.finish_request(request, client_address)
  File /usr/lib/python2.3/SocketServer.py, line 254, in 
finish_request
self.RequestHandlerClass(request, client_address, self)
  File /usr/lib/python2.3/SocketServer.py, line 521, in 
__init__
self.handle()
  File /usr/lib/python2.3/BaseHTTPServer.py, line 324, in 
handle
self.handle_one_request()
  File /usr/lib/python2.3/BaseHTTPServer.py, line 318, in 
handle_one_request
method()
  File /var/lib/python-support/python2.3/mercurial/hgweb.py, 
line 955, in do_GET
self.do_POST()
  File /var/lib/python-support/python2.3/mercurial/hgweb.py, 
line 949, in do_POST
self.do_hgweb()
  File /var/lib/python-support/python2.3/mercurial/hgweb.py, 
line 998, in do_hgweb
hgwebobj.run(req)
  File /var/lib/python-support/python2.3/mercurial/hgweb.py, 
line 763, in run
static = self.repo.ui.config(web, static, 
os.path.join(t,static))
  File /usr/lib/python2.3/posixpath.py, line 62, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR)

Versions of packages mercurial depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  python2.3.5-11   An interactive high-level object-o
ii  python-support0.3.8  automated rebuilding support for p
ii  python2.3 2.3.5-14   An interactive high-level object-o

Versions of packages mercurial recommends:
ii  rcs   5.7-18 The GNU Revision Control System
ii  tk8.4 [wish]  8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information


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



Bug#378521: installation-report: installed system is not working

2006-07-17 Thread Frans Pop
severity 378521 normal
thanks

On Monday 17 July 2006 06:39, Manfred Richter wrote:
 Comments/Problems:
 During installation a driver for the ethernet, called sky2, is used.
 After installation this driver is not longer present.

Davide Viti has already given you the reason for this issue. It should be 
resolved sometime this week as we expect the 2.6.16 kernels to finally 
migrate to testing.

Cheers,
FJP


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



Bug#378536: make location of stylesheets configurable

2006-07-17 Thread martin f krafft
Package: libapache-mod-musicindex
Severity: wishlist

The current version of libapache-mod-musicindex requires custom
stylesheets to be put into /usr/share/mod-musicindex, but /usr is
supposed to be off-limits to the administrator. It would be great if
I could specify another directory to search in the configuration,
which would then be searched after mod-musicindex for stylesheets.

If you cannot make it configurable, at least allow files in
/etc/musicindex, please.

Of course, to make this work with apache, the Alias has to point to
the other directory, and /usr/share/mod-musicindex has to be linked
into it. Or maybe musicindex can be smart about it, because it knows
the location, so maybe we could add a new Alias /musicindex-custom
and have the Python script output URLs accordingly for files in that
directory.

Thanks,

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#377959: problem exists also in 2.6.17.6

2006-07-17 Thread Toni Mueller

Hello,

I just created a 2.6.17.6 kernel (patch as of yesterday), and tried
again, with much the same results. So, I suspect it's somewhere in the
guts of the 2.6.17 kernel - switching back to 2.6.16 also brings
performance back to acceptable levels (already included in the report).

Should I report this bug upstream?


Best,
--Toni++



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



Bug#378340: dpkg-dev: no support for XB-Python-Version yet?

2006-07-17 Thread Toni Mueller

Hello,

On Sun, 16.07.2006 at 19:06:58 +1000, Brendan O'Dea [EMAIL PROTECTED] wrote:
 On Sat, Jul 15, 2006 at 03:19:45PM +0200, Toni Mueller wrote:
 dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in 
 input data in package's section of control info file
 
 It's just a warning.  Check the generated package; if you run
 'dpkg --info whatever.deb' you should see a Python-Version header.

yes, it's a warning, and I assume(d) that you want to make the warning
go away. IMHO, developer tools should not emit warnings for conditions
which are mandated by the policy. Therefore I reported the bug because
apparently tools and policy are currently out of sync.


Best,
--Toni++


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



Bug#378541: 0day root exploit available, please updates kernel packages

2006-07-17 Thread Jan Gerle
Package: linux-image-2.6.17
Severity: critical

0day root exploit for kernel 2.6.17.4 available, bug is fixed in 2.6.17.5 -
please update Debian packages

Exploit:
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047907.html
Changelog:  http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.17.6
New Kernel: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.17.6.bz2

Thanks in advance,
Jan Gerle



Bug#378540: RFA: mypasswordsafe

2006-07-17 Thread Khalid El Fathi
Package: wnpp
Severity: normal

I've packaged mypasswordsafe (for KDE) on request, but I don't use it
myself, I use gpass on GNOME.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)


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



Bug#378542: linux-2.6: usbmon.ko useless without CONFIG_DEBUG_FS

2006-07-17 Thread Timo Juhani Lindfors
Package: linux-2.6
Severity: wishlist

usbmon.ko included in e.g. linux-image-2.6.17-1-686 version 2.6.17-2
seems to be useless without CONFIG_DEBUG_FS. If I do modprobe usbmon
on such a kernel dmesg prints just usbmon: debugfs is not
available.

I suggest you either enable CONFIG_DEBUG_FS or disable CONFIG_USB_MON.

Google finds at least
http://www.ussg.iu.edu/hypermail/linux/kernel/0502.0/1244.html where
the use of debugfs is discussed.

-- 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.32sauna0
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)


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



Bug#378539: Yet more fixes for the program output

2006-07-17 Thread Tobias Toedter
Package: adduser
Version: 3.93
Severity: normal
Tags: patch

Hi,

while updating the de.po file, I've discovered yet more fixes for the 
program output. I've unified the usage of dief(), so you get the program's 
name $0 each time without the need to specify it explicitely. Moreover, 
some messages have been modified to appear more than once in the output, 
thus reducing the work for translators.

Regards,
Tobias

-- 
Tobias Toedter   | The sum of the intelligence of the world is constant.
Hamburg, Germany | The population is, of course, growing.
Index: adduser
===
--- adduser	(revision 614)
+++ adduser	(working copy)
@@ -267,7 +267,7 @@
 }
 }
 
-printf (gtx(Adding group `%s' (%d) ...\n),$new_name,$new_gid) if $verbose;
+printf (gtx(Adding group `%s' (GID %d) ...\n),$new_name,$new_gid) if $verbose;
 invalidate_nscd(group);
 my $groupadd = which('groupadd');
 systemcall($groupadd, '-g', $new_gid, $new_name);
@@ -296,7 +296,7 @@
 }
 }
 
-printf (gtx(Adding group `%s' (%s) ...\n),$new_name,$new_gid) if $verbose;
+printf (gtx(Adding group `%s' (GID %d) ...\n),$new_name,$new_gid) if $verbose;
 invalidate_nscd(group);
 my $groupadd = which('groupadd');
 systemcall($groupadd, '-g', $new_gid, $new_name);
@@ -386,19 +386,19 @@
 	elsif ($make_group_also){ $new_gid=$new_uid; $ingroup_name=$new_name; }
 	else { dief (gtx(Internal error)); }
 }
-printf (gtx(Adding system user `%s' with UID %d ...\n),$new_name,$new_uid) if $verbose;
+printf (gtx(Adding system user `%s' (UID %d) ...\n),$new_name,$new_uid) if $verbose;
 
 invalidate_nscd();
 # if we reach this point, and the group does already exist, we can use it.
 if ($make_group_also  !getgrnam($new_name)) {
-	printf (gtx(Adding new group `%s' (%d) ...\n),$new_name,$new_gid) if $verbose;
+	printf (gtx(Adding new group `%s' (GID %d) ...\n),$new_name,$new_gid) if $verbose;
 	$undogroup = $new_name;
my $groupadd = which('groupadd');
 	systemcall($groupadd, '-g', $new_gid, $new_name);
 	invalidate_nscd(group);
 }
 
-printf gtx(Adding new user `%s' (%d) with group `%s' ...\n),$new_name,$new_uid,$ingroup_name
+printf gtx(Adding new user `%s' (UID %d) with group `%s' ...\n),$new_name,$new_uid,$ingroup_name
 	if $verbose;
 $home_dir = $special_home || homedir($new_name, $ingroup_name);
 	$shell = $special_shell || '/bin/false';
@@ -412,9 +412,9 @@
 # non-zero exit code and we need to do special handling here!
 if (system($chage, '-M', '9', $new_name)) {
 	if( ($?8) ne 15 ) {
-	cleanup(sprintf(gtx(%s: `%s' returned error code %d. Exiting.\n), $0, $chage -M 9 $new_name, $?8))
+	cleanup(sprintf(gtx(`%s' returned error code %d. Exiting.\n), $chage -M 9 $new_name, $?8))
 	  if ($?8);
-	cleanup(sprintf(gtx(%s: `%s' exited from signal %s. Exiting.\n), $0, $chage -M 9 $new_name, $?255));
+	cleanup(sprintf(gtx(`%s' exited from signal %d. Exiting.\n), $chage -M 9 $new_name, $?255));
 	} else {
 	printf (gtx(%s failed with return code 15, shadow not enabled, password aging cannot be set. Continuing.\n), $chage);
 	}
@@ -473,7 +473,7 @@
 	if (defined($new_gid)) { $ingroup_name = getgrgid($new_gid); }
 	elsif ($ingroup_name) { $new_gid = getgrnam($ingroup_name); }
 	elsif ($make_group_also){ $new_gid=$new_uid; $ingroup_name=$new_name; }
-	else { dien (gtx(Internal error)); }
+	else { dief (gtx(Internal error)); }
 }
 
 invalidate_nscd();
@@ -628,7 +628,7 @@
   else {
   printf gtx(Creating home directory `%s' ...\n),$home_dir if $verbose;
   $undohome = $home_dir;
-  mktree($home_dir) || cleanup(sprintf(gtx(Couldn't create %s: %s.\n), $home_dir, $!));
+  mktree($home_dir) || cleanup(sprintf(gtx(Couldn't create home directory `%s': %s.\n), $home_dir, $!));
   chown($new_uid, $new_gid, $home_dir)
 	  || cleanup(chown $new_uid:$new_gid $home_dir: $!\n);
   $dir_mode = get_dir_mode($make_group_also);
@@ -774,7 +774,7 @@
 	mkdir($todir/$file, 700) || cleanup(mkdir: $!);
 }
 else {
-	cleanup(sprintf(gtx(Can't deal with %s.\nIt is not a dir, file, or symlink.\n), $fromdir/$file));
+	cleanup(sprintf(gtx(Cannot deal with %s.\nIt is not a dir, file, or symlink.\n), $fromdir/$file));
 }
 
 chown($newu, $newg, $todir/$file)
Index: deluser
===
--- deluser	(revision 614)
+++ deluser	(working copy)
@@ -92,7 +92,7 @@
 }
 
 # everyone can issue --help and --version, but only root can go on
-die ($0: ,gtx(Only root may remove a user or group from the system.\n)) if ($ != 0);
+dief (gtx(Only root may remove a user or group from the system.\n)) if ($ != 0);
 
 if (!defined($configfile)) { 
 @defaults = (/etc/adduser.conf, /etc/deluser.conf);
@@ -109,7 +109,7 @@
 
 while (defined(my $arg = shift(@ARGV))) {
   if (defined($names[0])  $arg =~ /^--/) {
-  die ($0: 

Bug#372734: (kein Betreff)

2006-07-17 Thread Frans Pop
On Monday 17 July 2006 10:53, you wrote:
  It will be part of the next point release for stable. Fixed package
  is currently available from proposed-updates.

 It isn't. Having

 deb ftp://ftp.de.debian.org/debian sarge main contrib non-free
 deb http://ftp.de.debian.org/debian sarge-proposed-updates main contrib
 non-free
 deb http://security.debian.org sarge/updates main contrib non-free

 in my sources.list, I still get the error after apt-get update 
 apt-get upgrade

What version do you have installed or is it trying to install?


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



Bug#372734: (kein Betreff)

2006-07-17 Thread Florian Effenberger
It will be part of the next point release for stable. Fixed package 
is currently available from proposed-updates.


It isn't. Having

deb ftp://ftp.de.debian.org/debian sarge main contrib non-free
deb http://ftp.de.debian.org/debian sarge-proposed-updates main contrib 
non-free

deb http://security.debian.org sarge/updates main contrib non-free

in my sources.list, I still get the error after apt-get update  
apt-get upgrade


Can you please insert it into the proposed-updates repository?


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



Bug#363003: svn-buildpackage: doesn't follow svn:externals

2006-07-17 Thread Marcus Better
I tried the following trivial patch, but it didn't help since svn 1.2
and later has a bug when exporting externals:
  http://subversion.tigris.org/issues/show_bug.cgi?id=2429

Haven't tried svn 1.1 yet.

--- SDCommon.pm
+++ SDCommon.pm 2006-07-17 09:31:42.0 +0200
@@ -372,9 +372,10 @@
 }

 sub check_uncommited {
-   open($svn, svn status |);
+   open($svn, svn status --ignore-externals |);
@statuslist = $svn;
for(@statuslist) {
+   next if /^\s*X+\s+(.*)/;
if(/^\s*M+\s+(.*)/) {
# FIXME: rewrite to run svn propget in one command with a
list if
# somebody complains about performance issues


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



Bug#378543: middle and right buttons are swapped

2006-07-17 Thread Marcel Sebek
Package: xserver-xorg-input-evdev
Version: 1:1.1.2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

After upgrade, right and middle mouse buttons got swapped.


- -- 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.17-ck1
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  xserver-xorg-core 1:1.0.2-9  X.Org X server -- core server

xserver-xorg-input-evdev recommends no packages.

- -- no debconf information

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

iD8DBQFEu0/ti2PKBl+Ic14RAhLsAKDyFa6UahomV+5e4XjBIFPGBX9a3ACg9S+s
2bpwdsGnQSwfanKMIW9nkQM=
=hPgs
-END PGP SIGNATURE-


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



Bug#359452: diff for 1.0-5.1 NMU

2006-07-17 Thread Amaya
Package: libpam-openafs-session
Version: 1.0-5
Severity: normal
Tags: patch

Hi,

Attached is the diff for my libpam-openafs-session 1.0-5.1 NMU.

-- 
 .''`. Fuck your fascist beauty standards
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u libpam-openafs-session-1.0/debian/changelog 
libpam-openafs-session-1.0/debian/changelog
--- libpam-openafs-session-1.0/debian/changelog
+++ libpam-openafs-session-1.0/debian/changelog
@@ -1,3 +1,10 @@
+libpam-openafs-session (1.0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359452).
+
+ -- Amaya Rodrigo Sastre [EMAIL PROTECTED]  Mon, 17 Jul 2006 10:19:42 +0200
+
 libpam-openafs-session (1.0-5) unstable; urgency=low
 
   * Move my last package from non-us to main
@@ -37,4 +44 @@
-   
-Local variables:
-mode: debian-changelog
-End:
+
only in patch2:
unchanged:
--- libpam-openafs-session-1.0.orig/debian/postinst
+++ libpam-openafs-session-1.0/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ $1 = configure ]; then
+if [ -d /usr/doc -a -h /usr/doc/libpam-openafs-session -a -d 
/usr/share/doc/libpam-openafs-session ]; then
+rm -f /usr/doc/libpam-openafs-session
+fi
+fi
+
+#DEBHELPER#


Bug#377808: Re : uim can cause crash of X

2006-07-17 Thread Etsushi Kato

On 7/16/06, Jan Willem Stumpel [EMAIL PROTECTED] wrote:

 I'm one of the developer of uim.  As far as I can tell, you can
 avoid this complete freeze of X by using --async option of
 uim-xim.

Thank you!!! This indeed works. In Debian Sid, I set
XIM_ARGS=--async in /etc/X11/xinit/xinput.d/uim-systray, and
indeed it works now exactly as you said: CPU usage goes to 100%
when I 'mis-hit' keys, but this is temporary and X does not
freeze. If no side effects are expected, I would vote for async
to be the default. I just wonder why Omote-san could not reproduce
this.


Hmm...  It it known that --async option has a side effect (and also
SCIM's x11 has) in inputting characters into Tck/Tk widget.  We cannot
input any character in Tcl/Tk version below 8.4.13.  And I think
our default behavior (not using --async) is suitable for old
applications like xfig and tgif.


 I think this bug is caused from invalid use of filter key event
 in mozilla in the address bar widget.

So you agree it is a bug? Can you reproduce it? If it is a bug in
Mozilla/Firefox, somebody should report it, but I'm afraid I do
not have the technical knowledge about 'filter key events' to
describe it exactly.


Yes, I can reproduce it.  But the bug is very difficult to describe
and solve.  IMHO, It can be said that the bug is in mozilla's complex
use of filter key event (how to handle key event) in term of XIM, but it
is indeed a problem in libX11's XIM protocol.  With gtk+ immodule other
than XIM (i.e. other than im-xim.so), this cannot be said a bug in
mozilla and it works perfectly.  X11's XIM protocol is not well defined
and not suitable for such a complex use of key filter event like mozilla.
This is why we recommend to abandon XIM.


 By the way, you seem to like using XIM instead of gtk+ immodule
 because of the compose sequences in X11.

Two reasons:

1 - the compose sequences. With uim default method = direct, it
is as if uim does not exist. There is just the arrow symbol in
the systray. All the xkb/compose stuff works (not so with
SCIM, that ís why I like uim better!). But if I want to use
uim, it is there, and I can activate it by right-clicking on
the arrow.
2 - xim always works. When I activate uim, I can use it
everywhere: xterm programs, openoffice, qt programs, gtk
programs, mozilla, even in xfig. Very simple, very neat.


I see.

For 1,

I've implemented X11's equivalent compose mechanism in uim-xim, so it
should work as if it doesn't exit :).

In gtk+ (Qt), maybe you can ask developers of gtk+ (Qt) directly to
support all the compose sequences of X11's.  Or maybe I can implement
uim's immodule to support them.  Also I as noted in previous mail,
please test uim's Latin IM with uim immodule (if you can find a bug
or request to it, please file a bug in uim's bugzilla at freedesktop.org).



For 2,

That's true.  But as I described above, XIM protocol is not very easy
to implement in a application properly (because XIM is not well
designed IMHO), and gtk+ or qt's immodule is more robust in complex
use of inputting mechanism.  So if a application support immodule and
uim or SCIM immodule is available, we recommend use uim (SCIM)
immodule.

So, just set GTK_IM_MODULE=uim and QT_IM_MODULE=uim environmental
variable.  And for the rest of traditional applications, just run
uim-xim at startup of X and set [EMAIL PROTECTED]  With this
setting, you can use uim everywhere.  It not so complex.

Cheers,
--
Etsushi Kato
[EMAIL PROTECTED]



Bug#364730: mutt segfault

2006-07-17 Thread Johannes Rohr
Hi, Julien and others,

I see that this bug is still tagged moreinfo, even though I did
respond to your last inquiry. Please let me know what else is required
from me to enable you to address this issue.

Thanks,

Johannes


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



Bug#292782: Successful Testing of Patch

2006-07-17 Thread Bruno Cornec
Andree Leidenfrost said on Thu, Jul 06, 2006 at 09:02:28PM +1000:

 Following up on my previous response, I've now successfully restored
 from a series of two MondoRescue DVDs with the previously sent patch
 applied. I did this is qemu on the laptop, so had to eject from the
 host, but mondorestore within qemu was happy once the new media was
 available. So, I believe we can definitely count this as success.

Great news !

 I will therefore apply the previously sent patch to stable. I hope this
 is in line with your original response and your expectations.

Exactly.

Thanks again for your work,
Bruno.
-- 
Linux Profession Lead EMEA  / Open Source Evangelist \HP CI EMEA IET
http://www.mondorescue.org / HP/Intel Solution Center \  http://hpintelco.net
Des infos sur Linux?  http://www.HyPer-Linux.org  http://www.hp.com/linux
La musique ancienne?  http://www.musique-ancienne.org http://www.medieval.org


pgpKqG1BnSdLM.pgp
Description: PGP signature


Bug#315468: diff for 1.4.1-4.1 NMU

2006-07-17 Thread Amaya
Package: shhmsg
Version: 1.4.1-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my shhmsg 1.4.1-4.1 NMU.

-- 
 .''`. Fuck your fascist beauty standards
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u shhmsg-1.4.1/debian/changelog shhmsg-1.4.1/debian/changelog
--- shhmsg-1.4.1/debian/changelog
+++ shhmsg-1.4.1/debian/changelog
@@ -1,3 +1,12 @@
+shhmsg (1.4.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359523,#359524).
+  * Change the #DEBHELPER# instance in a comment in libshhmsg1-dev.postinst
+and libshhmsg1-dev.prerm, it was confusing debhelper (Closes: #315468).
+
+ -- Amaya Rodrigo Sastre [EMAIL PROTECTED]  Mon, 17 Jul 2006 11:32:22 +0200
+
 shhmsg (1.4.1-4) unstable; urgency=low
 
   * libshhmsg1-dev.postinst, libshhmsg1-dev.prerm: new files, use /bin/bash
diff -u shhmsg-1.4.1/debian/libshhmsg1.postinst 
shhmsg-1.4.1/debian/libshhmsg1.postinst
--- shhmsg-1.4.1/debian/libshhmsg1.postinst
+++ shhmsg-1.4.1/debian/libshhmsg1.postinst
@@ -4,8 +4,10 @@
 
 if [ $1 = configure ]; then
ldconfig
+if [ -d /usr/doc -a -h /usr/doc/libshhmsg1 -a -d 
/usr/share/doc/libshhmsg1 ]; then
+rm -f /usr/doc/libshhmsg1
+fi
 fi
-
 #DEBHELPER#
 
 exit 0
diff -u shhmsg-1.4.1/debian/libshhmsg1-dev.postinst 
shhmsg-1.4.1/debian/libshhmsg1-dev.postinst
--- shhmsg-1.4.1/debian/libshhmsg1-dev.postinst
+++ shhmsg-1.4.1/debian/libshhmsg1-dev.postinst
@@ -1,7 +1,12 @@
 #!/bin/bash
-# use bash explicitly because the #DEBHELPER# part uses 'command -v'
+# use bash explicitly because the DEBHELPER part uses 'command -v'
 set -e
 
-#DEBHELPER#
+if [ $1 = configure ]; then
+if [ -d /usr/doc -a -h /usr/doc/libshhmsg1-dev -a -d 
/usr/share/doc/libshhmsg1-dev ]; then
+rm -f /usr/doc/libshhmsg1-dev
+fi
+fi
 
+#DEBHELPER#
 exit 0
diff -u shhmsg-1.4.1/debian/libshhmsg1-dev.prerm 
shhmsg-1.4.1/debian/libshhmsg1-dev.prerm
--- shhmsg-1.4.1/debian/libshhmsg1-dev.prerm
+++ shhmsg-1.4.1/debian/libshhmsg1-dev.prerm
@@ -1,5 +1,5 @@
 #!/bin/bash
-# use bash explicitly because the #DEBHELPER# part uses 'command -v'
+# use bash explicitly because the DEBHELPER part uses 'command -v'
 set -e
 
 #DEBHELPER#


Bug#378265: xserver-xorg: Random X and system crash on Radeon Mobility M6 LY, Crusoe

2006-07-17 Thread Michel Dänzer
On Fri, 2006-07-14 at 16:12 -0400, Adam C Powell IV wrote: 
 Package: xserver-xorg
 Version: 7.0.22
 Severity: important
 
 Greetings,
 
 My laptop, Fujitsu P2120 with Radeon Mobility M6 LY and Crusoe CPU,
 hangs while running xorg with the ati driver.  This did not happen with
 6.9.0, nor with xserver-xfree86-dbg (which the Crusoe CPU required, see
 bug 261251).  No output because the machine hangs with nothing in the
 logs, it doesn't hang when I'm at the console.  This happens under
 2.6.15, .16 and .17 kernels.
 
 It never crashes when I halt/reboot from the GNOME Desktop menu, but
 always crashes when I log out.  Otherwise, crashes are random with a
 half-life around 30-60 minutes.

Sounds like this could be #366114.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#367867: initscripts: need versioned dep on powermgmt-base for on_ac_power

2006-07-17 Thread Stefan Völkel
Petter Reinholdtsen wrote:
 tags 367867 + pending
 thanks
 
 on_ac_power is in /usr/bin, where it is useless for the initscripts.
 We need access to it early in the boot sequence.
 
 Actually, the calls to on_ac_power in checkfs.sh and checkroot.sh were
 written explicitly to work as before when on_ac_power are unavailable,
 and only skip fsck if the binary is found and report that the laptop
 is on battery, to handle gracefully all installations where /usr/ is
 unavailable.

Not sure if I understood that correctly, but IMHO that is exaclty what
is not working.

My laptop was running on battery and has only one partition, notheless
an fsck was performed, because on_ac_power was no longer found (PATH did
not include /sbin/ IIRC).

regards
Stefan
-- 
Stefan Völkel  mobile: +49.170.79177.17
Millenux GmbH   phone: +49.711.88770.300
Lilienthalstraße 2  phone: +49.89.608665.27
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-



signature.asc
Description: OpenPGP digital signature


Bug#378546: axel-kapt: uses all available memory, crashes, brings system to a crawl

2006-07-17 Thread Andrew Schulman
Package: axel-kapt
Version: 1.0b-1
Severity: important

When I run axel-kapt from the console, it starts to soak up all
available memory.  My host grinds to a halt as memory for all other
processes is swapped out.  When axel-kapt has used up all available
RAM and cache, it crashes.  Here's what I see on my console:

$ axel-kapt
sh: line 43: 25220 Doneecho '
start :framed Axel-Kapt  Download Accelerator - info url config local 
buttons filler;

info :horizontal - txt ico;
txt - @text(x%axel -V%);
ico - @icon(connect_creating.png);

url Url (you can add mirrors) - @string()='';
config :horizontal OPTIONS - checks term max connex search;
checks  :horizontal - proxy verb quiet;
proxy No Proxy - @| -N ;
verb Verbose - @| --verbose ;
quiet Quiet - @| -q ;

term Terminal Type - @combo(konsole, rxvt, xterm, aterm);
max Max bps- @integer()=0;
connex :horizontal Connections - @integer()=4;
search :framed ftp Search - numsites | ! @ ;
numsites -  --search= @integer()=3;


local - file | ! @ ;
file Save as (optional). Choose a directory and type a filename... -  
--output= @directory();

buttons :horizontal Actions - mail help doit quit;
help - @button(helpwin)=Help;
mail - @action(bug)=Bug Report;
doit - @exec(axel)=Start;
#doit - @echo(axel)=Start;
quit - @close=Exit;

filler - @fill(); #sometimes the bottom is obscured..
   #not just in kaptain. Some other qt apps too

helpwin axel Help Text- helptitle helpwindow;
#huge button just to force the dialog wider
helptitle :horizontal - @text(x%axel -V%) @close= Close 
this window ;
helpwindow - @list(x%axel --help%);

bug - kmail -s  x%axel -V | grep Axel | sed s/ /_/g%  [EMAIL 
PROTECTED];


axel - term  -e axel -s  max  -n connex proxy verb quiet search   local 
  url;
'
 25221 Killed  | kaptain



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages axel-kapt depends on:
ii  axel  1.0b-1 A light download accelerator - Con
ii  kaptain   1:0.71-1.3 Graphical front-end for command li
ii  konsole [x-terminal-emulator] 4:3.5.3-2  X terminal emulator for KDE
ii  python2.3.5-11   An interactive high-level object-o

axel-kapt recommends no packages.

-- no debconf information


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



Bug#378545: installation report

2006-07-17 Thread Herman Meester
Package: installation-reports

Boot method: Netinstall CDrom, about 180MB
Image version: 16 July, 2006, got the .iso at ftp://ftp.nl.debian.org (if I remember correctly)
Date: 16 July 2006

Machine: Topline Amicus 3100 laptop computer, 12 screen, 6.x GB hard
drive; an old but very tough laptop made by Tulip Computers. Especially
the keyboard feels like concrete, very nice.

Processor:Intel Celeron (Mendocino) 466 Mhz, 128kb cache
Memory:32MB (I now, I need some more)
Partitions: swap around 82MB, / about 1.9GB, /home about 4GB

Output of lspci and lspci -n:
~$ lspci
:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
:00:05.0 VGA compatible controller: Silicon Motion, Inc. SM710 LynxEM (rev a2)
:00:07.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
:00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6812 Cardbus Controller (rev 05)
:00:0e.0 Multimedia audio controller: ESS Technology ES1968 Maestro 2
:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

~$ lspci -n
:00:00.0 0600: 8086:7192 (rev 03)
:00:05.0 0300: 126f:0710 (rev a2)
:00:07.0 0680: 8086:7110 (rev 02)
:00:07.1 0101: 8086:7111 (rev 01)
:00:07.2 0c03: 8086:7112 (rev 01)
:00:07.3 0680: 8086:7113 (rev 02)
:00:0a.0 0607: 1217:6872 (rev 05)
:00:0e.0 0401: 125d:1968
:01:00.0 0200: 10ec:8139 (rev 10)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked: [O]
Configure network HW: [O]
Config network: [O]
Detect CD: [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives: [O]
Create file systems: [O]
Mount partitions: [O]
Install base system: [O]
Install boot loader: [O]
Reboot: [O]

Comments/Problems:
The reason I tried a Debian Sarge netinstall is that the laptop's
memory is only 32MB, so I thought it was a good thing that Debian
unlike many other distributions can handle that. On the other hand, if
I would have just bought some extra memory I might have tried Fedora
with Xfce. Now I will sure stick with Debian. I will need additional
RAM as Xfce is still rather slow on a lousy 32MB machine.
I have to say I really like the idea of a netinstall where you tell the
installer exactly which packages you want to have. Debian's netinstall
is a lot better than for example Suse's. As a relative beginner it took
me three fresh installs, however, to find out how to make sure Xfce,
Abiword, Gnumeric, XMMS and something. But the minimalistic
synaptic-like program in the installer works very well, for those that
keep their eyes open.

A suggestion I do have, which I can really recommend: in the installer,
there is the option where you can choose what type of installation you
want to have, like printer server or desktop system. When you pick
desktop system, both the full KDE and Gnome systems are downloaded
and installed. Wouldn't it be nice of behind that choice desktop
system there would be a submenu where you can choose KDE or Gnome or
Xfce or IceWM, Fluxbox or whatever? First thing I tried was this
desktop system, expecting I could have some more options, but then
downloading began. I understand that people could have picked manual
selection too, but for the not so experienced that would be a lot of
trial and error. For example, say one picks Xfce, then X-window-server
is not automatically installed.
Nevertheless, after some trial and error I think Debian is a great
system, so far without some of the annoying bugs I experienced with
Ubuntu (where low memory mode didn't work!), Suse, DSL, Vector. Thank
you for all this work!


Bug#353422: xserver-xorg: sometimes eyboard stops working after X starts

2006-07-17 Thread Michel Dänzer
reassign 353422 kdm
kthxbye

On Fri, 2006-07-07 at 16:29 +0530, Joshua N Pritikin wrote:
 On Tue, Feb 21, 2006 at 11:48:25AM +0100, Michel Dänzer wrote:
  On Sat, 2006-02-18 at 14:48 +0530, Joshua Pritikin wrote: 
   Initially, we thought it was a kernel bug but the keyboard works
   during the system startup.  If I type stuff then it appears on
   console interleaved with the boot messages.  However, the
   keyboard stops working as soon as X starts, sometimes.  Sometimes
   means like 1 in 4 times the keyboard works and 3 in 4 times it
   doesn't work.  Any idea how to track this down?
  
  If you're using a display manager, this is usually due to a race
  condition which causes the X server and display manager not to use the
  same VT. Display managers usually work around this by passing vtX
  explicitly on the X server command line.
 
 I was using kdm 4:3.3.2-1.  The problem seems to have disappeared 
 (4 days so far) after switching to gdm 2.8.0.6-2.
 
 Shall I file a bug against kdm?

I'm reassigning this one.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#377225: xserver-xorg-core: last version overwrites libglx.so

2006-07-17 Thread Michel Dänzer
On Fri, 2006-07-07 at 15:45 +0200, Jordi =?UTF-8?Q?Catal=C3=A1n ?=
wrote:
 Package: xserver-xorg-core
 Version: 1:1.0.2-9
 Severity: important
 
 The packet overwrites /usr/lib/xorg/modules/extensions/libglx.so which
 is a symlink to libglx.so.1.0.8762, from NVIDIA driver.

xserver-xorg-core is the primary package for this file. You need to take
this up with where you got the other version from.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#378547: RM: ipfwadm - Ro?: kernel 2.0 only

2006-07-17 Thread Bastian Blank
Package: ipfwadm
Version: N/A
Severity: wishlist

Please remove ipfwadm from unstable. It is for 2.0 kernels which Debian
don't support in the other software. There was some sort of
compatibility code in 2.4 which was removed long time ago.

ipfwadm have two reverse dependencies from ipmasq and ferm, both as
| Depends: iptables | ipchains | ipfwadm
I'll try to get them away.

popcon lists it as
| 12532 ipfwadm   51 447 0 0 (Adam 
Mckenna)

Bastian

-- 
Vulcans never bluff.
-- Spock, The Doomsday Machine, stardate 4202.1


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



Bug#378544: Undefined macros in manpages

2006-07-17 Thread Thomas Huriaux
Package: manpages
Version: 2.34-1
Severity: minor

Hi,

Here is the list of some problems found with `groff -Tascii -wmac -mman
$file` and the comments. Most of the problems result in a missing line.
It sometimes seems to be wanted (macro .nl for example), but would be
better with a known macro (to ease the gettextization for example).
However, sometimes there is a real problem that should be fixed.


./man2/shmget.2:132: warning: `Br' not defined

results: incomple sentence
fix: .BR instead of .Br


./man3/isalpha.3:39: warning: `nl' not defined
./man3/basename.3:30: warning: `nl' not defined
./man3/confstr.3:37: warning: `nl' not defined
./man3/fpathconf.3:32: warning: `nl' not defined
./man3/gets.3:33: warning: `nl' not defined
./man3/getw.3:31: warning: `nl' not defined
./man3/glob.3:36: warning: `nl' not defined
./man3/posix_fallocate.3:32: warning: `nl' not defined
./man3/puts.3:32: warning: `nl' not defined
./man3/random.3:39: warning: `nl' not defined
./man3/getline.3:33: warning: `nl' not defined 
./man3/malloc.3:35: warning: `nl' not defined
./man3/posix_memalign.3:40: warning: `nl' not defined 
./man3/toupper.3:33: warning: `nl' not defined

results: ok
fix: .br instead of .nl


./man3/getloadavg.3:37: warning: `Fd' not defined

results: line dismissed
fix: .B instead of .Fd


./man3/rpc.3:79: warning: `UX' not defined

results: ok
fix: should be removed


./man5/utmp.5:206: warning: `SP' not defined

results: ok
fix: .sp instead of .SP


./man7/capabilities.7:272: warning: `IT' not defined

results: line dismissed
fix: .IR instead of .IT


./man7/uri.7:229: warning: `UR' not defined

results: line dismissed
fix: .IR instead of .UR, and should probably be rephrased.


./man7/uri.7:231: warning: `UE' not defined

results: ok
fix: should be removed


And another problem not detected by this command but found while
gettextizing the pages with po4a:
* man2/remap_file_pages.2:47
\fB1.\fp should be \fB1.\fP
* man2/remap_file_pages.2:54
\fB2.\fp should be \fB2.\fP

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#378548: RM: ipfwadm - Ro?: kernel 2.0 only

2006-07-17 Thread Bastian Blank
Package: ftp.debian.org
Version: N/A
Severity: wishlist

Please remove ipfwadm from unstable. It is for 2.0 kernels which Debian
don't support in the other software. There was some sort of
compatibility code in 2.4 which was removed long time ago.

ipfwadm have two reverse dependencies from ipmasq and ferm, both as
| Depends: iptables | ipchains | ipfwadm
I'll try to get them away.

popcon lists it as
| 12532 ipfwadm   51 447 0 0 (Adam 
Mckenna)

Bastian

-- 
Vulcans never bluff.
-- Spock, The Doomsday Machine, stardate 4202.1


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



Bug#378487: linux-2.6: kernel-2.6.17-3 on a P-IV locks up the machine: problem with 'drm:i830'

2006-07-17 Thread Subhashis Roy
Hi,As suggested by you, I have downloaded and booted the machine by usinglinux-image-2.6.17-1-686 (version 2.6.17-3). However, after running stellarium in 1280x1024,the machine does lockup in the same way as I reported earlier.
The kernel log shows:---Jul 17 12:04:35 localhost kernel: [drm:i830_wait_ring] *ERROR* space: 107040 wanted 131064Jul 17 12:04:35 localhost kernel: [drm:i830_wait_ring] *ERROR* lockupJul 17 12:04:58 localhost kernel: [drm:i830_wait_ring] *ERROR* space: 106456 wanted 131064
Jul 17 12:04:58 localhost kernel: [drm:i830_wait_ring] *ERROR* lockupJul 17 12:05:03 localhost kernel: [drm:i830_wait_ring] *ERROR* space: 106440 wanted 131064Jul 17 12:05:03 localhost kernel: [drm:i830_wait_ring] *ERROR* lockup
Jul 17 12:05:09 localhost kernel: [drm:i830_wait_ring] *ERROR* space: 106432 wanted 131064Jul 17 12:05:09 localhost kernel: [drm:i830_wait_ring] *ERROR* lockup--'lspci' shows-
:00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02):00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device (rev 02):00:03.0 PCI bridge: Intel Corp. 82865G/PE/P PCI to CSA Bridge (rev 02)
:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02):00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02):00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02)
:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02):00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02):00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02):00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 Storage Controller (rev 02):00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage Controller (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02):00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02):01:01.0 Ethernet controller: Intel Corp. 82547EI Gigabit Ethernet Controller (LOM)
---more '/proc/cpuinfo' shows:--processor : 0vendor_id : GenuineIntelcpu family : 15model : 4model name : Intel(R) Pentium(R) 4 CPU 
3.00GHzstepping : 1cpu MHz : 2993.129cache size : 1024 KBphysical id : 0siblings : 1core id : 0cpu cores : 1fdiv_bug : nohlt_bug : no
f00f_bug : nocoma_bug : nofpu : yesfpu_exception : yescpuid level : 5wp : yesflags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc up pni monitor ds_cpl cid xtpr
bogomips : 5991.35--uname -srvm shows:Linux 2.6.17-1-686 #1 SMP Thu Jul 13 14:30:26 UTC 2006 i686---more '/proc/meminfo' shows:-MemTotal: 1019744 kB
MemFree: 723692 kBBuffers: 20208 kBCached: 178760 kBSwapCached: 0 kBActive: 126216 kBInactive: 131280 kBHighTotal: 0 kBHighFree: 0 kB
LowTotal: 1019744 kBLowFree: 723692 kBSwapTotal: 2104504 kBSwapFree: 2104504 kBDirty: 0 kBWriteback: 0 kBMapped: 82156 kBSlab: 14184 kB
CommitLimit: 2614376 kBCommitted_AS: 129564 kBPageTables: 784 kBVmallocTotal: 262136 kBVmallocUsed: 7976 kBVmallocChunk: 254112 kB-'glxinfo' shows:
name of display: :0.0display: :0 screen: 0direct rendering: Yesserver glx vendor string: SGIserver glx version string: 1.2server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGIclient glx version string: 1.2client glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_contextGLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Tungsten Graphics, IncOpenGL renderer string: Mesa DRI Intel(R) 865G 20021115OpenGL version string: 1.2 Mesa 4.0.4OpenGL extensions: GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_env_add, 
 GL_ARB_texture_env_combine, GL_ARB_transpose_matrix, GL_EXT_abgr,  GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,  GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, 
 GL_EXT_convolution, GL_EXT_compiled_vertex_array, GL_EXT_fog_coord,  GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_polygon_offset,  GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_texture3D,  GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_object, 
 GL_EXT_texture_lod_bias, GL_EXT_vertex_array, GL_IBM_rasterpos_clip,  GL_MESA_window_pos, GL_NV_texgen_reflection, GL_SGI_color_matrix,  GL_SGI_color_tableglu version: 1.3glu extensions: GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
 visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cavid dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat--
0x22 

Bug#359530: diff for 1.1.7-2.1 NMU

2006-07-17 Thread Amaya
Package: shhopt
Version: 1.1.7-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my shhopt 1.1.7-2.1 NMU.

-- 
--
 .''`.   Policy is your friend. Trust the Policy.
 : :' : Love the Policy. Obey the Policy. -- Lars Wirzenius
 `. `'   Proudly running unstable Debian GNU/Linux
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u shhopt-1.1.7/debian/changelog shhopt-1.1.7/debian/changelog
--- shhopt-1.1.7/debian/changelog
+++ shhopt-1.1.7/debian/changelog
@@ -1,3 +1,10 @@
+shhopt (1.1.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359530, #359531).
+
+ -- Amaya Rodrigo Sastre [EMAIL PROTECTED]  Mon, 17 Jul 2006 12:17:43 +0200
+
 shhopt (1.1.7-2) unstable; urgency=low
 
   * shhopt is renamed to libshhopt1 and shhopt-dev is renamed to
@@ -112,3 +118,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u shhopt-1.1.7/debian/libshhopt1.postinst 
shhopt-1.1.7/debian/libshhopt1.postinst
--- shhopt-1.1.7/debian/libshhopt1.postinst
+++ shhopt-1.1.7/debian/libshhopt1.postinst
@@ -25,6 +25,9 @@
 case $1 in
 configure)
 
+if [ -d /usr/doc -a -h /usr/doc/libshhopt1 -a -d 
/usr/share/doc/libshhopt1 ]; then
+rm -f /usr/doc/libshhopt1
+fi
 ;;
 
 abort-upgrade|abort-remove|abort-deconfigure)
only in patch2:
unchanged:
--- shhopt-1.1.7.orig/debian/libshhopt1-dev.postinst
+++ shhopt-1.1.7/debian/libshhopt1-dev.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ $1 = configure ]; then
+if [ -d /usr/doc -a -h /usr/doc/libshhopt1-dev -a -d 
/usr/share/doc/libshhopt1-dev ]; then
+rm -f /usr/doc/libshhopt1-dev
+fi
+fi
+
+#DEBHELPER#


Bug#375689: Instructions on how to reconfigure xserver-xorg are incorrect

2006-07-17 Thread Colin Watson
On Fri, Jul 14, 2006 at 05:03:31AM +0100, James Westby wrote:
 I have a workaround for the problem, I will send it now while I
 remember. I will try and figure out a fix tomorrow.
 
 change 
 
 # here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
 if [ -z $UPGRADE ] || dpkg --compare-versions $2 le 1:7.0.14; then
 
 to 
 
 # here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
 if [ -z $UPGRADE ] || dpkg --compare-versions $2 le 1:8.0.14; then
 
 in /var/lib/dpkg/info/xserver-xorg.postinst

I think the reason for the trouble is that the code in
xserver-xorg.postinst that decides whether to set UPGRADE is broken. It
does this:

if [ $1 = configure ]  [ -n $2 ]; then
  UPGRADE='true'
fi

However, dpkg-reconfigure calls the postinst with configure
current-version, so this wrongly thinks that reconfigure == upgrade.

The Ubuntu xorg package has this in xsfbs.sh, which works better (and is
forward-compatible to some future time when the DEBCONF_RECONFIGURE
business is dropped from debconf and replaced with a proper reconfigure
argument):

if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
  RECONFIGURE=true
else
  RECONFIGURE=
fi

if ([ $1 = install ] || [ $1 = configure ])  [ -z $2 ]; then
  FIRSTINST=yes
fi

if [ -z $RECONFIGURE ]  [ -z $FIRSTINST ]; then
  UPGRADE=yes
fi

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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




Bug#370496: XFCE 4 wavelan plugin

2006-07-17 Thread Markus Schaber
Hi, Simon,

Did the /proc/net/wireless contents I sent to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370496 help you in
fixing the bug?

Btw, I also think that the problem might be triggered by updating the
kernel to 2.6.17.4 (from 2.6.15.X, I think).

Thanks,
Markus



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



Bug#374035: xserver-xorg-video-i810: Try including the frequency in the mode

2006-07-17 Thread Thue Janus Kristensen
Package: xserver-xorg-video-i810
Version: 1:1.5.1.0-2
Followup-For: Bug #374035


I had a similar problem. The card did not accept modes unless they
were postfixed with the refresh frequency. When I specified the
frequency too it worked. For example:

SubSection Display
Depth 24
Modes [EMAIL PROTECTED]
EndSubSection

instead of 

SubSection Display
Depth 24
Modes 1280x1024
EndSubSection

Regards, Thue

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

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  xserver-xorg-core 1:1.0.2-9  X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information


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



Bug#378394: dejagnu should depend on expect-tcl8.3, at least on hppa

2006-07-17 Thread Matthias Klose
Daniel Jacobowitz writes:
 On Sun, Jul 16, 2006 at 03:54:37AM +0200, Matthias Klose wrote:
  Package: dejagnu
  Version: 1.4.4.cvs20060709-2
  Severity: important
  
  The gcc testsuite doesn't work well with the dependency on expect
  hppa. Please either
  
  - depend on expect-tcl8.3 unconditionally.
  - or make the package architecture dependent and just depend on
expect-tcl8.3 on hppa.
 
 Didn't we already discuss this previously?  I really do not want to do
 this.  Expect is broken, not DejaGNU.  I don't even see a bug report
 open on expect about the problem, whatever it is.

sure, we did discuss this, but AFAICR we came to the conclusion to
just make dejagnu work on hppa out of the box. Feel free to close the
report.

  Matthias


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



Bug#377507: Please unblock testing migration of postgresql-7.4

2006-07-17 Thread Thiemo Seufer
Martin Pitt wrote:
 Hi Thiemo!
 
 Thiemo Seufer [2006-07-16 21:42 +0100]:
   FWIW, I tried a build with today's unstable on mips, after enabling
   the server packages again. There was one failure in the testsuite:
   
   
   ...
   test geometry ... ok
   test horology ... failed (ignored)
 
 That's normal in 7.4, there is little I can do about it. It was fixed
 in 8.0, and it's nothing to worry about.
 
   The resulting sever packages installed fine, no obvious failure
   (but OTOH I don't know what a serious test would be).
 
 Merely passing the test suite is fine, so far it has failed right when
 trying to start postmaster.
 
  In addition, I built with gcc-4.1. Since some (mostly FFI related) ABI
  bugs were fixed between 3.3 and 4.0, this can explain the difference.
  
  I recommend to try a build without any mips/mipsel specific workarounds
  (the horology failure appears to be normal, it happens also on other
  architectures).
 
 Thank you for trying this out. However, I'm sceptical: postgresql-8.1
 still gives the same error when built with gcc-4.1:
 
   
 http://buildd.debian.org/fetch.php?pkg=postgresql-8.1ver=8.1.4-4arch=mipsstamp=1152713470file=logas=raw
   
 http://buildd.debian.org/fetch.php?pkg=postgresql-8.1ver=8.1.4-4arch=mipselstamp=1152713545file=logas=raw
 
 So maybe the buildds run some different package versions.

I did a rebuild on unstable/mips, no failures, packages install fine,
postmaster process runs. So the failure might be related to the buildd
environment.

 Also, bug
 357603 has indicated that this was a problem with binutils, not with
 gcc (if using gcc-3.3 the problem occurs, too, and in Sarge it worked
 well with gcc-3.3).

I read that bug report, and blaming binutils sounds implausible to me.
At least I don't know of a change in binutils which would cause such
a bug, and postgresql seems to be the only package with that failure
mode.


Thiemo


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



Bug#378552: package overview for any email

2006-07-17 Thread martin f krafft
Package: qa.debian.org
Severity: wishlist

a client saw me using developer.php today and said: h, I want
that for the most important packages... however, unless you maintain
a package in the archive, you cannot even use the ddpo interface to
subscribe.

It would be awesome if this could be added.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#378550: fftw-docs: useless Makefiles in /u/s/d/fftw-docs/examples

2006-07-17 Thread Paul Brossier
Package: fftw-docs
Version: 2.1.3-19
Severity: normal

On Fri, Jul 14, 2006 at 11:20:18PM -0400, Pierre Thibault wrote:
 Hello!
 
 I am getting started at FFTW + MPI and would like to make some tests.
 The package fftw-docs contains examples but the Makefile's are not
 appropriate for the compilation (they seem to assume a precise
 location in the source tree, and require files that are not present).
 Is there a simple way to have these compile or should I apt-get source
 fftw2/fftw-dev and try the compilation somewhere in there?

Hello Pierre,

first of all, i would suggest using fftw3 instead of fftw2.

fftw-docs should indeed ship a working makefile, so this is a bug.
additionnaly, the files should not be compressed.

to compile the tests fftw-docs ships, i had to run the following:

# copy the directory in the current path and cd into it
cp -a /usr/share/doc/fftw-docs/examples .
cd examples
# gunzip the examples files
for i in */*.gz; do gunzip $i; done
# compile tests
cd tests
gcc -I. -c fftw_test.c -o fftw_test.o
gcc -I. -c rfftw_test.c -o rfftw_test.o
gcc -I. -c test_main.c -o test_main.o
gcc -lfftw test_main.o fftw_test.o -o test_fftw
gcc -lfftw -lrfftw test_main.o rfftw_test.o -o test_rfftw
cd ..
# compile mpi examples
cd mpi
gcc -c test_sched.c -o test_sched.o
gcc -I/usr/lib/mpich/include -I../tests -c fftw_mpi_test.c -o fftw_mpi_test.o
gcc -I/usr/lib/mpich/include -I../tests -c rfftw_mpi_test.c -o rfftw_mpi_test.o
gcc -I/usr/lib/mpich/include -c test_transpose_mpi.c -o test_transpose_mpi.o
gcc -lfftw_mpi test_sched.o -o test_sched
gcc -lfftw_mpi fftw_mpi_test.o ../tests/test_main.o -o fftw_mpi_test
gcc -lrfftw_mpi rfftw_mpi_test.o ../tests/test_main.o -o rfftw_mpi_test
gcc -lfftw_mpi test_transpose_mpi.o -o test_transpose_mpi
cd ..
# compile threads examples
cd threads
gcc -I../tests -I. -c rfftw_threads_test.c -o rfftw_threads_test.o
gcc -I../tests -c fftw_threads_test.c -o fftw_threads_test.o
gcc -lfftw_threads fftw_threads_test.o ../tests/test_main.o -o fftw_threads_test
gcc -lrfftw_threads rfftw_threads_test.o ../tests/test_main.o -o 
rfftw_threads_test
cd ..
# end of compilation

i will craft such commands into Makefiles installed along the examples.

thanks for your report.

Paul


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



Bug#326984: fontconfig-config: The bug is not fixed as of 2.3.2-7

2006-07-17 Thread Keith Packard
On Mon, 2006-07-17 at 07:31 +0200, Jan Hudec wrote:

 The dejavu.diff does NOT fix this bug. It adds DejaVu fonts as alternative
 for the generic aliases, but it puts them after Bitstream Vera. However since
 DejaVu fonts are a strict superset of Bitstream Vera ones, they should be
 the /first/ alternative.

No, they should not. The Deja Vu developers do not have access to
reasonable font design tools, so the glyphs they're creating are not of
high quality, furthermore, they've added glyphs of questionable quality
from other free fonts that are far outside the design space for the Vera
family.

Deja Vu is becoming a sad reflection of the Vera promise. If you don't
want to use the vera font, don't install it.

-- 
[EMAIL PROTECTED]


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


Bug#378553: allow ~ expansion in prf files

2006-07-17 Thread martin f krafft
Package: unison
Version: 2.13.16-5
Severity: wishlist

Please let me say
  root = ~/bla

instead of requiring me to give an absolute path to my home dir.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#378551: Confusion in configuration question (fancy/basic)

2006-07-17 Thread Bruno Harbulot

Package: planet
Version: 0.0+bzr23-1

Upon installation of the 'planet' package, the first configuration 
question is worded as follows: You can choose between a basic and a 
fancy template for the output of planet. Fancy uses not use a CSS and 
images, whereas basic does not. Select the one you would like to have.


Fancy uses not use a CSS and images does not really make sense. 
Presumably, this should read: Fancy uses CSS and images, whereas basic 
does not.



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



Bug#378558: amanda-client: upgrading tar breaks incremental backups

2006-07-17 Thread Tobias Richter
Package: amanda-client
Version: 1:2.5.0p2-1
Severity: normal


sendsize provides an old --listed-incremental file to tar 
which it does not like after an upgrade of tar (past 1.15
as it seems):

sendsize[12986]: time 24.774: spawning /usr/lib/amanda/runtar in pipeline
sendsize[12986]: argument list: /bin/tar --create --file /dev/null --directory 
/ --one-file-system --numeric-owner --listed-incremental 
/var/lib/amanda/gnutar-lists/cave__1.new --sparse --ignore-failed-read --totals 
.
sendsize[12986]: time 24.825: /bin/tar: 
/var/lib/amanda/gnutar-lists/cave__1.new:1: Invalid time stamp
sendsize[12986]: time 24.826: /bin/tar: 
/var/lib/amanda/gnutar-lists/cave__1.new:2: Invalid inode number
 
The resulting size calculated is the same as for a full run.
So the file was not understood.

Please decide, wether amanda or tar is broken there.

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

Versions of packages amanda-client depends on:
hi  amanda-common1:2.5.0p2-1 Advanced Maryland Automatic Networ
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libncurses5  5.5-2   Shared libraries for terminal hand
ii  libreadline5 5.1-7   GNU readline and history libraries

amanda-client recommends no packages.

-- no debconf information


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



Bug#378555: freefem: FTBFS: bashisms

2006-07-17 Thread Julien Danjou
Package: freefem
Version: 3.5.7-5.1
Severity: important

Hello,

There was a problem while autobuilding your package:

 Automatic build of freefem_3.5.7-5.1 on avidan by sbuild/i386 0.48
 Build started at 20060717-1322
 **
...
  /usr/bin/install -c -m 644 ChangeLog 
 /build/buildd/freefem-3.5.7/debian/tmp/usr/share/doc/freefem//ChangeLog
  /usr/bin/install -c -m 644 README 
 /build/buildd/freefem-3.5.7/debian/tmp/usr/share/doc/freefem//README
  /usr/bin/install -c -m 644 NEWS 
 /build/buildd/freefem-3.5.7/debian/tmp/usr/share/doc/freefem//NEWS
  /usr/bin/install -c -m 644 TODO 
 /build/buildd/freefem-3.5.7/debian/tmp/usr/share/doc/freefem//TODO
 make[3]: Leaving directory `/build/buildd/freefem-3.5.7'
 make[2]: Leaving directory `/build/buildd/freefem-3.5.7'
 make[1]: Leaving directory `/build/buildd/freefem-3.5.7'
 install: cannot stat `doc/freefem/*.{tex,html,css,png,gif}': No such file or 
 directory
 make: *** [install-stamp] Error 1
 **
 Build finished at 20060717-1327
 FAILED [dpkg-buildpackage died]
 --

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


signature.asc
Description: Digital signature


Bug#378401: New stable upstream release 1.6.6

2006-07-17 Thread Henrique de Moraes Holschuh
On Sun, 16 Jul 2006, Michael Biebl wrote:
 The release 1.6.6 is marked stable by upstream and would probably be a
 good candidate for etch. This would also close #361810.

No, 1.6.6 is not very good. It has some regressions, and I didn't package
even 1.6.6a for Sid for a good reason.

We shall wait for 1.6.7.

I will probably have to release what we have into sid for etch soon,
regardless of scanner breakage.  Most scanners work, anyway.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#378556: winbind: windbind calls samba panic action script

2006-07-17 Thread Sjoerd Hardeman
Package: winbind
Version: 3.0.22-1
Severity: important


When winbind is started, the panic script is called, and winbind shuts down
again.
Below a backtrace from the script, the /var/log/samba/log.winbind and
sbm.conf:

Panic script:
(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1212524864 (LWP 8503)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7d487ae in waitpid () from /lib/tls/libc.so.6
#0  0xb7d487ae in waitpid () from /lib/tls/libc.so.6
#1  0xb7cedab9 in strtold_l () from /lib/tls/libc.so.6
#2  0x080e7207 in smb_panic2 ()
#3  0x080e733a in smb_panic ()
#4  0x0807b81c in init_domain_list ()
#5  0x08074a22 in main ()

/var/log/samba/log.winbind
[2006/07/17 13:36:35, 1] nsswitch/winbindd.c:main(978)
  winbindd version 3.0.22 started.
  Copyright The Samba Team 2000-2004
[2006/07/17 13:36:35, 0] nsswitch/winbindd_util.c:winbindd_param_init(781)
  winbindd: idmap uid range missing or invalid
[2006/07/17 13:36:35, 0] nsswitch/winbindd_util.c:winbindd_param_init(782)
  winbindd: cannot continue, exiting.
[2006/07/17 13:36:35, 1] nsswitch/winbindd.c:main(1011)
  Could not init idmap -- netlogon proxy only
[2006/07/17 13:36:35, 0] lib/util.c:smb_panic2(1544)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 8524]
[2006/07/17 13:36:35, 0] lib/util.c:smb_panic2(1552)
  smb_panic(): action returned status 0
[2006/07/17 13:36:35, 0] lib/util.c:smb_panic2(1554)
  PANIC: Could not fetch our SID - did we join?

[2006/07/17 13:36:35, 0] lib/util.c:smb_panic2(1562)
  BACKTRACE: 6 stack frames:
   #0 /usr/sbin/winbindd(smb_panic2+0x7c) [0x80e711c]
   #1 /usr/sbin/winbindd(smb_panic+0x1a) [0x80e733a]
   #2 /usr/sbin/winbindd(init_domain_list+0x13c) [0x807b81c]
   #3 /usr/sbin/winbindd(main+0x4b2) [0x8074a22]
   #4 /lib/tls/libc.so.6(__libc_start_main+0xd1) [0xb7d20021]
   #5 /usr/sbin/winbindd [0x80731f1]

/etc/samba/sbm.conf
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2006/07/17 13:33:30

[global]
workgroup = KUIPERSSTRAAT20
server string = %h server (Samba %v)
security = user
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
printcap name = cups
addprinter command = /usr/bin/addcupsprt
dns proxy = No
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
invalid users = root
printing = cups
print command =
lpq command = %p
lprm command =
include = /etc/samba/dhcp.conf

[homes]
comment = Home Directories
create mask = 0700
directory mask = 0700
browseable = No

[printers]
comment = Alle printers
path = /var/spool/samba
guest ok = Yes
printable = Yes
browseable = No

[laser]
comment = HP Color Laserjet 2500
path = /var/spool/samba
read only = No
guest ok = Yes
printable = Yes
printer name = laser
oplocks = No
share modes = No


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

Versions of packages winbind depends on:
ii  libc6   2.3.6-16 GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libkrb531.4.3-7  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.1 Pluggable Authentication Modules l
ii  libpopt01.10-2   lib for parsing cmdline parameters
ii  lsb-base3.1-10   Linux Standard Base 3.1 init scrip
ii  samba-common3.0.22-1 Samba common files used by both th

winbind recommends no 

Bug#378554: [arm/armeb] Please enable CONFIG_USB_EHCI_SPLIT_ISO on NSLU2

2006-07-17 Thread Dagfinn Ilmari =?UTF-8?Q?Manns=C3=A5ker
Package: linux-2.6
Version: 2.6.17-3
Severity: wishlist

Playing audio to USB 1.1 devices through a USB 2.0 hub (I need to
connect the audio device to a powered hub to avoid whining noise)
requires CONFIG_USB_EHCI_SPLIT_ISO.

This is already enabled on alpha, amd64, i386 and powerpc, please enable
it for the NSLU2 as well.

-- 
ilmari
A disappointingly low fraction of the human race is,
 at any given time, on fire. - Stig Sandbeck Mathisen


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



Bug#378559: amap-align: Does not build on m68k.

2006-07-17 Thread Charles Plessy
Package: amap-align
Version: 2.0-1
Severity: importan
Justification: no longer builds from source

Amap-align will not be buildable on the m68k architecture until the
#340871 is fixed. As m68k is not a release architecture yet, I set the
severity of this bug to important.

Amap-align is based on the probcons source code, which is also affected
by the same bug (see Bug#378409).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16farm
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages amap-align depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3

amap-align recommends no packages.

-- no debconf information


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



Bug#378557: Python 2.4 soon mandatory

2006-07-17 Thread Loïc Minier
Package: lodju
Severity: important

Hi,

 Bad news: pyorbit will soon be Python 2.4 only, and when that happens,
 it will stop providing python2.3-pyorbit and lodju will be
 uninstallable.

 It seems to me you did not convert lodju to the new Python policy, so I
 suggest that you take this occasion to add a 2.4 requirement.

 I'm preparing version 2.14.1 which has this requirement, and will
 upload it as soon as it's ready, and will raise the severity of this
 bug to serious.

   Bye,

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

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#378551: Confusion in configuration question (fancy/basic)

2006-07-17 Thread Arnaud Fontaine
 Bruno == Bruno Harbulot [EMAIL PROTECTED] writes:

Bruno Fancy  uses not use a  CSS and images does  not really make
Bruno  sense. Presumably,  this should  read: Fancy  uses  CSS and
Bruno images, whereas basic does not.

Hello,

You're right, i didn't see this typo before the debian-l10n-french group
told me. So it is fixed in  the version of the package i'm preparing. As
soon as  the team has  finished the review  of the translation,  the new
package will be uploaded. Thanks for you report anyway.

Regards,
Arnaud Fontaine


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



Bug#374986: tested patch, still crashes

2006-07-17 Thread Michel Dänzer
On Tue, 2006-07-04 at 20:12 +0200, Robert Millan wrote:
 Tried with radeon-force-some-clocks.diff, twice.  One of the times I got much
 further (I could actualy play the game, rather than only reach the menus), but
 it also crashed after a very short time (1/2 minutes).  The second time it 
 just
 crashed in the menus as usual.

You're probably hitting a different issue then. Please try Mesa CVS or
at least libg11-mesa-dri from experimental.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#377267: kernel-package: Patch almost right

2006-07-17 Thread martin.schneebacher
i can confirm. i had to change the ':=' to '=', then the make-kpkg run
exits successfully, otherwise not.

bye...masc.

 



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



Bug#353545: Ping?

2006-07-17 Thread Alexander Schmehl
Hi!

* Gurkan Sengun [EMAIL PROTECTED] [060223 09:03]:
 # Automatically generated email from bts, devscripts version 2.8.14
 submitter 353545 [EMAIL PROTECTED]

Just asking, if you are still interested in packaging Wörms of Prey?  It
has been quite some time.

If not, I would have inofficial packages ready to be uploaded; just need
to solve one final problem.  Citing README:

=
Acknowledgements


Intro tune by dK (www.endk.com) - original soundtrack of Lost in the
Underflow by Radiant (www.pouet.net/prod.php?which=12246).
Thanks for the permission to use this cool track.

Thanks to Team17 for creating the grandfather of all Worms clones and
for letting us use some of their original Worms sound samples. Worms is a
registered trademark of Team17 Software Limited
(http://www.team17.com/).

We also used other sound samples which we found on the Internet. If you
are the owner of one of these samples and you do not want us to use it, just
send us an eMail.
=

The first two paragraphs are somehow unclear, if these sound files are
really licensed under the terms of the GPL.  The last one is a real
blocker, making it undistributable even in non-free (but I would have a
volunteer ready to create new ones.)


Yours sincerely,
  Alexander




Bug#378394: dejagnu should depend on expect-tcl8.3, at least on hppa

2006-07-17 Thread Daniel Jacobowitz
On Mon, Jul 17, 2006 at 12:51:16PM +0200, Matthias Klose wrote:
  Didn't we already discuss this previously?  I really do not want to do
  this.  Expect is broken, not DejaGNU.  I don't even see a bug report
  open on expect about the problem, whatever it is.
 
 sure, we did discuss this, but AFAICR we came to the conclusion to
 just make dejagnu work on hppa out of the box. Feel free to close the
 report.

Is there already a bug report for expect about the problem?  If not,
could you file one with a pointer to the problem, please?

-- 
Daniel Jacobowitz
CodeSourcery


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



Bug#378561: rtf2latex: Output name file differ from input name

2006-07-17 Thread Andrea Ganduglia
Package: rtf2latex
Version: 1.0fc2-4
Severity: normal


Hi, I used rtf2latex with file named `qui_quo_qua.rtf', but output file
was named `qui-quo-qua.tex' (rtf2latex replace '_' with '-'): It'isnt good
for bath script.

~$ rtf2latex qui_quo_qua.rtf
~$ ls
qui_quo_qua.rtf qui-quo-qua.tex 

Thanks, Andrea -

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

Versions of packages rtf2latex depends on:
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#378459: Processed: Re: Bug#378459: formencode: exception not catched

2006-07-17 Thread Arnaud Fontaine
 Fabio == Fabio Tranchitella [EMAIL PROTECTED] writes:

Fabio I fully agree and will  apply the patch with the next upload.
Fabio Thanks for your report, patch and explanation. :)

Hey,

I have  forgotten something in my  patch. If the connection  is down and
there isn't DNS server configured, then a socket.error exception will be
raise, otherwise  if there  is DNS server  configured, DNS.Base.DNSError
will be  raise. The patch  i have attached  to this mail fixes  also the
second case ;). I tried it and it works, tell me if it works for you...

Regards,
Arnaud Fontaine

--- validators.py.old	2006-07-16 14:11:26.249788848 +0200
+++ validators.py	2006-07-17 14:13:23.185329064 +0200
@@ -29,6 +29,7 @@
 httplib = None
 urlparse = None
 socket = None
+DNSError = None
 from interfaces import *
 from api import *
 sha = random = None
@@ -1130,6 +1131,7 @@
 'empty': 'Please enter an email address',
 'noAt': 'An email address must contain a single @',
 'badUsername': 'The username portion of the email address is invalid (the portion before the @: %(username)s)',
+'socketError': 'An error occured when trying to connect to the server: %(error)s',
 'badDomain': 'The domain portion of the email address is invalid (the portion after the @: %(domain)s)',
 'domainDoesNotExist': 'The domain of the email address does not exist (the portion after the @: %(domain)s)',
 }
@@ -1173,7 +1175,19 @@
  domain=splitted[1]),
 value, state)
 if self.resolve_domain:
-domains = mxlookup(splitted[1])
+	global socket, DNSError
+	if socket is None:
+	import socket
+
+	if DNSError is None:
+		from DNS.Base import DNSError
+
+	try:
+domains = mxlookup(splitted[1])
+	except (socket.error, DNSError), e:
+		raise Invalid(
+		self.message('socketError', state, error=e),
+		value, state)
 if not domains:
 raise Invalid(
 self.message('domainDoesNotExist', state,


pgpwcFKiTLD6N.pgp
Description: PGP signature


Bug#378403: lftp: does not accept http://1.com as user name

2006-07-17 Thread Alexander V. Lukyanov
You can use URL notation to specify such user names like this:

   open ftp://[EMAIL PROTECTED]

--
   Alexander.


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



Bug#378560: Suggests obsolete package, python-orbit

2006-07-17 Thread Loïc Minier
Package: sanduhr
Severity: normal

Hi,

 sanduhr Suggests: python-orbit, but this is obsolete and replaced by
 -pyorbit.

   Bye,

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

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#356039: rgb.txt causing problems

2006-07-17 Thread Robin Williams

Michel Dänzer wrote:

On Tue, 2006-07-04 at 09:23 +0100, Robin Williams wrote:

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


The symlink definitely shouldn't be needed. What does

grep RgbPath /var/log/Xorg.0.log

say?




~$ grep RgbPath /var/log/Xorg.0.log
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
~$

This was a clean stable install that was upgraded to unstable with apt - 
maybe that path has hung around from stable?





Bug#356039: rgb.txt causing problems

2006-07-17 Thread Michel Dänzer
On Tue, 2006-07-04 at 09:23 +0100, Robin Williams wrote:
 
 Creating a legacy symlink in /usr/X11R6/lib/X11/rgb.txt to /etc/X11/rgb.txt
 fixed the problem though.  Confusing though since this report has been closed,
 can the symlink be added to the package or is this not the underlying problem?

The symlink definitely shouldn't be needed. What does

grep RgbPath /var/log/Xorg.0.log

say?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#378061: It's a missing dependency

2006-07-17 Thread Doug Larrick
Seen on the GnuCash user list:

David Hampton wrote:
 There are now several Finance::Quote modules that require SSL, so the
 just released 1.12 version of Finance::Quote lists the perl
 Crypt::SSLeay module as a dependency.  Gnucash 2.0 has also had a check
 added for this newly required module. Installing the Crypt::SSLeay
 module will get Finance::Quote working again.

Indeed installing libcrypt-ssleay-perl has Get Quotes working again for
me.  One could argue that this should be a Finance::Quote dependency,
but the above states that GnuCash checks for it explicitly.

-Doug



signature.asc
Description: OpenPGP digital signature


Bug#186476: Reopening jython bugs

2006-07-17 Thread Nicolas Duboc
reopen 137090
reopen 186476
reopen 276873
reopen 281038
reopen 314711
reopen 240213
thanks


 Hi,

  I have uploaded a new version of jython this week-end.
  I will investigate these jython bugs one by one in the following days.

  Regards,

-- 
Nicolas Duboc [EMAIL PROTECTED]


pgp9uaMVtqjyy.pgp
Description: PGP signature


Bug#376107: Bug#362292: Bug#376107: libbsf-java: FTBFS: .orig.tar.gz missing and Build-Dependencies can not be satisfied

2006-07-17 Thread Nicolas Duboc
unblock 376107 by 362292
thanks

 On Fri, Jun 30, 2006 at 11:46:12AM +0200, Andreas Jochens wrote:
[...]
  # apt-get build-dep libbsf-java
  Reading package lists... Done
  Building dependency tree... Done
  E: Build-dependencies for libbsf-java could not be satisfied.
 
 To be able to fix this issue we need a new upload of jython which still
 depends on python2.1 (which doesn't exist anymore).


   Jython is back in sid since yesterday.

   Regards,

-- 
Nicolas Duboc [EMAIL PROTECTED]


pgpMqPlcZB1Gx.pgp
Description: PGP signature


Bug#378562: coreutils: Broken polish translation

2006-07-17 Thread Michal Wrobel

Package: coreutils
Version: 5.96-5
Severity: normal

Broken polish translation file in 5.96 and 5.96-5 upstream release.
Fixed in 5.97 upstream version.


-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-cdlinux
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages coreutils depends on:
ii  libacl1   2.2.39-1   Access control list shared 
library

ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libselinux1   1.30-1 SELinux shared libraries

coreutils recommends no packages.

-- no debconf information



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



Bug#289597: tcldom: can't fulfill the build dependencies in sarge

2006-07-17 Thread David Welton

Since there doesn't seem to be any prospect of making tcldom buildable,
would you object to a removal request?  (I'm just going through old RC
bugs; if you want to keep it, that's fine by me.)


I don't want to keep the package, but it should be orphaned for a bit
prior to removal, IMO, so that someone else can have a crack at fixing
it if they so choose.

--
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#356039: rgb.txt causing problems

2006-07-17 Thread Michel Dänzer
On Mon, 2006-07-17 at 13:30 +0100, Robin Williams wrote:
 
 (**) RgbPath set to /usr/X11R6/lib/X11/rgb

Try removing the RgbPath line from xorg.conf.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#378564: firefox: please integrate security managers of Firefox and Thunderbird

2006-07-17 Thread marcus
Package: firefox
Version: 1.5.dfsg+1.5.0.4-1
Severity: wishlist

There should be a common manager for cryptographic certificates and
keys for both Thunderbird and Firefox. This makes sense since they use
the same security module (or whatever they call it). It should be
enough to install keys and certificates in one of the programs.

Isn't it possible to factor out the security module into a separate
package?

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

Versions of packages firefox depends on:
ii  debianutils 2.16.2   Miscellaneous utilities specific t
ii  fontconfig  2.3.2-7  generic font configuration library
ii  libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libcairo2   1.2.0-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-5GCC support library
ii  libglib2.0-02.10.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface 
ii  libidl0 0.8.6-1  library for parsing CORBA IDL file
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.12.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libstdc++6  4.1.1-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxp6  1:1.0.0-1X Printing Extension (Xprint) clie
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  psmisc  22.2-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-11   compression library - runtime

firefox recommends no packages.

-- no debconf information



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



Bug#378303: linux-kernel-headers: bitmap.h: 'BITS_PER_LONG' undeclared

2006-07-17 Thread Gabor Gombas
On Sat, Jul 15, 2006 at 08:42:56AM +0200, Julien Danjou wrote:

  In file included from /usr/include/linux/cpumask.h:86,
   from /usr/include/asm-i486/processor.h:23,
   from /usr/include/asm/processor.h:8,
   from /usr/include/asm-i486/atomic.h:6,
   from /usr/include/asm/atomic.h:8,
   from swapon02.c:87:

Anything that includes atomic.h from user space is fundamentally broken.
The definitions in atomic.h are _NOT_ atomic on many architectures when
used in user space (if they compile at all). Fix ltp.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -



Bug#363003: svn-buildpackage: doesn't follow svn:externals

2006-07-17 Thread Marcus Better
Subversion 1.1.4 (in sarge) doesn't have this bug, but on the other hand
it's incompatible with svn-buildpackage...

Marcus


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



Bug#378536: make location of stylesheets configurable

2006-07-17 Thread Thibaut VARENE

I had some code to do that at some point, and we wiped it out for the
sake of simplicity. I'll see about getting it back into musicindex in
one way or another.

T-Bone

On 7/17/06, martin f krafft [EMAIL PROTECTED] wrote:

Package: libapache-mod-musicindex
Severity: wishlist

The current version of libapache-mod-musicindex requires custom
stylesheets to be put into /usr/share/mod-musicindex, but /usr is
supposed to be off-limits to the administrator. It would be great if
I could specify another directory to search in the configuration,
which would then be searched after mod-musicindex for stylesheets.

If you cannot make it configurable, at least allow files in
/etc/musicindex, please.

Of course, to make this work with apache, the Alias has to point to
the other directory, and /usr/share/mod-musicindex has to be linked
into it. Or maybe musicindex can be smart about it, because it knows
the location, so maybe we could add a new Alias /musicindex-custom
and have the Python script output URLs accordingly for files in that
directory.

Thanks,

--
Please do not send copies of list mail to me; I read the list!

 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


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

iD8DBQFEu0O5IgvIgzMMSnURAssfAKDbTs/cZCHlMLUQYdNz529R8XrHAQCfWr41
pc9U+D9eoizoMTepfq/CxLs=
=boL2
-END PGP SIGNATURE-






--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/


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



Bug#372655: viewcvs: Further information for #372655

2006-07-17 Thread [EMAIL PROTECTED]
Package: viewcvs
Version: 0.9.2+cvs.1.0.dev.2004.07.28-4
Followup-For: Bug #372655

i
Looking into my CVS repoistory, it is the following line iline called 
commitid that is now added into each *,v file that causes problems:


1.18
date2006.07.17.11.28.09;author njudge;  state Exp;
branches;
next1.17;
commitidY61ZUBDlfujLOcFr;


Manually deleting this commitid entry allows the file to show up on ViewCVS.


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

Versions of packages viewcvs depends on:
ii  cvs  1:1.12.13-3 Concurrent Versions System
ii  debconf  1.5.2   Debian configuration management sy
ii  mime-support 3.36-1  MIME files 'mime.types'  'mailcap
ii  python   2.3.5-11An interactive high-level object-o
ii  rcs  5.7-18  The GNU Revision Control System

Versions of packages viewcvs recommends:
ii  apache2-mpm-prefork [httpd]   2.0.55-4   traditional model for Apache2
ii  enscript  1.6.4-9Converts ASCII text to Postscript,

-- debconf information excluded


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



Bug#378558: Acknowledgement (amanda-client: upgrading tar breaks incremental backups)

2006-07-17 Thread Tobias Richter
Argh, that was the error message of an older tar used for tracking 
this down, tar 1.15.91 gives:

sendsize[30619]: time 325.954: spawning /usr/lib/amanda/runtar in pipeline
sendsize[30619]: argument list: /bin/tar --create --file /dev/null --directory 
/ --one-file-system --numeric-owner --listed-incremental 
/var/lib/amanda/gnutar-lists/cave__1.new --sparse --ignore-failed-read --totals 
.
sendsize[30619]: time 325.992: /bin/tar: Unexpected field value in snapshot file
sendsize[30619]: time 325.993: /bin/tar: Error is not recoverable: exiting now

That particular file was already written by the same (1.15.91) tar
binary, so it is most definitately a tar bug, isn't it.
--listed-incremental looks broken.



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



Bug#378563: colordiff: causes lossage if the diff is redirected

2006-07-17 Thread Adam Borowski
Package: colordiff
Version: 1.0.4-4
Severity: important
Tags: patch

Hello.  If the output is not a terminal (like, when using diff to make a
patch), colordiff will still happily colorize the output.  This is bad if
diff is an alias to colordiff, as suggested in the manpage.

The fix is simple:

exec /usr/bin/diff,@ARGV unless -t STDOUT;

I already reported this bug upstream over three years ago, but it appears to
be left unfixed.  At least, the bug bit me today again :p

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

Versions of packages colordiff depends on:
ii  perl   5.8.4-8sarge4 Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#378510: googleearth-package: missing dependencies

2006-07-17 Thread Wesley J. Landaker
On Sunday 16 July 2006 17:13, Bernd Zeimetz wrote:
 Package: googleearth-package
 Version: 0.0.1
 Severity: normal


 Heya,

 I'm not really sure where this error results from, but the created
 package is not installable.

  googleearth depends on libc6 (= 2.4-1); however:
   Version of libc6 on system is 2.3.999.2-8.
  googleearth depends on libstdc++6 (= 4.2.0); however:
   Version of libstdc++6 on system is 4.2-20060709-1.

 There's neither a newer version of libc6 nor libstdc++6 in debian. Also
 the dependency on libstdc++6 (= 4.2.0) looks weird for me while haveing
 4.2-20060709-1 installed. Both libs are from experimental.
 Do I have to wait before I can use googleearth or is this just a bug!?

The deps are generated by dpkg-shlibdeps, so if it's picking up those 
versions, it's because dpkg thinks that's what it should use. Chances are 
that the system where the binary deb was built had those experimental 
libraries installed.

I recommend building the googleearth package on a clean test or unstable 
system without any mixed libraries from other dists, or, alternately, just 
rebuilding the googleearth package on the exact system you are going to 
install it on.

-- 
Wesley J. Landaker [EMAIL PROTECTED] xmpp:[EMAIL PROTECTED]
OpenPGP FP: 4135 2A3B 4726 ACC5 9094  0097 F0A9 8A4C 4CD6 E3D2


pgpmcpg2j511I.pgp
Description: PGP signature


  1   2   3   4   >