Bug#461457: xorg: Doesn't honour DisplaySize

2008-01-20 Thread Kevin Locke
tags 461457 + upstream
thanks

It appears that this bug has already been reported upstream as bug
12474 https://bugs.freedesktop.org/show_bug.cgi?id=12474.
Apparently the DDC information is incorrectly taking precidence over
the DisplaySize configuration option.  See
http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commit;h=48ca5961caee62f2980017a6bdc96a1b4c747727
for the patch.

Cheers,
Kevin



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



Bug#455731: Bug#461349: (upgrade stalls w/100% CPU ... ) / Merge with #455731?

2008-01-20 Thread A. Costa
I used 'dpkg' to downgrade from 'cupsys' v1.3.5-1 to v1.3.4-4, but the
downgrade produced the same bug, (100% CPU unkillable 'index++'
stall).  Which implies 'cupsys' is not the problem.

During an upgrade of a couple hundred packages the other night, the same
bug occurred with other packages, such as:

slib (3a5-3)
maint-guide (1.2.12)
gimp-help-en (2.4.0-2)

...and others.  It's hard to imagine how 'cupsys' could cause that.
Perhaps this bug's 'severity' should be worse than 'important'.  It
breaks 'apt-get' too, since after the error 'apt-get' fails and
suggests running 'dpkg --configure -a' which also fails.  (Plain 'dpkg'
still works.)

More online searching revealed this harmless-looking bug:

#455731 dhelp cron failed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455731

I tried the '/usr/lib/ruby/1.8/dhelp.rb' patch suggested there, (see
attached .diff), and it helped (in an odd way):

% dpkg -i cupsys_1.3.5-1_i386.deb
{ ...etc... }
Preparing to replace cupsys 1.3.4-4 (using .../cupsys_1.3.5-1_i386.deb) 
...
Stopping Common Unix Printing System: cupsd.
Unpacking replacement cupsys ...
Setting up cupsys (1.3.5-1) ...
Dhelp::IndexerError: Couldn't index /var/lib/doc-base/documents/cupsys 
using /usr/bin/index++ --config-file /usr/share/dhelp/swish++.conf --index-file 
/var/lib/dhelp/documents.index --incremental - 
(/usr/lib/ruby/1.8/dhelp.rb:368:in `index'
/usr/sbin/dhelp_parse:112:in `main'
/usr/lib/ruby/1.8/commandline/application.rb:250:in `run'
/usr/lib/ruby/1.8/commandline/application.rb:269:in `__set_auto_run'
/usr/sbin/dhelp_parse:93)
Starting Common Unix Printing System: cupsd.

...that is the patch is inapplicable, buggy, or maybe I typed it in
wrong, and it breaks '/usr/lib/ruby/1.8/dhelp.rb'; but that breakage
prevents the 100% CPU unkillable process.  After the patch 'dpkg
--configure -a' worked, which fixed 'apt-get'.  Some document index
aren't updated, but that's the lesser of two evils.

Bugs #46139  #455731 seem somehow related; should they be merged?  If not,
to what other package might this bug belong?

HTH...



--- /usr/lib/ruby/1.8/dhelp.rb	2007-12-06 12:06:00.0 -0500
+++ /tmp/1.8/dhelp.rb	2008-01-20 01:56:56.0 -0500
@@ -127,7 +127,7 @@
 end
 
 def files
-  @files.strip.split(/\s+/)
+  @files.to_s.strip.split(/\s+/)
 end
   end
 
@@ -384,6 +384,7 @@
   @pool.each do |doc|
 doc.formats.each do |format|
   next unless SUPPORTED_FORMATS.include? format.format.downcase
+	  puts processing files for #{doc.document}'s format #{format.format}
   format.files.each do |glob|
 # Dirnames can be globs too. There will also be duplicates
 # (different formats, same doc), hence the set





Bug#461665: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: vbrfix
Version: 0.24-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of vbrfix_0.24-1 on em64t by sbuild/amd64 0.53
...
 make[4]: Entering directory `/build/tbm/vbrfix-0.24/vbrfixc'
 source='vbrfix.cpp' object='vbrfix.o' libtool=no \
   depfile='.deps/vbrfix.Po' tmpdepfile='.deps/vbrfix.TPo' \
   depmode=gcc3 /bin/sh ../admin/depcomp \
   x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
 -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
 -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions  -c 
 -o vbrfix.o `test -f vbrfix.cpp || echo './'`vbrfix.cpp
 cc1plus: warning: command line option -Wmissing-prototypes is valid for 
 Ada/C/ObjC but not for C++
 In file included from vbrfix.h:22,
  from vbrfix.cpp:17:
 wputil.h: In member function 'int wps::length()':
 wputil.h:87: warning: conversion to 'int' from 'size_t' may alter its value
 wputil.h: In static member function 'static wps wfile::loadSetting(const 
 char*, wps, wps)':
 wputil.h:211: warning: conversion to 'int' from 'size_t' may alter its value
 wputil.h:217: warning: conversion to 'unsigned int' from 'long unsigned int' 
 may alter its value
 wputil.h: In static member function 'static void wfile::saveSetting(const 
 char*, wps, wps)':
 wputil.h:241: warning: conversion to 'int' from 'size_t' may alter its value
 In file included from vbrfix.cpp:17:
 vbrfix.h: In member function 'int VbrFix::getPercent()':
 vbrfix.h:45: warning: conversion to 'int' from 'long unsigned int' may alter 
 its value
 vbrfix.cpp: In member function 'void VbrFix::startWriting()':
 vbrfix.cpp:51: warning: conversion to 'int' from 'long int' may alter its 
 value
 vbrfix.cpp:51: warning: conversion to 'int' from 'long unsigned int' may 
 alter its value
 vbrfix.cpp: In member function 'bool VbrFix::startFix(const char*, const 
 char*)':
 vbrfix.cpp:64: warning: conversion to 'int' from 'long unsigned int' may 
 alter its value
 vbrfix.cpp:65: error: 'strcmp' was not declared in this scope
^^

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



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



Bug#461666: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: codeine
Version: 1.0.1-3.dfsg-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of codeine_1.0.1-3.dfsg-2 on em64t by sbuild/amd64 0.53
...
 g++ -o build/app/xineEngine.o -c -I/usr/include/kde/ -I/usr/include/qt3 -O2 
 -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -Ibuild/app -Isrc/app -Ibuild -Isrc 
 -I. src/app/xineEngine.cpp
 src/app/xineEngine.cpp: In member function 'QString 
 Codeine::VideoWindow::fileFilter() const':
 src/app/xineEngine.cpp:871: error: 'free' is not a member of 'std'
 scons: *** [build/app/xineEngine.o] Error 1
 scons: building terminated because of errors.
 make: *** [common-build-impl] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

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



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



Bug#461355: tomcat5.5: More restrictive JULI permissions break java.util.logging.

2008-01-20 Thread Michael Koch
On Sat, Jan 19, 2008 at 11:46:47PM -0800, Alexander Hvostov wrote:
 On Saturday 19 January 2008, Marcus Better wrote:
  If the user creates that file then the security exception still gets
  thrown, so it would be very confusing to pretend the file doesn't
  exist. I'm not too happy about this idea.
 
 In that case, we would need to grant FilePermission to read the 
 logging.properties file in the appropriate place in each Web application 
 directory.
 
 To do this automatically, Tomcat would most likely have to provide a 
 custom java.security.Policy implementation that, in addition to granting 
 permissions defined by the configured security policy, also grants read 
 access to each webapp's own logging.properties file.

Upstream has this in catalina.properties (in SVN, not yet released).

// To enable per context logging configuration, permit read access to 
the appropriate file.
// Be sure that the logging configuration is secure before enabling 
such access
// eg for the examples web application:
// permission java.io.FilePermission 
${catalina.base}${file.separator}webapps${file.separator}examples${file.separator}WEB-INF${file.separator}classes${file.separator}logging.properties,
 read;

 I'm afraid this is a far bigger project than I'm willing to take on, but 
 perhaps someone among the Apache folks will do it, so why not forward 
 this bug upstream?

Is this really a bug upstream? We should not report bugs there that are
none there. Can someone build upstream SVN and test that a bit?


Cheers,
Michael



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



Bug#461667: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: dar
Version: 2.3.5-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of dar_2.3.5-1 on em64t by sbuild/amd64 0.53
...
  g++ -DHAVE_CONFIG_H -I. -I../.. -DLIBDAR_MODE=64 
 -DDAR_LOCALEDIR=\/usr/share/locale\ -g -Wall -O2 -c header_version.cpp 
 -D__DYNAMIC__ -fPIC -DPIC -o .libs/header_version.o
 header_version.cpp: In function 'void libdar::version_copy(char ()[3], const 
 char ()[3])':
 header_version.cpp:37: error: 'memcpy' was not declared in this scope
 make[4]: *** [header_version.lo] Error 1
 make[4]: Leaving directory `/build/tbm/dar-2.3.5/src/libdar'

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



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



Bug#461668: FTBFS with GCC 4.3: 'input' defined but not used

2008-01-20 Thread Martin Michlmayr
Package: simulavr
Version: 0.1.2.2-6
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of simulavr_0.1.2.2-6 on em64t by sbuild/amd64 0.53
...
 if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../src-Wall -Winline 
 -Werror -I../../src -I../../src/getopt -Wall -g -O2 -MT config_scanner.o -MD 
 -MP -MF .deps/config_scanner.Tpo -c -o config_scanner.o config_scanner.c; \
   then mv -f .deps/config_scanner.Tpo .deps/config_scanner.Po; else 
 rm -f .deps/config_scanner.Tpo; exit 1; fi
 cc1: warnings being treated as errors
 config_scanner.c:1182: error: 'input' defined but not used
 make[4]: *** [config_scanner.o] Error 1
 make[4]: Leaving directory `/build/tbm/simulavr-0.1.2.2/src/disp-vcd'

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



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



Bug#461457: xorg: Doesn't honour DisplaySize

2008-01-20 Thread Kevin Locke
reassign 461457 xserver-xorg-core
forwarded 461457 https://bugs.freedesktop.org/show_bug.cgi?id=10582
merge 461457 421772
thanks

After further analysis, this bug is likely a duplicate of 421772.  To
be sure, it would still be nice to get copy of your xorg.conf and
Xorg.0.log.  ;)

Cheers,
Kevin



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



Bug#321732: GDM does not Shutdown before Return is pressed twice

2008-01-20 Thread Christophe Alonso
I have a similar bug here on Sony Vaio laptop, I think.

If I want shutdown gnome session, I have to press return key twice.

I am using Etch with the -686 kernel.




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



Bug#461669: aptitude: segfault on purge ~c

2008-01-20 Thread Stanislav Maslovski
Package: aptitude
Version: 0.4.10-1+b2
Severity: important

Aptitude segfaults when trying to do purge ~c. Below is the gdb log:

==
Starting program: /usr/bin/aptitude purge ~c
[Thread debugging using libthread_db enabled]
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Building tag database... Done  
[New Thread 0xb7b076c0 (LWP 12985)]
[New Thread 0xb6855b90 (LWP 12988)]
The following packages have been kept back:
  audacious [1.3.2-4 - 1.4.5-1] audacious-plugins{a} [1.3.5-3 - 1.4.4-1] 
  audacious-plugins-extra [1.3.5-3 - 1.4.4-1] console-data{a} [2:1.01-7 - 
2:1.04-3] 
The following packages will be REMOVED:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7b076c0 (LWP 12985)]
0xb7b82f33 in strlen () from /lib/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7b82f33 in strlen () from /lib/i686/cmov/libc.so.6
#1  0x08163242 in cmdline_show_instinfo ([EMAIL PROTECTED], showvers=true, 
showdeps=false, 
showsize=false, showpurge=true) at 
/usr/include/c++/4.2/bits/char_traits.h:258
#2  0x08164a37 in cmdline_show_preview (as_upgrade=true, [EMAIL PROTECTED], 
to_hold=value optimized out, [EMAIL PROTECTED], showvers=true, 
showdeps=true, 
showsize=false, verbose=0) at cmdline_prompt.cc:578
#3  0x08165c9a in cmdline_do_prompt (as_upgrade=false, [EMAIL PROTECTED], 
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], showvers=true, 
showdeps=true, showsize=false, always_prompt=true, verbose=0, 
assume_yes=false, 
force_no_change=true) at cmdline_prompt.cc:803
#4  0x0815b325 in cmdline_do_action (argc=2, argv=0xbfe7bfa8, status_fname=0x0, 
simulate=false, 
assume_yes=false, download_only=false, fix_broken=true, showvers=true, 
showdeps=true, 
showsize=false, visual_preview=false, always_prompt=true, queue_only=false, 
verbose=0)
at cmdline_do_action.cc:257
#5  0x08062938 in main (argc=2, argv=0xbfe7bfa4) at main.cc:496
#6  0xb7b27450 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#7  0x0805fe71 in _start ()
(gdb) up
#1  0x08163242 in cmdline_show_instinfo ([EMAIL PROTECTED], showvers=true, 
showdeps=false, 
showsize=false, showpurge=true) at
/usr/include/c++/4.2/bits/char_traits.h:258
258   { return strlen(__s); }
(gdb) list
253   compare(const char_type* __s1, const char_type* __s2, size_t __n)
254   { return memcmp(__s1, __s2, __n); }
255
256   static size_t
257   length(const char_type* __s)
258   { return strlen(__s); }
259
260   static const char_type*
261   find(const char_type* __s, size_t __n, const char_type __a)
262   { return static_castconst char_type*(memchr(__s, __a, __n)); }
(gdb)
=

-- Package-specific info:
Terminal: xterm
$DISPLAY is set.

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

Kernel: Linux 2.6.23-minimal (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.7-6 0.7.10 Advanced front-end for dpkg
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libcwidget1   0.5.6.1-3  high-level terminal interface libr
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libncursesw5  5.6+20071215-1 Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.17-2   type-safe Signal Framework for C++
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
ii  libparse-debianchangelog-perl 1.1.1-1parse Debian changelogs and output

-- no debconf information



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



Bug#451809: Possible solution

2008-01-20 Thread Gerrit Pape
On Sun, Jan 13, 2008 at 07:12:35PM +0100, Klaus Ethgen wrote:
 This patch should fix the bug. Unfortunately I have no amd64 system to
 test it. Please build it on an amd64 and test it.
 
 The source can be found on:
 http://www.ethgen.de/~klaus/debian/cfs_1.4.1-18.1.dsc,
 http://www.ethgen.de/~klaus/debian/cfs_1.4.1-18.1.diff.gz,
 http://www.ethgen.de/~klaus/debian/cfs_1.4.1.orig.tar.gz

Hi Klaus, thanks for working on these issues.

There are some changes in this -18.1 version I'm not sure where they
come from, and they are not documented in the debian/changelog:

 o Changes to the upstream documentation README*, notes.ms, and upstream
   Makefile; where are they from?
 o upstream manpages ccat.8, cmkdir.1, cname.8  changed
 o CVE-2006-3123 removed from the debian/changelog
 o debian/init.d changed

Here's the diffstat

$ diff -ur cfs-1.4.1 cfs-1.4.1~ |diffstat
 Makefile |2 
 README   |   36 +++-
 README.esm   |   21 -
 README.history   |7 +++
 README.install   |  121 +++
 ccat.8   |2 
 cfs.h|6 --
 cfs_bf.h |   10 ++--
 cfs_bfl.h|   50 +++---
 cfs_cipher.c |   22 +++---
 cfs_des.c|2 
 cfs_fh.c |   11 ++---
 cfs_nfs.c|7 +--
 cmkdir.1 |   21 +
 cname.8  |2 
 cname.c  |2 
 debian/cfs.docs  |2 
 debian/changelog |   12 +
 debian/control   |2 
 debian/init.d|   11 +
 debian/rules |2 
 esm_cipher.c |2 
 getpass.c|   28 +++-
 notes.ms |   59 +++---
 shs.c|   52 ---
 shs.h|4 -
 truerand.c   |3 -
 27 files changed, 276 insertions(+), 223 deletions(-)
$ 

Are all these changes intended?

Regards, Gerrit.



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



Bug#461670: newgrp segfaults

2008-01-20 Thread A Mennucc
Package: login
Version: 1:4.1.0-2
Severity: important

hi

$ id
uid=1013(debdev) gid=1013 
gruppi=24(cdrom),29(audio),46(plugdev),107(netdev),112(powerdev),121(freevo),1000(prova),1013
$ newgrp freevo
$ exit
Segmentation fault

This looks bad

a.

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

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

Versions of packages login depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libpam-modules0.99.7.1-5 Pluggable Authentication Modules f
ii  libpam-runtime0.99.7.1-5 Runtime support for the PAM librar
ii  libpam0g  0.99.7.1-5 Pluggable Authentication Modules l

login recommends no packages.

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)



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



Bug#461649: Image shakes and shivers when content changes with Radeon RV100 QY (Radeon 7000/VE)

2008-01-20 Thread Brice Goglin
Stephen M. Benoit wrote:
 Package: xserver-xorg-video-ati
 Version: 1:6.6.3-2
 Severity: normal
 File: /usr/lib/xorg/modules/drivers/radeon_drv.so


 Hello.

 With Xorg 7.1.0-19, my Radeon RV100 QY (Radeon 7000/VE) displays a
 shaky, flickering image whenever there is a change on the screen
 (scrolling, cursor movement, update in gkrellm...).

 For example, when I open an aterm, choose a large font and run:

 % dd if=/dev/urandom bs=512 | od -t x1 -A none

 ... the horizontal lines on my screen shake and shiver independently
 and randomly left or right by at least 3 pixels.  When everything
 seems still, I observe several flickering lines per second.

 I have tried using NoAccel and a slew of options documented in
 radeon(4), but there was no improvement.  Same problem whether I use
 Linux kernel 2.6.20 or 2.6.23.14 using SMP(SMT) or UP.  Using a lower
 frame rate made no difference, nor did a lower resolution, nor
 lowering the HorizSync or VertRefresh of the monitor description.

 I am testing on 2 dual-boot (Debian Sarge, Debian Etch) single-head
 workstations with identical hardware but different LCD (SVGA
 connection) monitors.  Both have the same behaviour.  Under Sarge with
 XFree86 4.3.0 (backport), the old radeon driver produces a stable
 picture.

 Any ideas?  Suggestions are welcome, I am including configuration
 information below.
   

Can you try a more recent xserver-xorg-video-ati? 6.6.3 is very old.
Either you upgrade your X.org to unstable, or you just rebuild
xserver-xorg-video-ati latest git against Etch. There's a quick howto
for building the latest git at
http://bgoglin.livejournal.com/10936.html
(replace intel by ati in the text). If you need help, let me know.

Brice




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



Bug#461457: xorg: Doesn't honour DisplaySize

2008-01-20 Thread Brice Goglin
unforwarded 461457
tags 461457 -upstream
tags 461457 +moreinfo
thank you


Kevin Locke wrote:
 reassign 461457 xserver-xorg-core
 forwarded 461457 https://bugs.freedesktop.org/show_bug.cgi?id=10582
 merge 461457 421772
 thanks

 After further analysis, this bug is likely a duplicate of 421772.  To
 be sure, it would still be nice to get copy of your xorg.conf and
 Xorg.0.log.  ;)
   

It's very likely that the xorg.conf doesn't specify which Monitor
sections goes with which output. We have multiple bugs about this, all
the recent ones were caused by this and solved by fixing xorg.conf.

We can't assume anything before seeing the config and log, so I am
reverting the bug status until Dirk sends all the required info.

Dirk, ping? Please send xorg.conf and Xorg.0.log.

Brice




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



Bug#461671: FTBFS with GCC 4.3: explicit template specialization cannot have a storage class

2008-01-20 Thread Martin Michlmayr
Package: wvstreams
Version: 4.2.2-2.3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  You can reproduce this problem
with gcc-4.3 or gcc-snapshot from unstable.

I believe based on Brian's comment in #452310, removing the external
from that line is the right fix.

 Automatic build of wvstreams_4.2.2-2.3 on em64t by sbuild/amd64 0.53
..
 x86_64-linux-gnu-g++ -Wall -O2 -fPIC -DPIC -D_BSD_SOURCE -D_GNU_SOURCE 
 -DISLINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DDEBUG=0  -O2 -Wall 
 -I/usr/include/tcl8.3 -I/usr/include -I/usr/include/qt3 
 -I/usr/include/xplc-0.3.13-I./include -Iinclude -Iinclude -Ignulib -pipe 
 -fPIC -DPIC -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 
 -Wall  -fPIC -DPIC -D_BSD_SOURCE -D_GNU_SOURCE -DISLINUX -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 -g -DDEBUG=0 -O2 -Wall -Woverloaded-virtual -fno-rtti 
 -fno-exceptions -I/usr/include/tcl8.3 -I/usr/include -I/usr/include/qt3 
 -I/usr/include/xplc-0.3.13-I./include -Iinclude -Iinclude -Ignulib -pipe 
 -fPIC -DPIC -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 
 -Wall -Woverloaded-virtual -DWVSTREAMS_RELEASE=\4.2.2\ -c 
 utils/wvbdbhash.cc -o utils/wvbdbhash.o
 In file included from ./include/wvondiskhash.h:14,
  from utils/wvbdbhash.cc:12:
 ./include/wvserialize.h:352: error: explicit template specialization cannot 
 have a storage class
 make[1]: *** [utils/wvbdbhash.o] Error 1
 make[1]: Leaving directory `/build/tbm/wvstreams-4.2.2'
 make: *** [build-arch-stamp] Error 2

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



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



Bug#321680: flpsed: Landscape documents appear rotated

2008-01-20 Thread Kapil Hari Paranjape
severity 321680 wishlist
tags 321680 moreinfo
thanks

On Sat, 06 Aug 2005, Liam K Morland wrote:
 and should also have a rotate command to deal with documents
 containing incorrect orientation information.

Since flpsed only *annotates* the PS file I think this operation
does not fall within its ambit. Please use pdftk for such
operations.

Regards,

Kapil.
--




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



Bug#461672: packages.debian.org: search wnpp, mentors

2008-01-20 Thread Paul Wise
Package: www.debian.org
Severity: wishlist

I would like it if packages.debian.org also searched wnpp, mentors and
perhaps ubuntu/nexenta/etc when no results are returned (or very few
exact results are returned). This is useful when trying to determine if
a piece of software is in Debian as if it is not, then you want to know
if someone is working on it or has been (wnpp active  archived), or if
there are packages available elsewhere (mentors, ubuntu/nexenta/etc).

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#392007: flpsed: can't open password protected PDF files

2008-01-20 Thread Kapil Hari Paranjape
tags 392007 upstream
severity 392007 wishlist
thanks

On Mon, 09 Oct 2006, Nadim Shaikli wrote:
 The problem stems from the fact that I'm unable to open any password
 protected PDF files (which xpdf among others can properly open/view).

I am sending a mail to the upstream author requesting this feature.

Meanwhile, please use pdftk to remove password protection before
editing.

Regards,

Kapil.
--




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



Bug#461644: Also affects Red Hat and probably Fedora too

2008-01-20 Thread Andy Smith
Ask followed up to say that he'd opened a bug with Red Hat on this
back in January '07, so it's by no means a Debian issue:

https://bugzilla.redhat.com/show_bug.cgi?id=223947

As it says, using tap:aio to access the LV is one possible
workaround (but not something I want to do).

Cheers,
Andy


signature.asc
Description: Digital signature


Bug#455611: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
reopen 455611 !
found 455611 0.7-2
thanks

Seems like your fix didn't work.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of newsbeuter_0.7-2 on em64t by sbuild/amd64 0.53
...
 ./stfl2h.pl stfl/dllist.stfl  stfl/dllist.h
 ./stfl2h.pl stfl/feedlist.stfl  stfl/feedlist.h
 ./stfl2h.pl stfl/filebrowser.stfl  stfl/filebrowser.h
 ./stfl2h.pl stfl/help.stfl  stfl/help.h
 ./stfl2h.pl stfl/itemlist.stfl  stfl/itemlist.h
 ./stfl2h.pl stfl/itemview.stfl  stfl/itemview.h
 ./stfl2h.pl stfl/selecttag.stfl  stfl/selecttag.h
 ./stfl2h.pl stfl/urlview.stfl  stfl/urlview.h
 c++ -ggdb -I./include -I./stfl -I./filter -I. -I/usr/local/include 
 -I/sw/include -Wall -W -D_ENABLE_NLS -DLOCALEDIR=\/usr/share/locale\ 
 -DPACKAGE=\newsbeuter\ -o src/configcontainer.o -c src/configcontainer.cpp
 c++ -ggdb -I./include -I./stfl -I./filter -I. -I/usr/local/include 
 -I/sw/include -Wall -W -D_ENABLE_NLS -DLOCALEDIR=\/usr/share/locale\ 
 -DPACKAGE=\newsbeuter\ -o src/configparser.o -c src/configparser.cpp
 src/configparser.cpp: In member function 'virtual 
 newsbeuter::action_handler_status 
 newsbeuter::configparser::handle_action(const std::string, const 
 std::vectorstd::basic_stringchar, std::char_traitschar, 
 std::allocatorchar , std::allocatorstd::basic_stringchar, 
 std::char_traitschar, std::allocatorchar   )':
 src/configparser.cpp:34: error: '::getenv' has not been declared
 src/configparser.cpp:43: error: 'strcmp' was not declared in this scope
 make[1]: *** [src/configparser.o] Error 1
 make[1]: Leaving directory `/build/tbm/newsbeuter-0.7'

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



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



Bug#461673: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: grass
Version: 6.2.3-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of grass_6.2.3-1 on em64t by sbuild/amd64 0.53
...
 main.cc:547:   instantiated from here
 ./IOStream/include/ami_stream.h:220: warning: deprecated conversion from 
 string constant to 'char*'
 c++ -c -I/build/tbm/grass-6.2.3/dist.x86_64-pc-linux-gnu/include  -g -O2   
 -I./IOStream/include -DUSER=\root\ -DNODATA_FIX -D_FILE_OFFSET_BITS=64
 -DPACKAGE=\grassmods\ -DELEV_FLOAT common.cc -o 
 OBJ.x86_64-pc-linux-gnu/FLOAT/common.o
 In file included from ./IOStream/include/ami.h:49,
  from common.h:49,
  from common.cc:55:
 ./IOStream/include/ami_stream.h: In constructor 
 'AMI_STREAMT::AMI_STREAM(const char*, AMI_stream_type)':
 ./IOStream/include/ami_stream.h:255: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 ./IOStream/include/ami_stream.h:255: error: (if you use '-fpermissive', G++ 
 will accept your code, but allowing the use of an undeclared name is 
 deprecated)
 ./IOStream/include/ami_stream.h: In member function 'AMI_err 
 AMI_STREAMT::name(char**)':
 ./IOStream/include/ami_stream.h:363: error: there are no arguments to 
 'strlen' that depend on a template parameter, so a declaration of 'strlen' 
 must be available
 ./IOStream/include/ami_stream.h:364: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 In file included from ./IOStream/include/ami_sort_impl.h:46,
  from ./IOStream/include/ami_sort.h:45,
  from ./IOStream/include/ami.h:55,
  from common.h:49,
  from common.cc:55:
 ./IOStream/include/mem_stream.h: In member function 'AMI_err 
 MEM_STREAMT::name(char**)':
 ./IOStream/include/mem_stream.h:111: error: there are no arguments to 
 'strlen' that depend on a template parameter, so a declaration of 'strlen' 
 must be available
 ./IOStream/include/mem_stream.h:112: error: there are no arguments to 
 'strcpy' that depend on a template parameter, so a declaration of 'strcpy' 
 must be available
 make[3]: *** [OBJ.x86_64-pc-linux-gnu/FLOAT/common.o] Error 1
 make[3]: Leaving directory `/build/tbm/grass-6.2.3/raster/r.terraflow'
 r.out.tiff

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



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



Bug#461675: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: kdegraphics
Version: 4:3.5.8-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of kdegraphics_4:3.5.8-2 on em64t by sbuild/amd64 0.53
...
  g++ -DHAVE_CONFIG_H -I. 
 -I/build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu 
 -I../../../.. -I/build/tbm/kdegraphics-3.5.8/. -I/usr/include/kde 
 -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT 
 -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
 -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp  
 -fPIC -DPIC -o .libs/Arrays.o
 In file included from 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GException.h:122,
  from 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.h:66,
  from 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp:64:
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/DjVuGlobal.h:73:18:
  error: new.h: No such file or directory
^^
 In file included from 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.h:67,
  from 
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/Arrays.cpp:64:
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:117:
  error: expected ',' or '...' before 'n'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:117:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:119:
  error: expected ',' or '...' before 'n'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:119:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:120:
  error: expected ',' or '...' before 'n'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:120:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:121:
  error: expected ',' or '...' before 't'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:121:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:126:
  error: 'size_t' does not name a type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
  In member function 'GPBufferBase::operator int() const':
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:123:
  error: 'num' was not declared in this scope
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
  At global scope:
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
  error: expected ',' or '...' before 'n'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
  error: expected ',' or '...' before 'n'
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
  error: ISO C++ forbids declaration of 'size_t' with no type
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
  In constructor 'GPBufferTYPE::GPBuffer(TYPE*, int)':
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:133:
  error: 'n' was not declared in this scope
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
  In member function 'void GPBufferTYPE::resize(int)':
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:134:
  error: 'n' was not declared in this scope
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:
  At global scope:
 /build/tbm/kdegraphics-3.5.8/./kviewshell/plugins/djvu/libdjvu/GSmartPointer.h:341:
  warning: unused parameter 'obj'
...

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



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



Bug#461674: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: ksociograma
Version: 2.0.1-5
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of ksociograma_2.0.1-5 on em64t by sbuild/amd64 0.53
...
 source='ksociogramaMainWindow.cpp' object='ksociogramaMainWindow.o' 
 libtool=no \
   depfile='.deps/ksociogramaMainWindow.Po' 
 tmpdepfile='.deps/ksociogramaMainWindow.TPo' \
   depmode=gcc3 /bin/sh ../admin/depcomp \
   x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
 -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
 -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
 -Wconversion -Wchar-subscripts -O2 -Wformat-security 
 -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o 
 ksociogramaMainWindow.o `test -f 'ksociogramaMainWindow.cpp' || echo 
 './'`ksociogramaMainWindow.cpp
 ksociogramaMainWindow.cpp:32:45: error: iostream.h: No such file or directory

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



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



Bug#461676: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: qgo
Version: 1.5.4-r2-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of qgo_1.5.4-r2-1 on em64t by sbuild/amd64 0.53
...
 source='matrix.cpp' object='matrix.o' libtool=no \
   depfile='.deps/matrix.Po' tmpdepfile='.deps/matrix.TPo' \
   depmode=gcc3 /bin/sh ../admin/depcomp \
   x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
 -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT -DDATADIR=''  
 -D_REENTRANT  -fno-exceptions -fno-check-new  -c -o matrix.o `test -f 
 'matrix.cpp' || echo './'`matrix.cpp
 matrix.cpp:8:22: error: iostream.h: No such file or directory
 matrix.cpp: In member function 'void Matrix::debug() const':
 matrix.cpp:81: error: 'cout' was not declared in this scope
 make[4]: *** [matrix.o] Error 1
 make[4]: Leaving directory `/build/tbm/qgo-1.5.4-r2/src'

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



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



Bug#461688: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: libcdio
Version: 0.78.2+dfsg1-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of pcmanx-gtk2_0.3.7-2 on em64t by sbuild/amd64 0.53
...
 mv -f .deps/telnetcon.Tpo .deps/telnetcon.Po
 x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../src/core -I../src/view 
 -I../src/qqwryseeker -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 
 -I/usr/include/freetype2-DLOCALEDIR=\/usr/share/locale\ 
 -DDATADIR=\/usr/share\-Wall -g -O2 -fno-exceptions -fno-rtti 
 -fvisibility=hidden -fvisibility-inlines-hidden -MT telnetview.o -MD -MP -MF 
 .deps/telnetview.Tpo -c -o telnetview.o `test -f 'view/telnetview.cpp' || 
 echo './'`view/telnetview.cpp
 view/telnetview.cpp: In member function 'virtual void 
 CTelnetView::OnMouseMove(GdkEventMotion*)':
 view/telnetview.cpp:248: error: no matching function for call to 
 'find(__gnu_cxx::__normal_iteratorchar*, std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  , 
 __gnu_cxx::__normal_iteratorchar*, std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  , char)'
 view/telnetview.cpp:252: error: no matching function for call to 
 'find(__gnu_cxx::__normal_iteratorchar*, std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  , 
 __gnu_cxx::__normal_iteratorchar*, std::basic_stringchar, 
 std::char_traitschar, std::allocatorchar  , char)'
 view/telnetview.cpp:259: warning: deprecated conversion from string constant 
 to 'gchar*'
 view/telnetview.cpp: In member function 'virtual void 
 CTelnetView::OnRButtonDown(GdkEventButton*)':
 view/telnetview.cpp:484: warning: deprecated conversion from string constant 
 to 'gchar*'
 make[4]: *** [telnetview.o] Error 1
 make[4]: Leaving directory `/build/tbm/pcmanx-gtk2-0.3.7/src'
 make[3]: *** [all-recursive] Error 1

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



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



Bug#461683: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: libcdio
Version: 0.78.2+dfsg1-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of libcdio_0.78.2+dfsg1-2 on em64t by sbuild/amd64 0.53
...
 Making all in cdio++
 make[4]: Entering directory `/build/tbm/libcdio-0.78.2+dfsg1/lib/cdio++'
 if /bin/sh ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ 
 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/-g -O2 -MT iso9660.lo -MD 
 -MP -MF .deps/iso9660.Tpo -c -o iso9660.lo iso9660.cpp; \
   then mv -f .deps/iso9660.Tpo .deps/iso9660.Plo; else rm -f 
 .deps/iso9660.Tpo; exit 1; fi
 mkdir .libs
  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/ -g -O2 
 -MT iso9660.lo -MD -MP -MF .deps/iso9660.Tpo -c iso9660.cpp  -fPIC -DPIC -o 
 .libs/iso9660.o
 In file included from iso9660.cpp:20:
 ../../include/cdio++/iso9660.hpp: In copy constructor 
 'ISO9660::Stat::Stat(const ISO9660::Stat)':
 ../../include/cdio++/iso9660.hpp:129: error: 'free' was not declared in this 
 scope
 ../../include/cdio++/iso9660.hpp:132: error: 'calloc' was not declared in 
 this scope
 ../../include/cdio++/iso9660.hpp: In member function 'const ISO9660::Stat 
 ISO9660::Stat::operator=(const ISO9660::Stat)':
 ../../include/cdio++/iso9660.hpp:138: error: 'free' was not declared in this 
 scope
 ../../include/cdio++/iso9660.hpp: In destructor 'ISO9660::Stat::~Stat()':
 ../../include/cdio++/iso9660.hpp:144: error: 'free' was not declared in this 
 scope
 make[4]: *** [iso9660.lo] Error 1
 make[4]: Leaving directory `/build/tbm/libcdio-0.78.2+dfsg1/lib/cdio++'
 make[3]: *** [all-recursive] Error 1

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



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



Bug#461687: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: cmix
Version: 2.0.12-6
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of cmix_2.0.12-6 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/cmix-2.0.12/src/analyzer'
 c++ -I.. -Wno-deprecated -fno-implicit-templates -o cmix.o -c cmix.cc
 In file included from options.h:13,
  from cmix.cc:12:
 diagnostic.h:15:22: error: iostream.h: No such file or directory
 In file included from cmix.cc:14:
 fileops.h:14:21: error: fstream.h: No such file or directory
 In file included from options.h:13,
  from cmix.cc:12:
 diagnostic.h:52: error: expected constructor, destructor, or type conversion 
 before '' token
 diagnostic.h:66: error: ISO C++ forbids declaration of 'ostream' with no type
 diagnostic.h:66: error: 'ostream' is neither function nor member function; 
 cannot be declared friend
 diagnostic.h:66: error: expected ';' before '' token
 diagnostic.h:146: error: expected class-name before '{' token
 diagnostic.h: In constructor 'CerrLikeStream::CerrLikeStream()':
 diagnostic.h:148: error: class 'CerrLikeStream' does not have any field named 
 'ostream'
 diagnostic.h:148: error: 'cerr' was not declared in this scope
 diagnostic.h: At global scope:
 diagnostic.h:239: error: ISO C++ forbids declaration of 'ostream' with no type
 diagnostic.h:239: error: expected ';' before '' token
 diagnostic.h:240: error: ISO C++ forbids declaration of 'ostream' with no type
 diagnostic.h:240: error: expected ';' before '' token
 In file included from cmix.cc:12:
 options.h:31: error: variable or field 'banner' declared void
 options.h:31: error: 'ostream' was not declared in this scope
 options.h:31: error: expected primary-expression before ')' token
 In file included from commonout.h:16,
  from cmix.cc:13:
 output.h:34: error: 'ostream' has not been declared
 output.h:45: error: 'ostream' has not been declared
 output.h:56: error: 'ostream' has not been declared
 output.h:110: error: 'ostream' has not been declared
 output.h:154: error: 'ostream' has not been declared
 In file included from cmix.cc:14:
 fileops.h:27: error: expected class-name before '{' token
 fileops.h: In constructor 'CmixOutput::CmixOutput(const char*)':
 fileops.h:33: error: class 'CmixOutput' does not have any field named 
 'ofstream'
 In file included from syntax.h:15,
  from parser.h:16,
  from cmix.cc:15:
 cpgm.h: At global scope:
 cpgm.h:93: error: 'ostream' has not been declared
 cpgm.h:113: error: 'ostream' has not been declared
 cpgm.h:132: error: 'ostream' has not been declared
 cpgm.h:160: error: 'ostream' has not been declared
 cpgm.h:179: error: 'ostream' has not been declared
 cpgm.h:188: error: 'ostream' has not been declared
 cpgm.h:198: error: 'ostream' has not been declared
 cpgm.h:251: error: 'ostream' has not been declared
 cpgm.h:270: error: 'ostream' has not been declared
 cpgm.h:278: error: 'ostream' has not been declared
 cpgm.h:289: error: 'ostream' has not been declared
 cpgm.h:299: error: 'ostream' has not been declared
 cpgm.h:316: error: 'ostream' has not been declared
 cpgm.h:330: error: 'ostream' has not been declared
 cpgm.h:339: error: 'ostream' has not been declared
 cpgm.h:347: error: 'ostream' has not been declared
 cpgm.h:355: error: 'ostream' has not been declared
 cpgm.h:381: error: 'ostream' has not been declared
 cpgm.h:406: error: 'ostream' has not been declared
 cpgm.h:416: error: 'ostream' has not been declared
 cpgm.h:425: error: 'ostream' has not been declared
 cpgm.h:437: error: 'ostream' has not been declared
 cpgm.h:448: error: 'ostream' has not been declared
 cpgm.h:459: error: 'ostream' has not been declared
 cpgm.h:468: error: 'ostream' has not been declared
 cpgm.h:478: error: 'ostream' has not been declared
 cpgm.h:488: error: 'ostream' has not been declared
 cpgm.h:498: error: 'ostream' has not been declared
 cpgm.h:508: error: 'ostream' has not been declared
 cpgm.h:521: error: 'ostream' has not been declared
 cpgm.h:530: error: 'ostream' has not been declared
 cpgm.h:538: error: 'ostream' has not been declared
 cpgm.h:546: error: 'ostream' has not been declared
 cpgm.h:554: error: 'ostream' has not been declared
 cpgm.h:595: error: 'ostream' has not been declared
 cpgm.h:605: error: 'ostream' has not been declared
 cpgm.h:619: error: 'ostream' has not been declared
 cpgm.h:628: error: 'ostream' has not been declared
 cpgm.h:638: error: 'ostream' has not been declared
 cpgm.h:647: error: 'ostream' has not been declared
 cpgm.h:658: error: 'ostream' has not been declared
 cpgm.h:669: error: 'ostream' has not been declared
 cpgm.h:680: error: 'ostream' 

Bug#461681: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: ftpgrab
Version: 0.1.2r-9
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of ftpgrab_0.1.2r-9 on em64t by sbuild/amd64 0.53
...
 g++ -c fgftpcon.cc -g -Wall -O2
 In file included from fgftpcon.cc:6:
 fgdlist.h:11:20: error: vector.h: No such file or directory
 In file included from fgftpcon.cc:6:
 fgdlist.h:18: error: expected template-name before '' token
 fgdlist.h:18: error: expected `{' before '' token
 fgdlist.h:18: error: expected unqualified-id before '' token
 fgftpcon.cc: In member function 'virtual FGDirListing 
 FGFTPCon::GetDirListing()':
 fgftpcon.cc:272: error: return type 'class FGDirListing' is incomplete
 fgftpcon.cc:280: error: variable 'FGDirListing ret' has initializer but 
 incomplete type
 make[1]: *** [fgftpcon.o] Error 1
 make[1]: Leaving directory `/build/tbm/ftpgrab-0.1.2r'

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



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



Bug#461677: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: kadu
Version: 0.5.0-4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of kadu_0.5.0-4 on em64t by sbuild/amd64 0.53
...
  from osdhints_notify/osd_manager.cpp:32:
 /usr/share/qt3/include/qimage.h: In member function 'bool 
 QImageTextKeyLang::operator(const QImageTextKeyLang) const':
 /usr/share/qt3/include/qimage.h:58: warning: suggest parentheses around  
 within ||
 osdhints_notify/osd_manager.cpp: In member function 'void 
 OSDManager::timeout(int, bool)':
 osdhints_notify/osd_manager.cpp:284: error: 'abs' was not declared in this 
 scope
 osdhints_notify/osd_manager.cpp:332: error: 'abs' was not declared in this 
 scope
 osdhints_notify/osd_manager.cpp:362: warning: comparison between signed and 
 unsigned integer expressions
 osdhints_notify/osd_manager.cpp:372: error: 'abs' was not declared in this 
 scope
 osdhints_notify/osd_manager.cpp:409: warning: comparison between signed and 
 unsigned integer expressions
 osdhints_notify/osd_manager.cpp:419: error: 'abs' was not declared in this 
 scope
 make[4]: *** [osdhints_notify/osd_manager.o] Error 1
 make[4]: Leaving directory `/build/tbm/kadu-0.5.0/build-tree/kadu/modules'

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



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



Bug#461678: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: fam
Version: 2.7.0-13
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of fam_2.7.0-13 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/fam-2.7.0/build-tree/fam-2.7.0/lib'
 /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. 
 -I../include -DFAM_CONF=\/etc/fam.conf\-g -Wall -O2 -Wno-sign-compare 
 -Wno-deprecated -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o Client.lo 
 Client.c++
 mkdir .libs
  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DFAM_CONF=\/etc/fam.conf\ 
 -g -Wall -O2 -Wno-sign-compare -Wno-deprecated -D_FILE_OFFSET_BITS=64 
 -D_LARGEFILE64_SOURCE -c Client.c++  -fPIC -DPIC -o .libs/Client.o
 Client.c++:37:22: error: iostream.h: No such file or directory
 Client.c++: In member function 'int Client::nextEvent(FAMEvent*)':
 Client.c++:267: warning: format '%d' expects type 'int', but argument 4 has 
 type 'long unsigned int'
 Client.c++:267: warning: format '%d' expects type 'int', but argument 4 has 
 type 'long unsigned int'
 make[3]: *** [Client.lo] Error 1
 make[3]: Leaving directory `/build/tbm/fam-2.7.0/build-tree/fam-2.7.0/lib'
 make[2]: *** [all-recursive] Error 1

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



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



Bug#461685: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: opt
Version: 3.19-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of opt_3.19-1 on em64t by sbuild/amd64 0.53
...
 gcc  -g -O2  -o tarray  tarray.o ../src/libopt.a 
 g++ -DPACKAGE=\opt\ -DVERSION=\3.19\ -DHAVE_STRDUP=1 -DHAVE_SNPRINTF=1 
 -DHAVE_LONGJMP=1 -DHAVE_SIGNAL=1 -DRETSIGTYPE=void  -I. -I.  -I../src-g 
 -O2 -c testcc.cc
 testcc.cc:3:22: error: iostream.h: No such file or directory
 testcc.cc: In function 'int go(int, char**)':
 testcc.cc:17: error: 'cout' was not declared in this scope
 testcc.cc:19: error: 'endl' was not declared in this scope
 testcc.cc:23: error: 'cout' was not declared in this scope
 testcc.cc:23: error: 'endl' was not declared in this scope

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



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



Bug#461694: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: sabre
Version: 0.2.4b-23
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of sabre_0.2.4b-23 on em64t by sbuild/amd64 0.53
...
 ranlib libuncl.a
 make[2]: Leaving directory `/build/tbm/sabre-0.2.4b/libzip'
 Making all in src
 make[2]: Entering directory `/build/tbm/sabre-0.2.4b/src'
 g++ -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
 -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DVERSION=\0.2.4b\ 
 -DREV_DATE=\11/21/99\ -DUSING_NEWPILOT=1 -DJSTICK_INSTALLED=1 
 -DHAVE_LIBNCURSES=1 -DHAVE_LIBM=1  -I. -I.  -I../gdev -I../libzip-g -O2 
 -DDEBIAN -c game.C
 game.C:35:22: error: iostream.h: No such file or directory
 game.C:36:21: error: fstream.h: No such file or directory
 In file included from siminc.h:32,
  from game.C:40:
 simfile.h:30: error: 'istream' was not declared in this scope
 simfile.h:30: error: expected primary-expression before ',' token
 simfile.h:30: error: expected primary-expression before 'char'
 simfile.h:30: error: expected primary-expression before 'int'
 simfile.h:30: error: initializer expression list treated as compound 
 expression
 simfile.h:31: error: 'ifstream' was not declared in this scope
 simfile.h:31: error: expected primary-expression before ',' token
 simfile.h:31: error: expected primary-expression before 'char'
 simfile.h:31: error: initializer expression list treated as compound 
 expression
 simfile.h:32: error: 'ofstream' was not declared in this scope
 simfile.h:32: error: expected primary-expression before ',' token
 simfile.h:32: error: expected primary-expression before 'char'
 simfile.h:32: error: initializer expression list treated as compound 
 expression
...

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



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



Bug#461695: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: zhcon
Version: 1:0.2.6-5
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of zhcon_1:0.2.6-5 on em64t by sbuild/amd64 0.53
...
 if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src-funsigned-char -O2 
 -DNDEBUG -Wall -MT fblinear4.o -MD -MP -MF .deps/fblinear4.Tpo -c -o 
 fblinear4.o fblinear4.cpp; \
   then mv -f .deps/fblinear4.Tpo .deps/fblinear4.Po; else rm -f 
 .deps/fblinear4.Tpo; exit 1; fi
 fblinear4.cpp: In member function 'virtual void FBLinear4::FillRect(int, int, 
 int, int, int)':
 fblinear4.cpp:75: error: 'memset' was not declared in this scope
 make[4]: *** [fblinear4.o] Error 1
 make[4]: Leaving directory `/build/tbm/zhcon-0.2.6/src/display'

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



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



Bug#461684: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: members
Version: 19990831-5
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of members_19990831-5 on em64t by sbuild/amd64 0.53
...
 dh_testdir
 /usr/bin/make 
 make[1]: Entering directory `/build/tbm/members-19990831'
 g++  -g -Wno-deprecated  -c -o members.o members.cc
 members.cc:33:22: error: iostream.h: No such file or directory
 members.cc: In function 'void print_option_array(option*)':
 members.cc:147: error: 'cout' was not declared in this scope
 members.cc:153: error: 'hex' is not a member of 'std'
 members.cc:153: error: 'dec' is not a member of 'std'
 members.cc:153: error: 'endl' was not declared in this scope
 members.cc:157: error: 'cout' was not declared in this scope
 members.cc:162: error: 'hex' is not a member of 'std'
 members.cc:162: error: 'dec' is not a member of 'std'
 members.cc:162: error: 'endl' was not declared in this scope
 members.cc: At global scope:
 members.cc:180: error: variable or field 'usage' declared void
 members.cc:180: error: 'ostream' was not declared in this scope
 members.cc:180: error: 'out' was not declared in this scope
 members.cc:180: error: expected primary-expression before 'char'
 members.cc: In function 'int display_primaries(const char*, int*)':
 members.cc:220: error: 'cout' was not declared in this scope
 members.cc:224: error: 'cout' was not declared in this scope
 members.cc: In function 'int display_secondaries(const char*, int*)':
 members.cc:265: error: 'cout' was not declared in this scope
 members.cc:269: error: 'cout' was not declared in this scope
 members.cc: In function 'int main(int, char**)':
 members.cc:300: error: 'EOF' was not declared in this scope
 members.cc:309: warning: deprecated conversion from string constant to 'char*'
 members.cc:316: warning: deprecated conversion from string constant to 'char*'
 members.cc:323: warning: deprecated conversion from string constant to 'char*'
 members.cc:330: warning: deprecated conversion from string constant to 'char*'
 members.cc:337: warning: deprecated conversion from string constant to 'char*'
 members.cc:375: error: 'cout' was not declared in this scope
 members.cc:375: error: 'usage' was not declared in this scope
 members.cc:377: error: 'endl' was not declared in this scope
 members.cc:410: error: 'cerr' was not declared in this scope
 members.cc:410: error: 'usage' was not declared in this scope
 members.cc:445: error: 'cout' was not declared in this scope
 members.cc:445: error: 'endl' was not declared in this scope
 members.cc:459: error: 'cout' was not declared in this scope
 members.cc:459: error: 'endl' was not declared in this scope
 members.cc:468: error: 'cout' was not declared in this scope
 members.cc:468: error: 'endl' was not declared in this scope
 members.cc:478: error: 'cout' was not declared in this scope
 members.cc:478: error: 'endl' was not declared in this scope
 members.cc:490: error: 'cerr' was not declared in this scope
 members.cc:491: error: 'endl' was not declared in this scope
 make[1]: *** [members.o] Error 1
 make[1]: Leaving directory `/build/tbm/members-19990831'

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



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



Bug#461686: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: pretzel
Version: 2.0n-2-0.1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of pretzel_2.0n-2-0.1 on em64t by sbuild/amd64 0.53
...
 notangle -L -Rimplementation asciioutput.nw  asciioutput.c
 g++ -O2 -g -Wall -W -I/build/tbm/pretzel-2.0n-2/include 
 -L/build/tbm/pretzel-2.0n-2 -lpretzel  -c output.c
 In file included from output.nw:109:
 output.nw:650:21: error: iostream.h: No such file or directory
 In file included from output.nw:109:
 output.nw:429: error: expected `)' before '' token
 output.nw:631: error: ISO C++ forbids declaration of 'ostream' with no type
 output.nw:631: error: expected ';' before '' token
 output.nw:963: error: expected `)' before '' token
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:290: warning: deprecated conversion from string constant to 'char*'
 output.nw:662: error: expected `)' before '' token
 output.nw: In member function 'void Output::do_output(char*)':
 output.nw:699: error: 'os' was not declared in this scope
 output.nw: In member function 'virtual void 
 Latex_cweb_output::flush_output()':
 output.nw:518: error: 'os' was not declared in this scope
 output.nw:1062: error: 'os' was not declared in this scope
 output.nw:1027: error: 'cerr' was not declared in this scope
 output.nw:1027: error: 'endl' was not declared in this scope
 make[2]: *** [output.o] Error 1

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



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



Bug#461679: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: cxxtools
Version: 1.4.3.6-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of cxxtools_1.4.3.6-1 on em64t by sbuild/amd64 0.53
...
 /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. 
 -I../include/cxxtools -I../include-pthread -g -Wall -O2 -c -o 
 libcxxtools_la-net.lo `test -f 'net.cpp' || echo './'`net.cpp
  g++ -DHAVE_CONFIG_H -I. -I. -I. -I../include/cxxtools -I../include -pthread 
 -g -Wall -O2 -c net.cpp  -fPIC -DPIC -o .libs/libcxxtools_la-net.o
 net.cpp: In member function 'void cxxtools::net::Socket::setTimeout(int)':
 net.cpp:94: warning: suggest parentheses around  within ||
 net.cpp: In constructor 'cxxtools::net::Addrinfo::Addrinfo(const 
 std::string, short unsigned int)':
 net.cpp:152: error: 'memset' was not declared in this scope
 make[3]: *** [libcxxtools_la-net.lo] Error 1
 make[3]: Leaving directory `/build/tbm/cxxtools-1.4.3.6/src'
 make[2]: *** [all] Error 2

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



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



Bug#461698: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: maxdb-buildtools
Version: 593293-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of maxdb-buildtools_593293-1 on em64t by sbuild/amd64 0.53
...
 IspcErrorHandling.h  
 IspcCGenHFile.cpp fast 
 IspcCGenHFile.cpp:40:21: error: fstream.h: No such file or directory
 IspcCGenHFile.cpp:44:22: error: iostream.h: No such file or directory
 In file included from IspcCGenHFile.cpp:47:
 /build/tbm/maxdb-buildtools-593293/sys/wrk/incl/idl/xml2ispc/IspcCGenHF\
 ile.h:62: error: 'ofstream' does not name a type
 /build/tbm/maxdb-buildtools-593293/sys/wrk/incl/idl/xml2ispc/IspcCGenHF\
 ile.h:63: error: 'ofstream' does not name a type
 IspcCGenHFile.cpp: In destructor 'IspcCGenHFile::~IspcCGenHFile()':
 IspcCGenHFile.cpp:80: error: 'm_out_h' was not declared in this scope
 IspcCGenHFile.cpp:80: error: 'endl' was not declared in this scope
 IspcCGenHFile.cpp:82: error: 'm_out_c' was not declared in this scope
 IspcCGenHFile.cpp: In member function 'int IspcCGenHFile::Init(char*, b\
 ool, bool)':
 IspcCGenHFile.cpp:120: error: 'm_out_h' was not declared in this scope
 IspcCGenHFile.cpp:125: error: 'm_out_c' was not declared in this scope
 IspcCGenHFile.cpp:132: error: 'endl' was not declared in this scope
 IspcCGenHFile.cpp:156: error: 'endl' was not declared in this scope
... and many more...

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



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



Bug#460571: grub-pc: On upgrade, does not configure Windows entries in menu grub.cfg

2008-01-20 Thread Peter Hicks

Hi Robert

Robert Millan wrote:


On Sun, Jan 13, 2008 at 07:08:10PM +, Peter Hicks wrote:



Robert Millan wrote:


Maybe it's better to just issue a debconf note explaining the situation.

I agree with this.

Maybe a link to a document on How to migrate menu.lst to grub.conf with 
an example of how to create the new entries in grub.cfg would be 
appropriate too.


This makes a good candidate to start a README.Debian. Will you provide a patch?


Sure, it shouldn't be too difficult.  I'll crack on with it shortly.


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#461689: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: unicon
Version: 3.0.4-12
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of unicon_3.0.4-12 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/unicon-3.0.4/unicon/server'
 g++ -fPIC -g -Wall -I. -I../include -c TLS_HzInput.cpp -o TLS_HzInput.o
 g++ -fPIC -g -Wall -I. -I../include -c TLS_ImmOp.cpp -o TLS_ImmOp.o
 TLS_ImmOp.cpp:26:22: error: iostream.h: No such file or directory
 make[3]: *** [TLS_ImmOp.o] Error 1
 make[3]: Leaving directory `/build/tbm/unicon-3.0.4/unicon/server'

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



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



Bug#461690: greylistd: large number of Socket error: Broken pipe messages

2008-01-20 Thread Michael Smith
Package: greylistd
Version: 0.8.6
Severity: normal


Hi,

I'm seeing greylistd: Socket error: Broken pipe messages getting
logged on my system as much as about 35 times a day. I'm not sure
what problem it indicates nor how to troubleshoot it and fix the
cause. Any help would be greatly appreciated.

  --Mike Smith http://people.w3.org/mike/

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

Kernel: Linux 2.6.20.3-bytemark-uml-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages greylistd depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  python2.4.4-6An interactive high-level object-o

Versions of packages greylistd recommends:
ii  exim4 4.68-2 meta-package to ease Exim MTA (v4)

-- debconf information:
  greylistd/restartexim: true
  greylistd/autoconfig_notdone:
  greylistd/autoconfig_notdone_exim4:



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



Bug#461697: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: battleball
Version: 2.0-16
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of battleball_2.0-16 on em64t by sbuild/amd64 0.53
...
 g++  -g -O2 -fno-strict-aliasing -Wall  -Ilib3d -Ibsp   -Dlinux -D__amd64__ 
 -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE 
 -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  -c 
 lib3d/ang3d.C -o lib3d/ang3d.o
 In file included from lib3d/ang3d.C:6:
 lib3d/ang3d.h:10:22: error: iostream.h: No such file or directory
 In file included from lib3d/ang3d.C:6:
 lib3d/ang3d.h:79: error: expected initializer before '' token
 lib3d/ang3d.h:82: error: expected initializer before '' token
 make[1]: *** [lib3d/ang3d.o] Error 1
 make[1]: Leaving directory `/build/tbm/battleball-2.0'
 make: *** [build-stamp] Error 2

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



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



Bug#461696: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: libvmime
Version: 0.8.1-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of libvmime_0.8.1-1 on em64t by sbuild/amd64 0.53
...
 /bin/sh ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ 
 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I..  -D_REENTRANT=1 
 -D_THREAD_SAFE=1 -I/usr/include -I/usr/include -fPIC -DPIC -pipe -ansi 
 -pedantic -W -Wall -Wpointer-arith -Wold-style-cast -Wconversion  -O2 -c 
 -o security_digest_md5_md5MessageDigest.lo 
 security_digest_md5_md5MessageDigest.cpp
  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I.. 
 -D_REENTRANT=1 -D_THREAD_SAFE=1 -I/usr/include -I/usr/include -fPIC -DPIC 
 -pipe -ansi -pedantic -W -Wall -Wpointer-arith -Wold-style-cast -Wconversion 
 -O2 -c security_digest_md5_md5MessageDigest.cpp  -fPIC -DPIC -o 
 .libs/security_digest_md5_md5MessageDigest.o
 In file included from ../vmime/types.hpp:33,
  from ../vmime/object.hpp:28,
  from ../vmime/security/digest/messageDigest.hpp:28,
  from ../vmime/security/digest/md5/md5MessageDigest.hpp:28,
  from security_digest_md5_md5MessageDigest.cpp:51:
 ../vmime/utility/smartPtr.hpp:56: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:71: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:72: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:73: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:95: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:122: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:129: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:191: warning: type qualifiers ignored on 
 function return type
 ../vmime/utility/smartPtr.hpp:192: warning: type qualifiers ignored on 
 function return type
 In file included from ../vmime/security/digest/md5/md5MessageDigest.hpp:28,
  from security_digest_md5_md5MessageDigest.cpp:51:
 ../vmime/security/digest/messageDigest.hpp:106: warning: type qualifiers 
 ignored on function return type
 In file included from security_digest_md5_md5MessageDigest.cpp:51:
 ../vmime/security/digest/md5/md5MessageDigest.hpp:53: warning: type 
 qualifiers ignored on function return type
 security_digest_md5_md5MessageDigest.cpp: In member function 'virtual void 
 vmime::security::digest::md5::md5MessageDigest::finalize()':
 security_digest_md5_md5MessageDigest.cpp:204: error: 'memset' was not 
 declared in this scope
 security_digest_md5_md5MessageDigest.cpp:210: error: 'memset' was not 
 declared in this scope
 security_digest_md5_md5MessageDigest.cpp:212: warning: conversion to 
 'unsigned int' from 'long unsigned int' may alter its value
 security_digest_md5_md5MessageDigest.cpp:213: warning: conversion to 
 'unsigned int' from 'long unsigned int' may alter its value
 security_digest_md5_md5MessageDigest.cpp: At global scope:
 security_digest_md5_md5MessageDigest.cpp:330: warning: type qualifiers 
 ignored on function return type
 make[3]: *** [security_digest_md5_md5MessageDigest.lo] Error 1
 make[3]: Leaving directory `/build/tbm/libvmime-0.8.1/src'

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



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



Bug#461693: libavahi-ui0: please split bssh and bvnc in a separate package

2008-01-20 Thread Josselin Mouette
Package: libavahi-ui0
Version: 0.6.22-2

Hi,

currently the bssh and bvnc tools are shipped within the libavahi-ui0
package. This is annoying when you install a tool like vinagre, because
it covers the bvnc functionality in a better integrated way, yet you
have necessarily both installed.

In fact, this is even a policy violation for other reasons, per §8.2.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#461680: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: ivtools
Version: 1.1.3-5.3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of ivtools_1.1.3-5.3 on em64t by sbuild/amd64 0.53
...
 depending for LINUX in /build/tbm/ivtools-1.1.3/src/IV-common/LINUX
 make[5]: Entering directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'
 g++ -M -w -DMAKEDEPEND  -Dcplusplus_2_1 -Wno-deprecated
 -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/.. 
 -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../..  
 -I/build/tbm/ivtools-1.1.3/src  -I/build/tbm/ivtools-1.1.3/src/include 
 -I/build/tbm/ivtools-1.1.3/src/include/ivstd -I/usr/include   
 -I/usr/local/include -UHAVE_ACE 
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../*.c Makefile.depend
 In file included from /build/tbm/ivtools-1.1.3/src/include/ivstd/stream.h:1,
  from 
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:30:
 /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
 iostream.h: No such file or directory
 In file included from 
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../string.c:28:
 /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
 iostream.h: No such file or directory
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../string.c:29:23: error: 
 streambuf.h: No such file or directory
 make[5]: *** [depend] Error 1
 make[5]: Leaving directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'

and

 make[4]: Entering directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'
 g++ -O2  -gdwarf-2 -O2 -fPIC  -Dcplusplus_2_1 -Wno-deprecated
 -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/.. 
 -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../..  
 -I/build/tbm/ivtools-1.1.3/src  -I/build/tbm/ivtools-1.1.3/src/include 
 -I/build/tbm/ivtools-1.1.3/src/include/ivstd -I/usr/include -c 
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c
 In file included from /build/tbm/ivtools-1.1.3/src/include/ivstd/stream.h:1,
  from 
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:30:
 /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
 iostream.h: No such file or directory
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 
 'regexp* regcomp(char*)':
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:399: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:412: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
 reg(int, int*)':
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:488: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:527: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:530: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:532: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
 regpiece(int*)':
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:603: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:634: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
 regatom(int*)':
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:685: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:695: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:702: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:707: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:711: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:732: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'int 
 regexec(regexp*, char*)':
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:875: warning: 
 deprecated conversion from string constant to 'char*'
 /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:881: warning: 
 deprecated conversion from string 

Bug#461691: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: tigr-glimmer
Version: 2.13-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of tigr-glimmer_2.13-1 on em64t by sbuild/amd64 0.53
...
 /usr/bin/make all
 make[1]: Entering directory `/build/tbm/tigr-glimmer-2.13'
 g++ -O3 -g -Wall -c adjust.cc -o adjust.o 
 In file included from adjust.cc:17:
 delcher.h:21:23: error: iostream.h: No such file or directory
 delcher.h:22:22: error: iomanip.h: No such file or directory
 delcher.h:23:22: error: fstream.h: No such file or directory
 adjust.cc: In function 'int main()':
 adjust.cc:26: error: 'cin' was not declared in this scope
 adjust.cc:28: error: 'cout' was not declared in this scope
 adjust.cc:28: error: 'setw' was not declared in this scope
 adjust.cc:28: error: 'ios' has not been declared
 adjust.cc:28: error: 'setiosflags' was not declared in this scope
 adjust.cc:29: error: 'ios' has not been declared
 adjust.cc:34: error: 'endl' was not declared in this scope
 make[1]: *** [adjust.o] Error 1

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



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



Bug#461692: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: xmacro
Version: 0.3pre-2911-4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of xmacro_0.3pre-2911-4 on em64t by sbuild/amd64 0.53
...
 touch configure-stamp
 dh_testdir
 # Add here commands to compile the package.
 /usr/bin/make
 make[1]: Entering directory `/build/tbm/xmacro-0.3pre-2911'
 g++ -O2  -I/usr/X11R6/include -Wall -pedantic -DVERSION=0.3 xmacroplay.cpp -o 
 xmacroplay -L/usr/X11R6/lib -lXtst -lX11
 xmacroplay.cpp:57:22: error: iostream.h: No such file or directory
 xmacroplay.cpp:58:21: error: iomanip.h: No such file or directory

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



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



Bug#461469: qbankmanager doesn't find aqhbci backend after upgrade

2008-01-20 Thread Andreas Pakulat
On 20.01.08 03:53:23, Micha Lenk wrote:
 Hi Andreas,
 
 Andreas Pakulat schrieb am Sat, Jan 19, 2008 at 01:30:45PM +0100:
  On 19.01.08 12:01:48, Micha Lenk wrote:
   apparently the dependencies are partly incorrect (libaqhbci10) and
   partly missing (libaqbanking20-plugins-qt).
   
   Can you please install package libaqbanking20-plugins-qt and say wether
   this fixes your problem?
  
  Yes it helps, but thats no solution as libaqbanking20-plugins-qt
  depends on libaqofxconnect4, which I don't want to install. If I remove
  the ofx stuff and the plugins-qt QBM stops working again.
 
 Unfortunately there is no other possibility than installing
 libaqbanking20-plugins-qt, which is a recommends of libaqbanking20.
 You ignored this recommendation, thus this bug isn't of severity grave.

Ok, but then QBankManager should depend on the -qt package, after all
its completely useless without it.

  Probably the plugins should only be recommends, or there should be a
  virtual libaqbanking20-plugin package which is provided by any of the
  plugin packages and libaqbanking20-plugins-qt should only depend on the
  virtual package.
 
 There is no choice any more of what AqBanking backends will be installed
 and what not. The only choice left is: Do you want the Qt support stuff
 (package libaqbanking20-plugins-qt) or not (libaqbanking20-plugins).
 
 This has changed since AqBanking 2.x's packages because it was much more
 work to package with very little gain.

I find that rather bad. Your forcing stuff on people they don't use or
want to use and thus clutter their system. Currently its just 1 plugin
more to install (and another library which this plugin needs), but if
the other plugins are ported at some point its going to get on my
nerves. 

And I haven't built a debian package for ages, but isn't it just a 2 or
3 files to maintain, which contain the list of files for each binary
package you build from a source package and also a proper control file?
Sorry, but I don't find that so much work, after all the list of files
doesn't change with every release of AqBanking. 

Well, I guess I'm back to building from source :(

Andreas

-- 
If you can read this, you're too close.


signature.asc
Description: Digital signature


Bug#461699: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: kxgenerator
Version: 0.3.7+dfsg-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of kxgenerator_0.3.7+dfsg-1 on em64t by sbuild/amd64 0.53
...
 g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kxgenerator-0.3.7+dfsg/./src -I.. 
 -I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  
 -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W 
 -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
 -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -g -Wall 
 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions 
 -fno-check-new -fno-common  -c -o buf.o `test -f 
 '/build/tbm/kxgenerator-0.3.7+dfsg/./src/buf.cpp' || echo 
 '/build/tbm/kxgenerator-0.3.7+dfsg/./src/'`/build/tbm/kxgenerator-0.3.7+dfsg/./src/buf.cpp
 /build/tbm/kxgenerator-0.3.7+dfsg/./src/buf.cpp:5:22: error: iostream.h: No 
 such file or directory

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



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



Bug#461682: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: cwidget
Version: 0.5.6.1-3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of cwidget_0.5.6.1-3 on em64t by sbuild/amd64 0.53
...
 if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ 
 -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I. -I. -I../../.. 
 -I../../.. -Wall -Werror -I../../.. -I. -I../../.. -I../../../src-g -O2 
 -D_REENTRANT -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -MT 
 column_definition.lo -MD -MP -MF .deps/column_definition.Tpo -c -o 
 column_definition.lo column_definition.cc; \
   then mv -f .deps/column_definition.Tpo .deps/column_definition.Plo; 
 else rm -f .deps/column_definition.Tpo; exit 1; fi
  g++ -DLOCALEDIR=\/usr/share/locale\ -DHAVE_CONFIG_H -I. -I. -I../../.. 
 -I../../.. -Wall -Werror -I../../.. -I. -I../../.. -I../../../src -g -O2 
 -D_REENTRANT -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT 
 column_definition.lo -MD -MP -MF .deps/column_definition.Tpo -c 
 column_definition.cc  -fPIC -DPIC -o .libs/column_definition.o
 column_definition.cc: In member function 'virtual std::wstring 
 cwidget::config::empty_column_parameters::get_param(int)':
 column_definition.cc:43: error: 'abort' was not declared in this scope
 make[5]: *** [column_definition.lo] Error 1
 make[5]: Leaving directory `/build/tbm/cwidget-0.5.6.1/src/cwidget/config'
 make[4]: *** [all-recursive] Error 1

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



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



Bug#461701: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: kannasaver
Version: 1.1.1-4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of kannasaver_1.1.1-4 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/kannasaver-1.1.1/src'
 /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o 
 kannasaverui.h ./kannasaverui.ui
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
 -I/usr/share/qt3/include -I.  -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT  
 -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
 -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wall -g -O2 -Wl,-z,defs 
 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
 -fno-common  -MT kannasaver.o -MD -MP -MF .deps/kannasaver.Tpo -c -o 
 kannasaver.o kannasaver.cpp; \
   then mv -f .deps/kannasaver.Tpo .deps/kannasaver.Po; else rm -f 
 .deps/kannasaver.Tpo; exit 1; fi
 kannasaver.cpp:36:22: error: iostream.h: No such file or directory

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



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



Bug#461703: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: xexec
Version: 0.0.3-24
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of xexec_0.0.3-24 on em64t by sbuild/amd64 0.53
...
 make[1]: Entering directory `/build/tbm/xexec-0.0.3'
 g++ -c -Wall -g -O2 -I/usr/include/qt3 -o exec.o exec.cpp
 In file included from exec.cpp:30:
 exec.h:22:21: error: fstream.h: No such file or directory
 exec.h:23:22: error: iostream.h: No such file or directory
 exec.cpp: In member function 'void Exec::runline()':
 exec.cpp:40: error: 'ofstream' was not declared in this scope
 exec.cpp:40: error: expected `;' before 'command_file'
 exec.cpp:42: error: 'command_file' was not declared in this scope
 exec.cpp:42: error: 'ios' has not been declared
 exec.cpp: In function 'int main(int, char**)':
 exec.cpp:118: error: 'cout' was not declared in this scope
 make[1]: *** [exec.o] Error 1
 make[1]: Leaving directory `/build/tbm/xexec-0.0.3'
 make: *** [build-stamp] Error 2

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



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



Bug#461704: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: shaperd
Version: 0.2.1-5.1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of shaperd_0.2.1-5.1 on em64t by sbuild/amd64 0.53
...
 g++ -Wall -O2 -I/usr/src/linux/include -I/usr/include/libipq -DWITH_IPQ -c 
 bwadm.cpp
 In file included from bwadm.cpp:1:
 bwadm.hpp:5:18: error: list.h: No such file or directory
 In file included from bwadm.cpp:1:
 bwadm.hpp:16: error: ISO C++ forbids declaration of 'list' with no type
 bwadm.hpp:16: error: expected ';' before '' token
 bwadm.cpp: In member function 'int bwadm::add_lender(int, int)':
 bwadm.cpp:63: error: 'struct classinfo' has no member named 'lenders'
 bwadm.cpp: In member function 'int bwadm::getbw(int, int, u_int64_t*)':
 bwadm.cpp:122: error: 'struct classinfo' has no member named 'lenders'
 make[1]: *** [bwadm.o] Error 1
 make[1]: Leaving directory `/build/tbm/shaperd-0.2.1/src'

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



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



Bug#461702: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: eancheck
Version: 1.0-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of eancheck_1.0-1 on em64t by sbuild/amd64 0.53
...
 /usr/bin/make
 make[1]: Entering directory `/build/tbm/eancheck-1.0'
 g++ -Wno-deprecated -c -o eancheck.o eancheck.cpp
 eancheck.cpp:27:22: error: iostream.h: No such file or directory
 eancheck.cpp: In function 'int main(int, char**)':
 eancheck.cpp:35: error: 'cout' was not declared in this scope
 eancheck.cpp:35: error: 'endl' was not declared in this scope
 eancheck.cpp:93: error: 'cout' was not declared in this scope
 eancheck.cpp:93: error: 'endl' was not declared in this scope
 eancheck.cpp:96: error: 'cout' was not declared in this scope
 eancheck.cpp:96: error: 'endl' was not declared in this scope
 eancheck.cpp:100: error: 'cout' was not declared in this scope
 eancheck.cpp:100: error: 'endl' was not declared in this scope
 make[1]: *** [eancheck.o] Error 1
 make[1]: Leaving directory `/build/tbm/eancheck-1.0'

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



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



Bug#461066: librsvg2-bin: crashes when saving as png

2008-01-20 Thread Josselin Mouette
On mer, 2008-01-16 at 13:07 +0100, Francesco Potorti` wrote:
 Package: librsvg2-bin
 Version: 2.18.2-1
 Severity: normal
 File: /usr/bin/rsvg-view
 
 I open the appended compressed datastruct.svg and, using the contextual
 menu, try to save it as png.  The program dumps core.

I’m sorry, but I can’t reproduce that bug.

Could you please check again, and also try version 2.20.0-1 ?

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#461700: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: gps
Version: 1.1.0-6
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of gps_1.1.0-6 on em64t by sbuild/amd64 0.53
...
 details.cc:469: warning: deprecated conversion from string constant to 'char*'
 c++ -c diefast.cc -o diefast.o  -I/usr/include/gtk-1.2 
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -DWDOC=\/usr/doc\  
 c++ -c direct.cc -o direct.o  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
 -I/usr/lib/glib/include -DWDOC=\/usr/doc\  
 direct.cc:25:22: error: iostream.h: No such file or directory
 direct.cc: In function 'int direct_mode_kill(char*, char*, char*)':
 direct.cc:59: error: 'cerr' was not declared in this scope
 direct.cc:59: error: 'endl' was not declared in this scope
 direct.cc:80: error: 'cerr' was not declared in this scope
 direct.cc:80: error: 'endl' was not declared in this scope
 direct.cc:101: error: 'cerr' was not declared in this scope
 direct.cc:102: error: 'endl' was not declared in this scope
 direct.cc:138: error: 'cout' was not declared in this scope
 direct.cc:152: error: 'cout' was not declared in this scope
 direct.cc:153: error: 'endl' was not declared in this scope
 direct.cc:162: error: 'cout' was not declared in this scope
 direct.cc:162: error: 'endl' was not declared in this scope
 direct.cc: In function 'void verb_report(ProcessListItem*, int)':
 direct.cc:213: error: 'cout' was not declared in this scope
 direct.cc:213: error: 'endl' was not declared in this scope
 make[1]: *** [direct.o] Error 1

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



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



Bug#461705: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: ri-li
Version: 2.0.0-4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of ri-li_2.0.0-4 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/ri-li-2.0.0/src'
 if g++ -DHAVE_CONFIG_H -I. -I. -I..  
 -DDATA_DIR=\/usr/share/games/ri-li/Ri-li\ -Wno-deprecated -DLINUX  -g -O2 
 -MT audio.o -MD -MP -MF .deps/audio.Tpo -c -o audio.o audio.cc; \
   then mv -f .deps/audio.Tpo .deps/audio.Po; else rm -f 
 .deps/audio.Tpo; exit 1; fi
 audio.cc:25:22: error: iostream.h: No such file or directory
 audio.cc: In member function 'bool Audio::Init()':
 audio.cc:60: error: 'cerr' was not declared in this scope
 audio.cc:60: error: 'endl' was not declared in this scope
 make[3]: *** [audio.o] Error 1

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



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



Bug#461706: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: ltp
Version: 20060918-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of ltp_20060918-2 on em64t by sbuild/amd64 0.53
...
 /usr/bin/make -i -C ballista
 make[4]: Entering directory 
 `/build/tbm/ltp-20060918/build-tree/ltp-full-20060918/testcases/ballista/ballista'
 g++ -Wno-deprecated -O callGen.cpp -o callGen
 callGen.cpp:20:22: error: iostream.h: No such file or directory
 callGen.cpp:21:21: error: fstream.h: No such file or directory
 callGen.cpp: In function 'int main(int, char**)':
 callGen.cpp:35: error: 'ofstream' was not declared in this scope
 callGen.cpp:35: error: expected `;' before 'os'
 callGen.cpp:36: error: expected `;' before 'def'
 callGen.cpp:43: error: 'cout' was not declared in this scope
 callGen.cpp:43: error: 'endl' was not declared in this scope
 callGen.cpp:51: error: 'cout' was not declared in this scope
 callGen.cpp:54: error: 'cout' was not declared in this scope
 callGen.cpp:54: error: 'endl' was not declared in this scope
 callGen.cpp:56: error: 'ifstream' was not declared in this scope
 callGen.cpp:56: error: expected `;' before 'is'
 callGen.cpp:58: error: 'is' was not declared in this scope
 callGen.cpp:62: error: 'os' was not declared in this scope
 callGen.cpp:64: error: 'os' was not declared in this scope
 callGen.cpp:76: error: 'def' was not declared in this scope
 callGen.cpp:96: error: 'def' was not declared in this scope
 callGen.cpp:100: error: expected `;' before 'ins'
 callGen.cpp:103: error: 'ins' was not declared in this scope
 callGen.cpp:115: error: 'cerr' was not declared in this scope
 callGen.cpp:180: error: 'def' was not declared in this scope
 make[4]: [callGen] Error 1 (ignored)
... and more ...

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



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



Bug#441542: More problems

2008-01-20 Thread Martin Michlmayr
There are more problems with 4.3: in GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

 Automatic build of kdemultimedia_4:3.5.8-1 on em64t by sbuild/amd64 0.53
...
 make[6]: Entering directory 
 `/build/tbm/kdemultimedia-3.5.8/obj-x86_64-linux-gnu/mpeglib/example/yaf/yafvorbis'
 g++ -DHAVE_CONFIG_H -I. -I../../../.. 
 -I/build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis 
 -I../../include -I../../include/vorbis/include -I/usr/include/kde 
 -I/usr/share/qt3/include -I.  -I/usr/include/speex -I/usr/include/kde/arts  
 -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
 -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o vorbis_control.o 
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:22:22:
  error: iostream.h: No such file or directory
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
  In function 'void control_vorbis(InputInterface*, OutputInterface*, 
 InputDecoder*)':
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:43:
  error: 'cout' was not declared in this scope
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:43:
  error: 'endl' was not declared in this scope
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
  In function 'void usage()':
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:61:
  error: 'cout' was not declared in this scope
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:61:
  error: 'endl' was not declared in this scope
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:
  In function 'int main(int, char**)':
 /build/tbm/kdemultimedia-3.5.8/./mpeglib/example/yaf/yafvorbis/vorbis_control.cpp:82:
  error: 'cout' was not declared in this scope
 make[6]: *** [vorbis_control.o] Error 1

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



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



Bug#461710: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: saods9
Version: 4.0b7-1.5
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of saods9_4.0b7-1.5 on em64t by sbuild/amd64 0.53
...
 g++ -Wall -g -O2 -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE 
 -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl8.4   -w -I. -I.. -I../widget 
 -I../vector -I../list -I../fitsy++ -I../../include -I/usr/include/X11 
 -I/usr/include/X11/X11 -I../../funtools-1.3.0b9/util -I../../ast-3.5   -c -o 
 callback.o callback.C
 callback.C:6:22: error: iostream.h: No such file or directory
 make[3]: *** [callback.o] Error 1
 make[3]: Leaving directory `/build/tbm/saods9-4.0b7/saotk/frame'
 make[2]: *** [frame] Error 2

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



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



Bug#461711: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: splay
Version: 0.9.5.2-9
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of splay_0.9.5.2-9 on em64t by sbuild/amd64 0.53
...
 g++ -DPACKAGE=\splay\ -DVERSION=\0.9.5.2\ -DHAVE_LIBID3=1 -DHAVE_LIBM=1 
 -DPTHREADEDMPEG=1 -D_REENTRANT=1 -DHAVE_PTHREAD_H=1 -DSTDC_HEADERS=1 
 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_IOCTL_H=1 
 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 
 -DHAVE_STRSTR=1  -I. -I.  -g -Wall -c mpegtoraw.cc
 mpegtoraw.cc:555:22: error: iostream.h: No such file or directory
 mpegtoraw.cc: In member function 'bool Mpegtoraw::loadheader()':
 mpegtoraw.cc:382: warning: suggest explicit braces to avoid ambiguous 'else'
 make[2]: *** [mpegtoraw.o] Error 1

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



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



Bug#461708: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: chromium
Version: 0.9.12-13
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of chromium_0.9.12-13 on em64t by sbuild/amd64 0.53
...
 g++ -c -pipe   `/usr/bin/sdl-config --cflags` -DUSE_SDL 
 `/usr/bin/smpeg-config --cflags` -Wall -W -g -O2 -DAUDIO_OPENAL -D_REENTRANT 
 -DPKGDATADIR=\/usr/share/games/chromium/\ -I/usr/X11R6/include -o Config.o 
 Config.cpp
 In file included from Config.cpp:17:
 NCString.h:4:20: error: stream.h: No such file or directory
 In file included from Config.cpp:17:
 NCString.h:126: error: expected constructor, destructor, or type conversion 
 before '' token
 make[2]: *** [Config.o] Error 1
 make[2]: Leaving directory `/build/tbm/chromium-0.9.12/src'

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



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



Bug#461712: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: multimail
Version: 0.49-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of multimail_0.49-1 on em64t by sbuild/amd64 0.53
...
 g++  -g -Wall -pedantic -Wno-deprecated -Wno-char-subscripts -O2 -I. 
 -DMM_MAJOR=0 -DMM_MINOR=49  -c -o help.o help.cc
 g++  -g -Wall -pedantic -Wno-deprecated -Wno-char-subscripts -O2 -I. 
 -DMM_MAJOR=0 -DMM_MINOR=49  -c -o main.o main.cc
 main.cc:15:18: error: new.h: No such file or directory
 main.cc: In constructor 'ErrorType::ErrorType()':
 main.cc:43: error: 'set_new_handler' was not declared in this scope
 make[2]: *** [main.o] Error 1

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



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



Bug#461714: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: libxbase
Version: 2.0.0-8
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of libxbase_2.0.0-8 on em64t by sbuild/amd64 0.53
...
 Making all in xbase
 make[2]: Entering directory `/build/tbm/libxbase-2.0.0/xbase'
 /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. 
 -I/build/tbm/libxbase-2.0.0-O2 -Wall -c dbf.cpp
 In file included from /build/tbm/libxbase-2.0.0/xbase/xdate.h:68,
  from /build/tbm/libxbase-2.0.0/xbase/xbase.h:108,
  from dbf.cpp:69:
 /build/tbm/libxbase-2.0.0/xbase/xbstring.h:59:22: error: iostream.h: No such 
 file or directory
 In file included from /build/tbm/libxbase-2.0.0/xbase/xdate.h:68,
  from /build/tbm/libxbase-2.0.0/xbase/xbase.h:108,
  from dbf.cpp:69:
 /build/tbm/libxbase-2.0.0/xbase/xbstring.h:122: error: ISO C++ forbids 
 declaration of 'ostream' with no type
 /build/tbm/libxbase-2.0.0/xbase/xbstring.h:122: error: 'ostream' is neither 
 function nor member function; cannot be declared friend
 /build/tbm/libxbase-2.0.0/xbase/xbstring.h:122: error: expected ';' before 
 '' token
 In file included from /build/tbm/libxbase-2.0.0/xbase/xbase.h:210,

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



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



Bug#461707: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: gtkpool
Version: 0.5.0-7
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of gtkpool_0.5.0-7 on em64t by sbuild/amd64 0.53
...
   depmode=gcc3 /bin/sh ../depcomp \
   g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 
 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c -o 
 game.o `test -f 'game.cpp' || echo './'`game.cpp
 game.cpp: In constructor 'Game::Game()':
 game.cpp:31: error: 'strcpy' was not declared in this scope
 game.cpp: In member function 'bool Game::switch_turns(int)':
 game.cpp:66: error: 'strcpy' was not declared in this scope
 game.cpp:71: error: 'strcpy' was not declared in this scope
 game.cpp:80: error: 'strcpy' was not declared in this scope
 game.cpp:82: error: 'strcpy' was not declared in this scope
 game.cpp:87: error: 'strcpy' was not declared in this scope
 game.cpp: In member function 'void Game::eight_ball_rules(check_pocket, 
 Ball*)':
 game.cpp:159: error: 'strcpy' was not declared in this scope
 game.cpp:171: error: 'strcpy' was not declared in this scope
 game.cpp:187: error: 'strcpy' was not declared in this scope
 game.cpp:199: error: 'strcpy' was not declared in this scope
 game.cpp: In member function 'void Game::nine_ball_rules(check_pocket, 
 Ball*)':
 game.cpp:216: error: 'strcpy' was not declared in this scope
 game.cpp: In member function 'void Game::rotation_rules(check_pocket, 
 Ball*)':
 game.cpp:241: error: 'strcpy' was not declared in this scope
 game.cpp:254: error: 'strcpy' was not declared in this scope
 make[4]: *** [game.o] Error 1
 make[4]: Leaving directory `/build/tbm/gtkpool-0.5.0/gtkpool'

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



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



Bug#461713: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: xdb
Version: 1.2.0-7
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of xdb_1.2.0-7 on em64t by sbuild/amd64 0.53
...
 make[2]: Entering directory `/build/tbm/xdb-1.2.0/xdb'
 /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. 
 -I/build/tbm/xdb-1.2.0-O2 -Wall -c dbf.cpp
 In file included from /build/tbm/xdb-1.2.0/xdb/xbase.h:143,
  from dbf.cpp:34:
 /build/tbm/xdb-1.2.0/xdb/dbf.h:41:22: error: iostream.h: No such file or 
 directory
 In file included from /build/tbm/xdb-1.2.0/xdb/xbase.h:177,
  from dbf.cpp:34:
 /build/tbm/xdb-1.2.0/xdb/html.h: In member function 'void xbHtml::BoldOff()':
 /build/tbm/xdb-1.2.0/xdb/html.h:57: error: 'cout' was not declared in this 
 scope

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



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



Bug#461709: /usr/sbin/spamd: spf: lookup failed: Can't locate object method new via package Net::DNS::RR::SOA

2008-01-20 Thread Michael Smith
Package: spamassassin
Version: 3.2.3-1
Severity: normal
File: /usr/sbin/spamd


Hi,

I'm seeing the following message getting logged several times a
day on my system.

  spf: lookup failed: Can't locate object method new via package 
Net::DNS::RR::SOA

Any guidance on what I can do to eliminate it would be much
appreciated.

  --Mike Smith http://people.w3.org/mike/

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

Kernel: Linux 2.6.20.3-bytemark-uml-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamassassin depends on:
ii  libarchive-tar-perl   1.38-1 Archive::Tar - manipulate tar file
ii  libdigest-sha1-perl   2.11-2 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.56-1 A collection of modules that parse
ii  libio-zlib-perl   1.08-1 IO:: style interface to Compress::
ii  libnet-dns-perl   0.60-1 Perform DNS queries from a Perl sc
ii  libsocket6-perl   0.19-1 Perl extensions for IPv6
ii  libsys-hostname-long-perl 1.4-1  Figure out the long (fully-qualifi
ii  libwww-perl   5.808-1WWW client/server library for Perl
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

Versions of packages spamassassin recommends:
ii  gcc  4:4.2.1-6   The GNU C compiler
ii  gnupg1.4.6-2 GNU privacy guard - a free PGP rep
ii  libc6-dev2.7-5   GNU C Library: Development Librari
ii  libmail-spf-query-perl   1:1.999.1-3 query SPF (Sender Policy Framework
pn  libsys-syslog-perl   none  (no description available)
ii  make 3.81-3  The GNU version of the make util
ii  re2c 0.12.1-1tool for generating fast C-based r
ii  spamc3.2.3-1 Client for SpamAssassin spam filte

-- debconf information:
  spamassassin/upgrade/2.40:
  spamassassin/upgrade/2.40w:
  spamassassin/upgrade/cancel: Continue
  spamassassin/upgrade/2.42m: No
  spamassassin/upgrade/2.42u: No



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



Bug#461103: initscripts: unnecessary use of find | xargs

2008-01-20 Thread Petter Reinholdtsen
[Alvaro Herrera]
 The bootclean.sh script is currently using find | xargs rm, and find
 | xargs rmdir.  This could be improved by using find -delete, which
 is present since findutils version 4.2.3.  Etch has findutils 4.2.28
 so this doesn't add an unnecessary extra dependency.

I agree.  Patches welcome.  It would also be interesting to know if
this affect the boot speed or not.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#461715: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: doc++
Version: 3.4.10-3.4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of doc++_3.4.10-3.4 on em64t by sbuild/amd64 0.53
...
 /bin/sh ../ylwrap comment.ll lex.commentYY.c comment.cc -- flex  -PcommentYY
 g++ -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\/usr/share/locale\   
   -c -o comment.o comment.cc
 comment.ll:27:22: error: iostream.h: No such file or directory
 make[3]: *** [comment.o] Error 1
 make[3]: Leaving directory `/build/tbm/doc++-3.4.10/src'

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



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



Bug#461717: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: estic
Version: 1.61-19
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of estic_1.61-19 on em64t by sbuild/amd64 0.53
...
 make[2]: Entering directory `/build/tbm/estic-1.61/spunk'
 g++ -g -Wall -O2 -Wno-deprecated -DLINUX -fno-implicit-templates 
 -DEXPLICIT_TEMPLATES -DUSR_SHARE_PATH -c bitset.cc
 In file included from stream.h:48,
  from bitset.cc:25:
 coll.h:27:22: error: iostream.h: No such file or directory
 make[2]: *** [bitset.o] Error 1
 make[2]: Leaving directory `/build/tbm/estic-1.61/spunk'
 make[1]: *** [spunk/spunk.a] Error 2

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



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



Bug#461716: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: partimage
Version: 0.6.4-17
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of partimage_0.6.4-17 on em64t by sbuild/amd64 0.53
...
 g++ -DHAVE_CONFIG_H -DLOCALEDIR=\/usr/share/locale\ -D_REENTRANT 
 -D_FILE_OFFSET_BITS=64 -I. -I. -I../.. -I../.. -I../../src/client 
 -I../../src/shared -I/usr/include/slang  -Wno-deprecated 
 -I/usr/include/openssl -Wall  -g -Wall -O2 -c -o net.o net.cpp
 In file included from net.cpp:22:
 net.h:31:22: error: iostream.h: No such file or directory
 make[4]: *** [net.o] Error 1
 make[4]: Leaving directory `/build/tbm/partimage-0.6.4/src/shared'
 make[3]: *** [all-recursive] Error 1

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



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



Bug#461718: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: pngwriter
Version: 0.5.3-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of pngwriter_0.5.3-2 on em64t by sbuild/amd64 0.53
...
 make[2]: Entering directory `/build/tbm/pngwriter-0.5.3/examples'
 g++ -O3 -Wall -Wno-deprecated `freetype-config --cflags` `freetype-config 
 --libs` -I../src/ -I/usr/local/include/ pngtest.cc -o pngtest -L../src 
 -L/usr/local/lib/ -lz -lpng -lpngwriter 
 pngtest.cc:47:22: error: iostream.h: No such file or directory
 make[2]: *** [pngtest] Error 1
 make[2]: Leaving directory `/build/tbm/pngwriter-0.5.3/examples'
 make[1]: *** [examples] Error 2

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



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



Bug#461719: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: semidef-oct
Version: 1:2003-5
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of semidef-oct_1:2003-5 on em64t by sbuild/amd64 0.53
...
 make[1]: Entering directory `/build/tbm/semidef-oct-2003/SRC'
 making get_matrix.o from get_matrix.cc
 CXXFLAGS=-Wno-deprecated mkoctfile get_matrix.cc
 In file included from get_matrix.cc:5:
 ocst.h:8:22: error: iostream.h: No such file or directory
 In file included from get_matrix.cc:5:
 ocst.h:69: error: expected constructor, destructor, or type conversion before 
 '' token
 get_matrix.cc: In function 'Matrix get_matrix(const octave_value, const 
 std::string, int, int)':
 get_matrix.cc:22: error: 'ends' was not declared in this scope
 make[1]: *** [get_matrix.o] Error 1
 make[1]: Leaving directory `/build/tbm/semidef-oct-2003/SRC'
 make: *** [build-stamp] Error 2

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



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



Bug#461721: FTBFS with GCC 4.3: missing #includes

2008-01-20 Thread Martin Michlmayr
Package: papaya
Version: 0.97.20031122-5.3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of papaya_0.97.20031122-5.3 on em64t by sbuild/amd64 0.53
...
 if x86_64-linux-gnu-g++ -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\papaya\ -DVERSION=\0.98\ -DPACKAGE=\papaya\ 
 -DVERSION=\0.98\ -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_DLFCN_H=1 
 -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 
 -DHAVE_SYS_PARAM_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_LONG_LONG=1 
 -DHAVE_LONG_DOUBLE=1 -DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 
 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 
 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 
 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DINTDIV0_RAISES_SIGFPE=1 
 -DHAVE_UNSIGNED_LONG_LONG=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 
 -DHAVE_STDINT_H=1 -DHAVE_STDINT_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_ASPRINTF=1 -DHAVE_FWPRINTF=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_SNPRINTF=1 -DHAVE_STPCPY=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_WCSLEN=1 -DHAVE___ARGZ_COUNT=1 
 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE___FSETLOCKING=1 
 -DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_FEOF_UNLOCKED=1 
 -DHAVE_DECL_FGETS_UNLOCKED=0 -DHAVE_DECL_GETC_UNLOCKED=1 -DHAVE_ICONV=1 
 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1  -I. -I. 
-I../include   -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12   -DPNG_NO_MMX_CODE 
 -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12   -DUSE_GLADE -DUSE_GTK_2   
 -DZLIB  -g -O2 -MT papaya-ColouredLabel.o -MD -MP -MF 
 .deps/papaya-ColouredLabel.Tpo -c -o papaya-ColouredLabel.o `test -f 
 'ColouredLabel.cpp' || echo './'`ColouredLabel.cpp; \
   then mv -f .deps/papaya-ColouredLabel.Tpo 
 .deps/papaya-ColouredLabel.Po; else rm -f .deps/papaya-ColouredLabel.Tpo; 
 exit 1; fi
 ColouredLabel.cpp: In constructor 'ColouredLabel::ColouredLabel(Connection*)':
 ColouredLabel.cpp:14: error: 'strdup' was not declared in this scope
 ColouredLabel.cpp: In constructor 'ColouredLabel::ColouredLabel(Connection*, 
 char*)':
 ColouredLabel.cpp:21: error: 'strdup' was not declared in this scope
 ColouredLabel.cpp: In member function 'void ColouredLabel::init()':
 ColouredLabel.cpp:38: warning: deprecated conversion from string constant to 
 'char*'
 ColouredLabel.cpp:39: warning: deprecated conversion from string constant to 
 'char*'
 ColouredLabel.cpp: In member function 'void ColouredLabel::setText(char*)':
 ColouredLabel.cpp:113: error: 'strchr' was not declared in this scope
 ColouredLabel.cpp:118: error: 'strlen' was not declared in this scope
 ColouredLabel.cpp:129: error: 'strcat' was not declared in this scope
 ColouredLabel.cpp: In member function 'void ColouredLabel::printPrompt(char*, 
 char*)':
 ColouredLabel.cpp:149: error: 'strcat' was not declared in this scope
 ColouredLabel.cpp:150: error: 'strlen' was not declared in this scope
 ColouredLabel.cpp:168: warning: deprecated conversion from string constant to 
 'char*'
 ColouredLabel.cpp: In member function 'void 
 ColouredLabel::setPapayaColour(char*)':
 ColouredLabel.cpp:257: error: 'strchr' was not declared in this scope
 ColouredLabel.cpp: In member function 'void 
 ColouredLabel::setActualColour(char*)':
 

Bug#461722: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: wordtrans
Version: 1.1pre15-3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of wordtrans_1.1pre15-3 on em64t by sbuild/amd64 0.53
...
 make[2]: Entering directory `/build/tbm/wordtrans-1.1pre15/src'
 c++ -O2 -Wall -pipe -DHONOR_STD -DMAQUINA=\`hostname -s`\ 
 -DFECHA=\`date -R`\ -DUSE_FRIBIDI -DUSE_PIPES -DQT_NO_COMPAT 
 -DQT_NO_ASCII_CAST -fno-exceptions -DHONOR_STD -Iqconfig/ 
 -I/usr/share/qt3/include -I/usr/include/kde -I/usr/include/fribidi -c 
 DiccionarioBase.cpp -o DiccionarioBase.o
 In file included from qconfig/SimpleConfig.h:26,
  from qconfig/QConfig.h:27,
  from DiccionarioBase.cpp:21:
 qconfig/appconf.h:109:23: error: iostream.h: No such file or directory
 In file included from qconfig/SimpleConfig.h:26,
  from qconfig/QConfig.h:27,
  from DiccionarioBase.cpp:21:
 qconfig/appconf.h:478: error: expected `)' before '*' token
 qconfig/appconf.h:523: error: 'ostream' has not been declared
 qconfig/appconf.h:636: error: 'ostream' has not been declared
 qconfig/appconf.h:649: error: 'istream' has not been declared
 make[2]: *** [DiccionarioBase.o] Error 1
 make[2]: Leaving directory `/build/tbm/wordtrans-1.1pre15/src'
 make[1]: *** [qwordtrans] Error 2
 make[1]: Leaving directory `/build/tbm/wordtrans-1.1pre15'
 make: *** [build-stamp] Error 2

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



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



Bug#461720: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: dome
Version: 4.80-4
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of dome_4.80-4 on em64t by sbuild/amd64 0.53
...
 g++  -g -Wall -I- -I. -c Cartesian.cpp -o Cartesian.o
 cc1plus: note: obsolete option -I- used, please use -iquote instead
 In file included from Cartesian.cpp:41:
 ./Geodesic.h:34:21: error: iostream.h: No such file or directory
 ./Geodesic.h:35:20: error: iomanip.h: No such file or directory
 ./Geodesic.h:36:20: error: fstream.h: No such file or directory
 make[1]: *** [Cartesian.o] Error 1
 make[1]: Leaving directory `/build/tbm/dome-4.80'
 make: *** [build-stamp] Error 2

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



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



Bug#461725: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: xlogmaster
Version: 1.6.0-12
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of xlogmaster_1.6.0-12 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory `/build/tbm/xlogmaster-1.6.0/src'
 c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
 -DXLM_HOME=\/etc/xlogmaster\ -DXLM_DB=\/etc/xlogmaster/database\ 
 -DXLM_USER_DB=\.xlm-db\ -DXLM_LIB=\/etc/xlogmaster\  -I../import  -c 
 xlogmaster.cc
 In file included from xlogmaster.cc:36:
 sysinc.H:23:21: error: fstream.h: No such file or directory

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



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



Bug#461709: /usr/sbin/spamd: spf: lookup failed: Can't locate object method new via package Net::DNS::RR::SOA

2008-01-20 Thread Michael(tm) Smith
Michael Smith [EMAIL PROTECTED], 2008-01-20 18:55 +0900:

 I'm seeing the following message getting logged several times a
 day on my system.
 
   spf: lookup failed: Can't locate object method new via package 
 Net::DNS::RR::SOA

To be clear, I'm seeing that message being logged by spamd, and
the full message being logged is:

  spamd[8033]: spf: lookup failed: Can't locate object method new via package 
Net::DNS::RR::SOA at /usr/lib/perl5/Net/DNS/RR.pm line 312

:wq

  --Mike



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



Bug#461727: FTBFS with GCC 4.3: explicit template specialization cannot have a storage class

2008-01-20 Thread Martin Michlmayr
Package: mecab
Version: 0.96-1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of mecab_0.96-1 on em64t by sbuild/amd64 0.53
...
 mkdir .libs
  g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDIC_VERSION=102 
 -DMECAB_DEFAULT_RC=\/etc/mecabrc\ -O3 -Wall -Wno-deprecated -c utils.cpp  
 -fPIC -DPIC -o .libs/utils.o
 In file included from utils.cpp:34:
 param.h:34: error: explicit template specialization cannot have a storage 
 class
 make[3]: *** [utils.lo] Error 1
 make[3]: Leaving directory `/build/tbm/mecab-0.96/build-tree/mecab-0.96/src'

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



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



Bug#461723: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: aria
Version: 1.0.0-16
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of aria_1.0.0-16 on em64t by sbuild/amd64 0.53
...
 make[4]: Entering directory `/build/tbm/aria-1.0.0/build-tree/aria-1.0.0/src'
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -Wno-deprecated 
 -DLOCALEDIR=\/usr/share/locale\ -DDATADIR=\/usr/share\ -I../intl 
 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
 -D_REENTRANT -c main.cc
 In file included from main.cc:46:
 ItemList.h:34:18: error: pair.h: No such file or directory
 make[4]: *** [main.o] Error 1
 make[4]: Leaving directory `/build/tbm/aria-1.0.0/build-tree/aria-1.0.0/src'
 make[3]: *** [all-recursive] Error 1

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



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



Bug#461726: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: aewm++-goodies
Version: 1.0-8
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of aewm++-goodies_1.0-8 on em64t by sbuild/amd64 0.53
...
 make[1]: Entering directory `/build/tbm/aewm++-goodies-1.0/appbar-1.0'
 g++ -Wall -Wno-deprecated -g -O2  -I/usr/include -c main.cc -o main.o
 In file included from misc.hh:42,
  from appbar.hh:27,
  from main.cc:36:
 scanner.hh:28:22: error: iostream.h: No such file or directory
 scanner.hh:29:21: error: fstream.h: No such file or directory
 In file included from misc.hh:41,
  from appbar.hh:27,
  from main.cc:36:
 image.hh:37: warning: 'typedef' was ignored in this declaration
 In file included from misc.hh:42,
  from appbar.hh:27,
  from main.cc:36:
 scanner.hh:60: error: 'ifstream' does not name a type
 scanner.hh: In member function 'void Scanner::rewind()':
 scanner.hh:75: error: 'inputFile' was not declared in this scope
 make[1]: *** [main.o] Error 1
 make[1]: Leaving directory `/build/tbm/aewm++-goodies-1.0/appbar-1.0'

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



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



Bug#461729: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: maxdb-7.5.00
Version: 7.5.00.44-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of maxdb-7.5.00_7.5.00.44-2 on em64t by sbuild/amd64 0.53
...
 In file included from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/wr\
 k/incl/SAPDB/Interfaces/Runtime/Util/IFRUtil_New.h:478,
  from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/w\
 rk/incl/SAPDB/Interfaces/Runtime/IFR_Common.h:78,
  from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/w\
 rk/incl/SAPDB/Interfaces/SQLDBC/SQLDBC_ClientRuntime.h:37,
  from SQLDBC.cpp:35:
 /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/wrk/incl/SAPDB/SAPDBCom\
 mon/MemoryManagement/SAPDBMem_NewDestroy.hpp:43:17: error: new.h: No suc\
 h file or directory
 Error while executing c++ -I/build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DE\
 V/sys/wrk/sdk/incl -shared -fPIC -DREL30 -DLINUX -DX86_64 -DSAG -DSDB_RE\
 LEASE_070500 -I/build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/usr/incl -I/b\
 uild/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/wrk/incl -I/build/tbm/maxd\
 b-7.5.00-7.5.00.44/MaxDB_DEV/sys/wrk/incl/SAPDB -DSYSV -D_SVID -I/usr/in\
 clude/ncurses -w -Wall -DBIT64 -fPIC -DBUILD_INTERFACE_RUNTIME -DHAS_NPT\
 L -fno-strict-aliasing -DSAPDB_FAST -D_REENTRANT -O2 -I/usr/lib/maxdb/de\
 vtools/incl -c SQLDBC.cpp
 message: Inappropriate ioctl for device
  at /usr/lib/maxdb/devtools/bin/compc.pl line 425
 COMMAND error 25 
 RTESync_InterlockedCounter.hpp  
 SAPDBMem_Alloca.h  
 IFRUtil_Tls.h  
 IFRUtil_Time.h  
 IFRUtil_Configuration.h  
 heo13.h
 RTEComm_ParseURIEscapeRFC2396.hpp  
 RTEComm_URIUtils.hpp  
 RTEComm_ParseURI.hpp  
 SQLDBC_ClientRuntime.cpp fast 
 In file included from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/wr\
 k/incl/SAPDB/Interfaces/Runtime/Util/IFRUtil_New.h:478,
  from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/w\
 rk/incl/SAPDB/Interfaces/Runtime/IFR_Common.h:78,
  from /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/w\
 rk/incl/SAPDB/Interfaces/SQLDBC/SQLDBC_ClientRuntime.h:37,
  from SQLDBC_ClientRuntime.cpp:33:
 /build/tbm/maxdb-7.5.00-7.5.00.44/MaxDB_DEV/sys/wrk/incl/SAPDB/SAPDBCom\
 mon/MemoryManagement/SAPDBMem_NewDestroy.hpp:43:17: error: new.h: No suc\
 h file or directory
... and more ...

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



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



Bug#461617: ITP: wordpress-fr -- award winning weblog manager (French language version)

2008-01-20 Thread Kai Hendry
Bonjour,

I am not fond of the need of a separate package just to support
French. Could we please investigate how to offer French (or any other
language for that matter) in Wordpress native?

Matt, do you have any comments of language support?

I do see:
http://codex.wordpress.org/WordPress_in_Your_Language
http://codex.wordpress.org/Installing_WordPress_in_Your_Language

Though I don't like `define ('WPLANG', '');`. This should be set by
whatever the language is set to in the HTTP headers by the browser,
no?

With thanks,



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



Bug#461724: FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers

2008-01-20 Thread Martin Michlmayr
Package: annoyance-filter
Version: 1.0.0b-4.1
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of annoyance-filter_1.0.0b-4.1 on em64t by sbuild/amd64 0.53
...
 mv annoyance-filter.c annoyance-filter.cc
 c++ -Wall -fpermissive -IDCDFlib/doc -c annoyance-filter.cc
 annoyance-filter.w:9078:20: error: alloc.h: No such file or directory

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



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



Bug#461731: a small Perl script to set offlinemode option on and off

2008-01-20 Thread Giovanni Mascellani
Package: apt-cacher-ng
Version: 0.1.9-1
Severity: wishlist

--- Please enter the report below this line. ---
Just in case someone is interested into, I post this little Perl script
I wrote to set on or off the offlinemode option and automatically
restart the server. It could be distributed in the
doc/apt-cacher-ng/examples/ dir, if you think it is useful.

Thank you for your great job,
Giovanni.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.it.debian.org 
  500 testing security.debian.org 
  500 testing ftp.it.debian.org 
  500 stable  wine.budgetdedicated.com 
  500 stable  ftp.it.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
adduser  | 3.105
libbz2-1.0   | 1.0.4-2
libc6 (= 2.7-1) | 2.7-6
libfuse2(= 2.6) | 2.7.2-1
libgcc1 (= 1:4.2.1) | 1:4.3-20080116-1
libstdc++6(= 4.2.1) | 4.3-20080116-1
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-9
-- 
Giovanni Mascellani [EMAIL PROTECTED]
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)



set_offline.pl
Description: Perl program


signature.asc
Description: PGP signature


Bug#460944: [Pkg-phototools-devel] Bug#460944: qtpfsgui: Wrong link leads to unavailable documentation

2008-01-20 Thread Giuseppe Rota
Line 377 of mainWindow.cpp indeed searches for a index.html in the following
paths:
/usr/share/qtpfsgui/html)  /usr/local/share/qtpfsgui/html  ./html
 docDir  /Applications/qtpfsgui.app/Contents/Resources/html
I'm not quite sure what would be the best course of action here: maybe you
guys would like to specify a path at qmake time similar to I18NDIR, but for
the html dir? (as you can see from project.pro the current installation path
is $${PREFIX}/share/qtpfsgui)
The odd thing is that the search path does not include the home dir ~ ?

On Jan 17, 2008 6:37 PM, Cyril Brulebois [EMAIL PROTECTED]
wrote:

 Hi Giuseppe,

 executive summary: help used not to be available in the online browser,
 due to a wrong symlink (now correct, from /usr/share/qtpfsgui/html to
 /usr/share/doc/qtpfsgui/html, where the files are actually installed).

 On 17/01/2008, Julien Valroff wrote:
Even with this fix, only the index file is available - other pages
are not displayed.
  
   Hm? I seem to be able to view all links listed on the index:
- Qtpfsgui Manual
- FAQ
- Hints and tips
- Raw Conversion
  [...]
  
   Maybe there are some documents in your path, that it detects, and
   then tries and finds other documents in the same location? What if
   you move to /tmp or something? Works fine here (as it did with one
   of my previous build, including the correct symlink).
 
  You were right - I have an index.html in my home directory. When I
  rename this file, the documentation is displayed correctly.
 
  I would however consider this as a bug anyway (the severity can be
  dropped to minor, as I might be the only person with an index.hmtl
  file in ~/)

 That's indeed a glitch IMHO, forwarding upstream.

 Cheers,

 --
 Cyril Brulebois



Bug#461728: FTBFS with GCC 4.3: uses (removed) pre-iso c++ header ext/hash_fun.h

2008-01-20 Thread Martin Michlmayr
Package: tulip
Version: 3.0.0~B6-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.
Some more information about ext/hash_fun.h can be found at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33832

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

 Automatic build of tulip_3.0.0~B6-2 on em64t by sbuild/amd64 0.53
...
 mkdir .libs
  g++ -DHAVE_CONFIG_H -I. -I../../../../library/tulip/src -I../../.. 
 -I../../../../library/tulip/include -I../../../library/tulip/include 
 -I../../../library/tulip/include/tulip -I../../../../thirdparty/gzstream 
 -I../../../.. -D_TULIP_LIB_DIR=\/usr/lib/\ -DNDEBUG -O3 -funroll-loops 
 -pipe -MT Bfs.lo -MD -MP -MF .deps/Bfs.Tpo -c 
 ../../../../library/tulip/src/Bfs.cpp  -fPIC -DPIC -o .libs/Bfs.o
 In file included from 
 /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/ext/hash_map:64,
  from 
 ../../../../library/tulip/include/tulip/MutableContainer.h:19,
  from ../../../../library/tulip/include/tulip/Bfs.h:16,
  from ../../../../library/tulip/src/Bfs.cpp:15:
 /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
  warning: #warning This file includes at least one deprecated or antiquated 
 header which may be removed without further notice at a future date. Please 
 use a non-deprecated interface with equivalent functionality instead. For a 
 listing of replacement headers and interfaces, consult the file 
 backward_warning.h. To disable this warning use -Wno-deprecated.
 In file included from 
 ../../../../library/tulip/include/tulip/MutableContainer.h:24,
  from ../../../../library/tulip/include/tulip/Bfs.h:16,
  from ../../../../library/tulip/src/Bfs.cpp:15:
 ../../../../library/tulip/include/tulip/tulipconf.h:25:30: error: 
 ext/hash_fun.h: No such file or directory
 make[5]: *** [Bfs.lo] Error 1
 make[5]: Leaving directory `/build/tbm/tulip-3.0.0~B6/BUILD/library/tulip/src'
 make[4]: *** [all-recursive] Error 1

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



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



Bug#461730: linux-2.6: Cannot pair with bluetooth headset with 2.6.21+

2008-01-20 Thread Frédéric Brière
Package: linux-2.6
Version: 2.6.21-6
Severity: normal

I recently tried and failed to pair with a bluetooth headset that used
to work some time ago.  Specifically, any attempt to establish a
connection to the device (with hcitool cc) would appear to be
successful, with hci_create_connection() returning 0, yet no connection
could be found.

After a few joyful hours of downgrading and rebooting, it turns out that
the kernel is to blame.  I'm getting this erratic behavior with
2.6.21-2-k7 and 2.6.23-1-686, but not with 2.6.18-5-k7.  (I couldn't
test 2.6.20-1-k7, due to the PATA bug.)

I'm reluctant at this point to spend more time compiling/rebooting on my
own if it may turn out to be useless after all.  However, if you need
more information and/or want me to try stuff out, I'd be glad to do my
part.  Just let me know how I should proceed from here.


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

Kernel: Linux 2.6.18 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#455409: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455409 - ftbfs-gcc-4.3
retitle 455409 gcc warnings: #define redefined
severity 455409 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#455398: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455398 - ftbfs-gcc-4.3
retitle 455398 gcc warnings: #define redefined
severity 455398 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#456108: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 456108 - ftbfs-gcc-4.3
retitle 456108 gcc warnings: missing terminating ' character
severity 456108 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning.  Nevertheless, I think
it's worth fixing this one.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#455410: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455410 - ftbfs-gcc-4.3
retitle 455410 gcc warnings: #define redefined
severity 455410 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#447182: [Pkg-fonts-devel] Bug#447182: Source information for bug

2008-01-20 Thread Christian Perrier
Quoting Scott Kitterman ([EMAIL PROTECTED]):
 I believe this is the site I was looking at before:
 
 http://www.wazu.jp/gallery/Fonts_Urdu.html
 
 If you scroll down, you will find it describes Scheherazade as 
 supporting Shahmukhi, which it defines as:
 
 Punjabi Shahmukhi
 Shahmukhi is a version of Persian script similar to Urdu that is used to 
 write 
 Punjabi in Pakistan


Using Punjabi (Shahmukhi) seconded...



signature.asc
Description: Digital signature


Bug#461732: base-passwd: [INTL:ru] Russian man page translation

2008-01-20 Thread Yuri Kozlov
Package: base-passwd
Version: 3.5.16
Severity: wishlist

Russian man page translation is attached.

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

Versions of packages base-passwd depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries

base-passwd recommends no packages.

-- no debconf information
# translation of ru.po to Russian
# SOME DESCRIPTIVE TITLE
# Copyright (C) 2008 Free Software Foundation, Inc.
#
# Yuri Kozlov [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: base-passwd 3.5.16\n
POT-Creation-Date: 2005-09-03 13:25+0200\n
PO-Revision-Date: 2008-01-20 13:20+0300\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

# type: TH
#: ../update-passwd.8:1
#, no-wrap
msgid UPDATE-PASSWD
msgstr UPDATE-PASSWD

# type: TH
#: ../update-passwd.8:1
#, no-wrap
msgid Debian tools
msgstr утилиты Debian

# type: TH
#: ../update-passwd.8:1
#, no-wrap
msgid DEBIAN
msgstr DEBIAN

# type: SH
#: ../update-passwd.8:2
#, no-wrap
msgid NAME
msgstr НАЗВАНИЕ

# type: Plain text
#: ../update-passwd.8:4
msgid update-passwd - safely update /etc/passwd, /etc/shadow and /etc/group
msgstr update-passwd - безопасное обновление файлов /etc/passwd, /etc/shadow и /etc/group

# type: SH
#: ../update-passwd.8:4
#, no-wrap
msgid SYNOPSIS
msgstr СИНТАКСИС

# type: Plain text
#: ../update-passwd.8:7
msgid Bupdate-passwd [Ioptions]
msgstr Bupdate-passwd [Iпараметры]

# type: SH
#: ../update-passwd.8:7
#, no-wrap
msgid DESCRIPTION
msgstr ОПИСАНИЕ

# type: Plain text
#: ../update-passwd.8:14
msgid 
Bupdate-passwd handles updates of /etc/passwd, /etc/shadow and /etc/group 
on running Debian systems.  It compares the current files to master copies, 
distributed in the base-passwd package, and updates all entries in the 
global system range (that is, 0\\(en99).
msgstr 
Bupdate-passwd служит для обновления файлов /etc/passwd, /etc/shadow и /etc/group в работающих системах Debian. Она сравнивает текущие файлы 
с мастер-копиями из пакета base-passwd и обновляет все записи 
глобального системного диапазона (то есть, 0\\(en99).

# type: SH
#: ../update-passwd.8:15
#, no-wrap
msgid OPTIONS
msgstr ПАРАМЕТРЫ

# type: Plain text
#: ../update-passwd.8:19
msgid 
Bupdate-passwd follows the usual GNU command line syntax, with long 
options starting with two dashes (\\(oq-\\(cq).
msgstr 
Для Bupdate-passwd используется обычный синтаксис запуска программ GNU 
из командной строки, то есть длинные имена параметров 
начинаются с двух символов тире (\\(oq-\\(cq).

# type: TP
#: ../update-passwd.8:19
#, no-wrap
msgid B-p,\\ B--passwd-master=FILE
msgstr B-p,\\ B--passwd-master=ФАЙЛ

# type: Plain text
#: ../update-passwd.8:24
msgid 
Use FILE as the master copy of the passwd database.  The default value is 
I/usr/share/base-passwd/passwd.master.
msgstr 
Использовать ФАЙЛ в качестве мастер-копии базы данных passwd. 
Значением по умолчанию является I/usr/share/base-passwd/passwd.master.

# type: TP
#: ../update-passwd.8:24
#, no-wrap
msgid B-g,\\ B--group-master=FILE
msgstr B-g,\\ B--group-master=ФАЙЛ

# type: Plain text
#: ../update-passwd.8:29
msgid 
Use FILE as the master copy of the group database.  The default value is 
I/usr/share/base-passwd/group.master.
msgstr 
Использовать ФАЙЛ в качестве мастер-копии базы данных group. 
Значением по умолчанию является I/usr/share/base-passwd/group.master.

# type: TP
#: ../update-passwd.8:29
#, no-wrap
msgid B-P,\\ B--passwd=FILE
msgstr B-P,\\ B--passwd=ФАЙЛ

# type: Plain text
#: ../update-passwd.8:34
msgid 
Use FILE as the system passwd database.  The default value is 
I/etc/passwd.
msgstr 
Использовать ФАЙЛ в качестве системной базы данных passwd. 
Значением по умолчанию является I/etc/passwd.

# type: TP
#: ../update-passwd.8:34
#, no-wrap
msgid B-S,\\ B--shadow=FILE
msgstr B-S,\\ B--shadow=ФАЙЛ

# type: Plain text
#: ../update-passwd.8:39
msgid 
Use FILE as the system shadow database.  The default value is 
I/etc/shadow.
msgstr 
Использовать ФАЙЛ в качестве системной базы данных shadow. 
Значением по умолчанию является I/etc/shadow.

# type: TP
#: ../update-passwd.8:39
#, no-wrap
msgid B-G,\\ B--group=FILE
msgstr B-G,\\ B--group=ФАЙЛ

# type: Plain text
#: ../update-passwd.8:44
msgid Use FILE as the system group database.  The default value is I/etc/group.
msgstr 
Использовать ФАЙЛ в качестве системной базы данных group. 
Значением по умолчанию является I/etc/group.

# type: TP
#: ../update-passwd.8:44
#, no-wrap
msgid B-s,\\ B--sanity-check
msgstr B-s,\\ 

Bug#455382: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455382 - ftbfs-gcc-4.3
retitle 455382 gcc warnings: extra tokens at end of #... directive
severity 455382 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning.  Nevertheless, I think
it's worth fixing this one.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#455407: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455407 - ftbfs-gcc-4.3
retitle 455407 gcc warnings: #define redefined
severity 455407 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#455397: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455397 - ftbfs-gcc-4.3
retitle 455397 gcc warnings: #define redefined
severity 455397 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#455379: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455379 - ftbfs-gcc-4.3
retitle 455379 gcc warnings: extra tokens at end of #... directive
severity 455379 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning.  Nevertheless, I believe
it's worth fixing this issue.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#461457: xorg: Doesn't honour DisplaySize

2008-01-20 Thread Dirk Griesbach
On So, Jan 20, 2008 at 10:07:18 +0100, Brice Goglin wrote:
 We can't assume anything before seeing the config and log, so I am
 reverting the bug status until Dirk sends all the required info.
 
 Dirk, ping? Please send xorg.conf and Xorg.0.log.

Ping received, log and conf are attached. :-)

Dirk

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080118-1)
Current Operating System: Linux black 2.6.23-1-686 #1 SMP Fri Dec 21 13:57:07 
UTC 2007 i686
Build Date: 18 January 2008  09:38:43PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Jan 20 11:27:54 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Default Monitor
(**) |   |--Device Intel Corporation Mobile 945GM/GMS, 943/940GML Express 
Integrated Graphics Controller
(**) |--Input Device Default Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Touchpad
(**) Option BlankTime 10
(**) Option StandbyTime 10
(**) Option SuspendTime 10
(**) Option OffTime 10
(**) Option AIGLX off
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(**) Extension Composite is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8e20
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 10cf,1378 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 10cf,137a rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 10cf,137a rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 10cf,1397 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 10cf,1389 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 10cf,1389 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 10cf,1389 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 10cf,1389 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 10cf,138a rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 10cf,1384 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 10cf,1385 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c5 card 10cf,1387 rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 10cf,1388 rev 02 class 0c,05,00 hdr 00
(II) PCI: 02:00:0: chip 11ab,4363 card 10cf,139a rev 12 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 8086,4222 card 8086,1001 rev 02 class 02,80,00 hdr 00
(II) PCI: 08:03:0: chip 1217,7134 card 3001, rev 21 class 06,07,00 hdr 82
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,9), BCTRL: 0x0008 (VGA_EN is 

Bug#455403: pedwarnings no longer errors in GCC 4.3

2008-01-20 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455403 - ftbfs-gcc-4.3
retitle 455403 gcc warnings: #define redefined
severity 455403 minor
thanks

I mentioned that GCC 4.3 converted a number of C++ warnings into
errors.  This change has now been reverted after a lot of
discussion.  I just compiled your package with the latest snapshot
of GCC 4.3 and it compiles now, so I'm downgrading this bug.  There
will be changes in GCC 4.4 as to how these warnings are handled,
but I believe this one will stay a warning, so I don't mind if you
simply close this bug report.

Sorry for all the hassle.  I filed this bug only after there was
a big discussion with the consensus that these messages would be
errors in 4.3, but recently there was yet another discussion with
a different outcome.

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



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



Bug#437215: /etc/inittab processes do not run

2008-01-20 Thread Petter Reinholdtsen

[Michelle Verkuyl]
 This occurs regardless of whether I use the default getty
 configuration in inittab or the alternative fbgetty package.

Is this still happening.  I have not seen this myself, and am unsure
how to reproduce it.

Is this an exception from your /etc/inittab file:

 # getty never runs under this default setting
 1:2345:respawn:/sbin/getty 38400 tty1
 2:23:respawn:/sbin/getty 38400 tty2
 3:23:respawn:/sbin/getty 38400 tty3
 4:23:respawn:/sbin/getty 38400 tty4
 5:23:respawn:/sbin/getty 38400 tty5
 6:23:respawn:/sbin/getty 38400 tty6
 # fbgetty never runs under this alternate setting
 1:2345:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty1 /dev/fb0
 2:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty2 /dev/fb0
 3:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty3 /dev/fb0
 4:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty4 /dev/fb0
 5:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty5
 6:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty6

If so, I suspect init will be confused as the service names (1-6) are
used several times.

Happy hacking,
-- 
Petter Reinholdtsen



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



  1   2   3   4   5   >