Bug#327262: Bug#327261: wine registers wine-safe in mailcap to run dos programs

2005-09-09 Thread Jean-Philippe Guérard
Hi Steve!

Le 2005-09-08 21:59:46 -0700, Steve Langasek écrivait :
 Hi Jean-Philippe,
 
 On Thu, Sep 08, 2005 at 10:05:52PM +0200, Jean-Philippe Guérard wrote:
  The wine-safe script displays no warning before running an msdos 
  program.
 
  This is probably due to the fact that on line 57, XMESSAGE is used 
  before having been defined.
 
  Therefore, any MSDOS executable will be run from a browser with *no* 
  confirmation from the user.
 
 Why should wine-safe display a warning before running the program?  Is
 there any reason for this other than the second bug that you filed,
 citing incorrect mime handlers?

Well, as far as I understand, the only reason for which wine-safe exists 
is to display a warning before running the executable file with wine. It 
does not.

But overall, you are right. I see no reason why wine-safe should ever be 
used in mime handlers and this is the real issue. And if wine-safe is 
only used in mime handlers, it should probably be removed altogether.

Thanks!

-- 
Jean-Philippe Guérard
http://tigreraye.org



Bug#327304: linpsk: Package not installable

2005-09-09 Thread Dennis Heitmann
Package: linpsk
Version: 0.8.1-1
Severity: grave
Justification: renders package unusable


Package is not installable on Debian unstable because of the lack of [dep] 
libqt3c102-mt (= 3:3.3.4).

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


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



Bug#327305: davfs2: FTBFS (amd64): /usr/include/linux/coda.h:762: error: variable or field '__user' declared void

2005-09-09 Thread Andreas Jochens
Package: davfs2
Version: 0.2.4-1
Severity: normal
Tags: patch

When building 'davfs2' on amd64/unstable,
I get the following error:

x86_64-linux-gnu-gcc -DHAVE_CONFIG_H  -I/davfs2-0.2.4 -I./lib  -I./src  
-I/usr/src/linux/include -Wall -g -O2 -I/usr/include/neon -DNEON_ZLIB 
-DNEON_SSL -DSYSCONFDIR=\/etc/davfs2\ -DSTATEDIR=\/var/run/mount.davfs\ -c 
src/util.c -o src/util.o
In file included from src/util.c:37:
/usr/include/linux/coda.h:762: error: variable or field '__user' declared void
/usr/include/linux/coda.h:762: error: syntax error before '*' token
/usr/include/linux/coda.h:763: error: syntax error before '*' token
/usr/include/linux/coda.h:766: error: syntax error before '}' token
/usr/include/linux/coda.h:769: error: syntax error before '*' token
/usr/include/linux/coda.h:772: error: syntax error before '}' token

With the attached patch 'davfs2' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/davfs2-0.2.4/src/util.c ./src/util.c
--- ../tmp-orig/davfs2-0.2.4/src/util.c 2005-07-16 16:04:50.0 +
+++ ./src/util.c2005-09-09 05:43:13.0 +
@@ -17,6 +17,12 @@
 ** MA 02111-1307, USA
 */
 
+/* Linux coda head file */
+/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
+#define _LINUX_TIME_H
+#include linux/types.h
+#include linux/coda.h
+
 #include util.h
 
 #include stdlib.h
@@ -31,10 +37,6 @@
 #include string.h
 #include termios.h
 
-/* Linux coda head file */
-/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
-#define _LINUX_TIME_H
-#include linux/coda.h
 
 /* Neon */
 #include ne_alloc.h


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



Bug#327303: libgtk-perl: FTBFS: Failed to satisfy Build-Depends dependency: xlibmesa-dev

2005-09-09 Thread Andreas Jochens
Package: libgtk-perl
Version: 0.7009-4
Severity: serious
Tags: patch

When building 'libgtk-perl' in a clean 'unstable' chroot,
I get the following error:

Building libgtk-perl unstable main amd64...
Reading package lists...
Building dependency tree...
Package xlibmesa-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:
  libglu1-xorg-dev xlibmesa-gl-dev
E: Package xlibmesa-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for libgtk-perl: xlibmesa-dev

Please change the Build-Depends to 'xlibmesa-gl-dev' in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgtk-perl-0.7009/debian/control ./debian/control
--- ../tmp-orig/libgtk-perl-0.7009/debian/control   2005-09-09 
05:40:42.0 +
+++ ./debian/control2005-09-09 05:40:39.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian QA Group [EMAIL PROTECTED]
 Standards-Version: 3.6.2
 Build-Conflicts: libgtkhtml-dev
-Build-Depends: debhelper ( 4.1), perl ( 5.8.1), gtkglarea5-dev, 
libgnomeprint-dev, libcapplet1-dev, libgdk-pixbuf-gnome-dev, libggi2-dev, 
libgii0-dev, libglade-gnome0-dev, libunicode-dev, xlibmesa-dev, 
libxml-parser-perl, libxml-writer-perl, libzvt-dev, libgtkxmhtml-dev
+Build-Depends: debhelper ( 4.1), perl ( 5.8.1), gtkglarea5-dev, 
libgnomeprint-dev, libcapplet1-dev, libgdk-pixbuf-gnome-dev, libggi2-dev, 
libgii0-dev, libglade-gnome0-dev, libunicode-dev, xlibmesa-gl-dev, 
libxml-parser-perl, libxml-writer-perl, libzvt-dev, libgtkxmhtml-dev
 
 Package: libgtk-perl
 Architecture: any


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



Bug#327262: Bug#327261: wine registers wine-safe in mailcap to run dos programs

2005-09-09 Thread Ove Kaaven

Steve Langasek wrote:

Hi Jean-Philippe,

On Thu, Sep 08, 2005 at 10:05:52PM +0200, Jean-Philippe Guérard wrote:

The wine-safe script displays no warning before running an msdos 
program.



This is probably due to the fact that on line 57, XMESSAGE is used 
before having been defined.



Therefore, any MSDOS executable will be run from a browser with *no* 
confirmation from the user.



Why should wine-safe display a warning before running the program?  Is
there any reason for this other than the second bug that you filed,
citing incorrect mime handlers?


It should, that's why it's using wine-safe and not wine, to allow 
the user to control whether a potential windoze mail virus should be 
allowed to run or not. So if wine-safe doesn't display a message, then 
that's a bug, which I suppose I'll have to look into.


It's that it shouldn't register itself in mailcap that I'd disagree with:

 The wine package should not register wine-safe in mailcap. I *never*
 expect to run a program when running:

 see foobar.bat

I've discussed this before, at which time people gave the opinion that 
wine *should* register itself in mailcap. Most users *do* want the likes 
of see funnyanimationfromafriend.exe and see cdtraycupholder.exe, at 
least the MUA's equivalent, to run the program. At least with suitable 
warning first, given that the program *may* be harmful (albeit much less 
so than on a real Windows system). If you have the kinds of friends 
normal people do, though, then most of the time they do want to run 
whatever amusements they get sent.



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



Bug#327306: conky: FTBFS: Missing Build-Depends on 'libxt-dev'

2005-09-09 Thread Andreas Jochens
Package: conky
Version: 1.3.0-1
Severity: serious
Tags: patch

When building 'conky' in a clean 'unstable' chroot,
I get the following error:

checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3
checking for X... no
checking for XdbeQueryExtension in -lXext... no
configure: error: something went wrong when checking for Xdbe (double buffer 
extension)
make: *** [config.status] Error 1

Please add the missing Build-Depends on 'libxt-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/conky-1.3.0/debian/control ./debian/control
--- ../tmp-orig/conky-1.3.0/debian/control  2005-09-09 05:57:03.0 
+
+++ ./debian/control2005-09-09 05:57:01.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Jason Tan [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), libx11-dev
+Build-Depends: debhelper (= 4.0.0), libx11-dev, libxt-dev
 Standards-Version: 3.6.2
 
 Package: conky


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



Bug#288819: severity 288819 serious

2005-09-09 Thread Matt Kraai
severity 288819 serious
thanks

This bug now prevents zipios++ from building so I'm upgrading its
severity to serious.

-- 
Matt


signature.asc
Description: Digital signature


Bug#327320: FTBFS: Unsatisfiable build-dependency on libqt3c102-mt-sqlite

2005-09-09 Thread Matt Kraai
Package: swscanner
Version: 0.1.8-1
Severity: serious
Tags: patch

swscanner fails to build because it has an unsatisfiable
build-dependency on libqt3c102-mt-sqlite:

  - Considering  libqt3c102-mt-sqlite (= 3.3.3)
   Tried versions: 
- Does not satisfy version, not trying

Changing it to libqt3-mt-sqlite fixes this problem.

-- 
Matt
diff -u swscanner-0.1.8/debian/control swscanner-0.1.8/debian/control
--- swscanner-0.1.8/debian/control
+++ swscanner-0.1.8/debian/control
@@ -1,5 +1,5 @@
 Source: swscanner
-Build-Depends: debhelper (= 4.2.30), kdelibs4-dev (= 3.3.2), libshp-dev (= 
1.2.10), libqt3c102-mt-sqlite (= 3.3.3), autoconf, automake1.6 
+Build-Depends: debhelper (= 4.2.30), kdelibs4-dev (= 3.3.2), libshp-dev (= 
1.2.10), libqt3-mt-sqlite (= 3.3.3), autoconf, automake1.6 
 Section: net
 Priority: optional
 Maintainer: Andres Seco Hernandez [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#327317: FTBFS: Cannot find libtermcap

2005-09-09 Thread Matt Kraai
Package: slsc
Version: 0.2.3-8
Severity: serious

slsc fails to build because it cannot file libtermcap:

 cd /tmp/buildd/slsc-0.2.3/src/objs; gcc sc.o interp.o cmds.o crypt.o range.o 
 scdokey.o schelp.o lex.o gram.o -o slsc -L/usr/lib -lslang -ltermcap -lm
 /usr/bin/ld: cannot find -ltermcap
 collect2: ld returned 1 exit status

-- 
Matt


signature.asc
Description: Digital signature


Bug#327315: FTBFS: Unable to find scim-make-table

2005-09-09 Thread Matt Kraai
Package: scim-tables
Version: 0.4.3-2
Severity: serious

scim-tables fails to build because configure cannot find
scim-make-table:

 checking for scim-make-table... no
 configure: error: Could not find a scim-make-table in your PATH

-- 
Matt


signature.asc
Description: Digital signature


Bug#327313: FTBFS: Invalid lvalue in assignment

2005-09-09 Thread Matt Kraai
Package: rioutil
Version: 1.4.4-1
Severity: serious
Tags: patch

rioutil fails to build because it contains an invalid lvalue in an
assignment:

 source='rio.c' object='rio.lo' libtool=yes \
 depfile='.deps/rio.Plo' tmpdepfile='.deps/rio.TPlo' \
 depmode=gcc3 /bin/sh ../depcomp \
 /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include 
 -I../include-g3 -c -o rio.lo `test -f 'rio.c' || echo './'`rio.c
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c rio.c -MT 
 rio.lo -MD -MP -MF .deps/rio.TPlo  -fPIC -DPIC -o .libs/rio.o
...
 rio.c: In function 'get_flist_riohd':
 rio.c:376: error: invalid lvalue in assignment
...

The attached patch fixes this problem by making the first cast apply
to the result of the assignment instead of the lvalue.

-- 
Matt
only in patch2:
unchanged:
--- rioutil-1.4.4.orig/librioutil/rio.c
+++ rioutil-1.4.4/librioutil/rio.c
@@ -373,7 +373,7 @@
 return ret;
   }
 
-  iptr = (u_int32_t *)read_buffer = (u_int8_t *) malloc (RIO_FTS);
+  iptr = (u_int32_t *)(read_buffer = (u_int8_t *) malloc (RIO_FTS));
   if (read_buffer == NULL) {
 rio_log (rio, errno, Could not allocate read buffer\n);
 return errno;


signature.asc
Description: Digital signature


Bug#327312: FTBFS: Cannot find libclutils

2005-09-09 Thread Matt Kraai
Package: savant
Version: 20031216-5
Severity: serious

savant fails to build because it cannot find libclutils:

 checking for isClutils in -lclutils... no
 configure: error: Could not find a workable libclutils.so or libclutils.a.
 You probably need to install clutils and/or specify the location of
 it with the --with-clutils option.

Here's the relevant excerpt from config.log:

 configure:9009: checking for isClutils in -lclutils
 configure:9040: i486-linux-gnu-g++ -o conftest -g -O2 -I/usr/include/mpi 
 -L/usr/lib/mpich/lib/ conftest.cc -lclutils -lltdl  -ldl  5
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
 reference to `std::__default_alloc_templatetrue, 0::allocate(unsigned int)'
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
 reference to `std::basic_istreamchar, std::char_traitschar ::seekg(long, 
 std::_Ios_Seekdir)'
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
 reference to `std::basic_streambufchar, std::char_traitschar 
 ::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)'
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
 reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::_S_empty_rep_storage'
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
 reference to `std::__default_alloc_templatetrue, 0::deallocate(void*, 
 unsigned int)'
 collect2: ld returned 1 exit status

-- 
Matt


signature.asc
Description: Digital signature


Bug#327311: FTBFS: Unable to find sbcl

2005-09-09 Thread Matt Kraai
Package: sbcl
Version: 0.9.3.72-1
Severity: serious
Tags: patch

sbcl fails to build because it removes the stage1 sbcl before it tries
to use it:

 mkdir stage1
 mv output/sbcl.core src/runtime/sbcl stage1/
 chmod 000 stage1
 sh clean.sh || true
 make[1]: Entering directory `/tmp/buildd/sbcl-0.9.3.72/doc/manual'
 rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl
 rm -rf sbcl asdf docstrings/
 rm -f contrib-docs.texi-temp
 rm -f package-locks.texi-temp
 rm -fhtml-stamp tempfiles-stamp
 rm -f asdf.aux asdf.cp asdf.cps asdf.fn asdf.fns asdf.ky asdf.log asdf.pg 
 asdf.toc asdf.tp asdf.tps asdf.vr asdf.vrs sbcl.aux sbcl.cp sbcl.cps sbcl.fn 
 sbcl.fns sbcl.ky sbcl.log sbcl.pg sbcl.toc sbcl.tp sbcl.tps sbcl.vr sbcl.vrs 
 rm -f sbcl.info sbcl.info-*
 rm -f asdf.cp asdf.info asdf.pdf asdf.fn asdf.ps asdf.tp asdf.vr
 rm -f sbcl.cp sbcl.info sbcl.pdf sbcl.fn sbcl.ps sbcl.tp sbcl.vr
 make[1]: Leaving directory `/tmp/buildd/sbcl-0.9.3.72/doc/manual'
 chmod 700 stage1
 # rebuild again with new version
 CC=gcc-3.4 CFLAGS=-DSBCL_HOME=/usr/lib/sbcl/ -O2 GNUMAKE=make ./make.sh 
 `pwd`/stage1/sbcl --core `pwd`/stage1/sbcl.core --sysinit /dev/null 
 --userinit /dev/null --disable-debugger
 //starting build: Thu Sep  8 16:28:54 UTC 2005
 //SBCL_XC_HOST=/tmp/buildd/sbcl-0.9.3.72/stage1/sbcl --core 
 /tmp/buildd/sbcl-0.9.3.72/stage1/sbcl.core --sysinit /dev/null --userinit 
 /dev/null --disable-debugger
 //entering make-config.sh
 //ensuring the existence of output/ directory
 //initializing /tmp/buildd/sbcl-0.9.3.72/local-target-features.lisp-expr
 //guessing default target CPU architecture from host architecture
 //setting up CPU-architecture-dependent information
 sbcl_arch=x86
 //setting up symlink src/compiler/target
 //setting up symlink src/assembly/target
 //setting up symlink src/compiler/assembly
 //setting up OS-dependent information
 //finishing /tmp/buildd/sbcl-0.9.3.72/local-target-features.lisp-expr
 //entering make-host-1.sh
 //building cross-compiler, and doing first genesis
 make-host-1.sh: line 29: /tmp/buildd/sbcl-0.9.3.72/stage1/sbcl: No such file 
 or directory
 
 real  0m0.003s
 user  0m0.001s
 sys   0m0.002s

The following patch makes clean.sh skip the stage1 directory, which
fixes this problem.

-- 
Matt
only in patch2:
unchanged:
--- sbcl-0.9.3.72.orig/clean.sh
+++ sbcl-0.9.3.72/clean.sh
@@ -71,7 +71,7 @@
 # building or testing
 #   test-passed
 # generated by automatic directory-test-thyself procedure
-find . \( \
+find . -name stage1 -prune -o \( \
-type l -o \
-name '*~' -o \
-name '#*#' -o \


signature.asc
Description: Digital signature


Bug#327299: installation report

2005-09-09 Thread Christian Perrier
severity 327299 wishlist
clone 327299 -1
retitle -1 Please support wpasupplicant in netcfg
retitle 327299 Please include ndiswrapper in D-I
thanks

 Comments/Problems:
 The network installation cd lacked ndiswrapper and wpasupplicant.  I
 built ndiswrapper using the same kernel the install cd used on my 1st
 debian install then copied it and its related files to get wireless
 working.  I also copied wpasupplicant so I could use the wireless
 network.  Then I was able to use dhclinet to get an ip address and
 dselect to install the rest of the system.

I'm not sure that the D-I team really can handle this which would turn
to Please include ndiswrapper and wpasupplicant in D-I.

While wpasupplicant could be OK (I guess we would need a udeb from the
wpasupplicant packageand something in netcfg to configure this),
ndiswrapper would be more complicated as, for obvious reasons, we
cannot provide the NDIS drivers so supporting ndiswrapper in the
installer would require setting up a way to prompt the user for a disk
(floppy, USB thing, CD) including these NDIS drivers (as far as I
understand ndiswrapper way to work).

Both are certainly complicated stuff, I'm afraid. So unless in the D-I
team wants to pick them upor someone else wants to implement
this, they're like to remain wishlist stuff for a long time...

But, let's record this anyway

-- 




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



Bug#298020: [Parted-maintainers] Bug#298020: Suggested reopen: 298020: parted: hfs(+) support is still poorly documented

2005-09-09 Thread Sven Luther
On Thu, Sep 08, 2005 at 10:48:59PM -0400, A. Costa wrote:
 On Thu, 8 Sep 2005 22:32:03 +0200
 K.G. [EMAIL PROTECTED] wrote:
 
   ...Right or wrong, I copied the
   'info' usage.
   
  -hfs | * |   |   |   |
  +hfs | * | * | * |   |
  
  Parted doesn't support hfs (or hfs+ / hfsx) creation (or somebody wrote
  it behind my back ;) )
 
 Thanks for the fix.  Then the info page is wrong.  (Maybe whoever wrote
 it got 'create partition' mixed up with 'create filesystem'.)  Since
 it's a different package, it must be a different bug.  Maybe this bug
 should be cloned to 'parted-doc' and then merged with this one.

BTW, do you have SVN access to the repo, and want help comaintaining it, at
least for such stuff ?

Friendly,

Sven Luther



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



Bug#326169: fetchyahoo: Problem resolved by 2.9.0-1

2005-09-09 Thread Paulo Jorge Jesus Silva
Package: fetchyahoo
Version: 2.9.0-1
Followup-For: Bug #326169


After upgrading to fetchyahoo 2.9.0-1 the problem was resolved.

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

Versions of packages fetchyahoo depends on:
ii  libcrypt-ssleay-perl  0.51-3 Support for https protocol in LWP
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libio-socket-ssl-perl 0.97-1 Perl module implementing object or
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  liburi-perl   1.35-1 Manipulates and accesses URI strin
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

Versions of packages fetchyahoo recommends:
ii  libterm-readkey-perl  2.30-2 A perl module for simple terminal 
ii  procmail  3.22-11Versatile e-mail processor

-- no debconf information


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



Bug#327307: snes9x: FTBFS: Failed to satisfy Build-Depends dependency: xlibmesa-dev

2005-09-09 Thread Andreas Jochens
Package: snes9x
Version: 1.43-2
Severity: serious

When building 'snes9x' in a clean 'unstable' chroot,
I get the following error:

Reading package lists...
Building dependency tree...
Package xlibmesa-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:
  libglu1-xorg-dev xlibmesa-gl-dev
E: Package xlibmesa-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for snes9x: xlibmesa-dev

Regards
Andreas Jochens


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



Bug#298020: [Parted-maintainers] Bug#298020: Suggested reopen: 298020: parted: hfs(+) support is still poorly documented

2005-09-09 Thread Sven Luther
On Thu, Sep 08, 2005 at 10:33:25PM -0400, A. Costa wrote:
 On Thu, 8 Sep 2005 09:25:03 +0200
 Sven Luther [EMAIL PROTECTED] wrote:
 
  Notice that in the current state of things, the debian package doesn't 
  support
  reiserfs anymore, ...
 
 That's a valid point; well, I had known about and even thought of that,
 since I'm kind of a fan of Reiser on his technical merits even though
 he's currently in what seems like a needless feud with some Debian
 luminaries.

Well, reiserfs is a nice FS to have around when you want some data to
dissapear without a trace :)

The problem is that libparted use the non-official libreiser thingy, and need
to be switched to the official one, nobody volunteered to do the work though,
maybe you do ?

 However, unofficial Debian reiser packages seem to exist, as the
 'parted' package description says:
 
  Note that ReiserFS support is only enabled if you install
  the libreiserfs0.3-0 package. Since libreiserfs0.3-0 has been
  removed from sarge, ReiserFS support is not compiled in the
  default package.

Well, apart from the above, libreiserfs has been orphaned since ages.

 ...and the info page mentions 'reiserfs' dozens of times.  And a lot of
 Debian users, (and Debian variants or offshoots), use reiser, -- for
 example 'reiserfs' is one of the default file systems on this 'Mepis'
 LiveCD** I have, etc. etc.

Sure, they store everythign on the liveCD; and nothing vital on the filesystem
:) Reiserfs used to be popular back then, when there where scarce
alternatives, but i doubt there is a single distro making it  default now that
we have ext3.

 (**yes, before anyone mentions it, Mepis is somewhat proprietary, and
 may not be the best example of this sort of thing.  It's just I haven't
 tried every Debian based LiveCD out there, and that's the first one
 that came to mind.)
 
 To leave out mention of reiser on principle would logically require
 editing the 'info' page too I reckon, which I doubt anyone wants to
 do.  So for all those reasons it made sense (in my view) to include it
 in the man page also.
 
 Suggested compromise:  how about I add a paragraph to the man page
 cautioning Debian users about reiserfs' current not officially
 supported status?

Yep, that would be nice. Alternatively you (or someone else) could fix the
reiserfs situation in libparted ?

Friendly,

Sven Luther



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



Bug#327308: FTBFS: Refuses to build against Adonthell 0.3.4

2005-09-09 Thread Matt Kraai
Package: adonthell-data
Version: 0.3.3-3
Severity: serious

adonthell-data fails to build because it refuses to build with
Adonthell 0.3.4:

 Using /usr/games/adonthell as the Adonthell binary
 checking for Adonthell's version... 0.3.4
 *** This version of Waste's Edge requires Adonthell v0.3.3!

-- 
Matt


signature.asc
Description: Digital signature


Bug#326451: jlint: FTBFS (amd64): cast from 'const void*' to 'int' loses precision

2005-09-09 Thread Kurt Roeckx
On Fri, Sep 09, 2005 at 09:16:04AM +0530, Ganesan Rajagopal wrote:
 Kurt Roeckx wrote:
 
 It looks like the patch was only partially applied?
 
 Anyway, please do not cast a pointer to either an int or a long.
 Cast it to an intptr_t if you have to, but you should be able to
 avoid that too.
 Thanks. But how do you give a printf format argument for intptr_t?

You shouldn't.  You passed an integer to it, so extract an
integer from the va_list.  You could cast it back to an int if
you want to.

If you really want to print an intptr_t, inttypes.h defines a
PRIdPTR you can use to print an intptr_t, something like:
printf(% PRIdPTR \n, ptr);


Kurt



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



Bug#327310: FTBFS: Bad permissions for control directory

2005-09-09 Thread Matt Kraai
Package: swt-gtk
Version: 3.0+3.1M4-4
Severity: serious
Tags: patch

swt-gtk fails to build because it uses bad permissions for the control
directory:

 dh_builddeb -i
 dpkg-deb: control directory has bad permissions 2755 (must be =0755 and 
 =0775)
 dpkg-deb: building package `libswt-gtk-dev' in 
 `../libswt-gtk-dev_3.0+3.1M4-4_all.deb'.
 dh_builddeb: command returned error code 512

The problem is that the top-level directory in the tarball is setgid,
which is inherited by the control directory.  The attached patch
removes the setgid bit, which fixes the problem.

-- 
Matt
diff -u swt-gtk-3.0+3.1M4/debian/rules swt-gtk-3.0+3.1M4/debian/rules
--- swt-gtk-3.0+3.1M4/debian/rules
+++ swt-gtk-3.0+3.1M4/debian/rules
@@ -11,6 +11,7 @@
dh_clean -k
 
 clean:
+   chmod -R g-s .
rm -f build-stamp
dh_clean
-$(MAKE) distclean


signature.asc
Description: Digital signature


Bug#327316: FTBFS: Unable to execute automake-1.7

2005-09-09 Thread Matt Kraai
Package: sdl-net1.2
Version: 1.2.5-4
Severity: serious
Tags: patch

sdl-net1.2 fails to build because it cannot execute automake-1.7:

 cd .  \
   automake-1.7 --foreign  Makefile
 /bin/sh: automake-1.7: command not found

Adding a build-dependency on automake1.7 fixes this problem.

-- 
Matt
diff -u sdl-net1.2-1.2.5/debian/control sdl-net1.2-1.2.5/debian/control
--- sdl-net1.2-1.2.5/debian/control
+++ sdl-net1.2-1.2.5/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Mike Furr [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), libsdl1.2-dev (= 1.2.5), autotools-dev, 
dpatch
+Build-Depends: debhelper ( 3.0.0), libsdl1.2-dev (= 1.2.5), autotools-dev, 
dpatch, automake1.7
 Standards-Version: 3.6.1
 
 Package: libsdl-net1.2-dev


signature.asc
Description: Digital signature


Bug#327314: FTBFS: Unsatisfiable build-dependency on sip4 ( 4.3)

2005-09-09 Thread Matt Kraai
Package: python-kde3
Version: 3.11.3-4
Severity: serious

python-kde3 fails to build because the version of sip4 in sid is too
recent:

  - Considering  sip4 ( 4.3)
   Tried versions: 4.3-1
- Does not satisfy version, not trying

-- 
Matt


signature.asc
Description: Digital signature


Bug#327318: FTBFS: Unable to compile C file with gcc-3.4

2005-09-09 Thread Matt Kraai
Package: skribe
Version: 1.2d-1
Severity: serious

skribe fails to build because it cannot compile a C file with gcc-3.4:

 ./configure --prefix=/usr --with-bigloo \
   --docdir=/usr/share/doc/skribe \
   --mandir=/usr/share/man/man1
 Using Bigloo system
 ***ERROR:configure:gcc-3.4:Can't compile c file -- gcc-3.4 -O3  -c foo.c
 touch configure-stamp
 dh_testdir
 # Add here commands to compile the package.
 /usr/bin/make 
 make[1]: Entering directory `/tmp/buildd/skribe-1.2d'
 (cd src/bigloo  /usr/bin/make)
 make[2]: Entering directory `/tmp/buildd/skribe-1.2d/src/bigloo'
 Makefile:15: ../../etc/bigloo/Makefile.skb: No such file or directory
 make[2]: *** No rule to make target `../../etc/bigloo/Makefile.skb'.  Stop.

-- 
Matt


signature.asc
Description: Digital signature


Bug#327319: FTBFS: gnome_window_icon_set_default_from_file not declared

2005-09-09 Thread Matt Kraai
Package: sagasu
Version: 2.0.5-1
Severity: serious

sagasu fails to build because gnome_window_icon_set_default_from_file
is not declared:

 if i486-linux-gnu-g++ -DPACKAGE_NAME=\sagasu\ -DPACKAGE_TARNAME=\sagasu\ 
 -DPACKAGE_VERSION=\2.0.5\ -DPACKAGE_STRING=\sagasu\ 2.0.5\ 
 -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\sagasu\ -DVERSION=\2.0.5\ 
 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
 -DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 
 -DHAVE_STDINT_H_WITH_UINTMAX=1 -DHAVE_UNSIGNED_LONG_LONG=1 
 -DHAVE_INTTYPES_H=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 
 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 
 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 
 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETC_UNLOCKED=1 
 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 
 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 
 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 
 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1 
 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST= 
 -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1  -I. 
 -I.-DLOCALEDIR=\/usr/share/locale\ -DDATADIR=\/usr/share\ 
 -DGNOMEICONDIR=\/usr/share/pixmaps\ -DG_DISABLE_DEPRECATED 
 -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED 
 -I./intl -DPKGDATADIR=\/usr/share/sagasu\ 
 -DPIXMAPDIR=\/usr/share/pixmaps\ -DPKGSOUNDDIR=\/usr/share/sounds/sagasu\ 
 -DPACKAGE_HOME_PAGE=\http://sarrazip.com/dev/sagasu.html\; -DORBIT2=1 
 -pthread -DXTHREADS -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 
 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include 
 -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libxml2   -g -O2 
 -Wall -MT sagasu-main.o -MD -MP -MF .deps/sagasu-main.Tpo \
   -c -o sagasu-main.o `test -f 'main.cpp' || echo './'`main.cpp; \
 then mv .deps/sagasu-main.Tpo .deps/sagasu-main.Po; \
 else rm -f .deps/sagasu-main.Tpo; exit 1; \
 fi
 main.cpp: In function 'int main(int, char**)':
 main.cpp:83: error: 'gnome_window_icon_set_default_from_file' was not 
 declared in this scope

-- 
Matt


signature.asc
Description: Digital signature


Bug#327321: FTBFS: Ambiguous call to Math.Min inter alia

2005-09-09 Thread Matt Kraai
Package: xsp
Version: 1.0.5-1
Severity: serious
Tags: patch

xsp fails to build because it contains an ambigous call to Math.Min,
as well as trying to use dh_netdeps:

 /usr/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll -r:Mono.Posix.dll 
 /d:MODMONO_SERVER /out:mod-mono-server.exe IApplicationHost.cs 
 MonoWorkerRequest.cs Tracing.cs ApplicationServer.cs 
 LingeringNetworkStream.cs BaseApplicationHost.cs BaseRequestBroker.cs 
 IWebSource.cs server.cs ModMonoRequest.cs ModMonoWorkerRequest.cs 
 ModMonoApplicationHost.cs ModMonoTCPWebSource.cs AssemblyInfoModMono.cs
 MonoWorkerRequest.cs(275) error CS0234: The type or namespace name `Min' 
 could not be found in namespace `Mono.Math'
 Compilation failed: 1 error(s), 0 warnings

The attached patch resolves the ambiguity by calling System.Math.Min
explicitly and by using dh_clideps instead of dh_netdeps.

-- 
Matt
diff -u xsp-1.0.5/debian/rules xsp-1.0.5/debian/rules
--- xsp-1.0.5/debian/rules
+++ xsp-1.0.5/debian/rules
@@ -127,7 +127,7 @@
 #  dh_makeshlibs
dh_installdeb
dh_shlibdeps
-   dh_netdeps -d
+   dh_clideps -d
dh_gencontrol
dh_md5sums
dh_builddeb
diff -u xsp-1.0.5/debian/control xsp-1.0.5/debian/control
--- xsp-1.0.5/debian/control
+++ xsp-1.0.5/debian/control
@@ -4,11 +4,11 @@
 Maintainer: Debian Mono Group [EMAIL PROTECTED]
 Uploaders: Eduard Bloch [EMAIL PROTECTED], Pablo Fischer [EMAIL 
PROTECTED], Michael Schiansky [EMAIL PROTECTED]
 Standards-Version: 3.6.1
-Build-Depends: debhelper (= 4.1.16), autotools-dev, mono-mcs | 
c-sharp-compiler, libmono-dev, mono-utils ( 1.0)
+Build-Depends: debhelper (= 4.1.16), autotools-dev, mono-mcs | 
c-sharp-compiler, libmono-dev, mono-utils ( 1.0), cli-common
 
 Package: mono-xsp
 Architecture: all
-Depends: ${shlibs:Depends}, ${net:Depends}, mono-mcs ( 1.0), debconf (= 
1.2.0), net-tools
+Depends: ${shlibs:Depends}, ${cli:Depends}, mono-mcs ( 1.0), debconf (= 
1.2.0), net-tools
 Description: simple web server to run ASP.NET applications
  XSP is a simple web server written in C# that can be used to run your 
  ASP.NET applications. 
only in patch2:
unchanged:
--- xsp-1.0.5.orig/server/MonoWorkerRequest.cs
+++ xsp-1.0.5/server/MonoWorkerRequest.cs
@@ -272,7 +272,7 @@
while (length  0  (count = stream.Read (fileContent, 
0, count)) != 0) {
SendResponseFromMemory (fileContent, count);
length -= count;
-   count = (int) Math.Min (length, 
fileContent.Length);
+   count = (int) System.Math.Min (length, 
fileContent.Length);
}
}
 


signature.asc
Description: Digital signature


Bug#326052: reopen 326052

2005-09-09 Thread Matt Kraai
reopen 326052
thanks

sgml2x 1.0.0-10 fails to build with the same error.

-- 
Matt


signature.asc
Description: Digital signature


Bug#326451: jlint: FTBFS (amd64): cast from 'const void*' to 'int' loses precision

2005-09-09 Thread Ganesan Rajagopal

Kurt Roeckx wrote:


On Fri, Sep 09, 2005 at 09:16:04AM +0530, Ganesan Rajagopal wrote:
 


Thanks. But how do you give a printf format argument for intptr_t?
   



You shouldn't.  You passed an integer to it, so extract an
integer from the va_list.  You could cast it back to an int if
you want to.
 

Oh we already agreed about that :-). I was curious how to handle 
intptr_t portably in

a printf. Thanks for the info.

Ganesan


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



Bug#306173: severity 306173 serious

2005-09-09 Thread Matt Kraai
severity 306173 serious
thanks

This bug now prevents xppaut from building so I'm upgrading its
severity to serious.

-- 
Matt


signature.asc
Description: Digital signature


Bug#327324: svn-arch-mirror: breaks with svn 1.2.0 (new upstream version + debian package fixes it)

2005-09-09 Thread Eric Wong
Package: svn-arch-mirror
Version: 0.4.2-2
Severity: important


I have a new upstream + debian package out at
http://arch.bogomips.org/debian/

Get 0.4.2-2 since my packaging of 0.4.2-1 was broken.


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



Bug#327322: libdrm1: Claiming to be development evironment instead of runtime

2005-09-09 Thread Par-Ola Nilsson
Package: libdrm1
Version: 1.0.3-1
Severity: minor

Fom the description of package:

libdrm1 - Userspace interface to kernel DRM services -- runtime

This library implements the userspace interface to the kernel DRM services.
DRM stands for Direct Rendering Manager, which is the kernelspace portion
of the Direct Rendering Infrastructure (DRI). The DRI is currently used
on Linux to provide hardware-accelerated OpenGL drivers.

This package provides the development environment for libdrm.
  ^^^
This is not the libdrm-dev package.



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


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



Bug#327325: [intl:fr] dokuwiki debconf templates translation

2005-09-09 Thread steve
Package: dokuwiki
Version: 0.0.20050713-2
Severity: wishlist
Tags: l10n Patch

Hi,

Please find attached the french debconf templates translation, proofread
by the debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Regards

steve


fr.po
Description: application/gettext


Bug#327323: xmms-iris: Configure button for iris 3D analyzer 0.12 crashes xmms

2005-09-09 Thread Chris Hagar
Package: xmms-iris

Version: 0.12-2

Severity: normal


In the Visualization Plugins tab of the Preferences dialog, clicking on

the iris 3D analyzer 0.12 [libiris.so] item and then clicking the

Configure button in the dialog crashes xmms, which outputs on stdout

the message:



config.c: bad iris plugin version detected in /home/chris/.xmms/config,

using default configuration



Segmentation fault



I just installed this plugin through APT, and I have made no

modification to its configuration. This crash occurs when playing

whatever local file or streamcast.



What follows is the /home/chris/.xmms/config file:



[xmms]

allow_multiple_instances=3DFALSEuse_realtime=3DFALSEalways_show_cb=3DTRUEconvert_underscore=3DTRUEconvert_%20=3DTRUEshow_numbers_in_pl=3DTRUEsnap_windows=3DTRUEsave_window_positions=3DTRUE
dim_titlebar=3DTRUEuse_pl_metadata=3DTRUEget_info_on_load=3DFALSEget_info_on_demand=3DTRUEeq_doublesize_linked=3DTRUEno_playlist_advance=3DFALSEsort_jump_to_file=3DFALSEsmooth_title_scroll=3DTRUE
use_backslash_as_dir_delimiter=3DFALSEplayer_x=3D909player_y=3D34player_shaded=3DFALSEplayer_visible=3DTRUEshuffle=3DFALSErepeat=3DFALSEdoublesize=3DFALSEautoscroll_songname=3DTRUEtimer_mode=3D0
timer_minutes_only=3DFALSEvis_type=3D0analyzer_mode=3D0analyzer_type=3D1analyzer_peaks=3DTRUEscope_mode=3D0vu_mode=3D1vis_refresh_rate=3D0analyzer_falloff=3D3peaks_falloff=3D1playlist_x=3D295
playlist_y=3D20playlist_width=3D300playlist_height=3D232playlist_shaded=3DFALSEplaylist_visible=3DFALSEplaylist_transparent=3DFALSEplaylist_font=3D-adobe-helvetica-bold-r-*-*-10-*use_fontsets=3DFALSE
mainwin_use_xfont=3DFALSEmainwin_font=3D-adobe-helvetica-medium-r-*-*-8-*playlist_position=3D0equalizer_x=3D20equalizer_y=3D136snap_distance=3D10equalizer_visible=3DFALSEequalizer_shaded=3DFALSE
equalizer_active=3DFALSEequalizer_autoload=3DFALSEeasy_move=3DFALSEuse_eplugins=3DFALSEalways_on_top=3DFALSEsticky=3DFALSEequalizer_preamp=3D0random_skin_on_play=3DFALSEpause_between_songs=3DFALSE
pause_between_songs_time=3D2mousewheel_scroll_amount=3D10mouse_wheel_change=3D8show_wm_decorations=3DFALSEeqpreset_default_file=3Ddir_default.preseteqpreset_extension=3Dpresetequalizer_band0=3D0
equalizer_band1=3D0equalizer_band2=3D0equalizer_band3=3D0equalizer_band4=3D0equalizer_band5=3D0equalizer_band6=3D0equalizer_band7=3D0equalizer_band8=3D0equalizer_band9=3D0output_plugin=3D/usr/lib/xmms/Output/libOSS.so
disabled_iplugins=3Durl_history_length=3D0skin_dirs_number=3D1skin_dir0=3D/home/chris/.xmms/Skinsgeneric_title_format=3D%p - %t[MPG123]resolution=3D16channels=3D2downsample=3D0http_buffer_size=3D768
http_prebuffer=3D25use_proxy=3DFALSEproxy_host=3Dlocalhostproxy_port=3D8080proxy_use_auth=3DFALSEsave_http_stream=3DFALSEsave_http_path=3D/home/chriscast_title_streaming=3DTRUEuse_udp_channel=3DFALSE
title_override=3DFALSEdisable_id3v2=3DFALSEid3_format=3DISO-8859-1id3v2_encoding_override=3DFALSEid3v2_default_encoding=3Ddetect_by=3D0default_synth=3D0[OSS]audio_device=3D0mixer_device=3D0
buffer_size=3D3000prebuffer=3D25use_master=3DFALSEuse_alt_audio_device=3DFALSEalt_audio_device=3D/dev/dspuse_alt_mixer_device=3DFALSEalt_mixer_device=3D/dev/mixer[BumpScope]color=3D8047871
x=3D128y=3D128width=3D256height=3D128phongrad=3D256color_cycle=3DFALSEmoving_light=3DTRUEdiamond=3DFALSEauto_fullscreen=3DFALSE[infinity]version=3D0.5.9xres=3D800yres=3D600
sres=3D1teff=3D100tcol=3D100xorig=3D20yorig=3D20EOF-- System Information:Debian Release: testing/unstableAPT prefers testingAPT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (x86_64)Shell: /bin/sh linked to /bin/bashKernel: Linux 2.6.11-9-amd64-k8Locale: LANG=3Den_US, LC_CTYPE=3Den_US (charmap=3DISO-8859-1)Versions of packages xmms-iris depends on:ii libc6 
2.3.5-6 GNU C Library: Shared libraries anii libglib1.2 1.2.10-10 The GLib library of C routines
ii
libgtk1.2
1.2.10-17
The GIMP Toolkit set of widgets fo
ii
libx11-6
6.8.2.dfsg.1-6 X Window System
protocol client li
ii
libxext6
6.8.2.dfsg.1-6 X Window System
miscellaneous exte
ii
libxi6
6.8.2.dfsg.1-6 X Window System
Input extension li
ii libxxf86vm1
6.8.2.dfsg.1-6 X Video Mode
selection library
ii xlibmesa-gl [libgl1 6.8.2.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii
xlibs
6.8.2.dfsg.1-6 X Window System
client libraries m
ii
xmms
1.2.10+cvs20050209-2 Versatile X audio player that look

xmms-iris recommends no packages.

-- no debconf information
 


Bug#327026: evolution-exchange: Inbox counter not updated

2005-09-09 Thread Thomas Quas
Today's the day. I've got that misbehavior again. This time, even
changing mail accounts (clicking on mail folders of different accounts)
won't update the counter.

I'm sorry, but I don't have any clue about how to investigate further.


Versions of packages evolution-exchange depends on:
ii  evolution 2.2.3-4The groupware suite
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D
graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility
toolkit
ii  libaudiofile0 0.2.6-6Open-source version of
SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces
library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared
libraries an
ii  libcamel1.2-0 1.2.3-2The Evolution MIME message
handlin
ii  libcomerr21.38-2 common error description
library
ii  libdb4.1  4.1.25-18  Berkeley v4.1 Database
Libraries [
ii  libebook1.2-3 1.2.3-2Client library for
evolution addre
ii  libecal1.2-2  1.2.3-2Client library for
evolution calen
ii  libedata-book1.2-21.2.3-2Backend library for
evolution addr
ii  libedata-cal1.2-1 1.2.3-2Backend library for
evolution cale
ii  libedataserver1.2-4   1.2.3-2Utily library for evolution
data s
ii  libedataserverui1.2-4 1.2.3-2GUI utily library for
evolution da
ii  libesd0   0.2.36-1   Enlightened Sound Daemon -
Shared
ii  libfontconfig12.3.2-1generic font configuration
library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine,
shared lib
ii  libgal2.4-0   2.4.3-1.1  G App Libs (run time
library)
ii  libgconf2-4   2.10.1-1   GNOME configuration
database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library -
runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade
files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C
routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services
library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library -
runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented
display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print
architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print
architecture User
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual
file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime
library
ii  libgpg-error0 1.1-4  library for common error
values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user
interface
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange
library
ii  libjpeg62 6b-10  The Independent JPEG
Group's JPEG
ii  libkrb53  1.3.6-5MIT Kerberos runtime
libraries
ii  libldap2  2.1.30-11  OpenLDAP libraries
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of
internatio
ii  libpopt0  1.7-5  lib for parsing cmdline
parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session
Management
ii  libsoup2.2-7  2.2.3-2an HTTP library
implementation in
ii  libtasn1-20.2.13-1   Manage ASN.1 structures
(runtime)
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol
client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-6 X Window System client
libraries m
ii  zlib1g1:1.2.3-4  compression library -
runtime




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



Bug#327328: libgtk2-perl: [m68k] FTBFS: Failed 1/176 test scripts, 99.43% okay. 2/3473 subtests failed, 99.94% okay.

2005-09-09 Thread Christian T. Steigies
Package: libgtk2-perl
Version: 1:1.100-1
Severity: important

Automatic build of libgtk2-perl_1:1.100-1 on aahz by sbuild/m68k 42
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.2), dpatch, perl (= 5.8.0-7), 
libextutils-depends-perl (= 0.200), libextutils-pkgconfig-perl (= 1.03), 
libgtk2.0-dev (= 2.6.0), libglib-perl (= 1:1.100-1), xvfb, xfonts-base, 
xbase-clients
[...]
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.5-3 
linux-kernel-headers_2.6.13+0rc3-1.1 gcc-4.0_4.0.1-6 g++-4.0_4.0.1-6 
binutils_2.16.1-2 libstdc++6-4.0-dev_4.0.1-6 libstdc++6_4.0.1-6
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
t/GdkPixbuf.t2   512982   2.04%  8-9
 (54 subtests UNEXPECTEDLY SUCCEEDED), 2 tests and 61 subtests skipped.
Failed 1/176 test scripts, 99.43% okay. 2/3473 subtests failed, 99.94% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/build/buildd/libgtk2-perl-1.100'
make: *** [install] Error 2
**
[...]
**
Finished at 20050909-0441
Build needed 12:34:11, 42860k disk space

See full build log at
http://buildd.debian.org/build.php?arch=pkg=libgtk2-perlvers=1:1.100-1

Christian


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



Bug#327326: libqt-perl: please upgrade to libqt3-mt !

2005-09-09 Thread Vincent Fourmond
Package: libqt-perl
Version: 3.008-1.3
Severity: important


  Please change the dependancy of libqt-perl to the newer libqt3-mt: for now, 
to keep 
libqt-perl, I need a to hold a whole bunch of packages in aptitude, which is 
not that cool. 
Thanks !

Vincent Fourmond


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

Versions of packages libqt-perl depends on:
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libsmokeqt1   4:3.3.2-1  SMOKE Binding Library to Qt
ii  libstdc++51:3.3.6-9  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

libqt-perl recommends no packages.

-- no debconf information


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



Bug#327327: tcpick: does not run on ppc

2005-09-09 Thread Alan Curry
Package: tcpick
Version: 0.2.1-1
Severity: important
Tags: patch

On the ppc C compiler, char is an unsigned data type. This means that
no variable of type char can ever compare equal to the int value -1. gcc
tries to warn you about this when you compile tcpick, by saying:

args.c:195: warning: comparison is always true due to limited range of data type

tcpick therefore never makes it past the getopt loop. The following
patch fixes the problem.

diff -ru tcpick-0.2.1/src/args.c tcpick-0.2.1.pac/src/args.c
--- tcpick-0.2.1/src/args.c 2005-09-09 01:21:07.0 -0500
+++ tcpick-0.2.1.pac/src/args.c 2005-09-09 01:51:35.0 -0500
@@ -149,7 +149,7 @@
 void
 parse_args(int argc, char ** argv)
 {
-   char opt;
+   int opt;
 
 #ifdef HAVE_GETOPT_LONG
static struct option long_options[]=


-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.11-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tcpick depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpcap0.8  0.8.3-5  System interface for user-level pa

-- no debconf information


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



Bug#327329: wanted: use synaptic to install local deb files

2005-09-09 Thread Fabian Greffrath

package: synaptic
severity: wishlist

Hello!

It would be great if one could open locally stored .deb files in synaptic
and choose to install them with all their dependencies.
Something like a graphical frontend to `dpkg -i $pkg  apt-get -f install`.

Also, synaptic could be connected to .deb files via MIME, so that
opening a file in nautilus etc. will run synaptic showing you the
description, maintainer, dependencies, file contents, etc...
and finally lets you click install, asks for root password and installs.

Do you thing this would be possible?!

Thank you in advance,
Fabian





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



Bug#149961: 3 years - no fix

2005-09-09 Thread Ivan Tikhonov

3 years - no fix. change rename() to system(/bin/mv $src $dst) may be?


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



Bug#322500: libsnmp5: ABI change without SONAME change

2005-09-09 Thread Steve Langasek
tags 322500 fixed-upstream
thanks

Hi Jochen,

The bug log at
http://sourceforge.net/tracker/index.php?func=detailaid=1256697group_id=12694atid=112694
shows that upstream has issued an official update for the soname of
libsnmp, available in patch form at
http://sourceforge.net/tracker/index.php?func=detailaid=1282477group_id=12694atid=456380.
It would be ideal if you could apply this patch to net-snmp and upload,
so that the segfaults in packages depending on libsnmp can be fixed.

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


signature.asc
Description: Digital signature


Bug#317314: firebird2: 1.5.2 build (gcc-3.4) ready

2005-09-09 Thread Damyan Ivanov (at work)
Package: firebird2
Followup-For: Bug #317314

Hi,

I've prepared the current stable release (1.5.2) of Firebird for upload.
It compiles with gcc-3.4, making the C++ ABI transition. Build with
gcc=4.0 is not possible at the moment, as is a gcc-3.4 build of the old
(and currently in Debian) 1.5.1.

Source and binary packages are on
ftp://www.creditreform.bg/public/pool/main/f/firebird2

N.B. Source tarball is re-compressed (bzcat | gzip) since upstream
distributes a tar.bz2, which I could not trick debuild to handle to
dpkg-source.


I'd greatly appreciate and DD looking at the packaging and eventually
sponsor an upload. The pkg-firebird group is rather inactive these
weeks.

N.B.2 Please remember to include all changelogs since last upload
(1.5.1-4).


Many thanks in advance.
dam

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


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



Bug#327330: vym links do not get saved

2005-09-09 Thread Kees Leune
Package: vym
Version: 1.7.0-3
Severity: normal

Vym link from one map to another do not get saved. If a map is saved,
Vym is closed and then restarted, the link is no longer present.

-- 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.10-uvt
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages vym depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libqt3-mt 3:3.3.4-7  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  unzip 5.52-3 De-archiver for .zip files
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zip   2.31-3 Archiver for .zip files

vym recommends no packages.

-- no debconf information


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



Bug#327331: python-popy: FTBFS: PoPymodule.h:41:29: error: server/postgres.h: No such file or directory

2005-09-09 Thread Andreas Jochens
Package: python-popy
Version: 2.0.8-7.1
Severity: serious
Tags: patch

When building 'python-popy' on unstable, I get the following error:

make[1]: Entering directory `/python-popy-2.0.8'
gcc -fPIC -Wstrict-prototypes -Wall -O6 -fomit-frame-pointer \
-I/usr/include/python2.1/config \
-I/usr/include/python2.1 \
-DHAVE_CONFIG=1 -I/usr/include/postgresql 
-I/usr/include/postgresql/server -Wall \
-DVERSION=\2.0.8\ -I. -c PoPymodule.c -o PoPymodule2.1.o
In file included from PoPymodule.c:39:
PoPymodule.h:41:29: error: server/postgres.h: No such file or directory
PoPymodule.h:42:36: error: server/catalog/pg_type.h: No such file or directory

With the attached patch 'python-popy' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/python-popy-2.0.8/PoPymodule.h ./PoPymodule.h
--- ../tmp-orig/python-popy-2.0.8/PoPymodule.h  2005-09-09 07:37:56.0 
+
+++ ./PoPymodule.h  2005-09-09 07:36:28.0 +
@@ -38,8 +38,8 @@
 
 #include Python.h
 #include structmember.h
-#include server/postgres.h
-#include server/catalog/pg_type.h
+#include postgres.h
+#include catalog/pg_type.h
 #include libpq-fe.h
 #include libpq/libpq-fs.h
 #include regex.h
diff -urN ../tmp-orig/python-popy-2.0.8/debian/control ./debian/control
--- ../tmp-orig/python-popy-2.0.8/debian/control2005-09-09 
07:37:56.0 +
+++ ./debian/control2005-09-09 07:31:48.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: James W. Penny [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), postgresql-dev, python-dev, 
python2.1-dev, python2.2-dev, python2.3-dev
+Build-Depends: debhelper, postgresql-dev, libssl-dev, python-dev, 
python2.1-dev, python2.2-dev, python2.3-dev
 Standards-Version: 3.6.0
 
 Package: python-popy


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



Bug#327312: FTBFS: Cannot find libclutils

2005-09-09 Thread Steve Langasek
reassign 327312 libclutils0
thanks

On Thu, Sep 08, 2005 at 10:36:56AM -0700, Matt Kraai wrote:
 Package: savant
 Version: 20031216-5
 Severity: serious

 savant fails to build because it cannot find libclutils:

  checking for isClutils in -lclutils... no
  configure: error: Could not find a workable libclutils.so or libclutils.a.
  You probably need to install clutils and/or specify the location of
  it with the --with-clutils option.

 Here's the relevant excerpt from config.log:

  configure:9009: checking for isClutils in -lclutils
  configure:9040: i486-linux-gnu-g++ -o conftest -g -O2 -I/usr/include/mpi 
  -L/usr/lib/mpich/lib/ conftest.cc -lclutils -lltdl  -ldl  5
  /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
  reference to `std::__default_alloc_templatetrue, 0::allocate(unsigned 
  int)'
  /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
  reference to `std::basic_istreamchar, std::char_traitschar 
  ::seekg(long, std::_Ios_Seekdir)'
  /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
  reference to `std::basic_streambufchar, std::char_traitschar 
  ::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)'
  /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
  reference to `std::basic_stringchar, std::char_traitschar, 
  std::allocatorchar ::_S_empty_rep_storage'
  /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libclutils.so: undefined 
  reference to `std::__default_alloc_templatetrue, 0::deallocate(void*, 
  unsigned int)'
  collect2: ld returned 1 exit status

Which means libclutils0 is a C++ library that's still built for the
wrong ABI, and needs to be transitioned.  Reassigning.

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


signature.asc
Description: Digital signature


Bug#327333: installation: sparc installer puts incorrect geometry into partition table

2005-09-09 Thread Steve King
Package: installation
Severity: important


After installing debian sarge on a solaris 9 box, in a dual boot setup,
I find that the debian installer has made solaris 9 non-bootable.

Solaris complains that the physical geometry of the disk does not match
that recorded in the disklabel, and panics. Further, format (the solaris
fdisk utility) refuses to read the disklabel, and will only reset it,
destroying all solaris and linux partitions.

The problem seems to be the two 16bit integers in the partition table
field, offset 0x1a6 and 0x1b0, which the debian installer changes
to be 2 more than the solaris installer.

I think the installer should only modify the values, if the disklabel is
blank.

This is an 18gig disk btw.

Warning: don't use a hex editor to edit the partition table, like I did,
as there is a checksum. If the checksum is wrong OpenBoot will not boot
anything.

I am aware that technically this is a solaris problem. It seems very
fussy about the fields in the parition table, however debian should
co-exist with solaris as well as it can.

A hex dump of the broken and good parition tables follows:

od -A x -x brokenpartitiontable
00 4942 4d2d  5953 2d54 3138 3335 304d
10 2d53 3830 4420 6379 6c20 3134 3937 3020
20 616c 7420 3220 6864 2036 2073 6563 2033
30 3939       
40        
*
80  0001     0008 0002
90  0003  0005  0083  
a0        
b0       600d deee
c0        
*
0001a0   2710 3a7e    0001
0001b0 3a7c 0002 0006 018f    25f2
0001c0 00bf ffd0   0040 094a  
0001d0 0222 eb98  06d9 00b2 cfe6  
0001e0        
0001f0       dabe e29a
000200

od -A x -x okparitiontable
00 4942 4d2d  5953 2d54 3138 3335 304d
10 2d53 3830 4420 6379 6c20 3134 3937 3020
20 616c 7420 3220 6864 2036 2073 6563 2033
30 3939       
40        
*
80  0001     0008 0002
90  0003 0001 0005 0001 0083  
a0        
b0       600d deee
c0        
*
0001a0   2710 3a7c    0001
0001b0 3a7a 0002 0006 018f    25f2
0001c0 00bf ffd0   0040 094a  
0001d0 0222 d8e4  06d9 00b2 cfe6  06d9
0001e0        
0001f0       dabe d73b
000200

-- System Information:
Debian Release: 3.1
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-2-sparc64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#327332: several kde-i18n packages share files with old kturtle

2005-09-09 Thread Ben Burton
Package: kde-i18n
Severity: serious

Hi,

Several kde-i18n packages contain files that used to be shipped with the
old kturtle ( 4:3.4.2).  There is no versioned replaces however, which
means the upgrade can break (as happened with me today).

The old kturtle package provided the following files, which moved to
kde-i18n with KDE 3.4:

/usr/share/apps/kturtle/data/logokeywords.nl.xml
/usr/share/apps/kturtle/data/logokeywords.fr_FR.xml
/usr/share/apps/kturtle/data/logokeywords.de_DE.xml
/usr/share/apps/kturtle/data/logokeywords.sv.xml
/usr/share/apps/kturtle/data/logokeywords.sr.xml

Please add versioned replaces on kturtle ( 4:3.4.2) for each of the
corresponding kde-i18n-* packages.

Thanks,

Ben.

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


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



Bug#327334: libqscintilla6: should conflict with libqscintilla5

2005-09-09 Thread Ben Burton
Package: libqscintilla6
Version: 1.6-1
Severity: serious

Hi,

Both libqscintilla5 and libqscintilla6 ship the file:

  /usr/lib/qt3/plugins/designer/libqscintillaplugin.so

However, libqscintilla6 contains no conflict with libqscintilla5.  As a
result, the system will happily try to install them together until the
files clash (at which point the installation breaks with an error).

Ben.

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

Versions of packages libqscintilla6 depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libqt3-mt 3:3.3.4-7  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m

libqscintilla6 recommends no packages.

-- no debconf information


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



Bug#326610: kde-i18n-de: kde-i18n / khangman problem affect several languages

2005-09-09 Thread Ben Burton
Package: kde-i18n-de
Version: 4:3.4.2-3
Followup-For: Bug #326610

Hi,

Bug #326610 was filed because kde-i18n-de needs to replace
khangman ( 4:3.4.2).  In fact this affects several languages, not just
kde-i18n-de.

The old khangman provided all of the following files:

/usr/share/apps/khangman/ca.txt
/usr/share/apps/khangman/cs.txt
/usr/share/apps/khangman/da.txt
/usr/share/apps/khangman/de.txt
/usr/share/apps/khangman/es.txt
/usr/share/apps/khangman/fi.txt
/usr/share/apps/khangman/fr.txt
/usr/share/apps/khangman/hu.txt
/usr/share/apps/khangman/nb.txt
/usr/share/apps/khangman/pt.txt
/usr/share/apps/khangman/sl.txt
/usr/share/apps/khangman/[EMAIL PROTECTED]
/usr/share/apps/khangman/sv.txt
/usr/share/apps/khangman/tg.txt

These are now provided by kde-i18n, and so all of the corresponding
kde-i18n-* packages will need the versioned replaces.

Ben.

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

Versions of packages kde-i18n-de depends on:
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica

kde-i18n-de recommends no packages.

-- no debconf information


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



Bug#327129: tetex-bin: missing links and formats

2005-09-09 Thread Frank Küster
Ralf Stubner [EMAIL PROTECTED] wrote:

 I had a closer look at how the necessary links are created. Most links
 to programs (eg, texhash - mktexlsr) are created in
 texk/tetex/Makefile, which seems to work correctly. The links pointing
 at 'omfonts' are created in texk/web2c/omegafonts/Makefile, though. No
 idea why that does not work.

Me neither, and I won't have time to look into it soon.

 What I am wondering about: Why are the 'format links' explicitly created
 in tetex-bin_install.in? I thought texlinks(1) is supposed to do that.

We are creating them statically so that dpkg knows about them;
creating them by texlinks in the maintainer scripts would be a bad
idea.  

But we could replace the manual link creation by a call to
debian/tetex-bin/usr/bin/texlinks with appropriate --cnffile and
DIRECTORIES parameters.

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




Bug#327269: apache2 security update breaks ssl+svn

2005-09-09 Thread Adam Conrad
Andreas Jellinghaus wrote:

On Friday 09 September 2005 02:37, Adam Conrad wrote:
  

I would like a tarball of your /etc/apache2/

if there is anything else I can do to help, please let me know.
  


Meh.  Yeah, this is actually a neon or svn (not sure who) bug, where it
can't do renogotiations when requested, and our fix for the security
hole in apache2 removed a feature (that feature was the security
hole) you were relying on with your configs.  I need to set up a test
case here and see if there's a good way to do this, so it still works
how you want, without fixing neon/svn (which isn't really an option).

The bug that you were taking advantage of is that if you had
SSLVerifyClient optional in your VirtualHost, and SSLVerifyClient
require in a Location statement, the latter would never be honoured, so
I could actually get at your SVN repo by refusing to offer a client
cert, and Apache would give me write access.  Whoops.

We've fixed that, but in fixing that, obviously you've tripped on the
above issue.

Could you try, for curiosity's sake, setting SSLVerifyClient none in
the main VirtualHost, and keeping the rest the same, and seeing if that
makes a difference for you at all?  Over the weekend, I'll set up a test
SVN site and follow some codepaths around in mod_ssl and see if there's
still a way (short of you using seperate Vhosts for read access and
read/write access, which has been considered by many the most secure
option) to have apache behave the way you'd like it to.

... Adam



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



Bug#327335: mozilla-thunderbird: Unneeded autoclose edit window after NNTP error

2005-09-09 Thread Grzegorz Szyszło
Package: mozilla-thunderbird
Version: 1.0.2-2.sarge1.0.6
Severity: normal


I use thunderbird to connect my providers NNTP server. NNTP have any
security mechanism. When I edit message, and press SEND (to NNTP),
server response error, and thunderbird make message windows:
Wystąpił błąd News (NNTP): Connection rejected, you're making too many
connections per minute , i have polish package for thunderbird.
(translate begin of message: There was error of News (NNTP):  )

When I click OK button (no other buttons are there),
then thunderbird permanently close eidt windows, and text is
lost without any option to resolve it.


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

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, shared lib
ii  libgcc11:3.4.3-13GCC support library
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgtk2.0-02.6.4-3   The GTK+ graphical user interface 
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxp6 4.3.0.dfsg.1-14   X Window System printing extension
ii  libxrender10.8.3-7   X Rendering Extension client libra
ii  libxt6 4.3.0.dfsg.1-14   X Toolkit Intrinsics
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
* mozilla-thunderbird/browser: GNOME



Bug#327194: gtk-gnutella: Default sort order should be highest # hits on top

2005-09-09 Thread Johan Walles
As I don't get any spam in my searches (a filter called music with 
only a size and a name requirement) I don't ever see any spam in my 
search results, so I haven't really seen that problem.  In my case the 
count works well as a quality indicator.  I realize that might not be 
the case for everyone.


As for the usability issue, I have to click the column header for every 
search, every time I add a new search, and every time I re-start 
gtk-gnutella.  So it's not a one-off operation as you seem to suggest.


 Cheers //Johan

-Original Message-
From: Christian Biere [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thu, 8 Sep 2005 19:39:36 +0200
Subject: Bug#327194: gtk-gnutella: Default sort order should be highest 
# hits on top


there's no default sorting at all. The results are implicitely
arranged in the order they arrive and grouped by checksum. I
don't think sorting by number of sources by default is really a
good idea because in many cases these results are actually spam.
This counter shouldn't be confused with a quality indicator or
the probability for a successful download. It is what it is, a
counter of the number of results matching a certain checksum.
Sorting by this counter as a default might also increase the
likelyness that less experienced users tend to download the spam
results as they would appear on top of all others.

Changing the sort order takes only a single click, so it's no
usability issue either.


--
Mailblocks - A Better Way to Do Email
http://about.mailblocks.com/info



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



Bug#327269: apache2 security update breaks ssl+svn

2005-09-09 Thread Andreas Jellinghaus
Hi Adam,

 Could you try, for curiosity's sake, setting SSLVerifyClient none in
 the main VirtualHost, and keeping the rest the same, and seeing if that
 makes a difference for you at all? 

Done, no change at all.

Thanks for looking into this issue.

Regards, Andreas


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



Bug#327269: apache2 security update breaks ssl+svn

2005-09-09 Thread R. Mattes
On Fri, 2005-09-09 at 10:37 +1000, Adam Conrad wrote:
 Andreas Jellinghaus wrote:
 
 Package: apache2
 Version: 2.0.54-5
 Severity: critical
 
 After upgrading 2.0.54-4 to 2.0.54-5 svn+ssl is broken:
 
 subversion client (e.g. checkout):
 svn: PROPFIND request failed on '/svn/test'
 svn: PROPFIND of '/svn/test': Could not read status line: SSL error: sslv3 
 alert unexpected message (https://www.opensc.org)
 
 apache error log:
 [Thu Sep 08 20:47:39 2005] [error] Re-negotiation handshake failed: Not 
 accepted by client!?
 
 downgrade to 2.0.54-4 and everything is fine again.
 
 debian gnu linux / sarge / kernel 2.6.11.11 vanilla, i386,
 apache2 on 80 and 443, ssl with self signed certificate,
 accepting a list of self signed certificates, svn repository
 needs those for write access only.
 
 more configuration and any detail you need available on request.
   
 
 I would like a tarball of your /etc/apache2/, if that's not too much
 inconvenience.  I suspect a combination of a longstanding subversion bug
 and a (mis)configuration of apache2 are biting you, and the recent
 apache2 bugfix just exposed the issue.  I need to see how you have your
 sites set up to confirm this, though.

After reading the initial bug report I checked with my upgraded SVN
servers (no client certs involved).  Fresh checkouts seem to work
flawless but checkouts from user accounts that had allready checked
out from the server hang. Doing a 'svn co --no-auth-cache' from these
accounts seems to have fixed the problem (i.e. afterwards checkouts
work even without the '--no-auth-cache' option). Maybe there's a problem
with SVNs cert cache?

 HTH Ralf Mattes
 ... Adam
 
 
 
 



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



Bug#327262: Bug#327261: wine registers wine-safe in mailcap to run dos programs

2005-09-09 Thread Steve Langasek
On Fri, Sep 09, 2005 at 02:07:01AM -0400, Ove Kaaven wrote:
 Steve Langasek wrote:

 The wine-safe script displays no warning before running an msdos 
 program.

 This is probably due to the fact that on line 57, XMESSAGE is used 
 before having been defined.

 Therefore, any MSDOS executable will be run from a browser with *no* 
 confirmation from the user.

 Why should wine-safe display a warning before running the program?  Is
 there any reason for this other than the second bug that you filed,
 citing incorrect mime handlers?

 It should, that's why it's using wine-safe and not wine, to allow 
 the user to control whether a potential windoze mail virus should be 
 allowed to run or not. So if wine-safe doesn't display a message, then 
 that's a bug, which I suppose I'll have to look into.

 It's that it shouldn't register itself in mailcap that I'd disagree with:

  The wine package should not register wine-safe in mailcap. I *never*
  expect to run a program when running:

  see foobar.bat

 I've discussed this before, at which time people gave the opinion that 
 wine *should* register itself in mailcap. Most users *do* want the likes 
 of see funnyanimationfromafriend.exe and see cdtraycupholder.exe, at 
 least the MUA's equivalent, to run the program. At least with suitable 
 warning first, given that the program *may* be harmful (albeit much less 
 so than on a real Windows system). If you have the kinds of friends 
 normal people do, though, then most of the time they do want to run 
 whatever amusements they get sent.

Wow, well I certainly disagree with that.  I use wine, but would never
want something like this on my systems; I don't see any reason why view
an attachment should be converted into run an attachment under any
circumstances, whether the executable is a Windows executable or a Linux
executable.  And if there *is* demand for such a feature, I think it
ought to be handled consistently for all executable types, using binfmt
in the kernel instead of giving mailers that extra-special virusy
goodness for purposes of Windows compatibility. :)

Anyway, I think there's certainly only one RC bug here, and the other
represents a bug of lower severity... it seems there's disagreement
about which should be which, though.

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


signature.asc
Description: Digital signature


Bug#327240: tcptraceroute: does not work via ppp0

2005-09-09 Thread Wladimir Mutel
On Thu, Sep 08, 2005 at 01:05:17PM -0400, Michael C. Toren wrote:
 On Thu, Sep 08, 2005 at 06:53:08PM +0300, Wladimir Mutel wrote:
  Being used through ppp0, tcpraceroute just writes stars as it gets
  timeout. Looking into ppp0 with tcpdump does not show any sensible
  traffic outgoing. May be tcptraceroute has some problems with SLL
  incapsulation ? This started to happen after upgrading to kernel 2.6.13
  compiled with gcc 4.0.1-6 .
 
 Hi Wladimir,
 
 Can you please show me the output of the following commands on your
 system when your default gateway uses ppp0?
 
   ifconfig -a

eth0  Link encap:Ethernet  HWaddr 00:0E:2E:29:99:77  
  inet addr:195.24.148.66  Bcast:195.24.148.255 Mask:255.255.255.240
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:13571271 errors:0 dropped:0 overruns:0 frame:0
  TX packets:8993251 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:3146381973 (2.9 GiB)  TX bytes:917053707 (874.5 MiB)
  Interrupt:17 Base address:0xef00 

eth1  Link encap:Ethernet  HWaddr 00:30:4F:23:A8:11  
  inet addr:192.168.58.16  Bcast:192.168.58.255 Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:11335302 errors:0 dropped:0 overruns:0 frame:0
  TX packets:12087155 errors:0 dropped:0 overruns:1 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:2256468981 (2.1 GiB)  TX bytes:3978457417 (3.7 GiB)
  Interrupt:18 Base address:0xe00 

eth2  Link encap:Ethernet  HWaddr 00:0B:6A:B7:2E:6A  
  inet addr:192.168.77.1  Bcast:192.168.77.255 Mask:255.255.255.0
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:19 Base address:0x2b00 

eth3  Link encap:UNSPEC  HWaddr 
00-60-1D-00-00-00-E0-4D-00-00-00-00-00-00-00-00  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:198999 errors:0 dropped:0 overruns:0 frame:0
  TX packets:198999 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:162969740 (155.4 MiB)  TX bytes:162969740 (155.4 MiB)

ppp0  Link encap:Point-to-Point Protocol  
  inet addr:62.244.12.189  P-t-P:62.244.12.254 Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:1151388 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1018110 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3 
  RX bytes:1058944018 (1009.8 MiB)  TX bytes:95209053 (90.7 MiB)

vmnet1Link encap:Ethernet  HWaddr 00:50:56:C0:00:01  
  inet addr:192.168.77.9  Bcast:192.168.77.11 Mask:255.255.255.252
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:200027 errors:0 dropped:0 overruns:0 frame:0
  TX packets:167359 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

   traceroute -m3 -q1 -I toren.net

I have traceroute-nanog, so :

$ traceroute -m3 -q1 -I toren.net
traceroute: icmp socket: Operation not permitted
$ sudo traceroute -m3 -q1 -I toren.net
max ttl must be = min ttl(1)
$ sudo traceroute -m 3 -q 1 toren.net
traceroute to toren.net (209.163.107.167), 3 hops max, 40 byte packets
 1  lucky-gw (62.244.12.254)  633 ms
 2  serval.lucky.net (193.193.193.112)  291 ms
 3  bastet.lucky.net (193.193.193.44)  335 ms

(what number should be after -I ?)

   tcptraceroute -m3 -q1 toren.net

$ tcptraceroute -m3 -q1 toren.net
Selected device ppp0, address 62.244.12.189, port 35767 for outgoing
packets
Tracing the path to toren.net (209.163.107.167) on TCP port 80 (www), 3
hops max
 1  *
 2  *
 3  *

   tcptraceroute -m3 -q1 -d toren.net

$ tcptraceroute -m3 -q1 -d toren.net
debug: tcptraceroute 1.5beta6, i686-pc-linux-gnu
debug: Compiled with libpcap 0.7.2, libnet 1.1.2.1 (API 110)
debug: entering getinterfaces()
debug: ifreq buffer set to 32
debug: Successfully retrieved interface list
debug: Discovered interface lo with address 127.0.0.1
debug: Discovered interface eth0 with address 195.24.148.66
debug: Discovered interface eth1 with address 192.168.58.16
debug: Discovered interface eth2 with address 192.168.77.1
debug: Discovered interface vmnet1 with address 192.168.77.9
debug: Discovered interface ppp0 with 

Bug#327336: patch for C++ ABI transition NMU (1.0.4-1.1)

2005-09-09 Thread Gaudenz Steinlin
Package: libxml++
Severity: normal
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi

Attached you can find the patch for the C++ ABI transition NMU I did
today. I need this package in order to make an upload of my package
passepartout.

Gaudenz


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

iD8DBQFDIU968rUqXQpftocRApf+AJ96DqiIxiQNgz1arp4z4zlREEx52QCcDqQw
7FxFIqlaLKTZzjxlKY08vwk=
=i/iJ
-END PGP SIGNATURE-
diff -Nru libxml++-1.0.4/debian/changelog libxml++-1.0.4-1.1/debian/changelog
--- libxml++-1.0.4/debian/changelog 2005-09-09 10:15:39.0 +0200
+++ libxml++-1.0.4-1.1/debian/changelog 2005-09-09 10:14:38.0 +0200
@@ -1,3 +1,12 @@
+libxml++ (1.0.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * C++ transition
+- rename library package to libxml++1.0c2
+- move libxml++1.0.install to libxml++1.0c2.install
+
+ -- Gaudenz Steinlin [EMAIL PROTECTED]  Wed,  7 Sep 2005 19:36:18 +0200
+
 libxml++ (1.0.4-1) unstable; urgency=low
 
   * New upstream release (fixes missing api_export.h)
diff -Nru libxml++-1.0.4/debian/control libxml++-1.0.4-1.1/debian/control
--- libxml++-1.0.4/debian/control   2005-09-09 10:15:39.0 +0200
+++ libxml++-1.0.4-1.1/debian/control   2005-09-09 10:14:38.0 +0200
@@ -9,7 +9,7 @@
 Package: libxml++1.0-dev
 Section: libdevel
 Architecture: any
-Depends: libxml++1.0 (= ${Source-Version}), libc6-dev, libxml2-dev (= 2.5.1), 
libstdc++-dev, pkg-config
+Depends: libxml++1.0c2 (= ${Source-Version}), libc6-dev, libxml2-dev (= 
2.5.1), libstdc++-dev, pkg-config
 Provides: libxml++-dev
 Conflicts: libxml++-dev, libxml++0-dev
 Replaces: llibxml++-dev, ibxml++0-dev
@@ -23,10 +23,12 @@
  Install this package if you with to develop your own programs using this
  library.
 
-Package: libxml++1.0
+Package: libxml++1.0c2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Replaces: libxml++1.0
+Conflicts: libxml++1.0
 Description: A C++ interface to the GNOME XML library (libxml2)
  libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise
  known as the GNOME2 XML library).
diff -Nru libxml++-1.0.4/debian/libxml++1.0c2.install 
libxml++-1.0.4-1.1/debian/libxml++1.0c2.install
--- libxml++-1.0.4/debian/libxml++1.0c2.install 1970-01-01 01:00:00.0 
+0100
+++ libxml++-1.0.4-1.1/debian/libxml++1.0c2.install 2005-09-09 
10:14:38.0 +0200
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libxml++-1.0.so.*
diff -Nru libxml++-1.0.4/debian/libxml++1.0.install 
libxml++-1.0.4-1.1/debian/libxml++1.0.install
--- libxml++-1.0.4/debian/libxml++1.0.install   2005-09-09 10:15:39.0 
+0200
+++ libxml++-1.0.4-1.1/debian/libxml++1.0.install   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libxml++-1.0.so.*


Bug#322500: libsnmp5: ABI change without SONAME change

2005-09-09 Thread Jochen Friedrich
Hi Steve,

 The bug log at
 http://sourceforge.net/tracker/index.php?func=detailaid=1256697group_id=12694atid=112694
 shows that upstream has issued an official update for the soname of
 libsnmp, available in patch form at
 http://sourceforge.net/tracker/index.php?func=detailaid=1282477group_id=12694atid=456380.
 It would be ideal if you could apply this patch to net-snmp and upload,
 so that the segfaults in packages depending on libsnmp can be fixed.

I know :-). I'm currently preparing the package and hope to get it out
today.

Thanks,
Jochen


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



Bug#327335: mozilla-thunderbird: Unneeded autoclose edit window after NNTP error

2005-09-09 Thread Alexander Sack - Debian Bugmail
On Fri, Sep 09, 2005 at 10:48:19AM +0200, Grzegorz Szysz??o wrote:
 
 I use thunderbird to connect my providers NNTP server. NNTP have any
 security mechanism. When I edit message, and press SEND (to NNTP),
 server response error, and thunderbird make message windows:
 Wyst?pi? b??d News (NNTP): Connection rejected, you're making too many
 connections per minute , i have polish package for thunderbird.
 (translate begin of message: There was error of News (NNTP):  )

I guess it has nothing to do with your locale package. So can we sick
to english? Maybe start thunderbird with export LANG=en_US and tell me
the error dialogs that pop up.

If you can find other nntp servers that have no such errors, maybe you
can use ethereal or something to capture the traffic of both
scenarios: 1. where it works and 2. where tbird fails to send the
message.


 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#303293: fixed?

2005-09-09 Thread Lior Kaplan
Package: evince
Version: 0.4.0-1
Followup-For: Bug #303293

Hi Alexander,

The features you requested are present in version 4.0-1 of Evince, which is
available in unstable.

Please test it, and make sure your wishes were answered.

Kaplan

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

Versions of packages evince depends on:
ii  gconf22.10.1-2   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcairo2 1.0.0-2The Cairo 2D vector graphics libra
ii  libdjvulibre153.5.15-1   Runtime support for the DjVu image
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkpathsea3  2.0.2-31   path search library for teTeX (run
ii  libnautilus-extension12.10.1-4   libraries for nautilus components 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpoppler0c2 0.4.2-1PDF rendering library
ii  libpoppler0c2-glib0.4.2-1PDF rendering library (GLib-based 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#293691: schedtool

2005-09-09 Thread Freek
  I'll wait for version 1.3.0.
 Agreed. Anyway we can talk to unit-linux upstream to replace rml's code with
 schedtool at some point, but I do not think it is of any importance since I
 expect/believe there would be more userland code like these in the future.

Just take 1.2.5, it is known to be stable.

I have ionice support somewhat ready for 1.3.0 but then I'd like to
reorganize the code and that'll gonna take a long time and will not
happen withing the next 2-3 months.

Sorry for that.
-Freek



Bug#327337: nvidia-settings: FTBFS (amd64): Please use /usr/X11R6/lib instead of /usr/X11R6/lib64 on amd64

2005-09-09 Thread Andreas Jochens
Package: nvidia-settings
Version: 1.0+20050525-2
Severity: normal
Tags: patch

When trying to build 'nvidia-settings' on amd64/unstable, 
I get a linker error because the library search path for X11 is set
to '/usr/X11R6/lib64' on amd64.

Please change that to '/usr/X11R6/lib'.

With the attached patch 'nvidia-settings' can be compiled
on amd64. The patch also adds a missing Build-Depends on 'libxv-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/nvidia-settings-1.0+20050525/Makefile ./Makefile
--- ../tmp-orig/nvidia-settings-1.0+20050525/Makefile   2005-09-09 
09:13:15.0 +
+++ ./Makefile  2005-09-09 08:55:21.0 +
@@ -54,11 +54,7 @@
 endif
 
 ifndef X11R6_LIB_DIR
-  ifeq ($(BUILD_OS)-$(BUILD_ARCH),Linux-x86_64)
-X11R6_LIB_DIR = /usr/X11R6/lib64
-  else
-X11R6_LIB_DIR = /usr/X11R6/lib
-  endif
+  X11R6_LIB_DIR = /usr/X11R6/lib
 endif
 
 ifndef X11R6_INC_DIR
diff -urN ../tmp-orig/nvidia-settings-1.0+20050525/debian/control 
./debian/control
--- ../tmp-orig/nvidia-settings-1.0+20050525/debian/control 2005-09-09 
09:13:15.0 +
+++ ./debian/control2005-09-09 09:10:48.0 +
@@ -2,7 +2,7 @@
 Section: contrib/x11
 Priority: optional
 Maintainer: Randall Donald [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), libgtk2.0-dev, libxext-dev, xutils, 
libxrandr-dev, xlibmesa-gl-dev, libxxf86vm-dev 
+Build-Depends: debhelper, libgtk2.0-dev, libxv-dev, libxext-dev, xutils, 
libxrandr-dev, xlibmesa-gl-dev, libxxf86dga-dev, libxxf86vm-dev 
 Standards-Version: 3.6.0
 
 Package: nvidia-settings
diff -urN ../tmp-orig/nvidia-settings-1.0+20050525/samples/Makefile 
./samples/Makefile
--- ../tmp-orig/nvidia-settings-1.0+20050525/samples/Makefile   2005-05-25 
18:20:16.0 +
+++ ./samples/Makefile  2005-09-09 08:55:11.0 +
@@ -54,11 +54,7 @@
 endif
 
 ifndef X11R6_LIB_DIR
-  ifeq ($(BUILD_OS)-$(BUILD_ARCH),Linux-x86_64)
-X11R6_LIB_DIR = /usr/X11R6/lib64
-  else
-X11R6_LIB_DIR = /usr/X11R6/lib
-  endif
+  X11R6_LIB_DIR = /usr/X11R6/lib
 endif
 
 LIBXNVCTRL_DIR = ../src/libXNVCtrl


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



Bug#327338: smartmontools: Useless use of cat

2005-09-09 Thread Ralf Hildebrandt
Package: smartmontools
Version: 5.33+5.34cvs20050802-3
Severity: minor
Tags: patch


10mail uses cat uselessly. Patch is attached.

-- Package-specific info:
Ouput of /usr/share/bug/smartmontools:
# CONFIG_IDE_TASK_IOCTL is not set

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

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

Versions of packages smartmontools recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- no debconf information
--- 10mail.orig 2005-08-03 11:51:03.0 +0200
+++ 10mail  2005-09-09 11:25:55.0 +0200
@@ -6,5 +6,5 @@
 input=$1
 shift
 
-cat $input | /usr/bin/mail $@
+/usr/bin/mail $@  $input 
 


Bug#327286: moreinfo needed

2005-09-09 Thread Lior Kaplan
Package: evince
Version: 0.4.0-1
Followup-For: Bug #327286

Can you list some examples in your test case? I mean pages + line numbers.

Thanks.

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

Versions of packages evince depends on:
ii  gconf22.10.1-2   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcairo2 1.0.0-2The Cairo 2D vector graphics libra
ii  libdjvulibre153.5.15-1   Runtime support for the DjVu image
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkpathsea3  2.0.2-31   path search library for teTeX (run
ii  libnautilus-extension12.10.1-4   libraries for nautilus components 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpoppler0c2 0.4.2-1PDF rendering library
ii  libpoppler0c2-glib0.4.2-1PDF rendering library (GLib-based 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#327129: tetex-bin: missing links and formats

2005-09-09 Thread Ralf Stubner
Frank Küster wrote:
 Ralf Stubner [EMAIL PROTECTED] wrote:
 
 I had a closer look at how the necessary links are created. Most links
 to programs (eg, texhash - mktexlsr) are created in
 texk/tetex/Makefile, which seems to work correctly. The links pointing
 at 'omfonts' are created in texk/web2c/omegafonts/Makefile, though. No
 idea why that does not work.
 
 Me neither, and I won't have time to look into it soon.

I'll see if I can find anything. Interestingly, these links are missing
on SuSE 9.3, too.

 What I am wondering about: Why are the 'format links' explicitly created
 in tetex-bin_install.in? I thought texlinks(1) is supposed to do that.
 
 We are creating them statically so that dpkg knows about them;
 creating them by texlinks in the maintainer scripts would be a bad
 idea.  

I see.

 But we could replace the manual link creation by a call to
 debian/tetex-bin/usr/bin/texlinks with appropriate --cnffile and
 DIRECTORIES parameters.

I will have a look at that, too.

cheerio
ralf




Bug#326429: ITP: webcheck -- website link and structure checker

2005-09-09 Thread Arthur de Jong
On Wed, 2005-09-07 at 00:47 -0500, Peter Samuelson wrote:
 [Arthur de Jong]
  I'm not sure if I need some statement on the copyrights on the
  generated html files. The css file that is just copied has a BSD
  license.
 
 Generally, output from a program is not considered to be copyrighted.
 The templates from which it is built could be copyrighted, and if
 significant bits of a template are copied in verbatim, you may wish to
 copy in a license statement from the template too.

The templates are embedded in the python code (e.g. write('html
code')) (except for the mentioned css file). The python code is GPL.
Most of the content (links, titles, other gathered information) is from
the crawled website.

  The old package provides, conflicts with and replaces linbot (the
  name of webcheck a long time ago). Should I keep that or just drop
  it? (linbot was in slink, potato and woody but neither linbot or
  webcheck were in sarge)
 
 Completely your call.  You do not need to support upgrades from woody
 or prior, but you can if you wish.  Three lines in debian/control
 which you'll never need to change is a pretty cheap price, but it *is*
 untidy if you want a minimalist control file.

I think I'll keep those lines for a while then (they're not in the way
for now).

  The old package has a configuration file in /etc/webcheck and the
  new package no longer provides that. What would be the best way to
  get rid of it? (policy 10.7.3 has a note about removing conffiles
  but I'm not sure it's relevant) Should I delete it on upgrade?
 
 Is the package configured in some other way, or have you dropped
 support for any site-wide configuration?  If you still have a
 configuration mechanism, it's best if you can migrate /etc/webcheck to
 the new scheme automatically, then delete it, at upgrade time.  If
 not, you can just delete it.

The new package does not use a configuration file at all any more (the
config.php file is still there but it is not really meant to be edited
any more and is not in /etc). I don't think I want to keep a site-wide
configfile. Maybe I'll support specifying a configfile from the
command-line one day.

I'm going for completely removing the /etc/webcheck directory on
upgrades. Anyone think there should be a debconf question about this at
install time (e.g. test if /etc/webcheck exists and ask the user to
remove it)?

  Btw, I'm packaging this as a native Debian package because I just
  want to release one version and have one source tarball.
 
 Not recommended - you'll have to release a whole new upstream
 version any time you fix a trivial Debian bug, or even just to
 recompile against a newer sid library.  Providing backports or forks
 (for etch after etch is frozen) will require new upstream version
 numbers, which will confuse your non-Debian audience (wait, what's
 the current release?  Upstream 3.1.15 and 3.1.15~etch1 were released
 at the same time, but 3.0.4.etch2 was just added to the debian ftp
 site)

I think this would avoid confusion since every Debian version is also a
released version. If a release changes just Debian packaging (unlikely
at the moment since it is in development) that will be documented in the
NEWS file. Since this is a python package with architecture: all the
risk of recompiles are minimal. I'm not too worried about the version
numbers of backports or forks because priority is extra (not likely to
be affected by major freeze problems) but adding a .etch# or .sarge#
suffix shouldn't cause too much confusion.

 And there's the bandwidth issue - you and the build daemons have to
 transfer the whole source tarball every time you make a trivial change
 to debian/*.

The current tarball is pretty small (45k plus maybe 5k for a debian
directory) and since the architecture is all (no buildds) I don't think
we'll be having a lot of bandwidth issues.

Thanks for you comments!

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --


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


Bug#315782: gnome-menus: Still in twm menu

2005-09-09 Thread Vincent Lönngren
Package: gnome-menus
Version: 2.10.2-1
Followup-For: Bug #315782

I have the same problem. For what it's worth, the menu is still in the 
twm menu when starting twm with startx.

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

Versions of packages gnome-menus depends on:
ii  libbonobo2-0 2.10.0-1Bonobo CORBA interfaces library
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgconf2-4  2.10.1-2GNOME configuration database syste
ii  libgcrypt11  1.2.1-4 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.8.0-1 The GLib library of C routines
ii  libgnome-menu0   2.10.2-1an implementation of the freedeskt
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  liborbit21:2.12.2-3  libraries for ORBit2 - a CORBA ORB
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libtasn1-2   0.2.13-1Manage ASN.1 structures (runtime)
ii  libxml2  2.6.21-1GNOME XML library
ii  zlib1g   1:1.2.3-4   compression library - runtime

gnome-menus recommends no packages.

-- no debconf information


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



Bug#325247: libwvstreams4.0-qt: uninstallable because of missing libqt3c102-mt

2005-09-09 Thread Domenico Andreoli
hi,

  i prepared a NMU to fix this missing library package, it is available
at http://people.debian.org/~cavok/wvstreams/.

please let me know if the upload is also wanted.

cheers
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


signature.asc
Description: Digital signature


Bug#113789: Desgres Besad On Lfie Eencrxpeie

2005-09-09 Thread Melisa Walton
Good day to you sir,

A Genuine College Degree in 2 weeks !  1-206-350-5982  - ccall n0ww !


Have you ever thought that the only thing stopping you from a great job and 
better pay was a few letters behind your name?  

Well now you can get them!

BA   BSc     MAMScMBA   PhD

Within 2 weeks!  No Study Required! 100% Verifiable!


These are real, genuine non accredited degrees that include Bachelors, Masters 
and Doctorate degrees.  

They are verifiable and student records and transcripts are also available. 

This little known secret has been kept quiet for years.  The opportunity exists 
due to a legal loophole allowing some established colleges to award degrees at 
their discretion.

With all of the attention that this news has been generating, I wouldn't be 
surprised to see this loophole closed very soon.  Order yours today.  Just call 
the number below.  You'll thank me later.



1-206-350-5982



Hugh Dickens






Today's interviews din go so well...First i went to the main office of Burger 
King for an interview and it kinda went well but still i haf to wait for their 
call...then checked out the papers for some more jobs but there were'n't 
many...Nxt up i went to Sanur Indonesian Restaurant at Ngee Ann City(i think) 
but they weren't looking for waiters but were only looking for waitresses...So 
Cat went in for the interview and immediately got the job...I'm like Wat?! 
Maybe they want to sabo me...haha...Anywaez,congrats Cat...So aft tt i decided 
to try my luck at Pizza Hut Lucky Plaza outlet but the manager was not there so 
they told me to come another day...Then why the hell did they put the job ad up 
in the papers? Dumb lah they all...So yeah..still jobless..Hopefully Burger 
King will accept me? Btw,it was my first time gng to Orchard (seriously!) so 
had a gr8 time juz exploring my way there haha...But very disappointed in not 
getting a job... 3


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



Bug#327339: CAN-2005-2860: Arbitrary webcode injection through XSS vulnerability via Server field of a HTTP response header

2005-09-09 Thread Moritz Muehlenhoff
Package: nitko
Version: 1.34-1
Severity: important
Tags: security

Please see http://marc.theaimsgroup.com/?l=bugtraqm=112561344400914w=2
for more information. The vulnerabilities have been fixed in 1.35.

Cheers,
 Moritz

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.29-vs1.2.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#327340: RFP: uni2ascii -- convert UTF-8 into 7-bit ASCII and vice versa

2005-09-09 Thread W. Borgert
Package: wnpp
Severity: wishlist

Package name: uni2ascii
Version : 2.1
Upstream Author : Bill Poser
URL : http://billposer.org/Software/uni2ascii.html
License : GPL
Description : convert UTF-8 into 7-bit ASCII and vice versa

From the web page:

uni2ascii ... provides conversion in both directions between UTF-8
Unicode and a variety of 7-bit ASCII equivalents. ...

The Unicode escapes available are:

 * HTML hexadecimal numeric character references (e.g. #x00E9;)
 * HTML decimal numeric character references (e.g. #x0233;)
 * \u-escapes, as used in Python (e.g. \u00E9)
 * \u-escapes within the BMP and \U-escapes beyond the BMP,
   e.g. \u00E9 but \U00010024.
 * \x-escapes (e.g. \x00E9)
 * \x-escapes with braces (e.g. \x{00E9})
 * Standard hexadecimal (e.g. 0x00E9)
 * Raw hexadecimal (e.g. 00E9)

Btw, I am willing to package this tool, because I need it,
but if someone else is faster, I am even more happy!


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



Bug#327341: texdoctk: links to missing file pgfuserguide.pdf

2005-09-09 Thread Wolfram Quester
Package: tetex-bin
Version: 3.0-7
Severity: normal


Hi, 

After I updated to the 3.0 version from experimantal yesterday I
started playing with texdoctk again and I found that if I click on
Graphics - PS/PDF Portable Graphics Format, I get the error
pgfuserguide.pdf not found, cancelling. Please include that file or
remove the link in texdoctk.


Thanks, 

Wolfi

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-wjq
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  dpkg  1.13.11package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libkpathsea4  3.0-7  path search library for teTeX (run
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libpng12-01.2.8rel-1.0.1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
hi  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxaw7   6.8.2.dfsg.1-6 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxmu6   6.8.2.dfsg.1-6 X Window System miscellaneous util
ii  libxp66.8.2.dfsg.1-6 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-6 X pixmap library
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  mime-support  3.35-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor
ii  tetex-base3.0-7  Basic library files of teTeX
ii  ucf   2.001  Update Configuration File: preserv
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages tetex-bin recommends:
ii  dialog1.0-20050306-1 Displays user-friendly dialog boxe
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  perl-tk   1:800.025-2Perl module providing the Tk graph
ii  psutils   1.17-17A collection of PostScript documen
ii  whiptail  0.51.6-30  Displays user-friendly dialog boxe

-- debconf information:
  tetex-bin/cnf_name:
* tetex-bin/userperm: false
* tetex-bin/groupname: users
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true


signature.asc
Description: Digital signature


Bug#113873: Desgres Besad On Lfie Eencrxpeie

2005-09-09 Thread Ingrid Mclaughlin
Good day to you sir,

A Genuine College Degree in 2 weeks !  1-206-350-5982  - ccall n0ww !


Have you ever thought that the only thing stopping you from a great job and 
better pay was a few letters behind your name?  

Well now you can get them!

BA   BSc     MAMScMBA   PhD

Within 2 weeks!  No Study Required! 100% Verifiable!


These are real, genuine non accredited degrees that include Bachelors, Masters 
and Doctorate degrees.  

They are verifiable and student records and transcripts are also available. 

This little known secret has been kept quiet for years.  The opportunity exists 
due to a legal loophole allowing some established colleges to award degrees at 
their discretion.

With all of the attention that this news has been generating, I wouldn't be 
surprised to see this loophole closed very soon.  Order yours today.  Just call 
the number below.  You'll thank me later.



1-206-350-5982



Stacey Gordon






After lunch we went and did some window shopping at the local furniture store, 
of course we came away with a huge list of thing we would want. I found a 
really cool bedroom suit, it was made of rough wood and had cowhide accents. 
Mind you it would not be a main bedroom but whole be the guest corral I have 
always dreamed off, B laughed at me but said IF we ever are alone again then I 
Could do one of the guest room like that..3


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



Bug#327231: filelight builds with g++ 3.2, patch for g++-4.0

2005-09-09 Thread Pär Andersson
I upgraded to KDE 3.4 yesterday. I like filelight a lot so I tried to rebuild 
it against the new QT and KDE libs. It fals to compile with g++-4.0 but works 
fine using g++-3.2 with thefollowing command.

$ CXX=g++-3.2 time dpkg-buildpackage -us -uc -rfakeroot

I am also attaching a small patch that makes it compile using g++-4.0

/Pär
diff -urN filelight-0.6.4.1-old/src/canvas.h filelight-0.6.4.1/src/canvas.h
--- filelight-0.6.4.1-old/src/canvas.h	2004-01-13 22:40:55.0 +0100
+++ filelight-0.6.4.1/src/canvas.h	2005-09-09 11:53:22.0 +0200
@@ -97,6 +97,8 @@
 KAction *m_actKonsole;
 KAction *m_actCenter;
 KAction *m_actRun;
+
+friend class FileMap;
 };
 
 #endif
diff -urN filelight-0.6.4.1-old/src/filemap.h filelight-0.6.4.1/src/filemap.h
--- filelight-0.6.4.1-old/src/filemap.h	2004-01-13 22:40:55.0 +0100
+++ filelight-0.6.4.1/src/filemap.h	2005-09-09 11:53:19.0 +0200
@@ -52,6 +52,7 @@
 void paint( unsigned int = 1 );
 void aaPaint();
 void colorise();
+friend class Segment;
 void setRingBreadth();
 
 ChainSegment *m_signature;
diff -urN filelight-0.6.4.1-old/src/scanmanager.h filelight-0.6.4.1/src/scanmanager.h
--- filelight-0.6.4.1-old/src/scanmanager.h	2004-01-13 22:40:55.0 +0100
+++ filelight-0.6.4.1/src/scanmanager.h	2005-09-09 11:53:35.0 +0200
@@ -54,6 +54,8 @@
 
 private:
 void startPrivate( const QString  );
+friend class ScanThread;
+
 void customEvent( QCustomEvent * e );
 
 void wait();


Bug#322948: reportbug: How about a sendbug in C

2005-09-09 Thread Bug Filler
Package: reportbug
Version: 3.17
Followup-For: Bug #322948

Since you work on embeded platform, you are capable to write a 'sendbug'
to construct a bug report and sent it. That will be like 100 line of 
codes. I mean you are not likely need to query the existing bugs.

Most codes in reportbug is used to parse the downloaded web page for
existing bug.

Contribute to the commnity! You already leeched too much.


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



Bug#327342: RFP: livesupport -- automation system for radio stations

2005-09-09 Thread W. Borgert
Package: wnpp
Severity: wishlist

Package name: livesupport
Version : 1.0
Upstream Author : Center for Advanced Media - Prague (CAMP)
URL : http://www.campware.org/en/camp/livesupport_news/
License : GPL
Description : automation system for radio stations

The freshmeat description summarises:

LiveSupport is a radio playout and automation system. It enables
radio stations to automate their broadcasts by using playlists that
are scheduled for airing. Playlists can contain music, talk, or
even other playlists. A Web interface is included, so radio station
personnel can manage the the station's broadcasts remotely.


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



Bug#327343: Going back is not possible

2005-09-09 Thread Martin Samuelsson
Package: mozilla-mplayer
Version: 3.05-1
Severity: wishlist

When browsing firefox in full screen mode and following a video or audio
link, it becomes impossible to leave the media and get back to regular
browsing. One can easily work around it by opening media links in new
windows, or exit full screen browsing - but it is annoying.

I wish there was a way to press back in the browser even when the plug
in fully occupies it's window.

Maybe that issue is better handled in firefox than in the plugin? but
I'm reporting the bug here for now.
--
/Martin


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



Bug#327247: acknowledged by developer (Duplicate BUG)

2005-09-09 Thread Baruch Even
Debian Bug Tracking System wrote:
 please check the BTS _prior_ to reporting a bug, thank you. The package
 is ready, my sponsor is a bit swamped atm.
 
 See:
 
 * #325019: revelation: new upstream release (0.4.5).
   Package: revelation; Severity: wishlist; Reported by: Gustavo
 Franco [EMAIL PROTECTED]; Tags: pending; 14 days old.

Sorry for missing that, I've checked the bug list but missed it.

Though closing the bug is the wrong action, if anything it should be
merged to the old one. That's the standard procedure.

A toned down voice would also be better, peoples make mistakes, no point
in taking things hard and responding harshly.

Baruch


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



Bug#327344: ipac-ng: Error in config file near line 8: syntax error

2005-09-09 Thread Guido Bozzetto
Package: ipac-ng
Version: 1.31-1
Severity: important

The configuration files supplied with the package are wrong. At the
startup and every 10 minutes there is the following message:

admin:~# /etc/init.d/ipac-ng start
Starting IP Accounting: Error in config file near line 8: syntax error

admin:~# /usr/bin/nice /usr/sbin/fetchipac
Error in config file near line 8: syntax error

The directive classic mode = is now obsolete and should not be in the
ipac.conf file because version 1.31 only supports classic mode.
The syntax of rules.conf file also is changed and now there is a called
field extension.
The attachments are the sample configuration files from source with
storage changed from PostgreSQL to Files (that is not recommended !!!).

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

Versions of packages ipac-ng depends on:
ii  cron  3.0pl1-91  management of regular background p
ii  iptables  1.2.11-10  Linux kernel 2.4+ iptables adminis
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgdbm3  1.8.3-2GNU dbm database routines (runtime
ii  netbase   4.21   Basic TCP/IP networking system
ii  perl  5.8.7-3Larry Wall's Practical Extraction 

Versions of packages ipac-ng recommends:
ii  libgd-perl1.41-13Perl module wrapper for libgd

-- no debconf information
# This is the main ipac-ng configuration file.  It contains the
# configuration directives that give the ipac-ng its instructions.
# Install as /etc/ipac-ng/ipac.conf

## accouting agent. iptables and ipchains available now.
account agent = iptables

## storage. gdbm, postgre and files supported. (files is not recommended)
#=20050909 [EMAIL PROTECTED] storage = postgre
#=20050909 [EMAIL PROTECTED] storage = gdbm
storage = plain-file

## rules file
rules file = /etc/ipac-ng/rules.conf

# dont store lines contains only zeroes to speedup processing and to save space
drop zero lines = yes

## This parameters controls database location
## 'db host', 'db port' can be left blank for a local database
## as now, both databasess (access and storage) configured by these parameters
#db host = localhost
#db port = 5432
## ATTENTION: no underscore '_' in the following parameters allowed!
db name = ipac
db user = ipac
db pass = 
# Example config file with accounting rules for iptables
# Install as /etc/ipac-ng/rules.conf
#
# Format:
# Name of rule|direction|interface|protocol|source|destination|extension|
# WARNING spaces are not allowed before and after '|'.
#
# where
# Name of rule  Any string to identify this rule
# direction ipac~fi  - forward in
#   ipac~fo  - forward out
#   ipac~i   - outgoing from machine with ipac-ng to other 
host(/net)
#   (or incoming to otherhost)
#   ipac~o   - incoming to machine with ipac-ng
#   (or outgoing from otherhost)
#
# interface interface name, '+' means all interfaces (dont try to 
use ip numbers here!)
# protocol  tcp | udp | icmp | all
# source\
# destination   both as described in ipfwadm(8), or empty
#

#
#W A R N I N G ! ! !
#
# Don't use symbols other than '0-9A-z[space]' in rules names. You may encounter
# some strange troubles.

Incoming Total System|ipac~o|eth0|all
Incoming Total System|ipac~fi|eth0|all
Outgoing Total System|ipac~i|eth0|all
Outgoing Total System|ipac~fo|eth0|all


Bug#327297: gramps 2.0.8-1 segfaults on startup on AMD64

2005-09-09 Thread Martin Hawlisch
Hmmm.. this is a segfault. GRAMPS is written in 100% python and can never be
the cause for a segfault, only a python traceback.
This crash is caused by a bug in one of the python packages that gramps
uses. 

Do other python applications work fine? For example: meld or pygtk-demo


Cheers, Martin.

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl


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



Bug#323771: Running 'rrdtool restore' fails due to glibc detected error

2005-09-09 Thread Matej Vela
tag 323771 patch
thanks

A simple way to reproduce this is:

$ rrdtool restore /dev/null test.rrd
*** glibc detected *** double free or corruption (!prev): 0x08049758 ***
Aborted

With the attached patch, rrdtool properly reports an error:

$ ./rrdtool restore /dev/null test.rrd
ERROR: Can only restore version = 2 (Not ). Dump your old rrd using a 
current rrdtool dump.

Thanks,

Matej
--- rrdtool-1.2.11/src/rrd_open.c   2005-07-25 16:13:13.0 +0200
+++ rrdtool-1.2.11.mv/src/rrd_open.c2005-09-09 12:37:38.0 +0200
@@ -117,12 +117,14 @@
if (strncmp(rrd-stat_head-cookie,RRD_COOKIE,4) != 0){
rrd_set_error('%s' is not an RRD file,file_name);
free(rrd-stat_head);
+   rrd-stat_head = NULL;
fclose(*in_file);
return(-1);}
 
if (rrd-stat_head-float_cookie != FLOAT_COOKIE){
rrd_set_error(This RRD was created on other architecture);
free(rrd-stat_head);
+   rrd-stat_head = NULL;
fclose(*in_file);
return(-1);}
 
@@ -132,6 +134,7 @@
rrd_set_error(can't handle RRD file version %s,
rrd-stat_head-version);
free(rrd-stat_head);
+   rrd-stat_head = NULL;
fclose(*in_file);
return(-1);}
 
--- rrdtool-1.2.11/src/rrd_restore.c2005-07-25 16:13:13.0 +0200
+++ rrdtool-1.2.11.mv/src/rrd_restore.c 2005-09-09 11:44:16.0 +0200
@@ -133,12 +133,14 @@
 rrd_set_error(Incompatible file version, detected version %s is bigger 
than supported version %s\n,
  rrd - stat_head - version, RRD_VERSION );
 free(rrd - stat_head);
+rrd-stat_head = NULL;
 return -1;
   }
   if (atoi(rrd - stat_head - version)  2) 
   {
 rrd_set_error(Can only restore version = 2 (Not %s). Dump your old rrd 
using a current rrdtool dump.,  rrd - stat_head - version );
 free(rrd - stat_head);
+rrd-stat_head = NULL;
 return -1;
   }
   rrd-stat_head-float_cookie = FLOAT_COOKIE;


Bug#315822: (no subject)

2005-09-09 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: librsvg2-bin: rsvg again cannot handle svg files unless they are in 
the current directory
Followup-For: Bug #315822
Package: librsvg2-bin
Version: 2.9.5-4

I observe the same problem since a while with Debian revision 2.9.5-4.
Therefor I reopened the bug.

[EMAIL PROTECTED]:~/packages/workspace/chemical-mime-data$ rsvg -w 48 -h 48 -f 
png icons/hicolor/gnome-mime-chemical.svg test.png

(process:15033): librsvg-WARNING **: Error loading SVG file.


The end of a strace:

[..]
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libexpat.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\\0...,512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=129972, ...}) = 0
old_mmap(NULL, 128880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,3, 0) = 
0xb7a5c000
old_mmap(0xb7a79000, 12288, 
PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 
0xb7a79000
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,-1, 0) = 
0xb7a5b000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,-1, 0) = 
0xb7a5a000
mprotect(0xb7e15000, 4096, PROT_READ)   = 0
set_thread_area({entry_number:-1 - 6, base_addr:0xb7a5a6c0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0xb7f32000, 102414)  = 0
set_tid_address(0xb7a5a708) = 14024
rt_sigaction(SIGRTMIN, {0xb7ede370, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb7ede3f0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
_sysctl({{CTL_KERN, KERN_VERSION, 0, 20611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 2, 0xbff60940,
32, (nil), 0}) = 0
brk(0)  = 0x804b000
brk(0x806c000)  = 0x806c000
futex(0xb7c68a7c, FUTEX_WAKE, 2147483647) = 0
getcwd(/home/dl/packages/workspace/chemical-mime-data, 4096) = 47
open(/home/dl/packages/workspace/chemical-mime-data/icons/icons/hicolor/gnome-mime-chemical.svg,
 O_RDONLY) = -1 ENOENT (No such file or directory)
open(/usr/lib/charset.alias, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file 
or directory)
open(/usr/lib/gconv/gconv-modules.cache, O_RDONLY) = -1 ENOENT (No such file 
or directory)
open(/usr/lib/gconv/gconv-modules, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=45568, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f4b000
read(3, # GNU libc iconv configuration.\n..., 4096) = 4096
read(3, lias\tJS//\t\t\tJUS_I.B1.002//\nalias..., 4096) = 4096
read(3, ule\tINTERNAL\t\tISO-8859-3//\t\tISO8..., 4096) = 4096
read(3, lias\tISO-IR-199//\t\tISO-8859-14//..., 4096) = 4096
read(3, \t\tto\t\t\tmodule\t\tcost\nalias\tCSEBCD..., 4096) = 4096
read(3, ule\t\tcost\nalias\tCP284//\t\t\tIBM284..., 4096) = 4096
read(3, lias\tCP864//\t\t\tIBM864//\nalias\t86..., 4096) = 4096
read(3, module\tIBM937//\t\tINTERNAL\t\tIBM93..., 4096) = 4096
read(3, \tEUC-JP//\nalias\tUJIS//\t\t\tEUC-JP/..., 4096) = 4096
read(3, module\t\tcost\nalias\tISO-IR-143//\t..., 4096) = 4096
read(3, -BOX//\nmodule\tISO_10367-BOX//\t\tI..., 4096) = 4096
read(3, module\tINTERNAL\t\tEUC-JISX0213//\t..., 4096) = 512
read(3, , 4096)   = 0
close(3)= 0
munmap(0xb7f4b000, 4096)= 0
futex(0xb7e18aa8, FUTEX_WAKE, 2147483647) = 0
brk(0x808f000)  = 0x808f000
brk(0x8087000)  = 0x8087000
write(2, \n(process:14024): librsvg-WARNIN..., 63
(process:14024): librsvg-WARNING **: Error loading SVG file.

) = 63
exit_group(1)   = ?

If you need more info, please let me know. I don't know, if this is
important, but convert (imagemagick) also fails. But the svg-image is
valid.

Regards, Daniel


- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (500, 'oldstable'), (500, 
'stable'), (110, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.05050822
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages librsvg2-bin depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  librsvg2-22.9.5-4SAX-based renderer 

Bug#327346: g++-4.0: Internal compiler error in import_export_decl at cp/decl2.c:1741

2005-09-09 Thread Werner Ölz
Package: g++-4.0
Version: 4.0.1-6
Severity: important


When I compile the following file (definitions.cc):

template  class ELM_T  class b_array
{
 public:
  b_array() {}
};


template  class ELM_T  class bc_array: public b_array ELM_T 
{
 public:
  bc_array() {}

 protected:
  static ELM_T default_element;
};

template  char  char bc_array char ::default_element = 0;


I get the following error message:

$ g++ -Wall -c definitions.cc -o definitions.o
definitions.cc:16: internal compiler error: in import_export_decl, at 
cp/decl2.c:1741
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.


Since an internal error is reported, I guess this is a bug in gcc 4. BTW, the 
progam
that the above snippet is a part of compiles fine with the debian version of 
gcc 3.3.

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

Versions of packages g++-4.0 depends on:
ii  gcc-4.0   4.0.1-6The GNU C compiler
ii  gcc-4.0-base  4.0.1-6The GNU Compiler Collection (base 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libstdc++6-4.0-dev4.0.1-6The GNU Standard C++ Library v3 (d

g++-4.0 recommends no packages.

-- no debconf information


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



Bug#327345: CAN-2005-2869: Two XSS vulnerabilities

2005-09-09 Thread Moritz Muehlenhoff
Package: phpmyadmin
Version: 4:2.6.2-3
Severity: important
Tags: security

Two Cross-Site-Scripting vulnerabilities have been found in phpmyadmin.
Please see http://secunia.com/advisories/16605 for more information.

Cheers,
 Moritz

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.29-vs1.2.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages phpmyadmin depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf  1.4.30.13   Debian configuration management sy
ii  php4-cgi 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
pn  wwwconfig-common Not found.


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



Bug#323725: FTBFS: Double free or corruption

2005-09-09 Thread Matej Vela
tag 323725 patch
thanks

The double free is a bug in rrdtool (#323771), but even if it's fixed,
rrdtool still barfs:

ERROR: Can only restore version = 2 (Not 0001). Dump your old rrd
using a current rrdtool dump.

The attached patch was produced by restoring zero.rrd on a sarge machine
and running `TZ=US/Eastern rrdtool dump zero.rrd  zero.xml' on sid.

Thanks,

Matej
--- netmrg-0.18.2.orig/var/lib/rrd/zero.xml
+++ netmrg-0.18.2/var/lib/rrd/zero.xml
@@ -1,6 +1,6 @@
 !-- Round Robin Database Dump --
 rrd
-   version 0001 /version
+   version 0003 /version
step 300 /step !-- Seconds --
lastupdate 1047342541 /lastupdate !-- 2003-03-10 19:29:01 EST --
 
@@ -21,10 +21,17 @@
rra
cf AVERAGE /cf
pdp_per_row 1 /pdp_per_row !-- 300 seconds --
-   xff 5.00e-01 /xff
 
+   params
+   xff 5.00e-01 /xff
+   /params
cdp_prep
-   dsvalue NaN /value  unknown_datapoints 0 
/unknown_datapoints/ds
+   ds
+   primary_value 0.00e+00 /primary_value
+   secondary_value 0.00e+00 /secondary_value
+   value NaN /value
+   unknown_datapoints 0 /unknown_datapoints
+   /ds
/cdp_prep
database
!-- 2003-03-08 17:30:00 EST / 1047162600 -- rowv 
0.00e+00 /v/row
@@ -632,10 +639,17 @@
rra
cf AVERAGE /cf
pdp_per_row 6 /pdp_per_row !-- 1800 seconds --
-   xff 5.00e-01 /xff
 
+   params
+   xff 5.00e-01 /xff
+   /params
cdp_prep
-   dsvalue 0.00e+00 /value  
unknown_datapoints 0 /unknown_datapoints/ds
+   ds
+   primary_value 0.00e+00 /primary_value
+   secondary_value 0.00e+00 /secondary_value
+   value 0.00e+00 /value
+   unknown_datapoints 0 /unknown_datapoints
+   /ds
/cdp_prep
database
!-- 2003-02-24 05:30:00 EST / 1046082600 -- rowv 
NaN /v/row
@@ -1343,10 +1357,17 @@
rra
cf AVERAGE /cf
pdp_per_row 24 /pdp_per_row !-- 7200 seconds --
-   xff 5.00e-01 /xff
 
+   params
+   xff 5.00e-01 /xff
+   /params
cdp_prep
-   dsvalue 0.00e+00 /value  
unknown_datapoints 0 /unknown_datapoints/ds
+   ds
+   primary_value 0.00e+00 /primary_value
+   secondary_value 0.00e+00 /secondary_value
+   value 0.00e+00 /value
+   unknown_datapoints 0 /unknown_datapoints
+   /ds
/cdp_prep
database
!-- 2003-01-05 07:00:00 EST / 1041768000 -- rowv 
NaN /v/row
@@ -2129,10 +2150,17 @@
rra
cf AVERAGE /cf
pdp_per_row 288 /pdp_per_row !-- 86400 seconds --
-   xff 5.00e-01 /xff
 
+   params
+   xff 5.00e-01 /xff
+   /params
cdp_prep
-   dsvalue 0.00e+00 /value  
unknown_datapoints 0 /unknown_datapoints/ds
+   ds
+   primary_value 0.00e+00 /primary_value
+   secondary_value 0.00e+00 /secondary_value
+   value 0.00e+00 /value
+   unknown_datapoints 0 /unknown_datapoints
+   /ds
/cdp_prep
database
!-- 2001-01-03 19:00:00 EST / 978566400 -- rowv 
NaN /v/row
@@ -2937,10 +2965,17 @@
rra
cf LAST /cf
pdp_per_row 1 /pdp_per_row !-- 300 seconds --
-   xff 5.00e-01 /xff
 
+   params
+   xff 5.00e-01 /xff
+   /params
cdp_prep
-   dsvalue NaN /value  unknown_datapoints 0 
/unknown_datapoints/ds
+   ds
+   primary_value 0.00e+00 /primary_value
+   secondary_value 0.00e+00 /secondary_value
+   value NaN /value
+   unknown_datapoints 0 /unknown_datapoints
+   /ds
/cdp_prep
database
!-- 2003-03-08 17:30:00 EST / 1047162600 -- rowv 
0.00e+00 /v/row
@@ -3548,10 +3583,17 @@
rra
cf LAST /cf
pdp_per_row 6 /pdp_per_row !-- 1800 

Bug#327341: texdoctk: links to missing file pgfuserguide.pdf

2005-09-09 Thread Frank Küster
Wolfram Quester [EMAIL PROTECTED] wrote:

 After I updated to the 3.0 version from experimantal yesterday I
 started playing with texdoctk again and I found that if I click on
 Graphics - PS/PDF Portable Graphics Format, I get the error
 pgfuserguide.pdf not found, cancelling. Please include that file or
 remove the link in texdoctk.

This file (along with the LaTeX style files) are included in teTeX
upstream, but in Debian they are in a separate Package.  If a user
installs this package, they can currently only access the documentation
via texdoctk if the link is included from the tetex packages.

Once upstream has fixed Bug #105830, we can change this, but for now I
think it's better to have a link to the document when it is not
installed, than no link when it is.

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




Bug#326406: qemu: snapshot mode should prompt for commit on APM/ACPI power off

2005-09-09 Thread Elrond
package qemu
tag 326406 +upstream
thanks

Tagging upstream, as this isn't an issue in debian
specifically.


Elrond


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



Bug#327347: ntpd: minor confusion in usage message

2005-09-09 Thread Gabor Kiss
Package: ntp-server
Version: 1:4.2.0a+stable-2sarge1
Severity: minor

# ntpd -d -d -g -n 
ntpd not compiled with -DDEBUG option - no DEBUG support
ntpd not compiled with -DDEBUG option - no DEBUG support
usage: ntpd [ -abdgmnqx ] [ -c config_file ] [ -e e_delay ]
[ -f freq_file ] [ -k key_file ] [ -l log_file ]
[ -p pid_file ] [ -r broad_delay ] [ -s statdir ]
[ -t trust_key ] [ -v sys_var ] [ -V default_sysvar ]
[ -P fixed_process_priority ]
# 

The off-the-shelf ntpd has no debug support but usage message
says that there is a -d switch.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ntp-server depends on:
ii  ntp  1:4.2.0a+stable-2sarge1 Network Time Protocol: network uti
ii  ntp-simple   1:4.2.0a+stable-2sarge1 Network Time Protocol: daemon for 

-- no debconf information


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



Bug#315822: Reopen bug #315822

2005-09-09 Thread Daniel Leidert
reopen 315822 !
stop

Sorry, forgot to mail it to control[at]b.d.o. Now it should be reopened
and originator is set to my address.

Regards, Daniel



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



Bug#327247: acknowledged by developer (Duplicate BUG)

2005-09-09 Thread Stefan Völkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

please check the BTS _prior_ to reporting a bug, thank you. The package
is ready, my sponsor is a bit swamped atm.
[...]
 Sorry for missing that, I've checked the bug list but missed it.
 
 Though closing the bug is the wrong action, if anything it should be
 merged to the old one. That's the standard procedure.

Ok, will do.

 A toned down voice would also be better, peoples make mistakes, no point
 in taking things hard and responding harshly.

You are right, been having a bad day, sorry for that.

regards
Stefan

- --
Stefan Völkel[EMAIL PROTECTED]
Millenux GmbH  mobile: +49.170.79177.17
Lilienthalstraße 2  phone: +49.711.88770.300
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDIWvBtWF28C4HGsQRAuRiAKCWZb7IMldgm0smsfGWjplsQOmcYwCfZWD/
fZQm1wC9LwjFrVcotQ7UQXk=
=c8Hc
-END PGP SIGNATURE-



Bug#327297: gramps 2.0.8-1 segfaults on startup on AMD64

2005-09-09 Thread Martin Hawlisch
Hmmm.. this is a segfault. GRAMPS is written in 100% python and can never be
the cause for a segfault, only a python traceback.
This crash is caused by a bug in one of the python packages that gramps
uses. 

Do other python applications work fine? For example: meld or pygtk-demo


Cheers, Martin.



 Betreff: Bug#327297: gramps 2.0.8-1 segfaults on startup on AMD64

 From terminal window:
 
 $ gramps
 Segmentation fault
 $

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


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



Bug#327341: texdoctk: links to missing file pgfuserguide.pdf

2005-09-09 Thread Wolfram Quester
On Fri, Sep 09, 2005 at 12:54:51PM +0200, Frank Küster wrote:
 Wolfram Quester [EMAIL PROTECTED] wrote:
 
  After I updated to the 3.0 version from experimantal yesterday I
  started playing with texdoctk again and I found that if I click on
  Graphics - PS/PDF Portable Graphics Format, I get the error
  pgfuserguide.pdf not found, cancelling. Please include that file or
  remove the link in texdoctk.
 
 This file (along with the LaTeX style files) are included in teTeX
 upstream, but in Debian they are in a separate Package.  If a user
 installs this package, they can currently only access the documentation
 via texdoctk if the link is included from the tetex packages.
Ah, ok. I had a look, but neither apt-file nor the web interafece at
packages.d.o brought up a package containing this file. Do you knoe in
which debian package it is?
 
 Once upstream has fixed Bug #105830, we can change this, but for now I
 think it's better to have a link to the document when it is not
 installed, than no link when it is.
Agreed.

Thanks,

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


signature.asc
Description: Digital signature


Bug#321455: Fails to install due to dependency on libexif10

2005-09-09 Thread Steve Langasek
severity 321455 grave
thanks

This makes the ida package unusable in unstable, and is therefore a
grave bug.

Because libexif needs to be updated in testing along with GNOME 2.10,
ida will be removed from testing pending resolution of this bug.

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


signature.asc
Description: Digital signature


Bug#327115: Floppy unexpected interrupt

2005-09-09 Thread maximilian attems
On Wed, 07 Sep 2005, Luca PERSICO wrote:

 I tried out your distro on a laptop PC (Pentium III 900MHz); it is not a 
 brand PC, it is a [EMAIL PROTECTED] PC, thus it is quite easy for me to have 
 trouble installing GNU/Linux on it, so that till now the only distro 
 that has been acceptable has been Slackware (both 9.1 and 10.1).
 Recently, I decided to try also Debian because it appeared very 
 impressive (in the positive sense) to me, but I had a bad surprise which 
 I didn't find with Slackware instead: when I mount the floppy drive I 
 continuously receive the message: Floppy unexpected interrupt together 
 with some other strange indication like sensei repl[80]. To try to 
 solve this problem I put the parameter floppy=thinkpad (even if it is 
 not a thinkpad) in the kernel options in GRUB, but without any success; 
 after that I tried the kernel parameter 
 floppy=no_unexpected_interrupts and even then I had no result at all. 
 Please, can you suggest to me a solution of any kind to this problem? 
 Take note that the kernel installed is the one obtained specifying 
 linux26 at the installation boot prompt; the problem arised also with 
 linux24 choosen at boot time at the beginning of the installation.
 
 Thank you a lot and many congratulation: Debian is really great!
 
 Luca Killer Fish PERSICO

i'm not aware that slackware patches its kernel,
thout it was upstream. nor am i aware of any debian patch
concerning the floppy driver.

could you please post dmesg from both the 2.6 and 2.4 kernels after boot.
thanks
 
--
maks



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



Bug#327349: im-sdk: FTBFS (ppc64): iiimpDL.c:60:4: error: #error Unknown architecture

2005-09-09 Thread Andreas Jochens
Package: im-sdk
Version: 11.4.1870-7
Severity: normal
Tags: patch

When building 'im-sdk' on ppc64/unstable,
I get the following error:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include 
-I../../../include/X11/XFree86 -fpic -D_SVID_SOURCE -D_BSD_SOURCE 
-D_POSIX_C_SOURCE=199506L -I../../../lib/CSConv -I../../../include 
-I../../../include/iiimp -I. -I../../../include -DARCH=\powerpc64\ 
-DHAVE_CONFIG_H -DLinux -Wall -MT xiiimp_la-iiimpDL.lo -MD -MP -MF 
.deps/xiiimp_la-iiimpDL.Tpo -c iiimpDL.c  -fPIC -DPIC -o 
.libs/xiiimp_la-iiimpDL.o
In file included from iiimpDL.h:46,
 from iiimpDL.c:48:
guiIM.h:50: warning: ignoring #pragma ident
iiimpDL.c:60:4: error: #error Unknown architecture

The attached patch fixes this problem.

Regards
Andreas Jochens

diff -urN ../tmp-orig/im-sdk-11.4.1870/debian/patches/006_ppc64.patch 
./debian/patches/006_ppc64.patch
--- ../tmp-orig/im-sdk-11.4.1870/debian/patches/006_ppc64.patch 1970-01-01 
01:00:00.0 +0100
+++ ./debian/patches/006_ppc64.patch2005-09-09 12:04:24.0 +0200
@@ -0,0 +1,12 @@
+diff -urN ../im-sdk-r11_4-1870/iiimxcf/xiiimp.so/iiimp/iiimpDL.c 
im-sdk-r11_4-1870/iiimxcf/xiiimp.so/iiimp/iiimpDL.c
+--- ../im-sdk-r11_4-1870/iiimxcf/xiiimp.so/iiimp/iiimpDL.c 2005-09-09 
10:53:09.0 +0200
 im-sdk-r11_4-1870/iiimxcf/xiiimp.so/iiimp/iiimpDL.c2005-09-09 
11:29:58.0 +0200
+@@ -54,7 +54,7 @@
+ #ifdef _LP64
+ # if defined(__sparcv9)
+ #  define _MACH64_NAMEsparcv9
+-# elif defined(__amd64__) || defined(__ia64__)
++# elif defined(__amd64__) || defined(__ia64__) || defined(__powerpc64__)
+ #  undef_MACH64_NAME
+ # else
+ #  error Unknown architecture


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



Bug#327348: ITP: gnome-osd -- OSD support for Gnome

2005-09-09 Thread Baruch Even
Package: wnpp
Severity: wishlist

 Package name: gnome-osd
* Current version: 0.8
* Upstream authors: Gustavo Carneiro [EMAIL PROTECTED]
* URL: http://telecom.inescporto.pt/~gjc/gnome-osd/
* License: GNU GPL v2

* Description: An OSD message framework for Gnome
  Provides a message framework to use OSD for Gnome applications.
  .
  Homepage: http://telecom.inescporto.pt/~gjc/gnome-osd/



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



Bug#320211: bibletime: Bibletime crashes while searching in large range

2005-09-09 Thread Daniel Glassey
Hi,
I've just uploaded the new versions of bibletime and gnomesword, so they
will be available tomorrow. Could you check if this is still a problem
for you please.

Regards,
Daniel


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



Bug#320284: palo: FTBFS (amd64): '__be32' undeclared (first use in this function)

2005-09-09 Thread Andreas Jochens
tags 320284 +patch
thanks

The FTBFS error also appears on amd64.

With the attached patch 'palo' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/palo-1.9/palo/palo.h ./palo/palo.h
--- ../tmp-orig/palo-1.9/palo/palo.h2000-03-08 01:28:08.0 +
+++ ./palo/palo.h   2005-09-09 11:47:58.0 +
@@ -6,7 +6,6 @@
  * Copyright (C) Hewlett-Packard (Paul Bame) [EMAIL PROTECTED]
  */
 #include sys/types.h
-#define _LINUX_TYPES_H
 #include common.h
 
 extern void error(int number, ...);


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



Bug#327341: texdoctk: links to missing file pgfuserguide.pdf

2005-09-09 Thread Ralf Stubner
Wolfram Quester wrote:
 On Fri, Sep 09, 2005 at 12:54:51PM +0200, Frank Küster wrote:
 Wolfram Quester [EMAIL PROTECTED] wrote:
 
  After I updated to the 3.0 version from experimantal yesterday I
  started playing with texdoctk again and I found that if I click on
  Graphics - PS/PDF Portable Graphics Format, I get the error
  pgfuserguide.pdf not found, cancelling. Please include that file or
  remove the link in texdoctk.
 
 This file (along with the LaTeX style files) are included in teTeX
 upstream, but in Debian they are in a separate Package.  If a user
 installs this package, they can currently only access the documentation
 via texdoctk if the link is included from the tetex packages.
 Ah, ok. I had a look, but neither apt-file nor the web interafece at
 packages.d.o brought up a package containing this file. Do you knoe in
 which debian package it is?

pgfuserguide.pdf.gz is part of pgf. There also is bug #301848, though,
which makes it unavailable to texdoc.

cheerio
ralf



Bug#327056: [Fwd: Re: Bug#315782: gnome-menus: Still in twm menu]

2005-09-09 Thread Vincent Lönngren
It seems the Debian menu is no longer automatically in the GNOME menu.
Perhaps it would be a good idea to have an actual gnucash GNOME menu
item? It's not an actual bug though, of course.
-- 
Vincent Lönngren [EMAIL PROTECTED]
---BeginMessage---
Le vendredi 09 septembre 2005 à 11:56 +0200, Vincent Lönngren a écrit :
 Package: gnome-menus
 Version: 2.10.2-1
 Followup-For: Bug #315782
 
 I have the same problem. For what it's worth, the menu is still in the 
 twm menu when starting twm with startx.

You have to install the menu-xdg package if you still want the Debian
menu.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom

---End Message---


  1   2   3   4   >