Bug#318838: libxine1: FTBFS wit gcc 4.0

2005-07-18 Thread Christian Marillat
Package: libxine1
Version: 1.0.1-1.0
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

Attached is a patch stolen from cvs to build against GCC 4.0

You also need to update the ffmpeg source to a more recent version.

Christian

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

Versions of packages libxine1 depends on:
ii  libasound2  1.0.9-3  ALSA library
ii  libavcodeccvs   3:20050716-0.3   library to encode decode multimedi
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfame-0.9 0.9.0-0.1A video encoding library - runtime
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libglu1-xorg [libglu1c2 6.8.2.dfsg.1-2   Mesa OpenGL utility library [X.Org
ii  libmodplug0 1:0.7-4  shared libraries for mod music bas
ii  libogg0 1.1.2-1  Ogg Bitstream Library
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libspeex1   1.1.6-2  The Speex Speech Codec
ii  libstdc++6  4.0.1-2  The GNU Standard C++ Library v3
ii  libtheora0  0.0.0.alpha4-1.1 The Theora Video Compression Codec
ii  libvorbis0a 1.1.0-1  The Vorbis General Audio Compressi
ii  libxext66.8.2.dfsg.1-2   X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]6.8.2.dfsg.1-2   Mesa 3D graphics library [X.Org]
ii  xlibs   6.8.2.dfsg.1-2   X Window System client libraries m
ii  zlib1g  1:1.2.2-9compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libxv16.8.2.dfsg.1-2 X Window System video extension li

-- no debconf information
diff -ur xine-lib-1.0.1.orig/src/libw32dll/w32codec.c xine-lib-1.0.1/src/libw32dll/w32codec.c
--- xine-lib-1.0.1.orig/src/libw32dll/w32codec.c	2005-04-26 10:09:15.0 +0200
+++ xine-lib-1.0.1/src/libw32dll/w32codec.c	2005-07-14 20:22:07.0 +0200
@@ -131,7 +131,6 @@
  */
 static pthread_mutex_t win32_codec_mutex;
 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
-static char*   win32_codec_name; 
 
 #define VIDEOBUFSIZE 128*1024
 
diff -ur xine-lib-1.0.1.orig/src/libw32dll/wine/ext.c xine-lib-1.0.1/src/libw32dll/wine/ext.c
--- xine-lib-1.0.1.orig/src/libw32dll/wine/ext.c	2005-04-26 10:09:14.0 +0200
+++ xine-lib-1.0.1/src/libw32dll/wine/ext.c	2005-07-14 20:18:26.0 +0200
@@ -469,7 +469,7 @@
 
 if (typeMEM_RESERVE  (unsigned)address0x) {
size += (unsigned)address0x;
-   (unsigned)address = ~0x;
+   address = (unsigned)address  ~0x;
 }
 pgsz = sysconf(_SC_PAGESIZE);
 if (typeMEM_COMMIT  (unsigned)address%pgsz) {
diff -ur xine-lib-1.0.1.orig/src/libw32dll/wine/win32.c xine-lib-1.0.1/src/libw32dll/wine/win32.c
--- xine-lib-1.0.1.orig/src/libw32dll/wine/win32.c	2005-04-26 10:09:14.0 +0200
+++ xine-lib-1.0.1/src/libw32dll/wine/win32.c	2005-07-14 20:19:43.0 +0200
@@ -2623,7 +2623,7 @@
 dbgprintf(GetWindowThreadProcessId(0x%x, 0x%x) = %d\n,
 	win, pid_data, tid);
 if (pid_data)
-	(int)*pid_data = tid;
+	*pid_data = tid;
 return tid;
 }
 
diff -ur xine-lib-1.0.1.orig/src/libxineadec/nosefart/nes_apu.c xine-lib-1.0.1/src/libxineadec/nosefart/nes_apu.c
--- xine-lib-1.0.1.orig/src/libxineadec/nosefart/nes_apu.c	2005-04-26 10:09:16.0 +0200
+++ xine-lib-1.0.1/src/libxineadec/nosefart/nes_apu.c	2005-07-14 20:27:22.0 +0200
@@ -1011,10 +1011,13 @@
  accum = -0x8000;
 
   /* signed 16-bit output, unsigned 8-bit */
-  if (16 == apu-sample_bits)
- *((int16 *) buffer)++ = (int16) accum;
-  else
- *((uint8 *) buffer)++ = (accum  8) ^ 0x80;
+  if (16 == apu-sample_bits) {
+		*((int16 *) buffer) = (int16) accum;
+		buffer = (int16 *) buffer + 1;
+		} else {
+		*((uint8 *) buffer) = (accum  8) ^ 0x80;
+		buffer = (int8 *) buffer + 1;
+		}
}
 
/* resync cycle counter */
diff -ur xine-lib-1.0.1.orig/src/post/audio/stretch.c xine-lib-1.0.1/src/post/audio/stretch.c
--- xine-lib-1.0.1.orig/src/post/audio/stretch.c	2005-04-26 10:09:10.0 +0200
+++ xine-lib-1.0.1/src/post/audio/stretch.c	2005-07-14 20:30:45.0 +0200
@@ -476,7 +476,7 @@
 memcpy( outbuf-mem, data_out, 
 outbuf-num_frames * this-bytes_per_frame );
 num_frames_out -= outbuf-num_frames;
-(uint8_t *)data_out += outbuf-num_frames * this-bytes_per_frame;
+data_out = (uint8_t *)data_out + outbuf-num_frames * this-bytes_per_frame;
 
 outbuf-vpts= this-pts;
 this-pts   = 0;
@@ -587,7 

Bug#318826: libpam-umask encounters a Segmentation fault - preventing login

2005-07-18 Thread Michael Berg
Package: libpam-umask
Version: 0.02
Severity: grave
Justification: renders package unusable

The latest libpam-umask (0.02) encounters a SIGSEGV (Segmentation fault)
that prevents all uses from logging in through any path that references
pam_umask.so in the PAM configuration.

This even effects optional entries in PAM configurations since
pam_umask.so seg-faults.

I had the following line in /etc/pam.d/common-session
sessionoptionalpam_umask.so umask=0077

Commenting out this line allows users to log in again.


Below are ltrace and gdb output for the getty process when pam_umask
is enabled on the system.

Running getty through ltrace, and then attempting to log in produced
# ltrace /sbin/getty 38400 tty8
...
pam_start(0x804f1c9, 0xbfe1a2d0, 0x804f088, 0x8051618, 0)= 0
pam_set_item(0x9242228, 4, 0x804ff87, 0x8051618, 0)  = 0
pam_set_item(0x9242228, 3, 0xbfe182d0, 0x8051618, 0) = 0
pam_fail_delay(0x9242228, 0x2dc6c0, 0xbfe182d0, 0x8051618, 0) = 0
gethostname(server, 256)   = 0
snprintf(server login: , 256, %s login: , server)  = 14
pam_set_item(0x9242228, 9, 0xbfe17e50, 0xbfe17f50, 0)= 0
pam_get_item(0x9242228, 2, 0xbfe17e48, 0xbfe17f50, 0)= 0
pam_fail_delay(0x9242228, 0x2dc6c0, 0xbfe17e48, 0xbfe17f50, 0) = 0
pam_authenticate(0x9242228, 0, 0xbfe17e48, 0xbfe17f50, 0 unfinished ...
misc_conv(1, 0xbfe17d1c, 0xbfe17d28, 0, 0xb7f0a280)  = 0
... pam_authenticate resumed ) = 0
pam_get_item(0x9242228, 2, 0xbfe17e48, 0xbfe17f50, 0)= 0
getpwnam(michael)  = 0x4114c0b8
strcmp(MAIL_CHECK_ENAB, FAILLOG_ENAB)= 1
strcmp(ERASECHAR, FAILLOG_ENAB)  = -1
strcmp(HUSHLOGIN_FILE, FAILLOG_ENAB) = 1
strcmp(FTMP_FILE, FAILLOG_ENAB)  = 1
strcmp(FAIL_DELAY, FAILLOG_ENAB) = 1
strcmp(FAILLOG_ENAB, FAILLOG_ENAB)   = 0
strcasecmp(yes, yes) = 0
open64(/var/log/faillog, 2, 0145)  = 7
lseek64(7, 24, 0, 0, 0x41021158) = 24
read(7, , 24)  = 24
lseek64(7, 24, 0, 0, 0)  = 24
write(7, , 24) = 24
close(7) = 0
alarm(0) = 58
pam_acct_mgmt(0x9242228, 0, 0, 0xbfe17f50, 0)= 0
pam_get_item(0x9242228, 2, 0xbfe17e48, 0xbfe17f50, 0)= 0
setpwent()   = void
getpwnam(michael)  = 0x4114c0b8
setgid(1)= 0
initgroups(0x9249e5a, 1, 0x4114c0b8, 0x4114c0b8, 0x4114c0b8) = 0
pam_setcred(0x9242228, 2, 0xbfe17e48, 0xbfe17f50, 0) = 0
strcmp(MAIL_CHECK_ENAB, HUSHLOGIN_FILE)  = 1
strcmp(ERASECHAR, HUSHLOGIN_FILE)= -1
strcmp(HUSHLOGIN_FILE, HUSHLOGIN_FILE)   = 0
snprintf(/home/michael/.hushlogin, 8192, %s/%s, /home/michael, 
.hushlogin) = 24
access(/home/michael/.hushlogin, 0)= -1
pam_open_session(0x9242228, 0, 0xbfe17e48, 0xbfe17f50, 0 unfinished ...
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++


Running getty through strace produced no interesting information.


Running getty through gdb, I obtained the following backtrace
(long runs of 0x are replaced with ...)

Program received signal SIGSEGV, Segmentation fault.
0x00126abe in ?? ()
(gdb) bt
#0  0x00126abe in ?? ()
#1  0x4114b8a8 in main_arena () from /lib/tls/i686/cmov/libc.so.6
#2  0x08048f00 in ?? ()
#3  0x in ?? ()
#4  0x4114c0b8 in buffer_size.0 () from /lib/tls/i686/cmov/libc.so.6
#5  0x00802b60 in ?? ()
#6  0x08143f80 in ?? ()
#7  0x0813f228 in ?? ()
#8  0xbff1d0d8 in ?? ()
#9  0x007fda1c in ?? ()
#10 0x0813f228 in ?? ()
#11 0x in ?? ()
#12 0x0001 in ?? ()
#13 0x08143c10 in ?? ()
#14 0xb7f1f19c in ?? ()
#15 0x0001 in ?? ()
#16 0x in ?? ()
#17 0x in ?? ()
#18 0x in ?? ()
#19 0x in ?? ()
#20 0x0006 in ?? ()
#21 0x0020 in ?? ()
#22 0xffe0 in ?? ()
#23 0x08051178 in ?? ()
#24 0x003c in ?? ()
#25 0x00802b60 in ?? ()
#26 0x in ?? ()
#27 0x in ?? ()
#28 0xbff1d0f8 in ?? ()
#29 0x007ff9fb in ?? ()
#30 0x0813f228 in ?? ()
#31 0x in ?? ()
#32 0x0004 in ?? ()
#33 0xffe0 in ?? ()
#34 0x0813f228 in ?? ()
#35 0x4114c0b8 in buffer_size.0 () from /lib/tls/i686/cmov/libc.so.6
#36 0xbff1f5f8 in ?? ()
#37 0x0804addb in ?? ()
#38 0x0813f228 in ?? ()
#39 0x in ?? ()
#40 0xbff1d138 in ?? ()
#41 0xbff1d240 in ?? ()
#42 0x in ?? ()
#43 0x in ?? ()
#44 0x in ?? ()
#45 0x in ?? ()
#46 0x08146e58 in ?? ()

Bug#318819: Please remove build-dependency on libgimpprint1-dev

2005-07-18 Thread Roger Leigh
Package: gimp
Version: 2.2.8-5
Severity: serious
Justification: no longer builds from source

libgimpprint1 and libgimpprint1-dev will be removed from unstable
shortly, which will cause gimp to fail to build from source.
Please remove libgimpprint1-dev from the gimp Build-Deps.

configure should detect this, and simply not build the Print plug-in.

Additionally, a new Print plug-in is provided by gimp-print (gutenprint)
to replace this.  Currently it dpkg-diverts the old plug-in away, but
this can be changed once the build-deps are changed.  Please could
you Recommend gimp-print?


Regards,
Roger


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

Versions of packages gimp depends on:
ii  gimp-data 2.2.8-5Data files for The GIMP
ii  libaa11.4p5-28   ascii art library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libexif10 0.6.9-6library to parse EXIF files
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgimp2.02.2.8-5Libraries necessary to Run the GIM
ii  libgimpprint1 4.2.7-10   The Gimp-Print printer driver libr
ii  libglib2.0-0  2.6.5-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-2 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-2 X Window System Session Management
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libwmf0.2-7   0.2.8.3-2  Windows metafile conversion librar
ii  libx11-6  6.8.2.dfsg.1-2 X Window System protocol client li
ii  libxmu6   6.8.2.dfsg.1-2 X Window System miscellaneous util
ii  libxpm4   6.8.2.dfsg.1-2 X pixmap library
ii  libxt66.8.2.dfsg.1-2 X Toolkit Intrinsics
ii  wget  1.10-3+1.10.1beta1 retrieves files from the web
ii  xlibs 6.8.2.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.2-9  compression library - runtime

Versions of packages gimp recommends:
pn  gimp-svg  none (no description available)

-- no debconf information


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



Processed: Re: Bug#318758: gnome-blog: dependency change

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 318758
Bug#318758: gnome-blog: dependency change
Bug reopened, originator not changed.

 reassign 318758 python-gnome2
Bug#318758: gnome-blog: dependency change
Bug reassigned from package `gnome-blog' to `python-gnome2'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Prep for removal of libgimpprint1-dev

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 313026 serious
Bug#313026: gs-gpl: Please remove the gimp-print stp patch
Severity set to `serious'.

 retitle 313026 FTBFS: gs-gpl: FTBFS: stp patch (libgimpprint1-dev will be 
 removed shortly)
Bug#313026: gs-gpl: Please remove the gimp-print stp patch
Changed Bug title.

 severity 313025 serious
Bug#313025: gs-esp: Please remove the gimp-print stp patch
Severity set to `serious'.

 retitle 313025 FTBFS: gs-esp: FTBFS: stp patch (libgimpprint1-dev will be 
 removed shortly)
Bug#313025: gs-esp: Please remove the gimp-print stp patch
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: setting package to abiword abiword-common abiword abiword-gnome abiword-plugins abiword-plugins-gnome abiword-help xfonts-abi ... ... ...

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.14
 package abiword abiword-common abiword abiword-gnome abiword-plugins 
 abiword-plugins-gnome abiword-help xfonts-abi
Ignoring bugs not assigned to: abiword-common xfonts-abi abiword-plugins 
abiword abiword-help abiword-plugins-gnome abiword-gnome

 tags 314734 + pending
Bug#314734: AbiWord help should be registered with doc-base
There were no tags set.
Tags added: pending

 tags 314735 + pending
Bug number 314735 belongs to package abiword-doc, skipping.

 tags 315178 + pending
Bug#315178: FTBFS: Build-depends on libnautilus2-dev instead of libgnomeui-dev
Tags were: patch sid
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 'unsigned int' loses precision

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 303847 + pending
Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 
'unsigned int' loses precision
Tags were: patch
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: It's a 64bit issue

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 318719 grave
Bug#318719: tecnoballz: Segfaults on startup
Severity set to `grave'.

 thanks dude
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318811: mozilla-ctxextensions: Can't be installed because of broken link in extensions.d dir

2005-07-18 Thread Robert Luberda
Package: mozilla-ctxextensions
Version: 4.0.2005071301-1
Severity: serious


Hi, 


The package can't be installed because
/var/lib/mozilla-firefox/extensions.d/42ctxextensions is  symlink to a
nonexistent file /usr/share/mozilla-extensions/ctxextensions/extensions.d:

Updating mozilla-firefox chrome 
registry.../usr/sbin/update-mozilla-firefox-chrome[92]: cannot open
/var/lib/mozilla-firefox/extensions.d/42ctxextensions: No such file or directory
dpkg: error processing mozilla-tabextensions (--configure):
 subprocess post-installation script returned error exit stat

 Regards,
 robert

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

Versions of packages mozilla-ctxextensions depends on:
ii  mozilla-firefox   1.0.5-1lightweight web browser based on M

mozilla-ctxextensions recommends no packages.

-- no debconf information


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



Processed: your mail

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close #318656
Bug#318656: gtktalog segfaults on start
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to daniel poelzleithner [EMAIL 
PROTECTED]

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318799: does not set up a proper grub when installing in hdb MBR

2005-07-18 Thread Noel Torres
Package: installation
Severity: grave

I installed normally from Sarge DVD 1 in my brand-new hard disk hdb.
Everything seemed OK, and I partitioned my new disk (boot, swap, root,
home and all the others) and selected to install grub in MBR of hdb.

During rebooting, I set up my BIOS to boot from hdb. The computer
booted, and grub showed me a menu with the two new kernel entries
(normal and recover mode) and all my old kernels from hda.

I selected to boot the new kernel, and grub said me that it can not
execute the second instruction kernel because it can not find the
file.

I keystroked e-d-b and my new system booted OK. Simply deleting the
first line root (hd1,0) worked.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9Envite_27.01.05
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
(ignored: LC_ALL set to [EMAIL PROTECTED])




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



Bug#318796: /usr/bin/gq: exits with segmentation fault when adding or editing server

2005-07-18 Thread Arthur de Jong
Subject: /usr/bin/gq: exits with segmentation fault when adding or editing 
server
Package: gq
Version: 1.0beta1-3
Severity: grave
Justification: renders package unusable
File: /usr/bin/gq

When I started gq with a configuration file from 2005-03-21 gq exited
immediatly with a segmentation fault. I moved the ~/.gq config file
aside and started gq. Everything appeared to work until I tried to add a
server via File - Preferences - Servers - New. As soon as I click the
New button gq exits with a segmentation fault.

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

Versions of packages gq depends on:
ii  libatk1.0-0 1.10.1-2 The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.5-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.8-1  The GTK+ graphical user interface
ii  libldap22.1.30-11OpenLDAP libraries
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries
ii  libxml2 2.6.20-1 GNOME XML library
ii  zlib1g  1:1.2.2-9compression library - runtime

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


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


Bug#318791: opencv: FTBFS on 64 arches: cast from 'void*' to 'int' loses precision

2005-07-18 Thread Kurt Roeckx
Package: opencv
Version: 0.9.6-2
Severity: serious

Hi,

Your package is failing to build on all 64 bit arches with the following
error:
if alpha-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../trs 
-I../../../otherlibs/highgui -I../../../cxcore/inc
lude -I../../../cv/include -I../../../cv/src -I../../../cvaux/include-g 
-fomit-frame-pointer -O3 -DNDEBUG -Wall -fno-rtt
i -pipe -MT apyramids.o -MD -MP -MF .deps/apyramids.Tpo -c -o apyramids.o 
apyramids.cpp; \
then mv -f .deps/apyramids.Tpo .deps/apyramids.Po; else rm -f 
.deps/apyramids.Tpo; exit 1; fi
apyramids.cpp: In function 'int PyrDownCmpIPL(void*)':
apyramids.cpp:189: error: cast from 'void*' to 'int' loses precision
apyramids.cpp: In function 'int PyrUpCmpIPL(void*)':
apyramids.cpp:321: error: cast from 'void*' to 'int' loses precision
cvtest.h: At global scope:
cvtest.h:169: warning: 'double atsCompareAngles(double, double)' defined but 
not used
make[5]: *** [apyramids.o] Error 1


Kurt




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



Bug#318785: kaffe: Please depend on libgmp3c2 instead of libgmp

2005-07-18 Thread Andreas Jochens
Package: kaffe
Version: 2:1.1.5-3
Severity: serious
Tags: patch

Please change libgmp3 to libgmp3c2 in debian/shlibs.local. Otherwise
kaffe binary packages will depend on libgmp3 which is no longer built
by the gmp source package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kaffe-1.1.5/debian/shlibs.local ./debian/shlibs.local
--- ../tmp-orig/kaffe-1.1.5/debian/shlibs.local 2005-07-17 14:19:48.0 
+
+++ ./debian/shlibs.local   2005-07-17 14:14:39.0 +
@@ -1,4 +1,4 @@
-libgmp 3 libgmp3 (= 4.1.3)
+libgmp 3 libgmp3c2
 libjpeg 62 libjpeg62 (= 6b)
 libpng12 0 libpng12-0 (= 1.2.5.0)
 libz 1 zlib1g (= 1.2.1.1)


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



Bug#292937: parted bug # 292937 is still open by parted 1.6.23 upload ?

2005-07-18 Thread Sven Luther
On Sun, Jul 17, 2005 at 10:01:34AM +0200, Andreas Jochens wrote:
 Hello,
 
 On 05-Jul-16 23:50, Sven Luther wrote:
  Hello,
  
  Can you please test if parted 1.6.23-1 did (or not) close this bug ? I 
  think i
  (or the autobuilders to some degree), built it with gcc-4.0, not sure about
  the amd64 autobuilder though.
 
 I still get the following error with parted 1.6.23-1 on amd64 with gcc-4.0.1:
 
  x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../libparted -I.. 
 -I../../include -g -O2 -D_REENTRANT -D_FILE_OFFSET_BITS=no 
 -DLOCALEDIR=\/usr/share/locale\ -DLOCALEDIR=\/usr/share/locale\ -W -Wall 
 -Wno-unused -Wno-switch -Wno-format -Werror -MT linux.lo -MD -MP -MF 
 .deps/linux.Tpo -c ../../libparted/linux.c  -fPIC -DPIC -o .libs/linux.o
 cc1: warnings being treated as errors
 ../../libparted/linux.c: In function '_probe_lvm_devices':
 ../../libparted/linux.c:1485: warning: comparison between signed and unsigned
 make[4]: *** [linux.lo] Error 1
 make[4]: Leaving directory `/parted-1.6.23/build-deb/libparted'

Try 1.6.23-3, or send a new patch then. I will be offline the next 2 weeks
though. NMU accepted.

What i don't understand is that the amd64 buildd built the package, and
gcc-4.0 is in sid now, so how can it fail for you.

Friendly,

Sven Luther



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



Bug#318545: marked as done (libproc-pid-file-perl: FTBFS: Missing Build-Depends)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 21:02:57 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318545: fixed in libproc-pid-file-perl 1.24-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Jul 2005 04:10:25 +
From [EMAIL PROTECTED] Fri Jul 15 21:10:25 2005
Return-path: [EMAIL PROTECTED]
Received: from pop06.mail.atl.earthlink.net [207.69.200.40] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dte0P-9m-00; Fri, 15 Jul 2005 21:10:25 -0700
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] 
helo=frobnitz.homelinux.net)
by pop06.mail.atl.earthlink.net with esmtp (Exim 3.36 #10)
id 1Dte0O-0002sw-00
for [EMAIL PROTECTED]; Sat, 16 Jul 2005 00:10:24 -0400
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52)
id 1Dtdzw-0004o3-LU
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 21:10:06 -0700
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libproc-pid-file-perl: FTBFS: Missing Build-Depends
From: Daniel Schepler [EMAIL PROTECTED]
Date: Fri, 15 Jul 2005 21:09:53 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libproc-pid-file-perl
Severity: serious
Version: 1.24-1

From my build log:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libproc-pid-file-perl-1.24'
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl
1..7
ok 1 - use Proc::PID::File
ok 2 - running
Can't exec ps: No such file or directory at blib/lib/Proc/PID/File.pm line 
131, FH line 1.
ps utility not available: No such file or directory at 
blib/lib/Proc/PID/File.pm line 131, FH line 1.
# Looks like you planned 7 tests but only ran 2.
# Looks like your test died just after 2.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libproc-pid-file-perl-1.24'
make: *** [binary-indep] Error 2

You probably need to add procps [!hurd-i386] to the Build-Depends.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

-- 
Daniel Schepler  Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet.
 -- Orson Scott Card

---
Received: (at 318545-close) by bugs.debian.org; 18 Jul 2005 01:08:04 +
From [EMAIL PROTECTED] Sun Jul 17 18:08:04 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuK71-0002Nx-00; Sun, 17 Jul 2005 18:08:04 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuK25-00034G-00; Sun, 17 Jul 2005 21:02:57 -0400
From: Alexander Zangerl [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318545: fixed in libproc-pid-file-perl 1.24-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 17 Jul 2005 21:02:57 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libproc-pid-file-perl
Source-Version: 1.24-2

We believe that the bug you reported is fixed in the latest version of
libproc-pid-file-perl, which is due to be installed in the Debian FTP archive:

libproc-pid-file-perl_1.24-2.diff.gz
  to pool/main/libp/libproc-pid-file-perl/libproc-pid-file-perl_1.24-2.diff.gz
libproc-pid-file-perl_1.24-2.dsc
  to pool/main/libp/libproc-pid-file-perl/libproc-pid-file-perl_1.24-2.dsc
libproc-pid-file-perl_1.24-2_all.deb
  to pool/main/libp/libproc-pid-file-perl/libproc-pid-file-perl_1.24-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have 

Bug#318526: marked as done (FTBFS: Declaration with no type)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 22:32:04 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318526: fixed in atom4 4.1-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Jul 2005 01:40:08 +
From [EMAIL PROTECTED] Fri Jul 15 18:40:08 2005
Return-path: [EMAIL PROTECTED]
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dtbex-0004We-00; Fri, 15 Jul 2005 18:40:08 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6G1e6Oc023445
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 18:40:07 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.50)
id 1DtRgv-q2-00
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 08:01:30 -0700
Date: Fri, 15 Jul 2005 08:01:28 -0700
From: Matt Kraai [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: FTBFS: Declaration with no type
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=pvezYHf7grwyp3Bc
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02


--pvezYHf7grwyp3Bc
Content-Type: multipart/mixed; boundary=UugvWAfsgieZRqgk
Content-Disposition: inline


--UugvWAfsgieZRqgk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: atom4
Version: 4.1-1
Severity: serious

atom4 fails to build from source because it declares server with no
type:

g++ -pedantic -DDATADIR=3D\/usr/share/games/atom4\ -O2 -Iinclude -Iprogli=
b/include -c net/server.cc -o net/server.o
net/server.h:31: error: ISO C++ forbids declaration of 'server' with no type
net/server.h:31: error: expected ';' before '*' token
net/server.h:78: error: expected `)' before '*' token
net/server.cc: In member function 'void clientconn::p_requ()':
net/server.cc:69: error: 'serv' was not declared in this scope
net/server.cc: In member function 'void clientconn::p_move()':
net/server.cc:84: error: 'serv' was not declared in this scope
net/server.cc: In member function 'void clientconn::p_play()':
net/server.cc:126: error: 'serv' was not declared in this scope
net/server.cc: In member function 'void clientconn::p_who()':
net/server.cc:147: error: 'serv' was not declared in this scope
net/server.cc: In member function 'void clientconn::enter_connected_state()=
':
net/server.cc:212: error: 'serv' was not declared in this scope
net/server.cc: In member function 'virtual void clientconn::disconnected()':
net/server.cc:263: error: 'serv' was not declared in this scope
net/server.cc: At global scope:
net/server.cc:268: error: prototype for 'clientconn::clientconn(server*, in=
t, int, char*, eventloop*, int)' does not match any in class 'clientconn'
net/server.h:28: error: candidates are: clientconn::clientconn(const client=
conn)
net/server.h:28: error: clientconn::clientconn()
net/server.cc: In constructor 'clientconn::clientconn(server*, int, int, ch=
ar*, eventloop*, int)':
net/server.cc:269: error: class 'clientconn' does not have any field named =
'serv'
net/server.cc: In member function 'int server::new_client()':
net/server.cc:437: error: no matching function for call to 'clientconn::cli=
entconn(server* const, int, int, char*, eventloop*, int)'
net/server.h:28: note: candidates are: clientconn::clientconn()
net/server.h:28: note: clientconn::clientconn(const clientc=
onn)cons: *** [net/server.o] Error 1
cons: errors constructing net/server.o
make: *** [install] Error 2

The attached patch fixes this problem by predeclaring server as a
class.

--=20
Matt

--UugvWAfsgieZRqgk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=atom4_4.1-1.patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- 

Bug#300366: marked as done (xfig: FTBFS (amd64/gcc-4.0): array type has incomplete element type)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 16:18:11 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#300366: fixed in xfig 1:3.2.5-alpha5-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 19 Mar 2005 09:55:25 +
From [EMAIL PROTECTED] Sat Mar 19 01:55:24 2005
Return-path: [EMAIL PROTECTED]
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCafz-0004GP-00; Sat, 19 Mar 2005 01:55:24 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1DCafu-00077f-Mg; Sat, 19 Mar 2005 10:55:18 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: xfig: FTBFS (amd64/gcc-4.0): array type has incomplete element type
Message-Id: [EMAIL PROTECTED]
Date: Sat, 19 Mar 2005 10:55:18 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: xfig
Severity: normal
Tags: patch

When building 'xfig' on amd64 with gcc-4.0,
I get the following error:

gcc -c -O2 -g  -I/usr/include -I/usr/local/include -I/usr/include/X11 
-I/usr/X11R6/include -Dlinux -D__x86_64__ -D_POSIX_C_SOURCE=199309L 
  -D_POSIX_SOURCE -D_XOPEN_SOURCE   
  -D_BSD_SOURCE -D_SVID_SOURCE  
-DFUNCPROTO=15 -DNARROWPROTO
   -DUSE_INLINE -DUSE_XPM -DXAW3D -DXAW3D1_5E 
-DUSE_JPEG -DI18N -DSETLOCALE d_text.c
In file included from d_text.c:26:
u_fonts.h:35: error: array type has incomplete element type
u_fonts.h:35: error: array type has incomplete element type
u_fonts.h:36: error: array type has incomplete element type
u_fonts.h:37: error: array type has incomplete element type
make[1]: *** [d_text.o] Error 1
make[1]: Leaving directory `/xfig-3.2.5-alpha5'
make: *** [build-stamp] Error 2

With the attached patch 'xfig' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xfig-3.2.5-alpha5/u_fonts.h ./u_fonts.h
--- ../tmp-orig/xfig-3.2.5-alpha5/u_fonts.h 2004-01-06 20:47:45.0 
+0100
+++ ./u_fonts.h 2005-03-19 10:28:37.584428371 +0100
@@ -32,9 +32,6 @@
 
 extern int psfontnum();
 extern int latexfontnum();
-extern struct _xfstructx_fontinfo[], x_backup_fontinfo[];
-extern struct _fstruct ps_fontinfo[];
-extern struct _fstruct latex_fontinfo[];
 
 /* element of linked list for each font
The head of list is for the different font NAMES,
@@ -55,11 +52,16 @@
 intxfontnum;   /* template for locating X fonts */
 };
 
+extern struct _fstruct ps_fontinfo[];
+extern struct _fstruct latex_fontinfo[];
+
 struct _xfstruct {
 char  *template;   /* template for locating X fonts */
 struct xfont   *xfontlist; /* linked list of X fonts for different point
 * sizes */
 };
 
+extern struct _xfstructx_fontinfo[], x_backup_fontinfo[];
+
 intx_fontnum();
 #endif /* U_FONTS_H */

---
Received: (at 300366-close) by bugs.debian.org; 17 Jul 2005 20:25:07 +
From [EMAIL PROTECTED] Sun Jul 17 13:25:07 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuFhD-0005q8-00; Sun, 17 Jul 2005 13:25:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuFaV-0006xq-00; Sun, 17 Jul 2005 16:18:11 -0400
From: Roland Rosenfeld [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300366: fixed in xfig 1:3.2.5-alpha5-4
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 17 Jul 2005 16:18:11 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: 

Bug#288599: marked as done (transfig: FTBFS (amd64/gcc-4.0): )

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 17:02:14 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#288599: fixed in transfig 1:3.2.5-alpha5-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 4 Jan 2005 15:43:36 +
From [EMAIL PROTECTED] Tue Jan 04 07:43:36 2005
Return-path: [EMAIL PROTECTED]
Received: from c158101.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.101] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ClqqN-d1-00; Tue, 04 Jan 2005 07:43:35 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Clqvw-0005oK-Ex; Tue, 04 Jan 2005 16:49:20 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: transfig: FTBFS (amd64/gcc-4.0): 
Message-Id: [EMAIL PROTECTED]
Date: Tue, 04 Jan 2005 16:49:20 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: transfig
Severity: normal
Tags: patch

When building 'transfig' on amd64 with gcc-4.0,
I get the following error:

gcc -O2 -fno-strict-aliasing -Wall -g-I.. -I../..  -I/usr/X11R6/include
-Dlinux -D__x86_64__ -D_POSIX_C_SOURCE=199309L   
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
-D_SVID_SOURCE  
-DFUNCPROTO=15 -DNARROWPROTO   -DUSE_PNG -DUSE_XPM -I/usr/include/X11 
-I/usr/X11R6/include/X11 -DNFSS -DA4-DLATEX2E_GRAPHICS   -DDVIPS 
-DI18N -DFIG2DEV_LIBDIR=/usr/share/xfig/fig2dev 
-DFIG2DEV_LIBDIR_STR=\/usr/share/xfig/fig2dev\ 
-DBITMAPDIR=\/usr/share/xfig/bitmaps\-c -o genibmgl.o genibmgl.c
genibmgl.c:53: warning: type defaults to 'int' in declaration of 'set_style'
genibmgl.c:78: error: static declaration of 'paperspec' follows non-static 
declaration
../fig2dev.h:142: error: previous declaration of 'paperspec' was here

With the attached patch 'transfig' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/transfig-3.2.5-alpha5/fig2dev/dev/genibmgl.c 
./fig2dev/dev/genibmgl.c
--- ../tmp-orig/transfig-3.2.5-alpha5/fig2dev/dev/genibmgl.c2003-11-11 
18:42:05.0 +0100
+++ ./fig2dev/dev/genibmgl.c2005-01-04 16:32:39.378514072 +0100
@@ -75,7 +75,6 @@
 
 static Boolean pcljcl   = False;  /* flag to precede IBMGL (HP/GL) 
output with PCL job control */
 static Boolean reflected= False;
-static  Boolean paperspec= False;
 static int fonts= FONTS;
 static int colors   = COLORS;
 static int patterns = PATTERNS;

---
Received: (at 288599-close) by bugs.debian.org; 17 Jul 2005 21:12:12 +
From [EMAIL PROTECTED] Sun Jul 17 14:12:12 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuGQm-0002UL-00; Sun, 17 Jul 2005 14:12:12 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuGH8-0003WB-00; Sun, 17 Jul 2005 17:02:14 -0400
From: Roland Rosenfeld [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#288599: fixed in transfig 1:3.2.5-alpha5-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 17 Jul 2005 17:02:14 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: transfig
Source-Version: 1:3.2.5-alpha5-3

We believe that the bug you reported is fixed in the latest version of
transfig, which is due to be installed in the Debian FTP archive:

transfig_3.2.5-alpha5-3.diff.gz
  to pool/main/t/transfig/transfig_3.2.5-alpha5-3.diff.gz
transfig_3.2.5-alpha5-3.dsc
  to pool/main/t/transfig/transfig_3.2.5-alpha5-3.dsc
transfig_3.2.5-alpha5-3_i386.deb
  to pool/main/t/transfig/transfig_3.2.5-alpha5-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for 

Bug#243048: marked as done (package xen build-depends on gcc-3.2/g++-3.2)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 00:02:57 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#243048: fixed in xen 2.0.6-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 10 Apr 2004 16:23:09 +
From [EMAIL PROTECTED] Sat Apr 10 09:23:09 2004
Return-path: [EMAIL PROTECTED]
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BCLG9-0003r5-00; Sat, 10 Apr 2004 09:23:09 -0700
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id SAA26728
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 18:19:56 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i3AGJuhk018031;
Sat, 10 Apr 2004 18:19:56 +0200 (MEST)
From: Matthias Klose [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: [EMAIL PROTECTED]
Date: Sat, 10 Apr 2004 18:19:55 +0200
To: [EMAIL PROTECTED]
Subject: package xen build-depends on gcc-3.2/g++-3.2
X-Mailer: VM 7.03 under 21.4 (patch 6) Common Lisp XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: xen

[I know it fails with gcc/g++], but please recheck with 3.4/snapshot,
 clone the report to have it reported against gcc]

The xen package currently build-depends on gcc-3.2/g++-3.2 instead of
the default gcc/g++ packages/compilers.

Please check if/that the package can be built using the default
gcc/g++.  If the packages fails to build, please recheck with the
gcc-snapshot package.

In the case of build failures, please add the preprocessed source to
the report. The severity of the report will become serious once
gcc-3.2 is removed from the distribution.

Thanks, Matthias




---
Received: (at 243048-close) by bugs.debian.org; 18 Jul 2005 04:08:07 +
From [EMAIL PROTECTED] Sun Jul 17 21:08:07 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuMvH-00041R-00; Sun, 17 Jul 2005 21:08:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuMqH-00016V-00; Mon, 18 Jul 2005 00:02:57 -0400
From: Adam Heath [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#243048: fixed in xen 2.0.6-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 00:02:57 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xen
Source-Version: 2.0.6-1

We believe that the bug you reported is fixed in the latest version of
xen, which is due to be installed in the Debian FTP archive:

kernel-patch-xen_2.0.6-1_i386.deb
  to pool/main/x/xen/kernel-patch-xen_2.0.6-1_i386.deb
libxen-dev_2.0.6-1_i386.deb
  to pool/main/x/xen/libxen-dev_2.0.6-1_i386.deb
libxen-python_2.0.6-1_i386.deb
  to pool/main/x/xen/libxen-python_2.0.6-1_i386.deb
libxen2.0_2.0.6-1_i386.deb
  to pool/main/x/xen/libxen2.0_2.0.6-1_i386.deb
xen-docs_2.0.6-1_all.deb
  to pool/main/x/xen/xen-docs_2.0.6-1_all.deb
xen_2.0.6-1.diff.gz
  to pool/main/x/xen/xen_2.0.6-1.diff.gz
xen_2.0.6-1.dsc
  to pool/main/x/xen/xen_2.0.6-1.dsc
xen_2.0.6-1_i386.deb
  to pool/main/x/xen/xen_2.0.6-1_i386.deb
xen_2.0.6.orig.tar.gz
  to pool/main/x/xen/xen_2.0.6.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Heath [EMAIL PROTECTED] (supplier of updated xen package)

(This message was generated automatically at their request; if you
believe that there is a 

Bug#318690: libhoard: non-dev library package contains .so file

2005-07-18 Thread Steve Langasek
On Sun, Jul 17, 2005 at 03:37:38PM -0500, Adam Majer wrote:
 Steve Langasek wrote:

 Package: libhoard
 Version: 2.1.0-3
 Severity: serious
 Justification: Policy 8.4

 The libhoard package contains a libhoard.so file which is *not* a symlink to
 libhoard.so.*.  This violates all the rules governing shared library
 packaging; it makes it impossible to properly support installation of
 multiple concurrent versions of the shared library, and it means that
 installing future versions of -dev packages will force removal of any
 packages dynamically linked with this libhoard.so.  These
 forward-compatibility issues make libhoard 2.1.0-3 unsuitable for inclusion
 in a stable release.

 Either libhoard must have a properly versioned soname and be split into -dev
 and runtime packages, or the shared library must be dropped completely from
 the package.

 Err, this is on purpose. libhoard is suppose to be a malloc/free drop-in
 replacement. If you try to get the soname,

 objdump -x libhoard.so | grep SONAME

 there is none. The reason is that there are only two functions that
 libhoard really exports - free and malloc. Those will not change. I
 don't think ABI for C linking will change either :)

 Also, you are not suppose to link with libhoard.so. You are suppose to
 preload it for the  applications you want to use the Hoard memory
 allocator. From the readme,

Then libhoard.so should not be located in /usr/lib, per Policy 10.2.

 Shared object files (often .so' files) that are not public libraries,
 that is, they are not meant to be linked to by third party executables
 (binaries of other packages), should be installed in subdirectories of
 the /usr/lib' directory.  Such files are exempt from the rules that
 govern ordinary shared libraries, except that they must not be
 installed executable and should be stripped.[2]

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#318656: (debian.bugs) Re: Bug#318656: gtktalog segfaults on start

2005-07-18 Thread Daniel Poelzleithner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Lichtenheld wrote:

 Hmm, doesn't segfault here on my PPC machine.
 I will try to investigate this tomorrow ony my i386 one once I'm back
 from Debconf.

I was hunting a stupid xserver memory leak and found the problem.
Somehow this triggered a bug in the nvdia binary driver when the RENDER
extension was enabled, but i found that the nvidia driver got installed
wrong and seemed to have used some old module. Hope everything is fixed
now :)

I hate binary drivers ! ;)

kindly regards
  Daniel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC2scSy/mkIQp7AD0RAv6WAJ9ej3UfgPivv+c575AoYJipEcCORQCdFesB
vN5T40lX3Q6av6ng5SF3rwY=
=ctYi
-END PGP SIGNATURE-


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



Bug#318690: libhoard: non-dev library package contains .so file

2005-07-18 Thread Adam Majer
Steve Langasek wrote:

Package: libhoard
Version: 2.1.0-3
Severity: serious
Justification: Policy 8.4

The libhoard package contains a libhoard.so file which is *not* a symlink to
libhoard.so.*.  This violates all the rules governing shared library
packaging; it makes it impossible to properly support installation of
multiple concurrent versions of the shared library, and it means that
installing future versions of -dev packages will force removal of any
packages dynamically linked with this libhoard.so.  These
forward-compatibility issues make libhoard 2.1.0-3 unsuitable for inclusion
in a stable release.

Either libhoard must have a properly versioned soname and be split into -dev
and runtime packages, or the shared library must be dropped completely from
the package.
  


Err, this is on purpose. libhoard is suppose to be a malloc/free drop-in
replacement. If you try to get the soname,

objdump -x libhoard.so | grep SONAME

there is none. The reason is that there are only two functions that
libhoard really exports - free and malloc. Those will not change. I
don't think ABI for C linking will change either :)

Also, you are not suppose to link with libhoard.so. You are suppose to
preload it for the  applications you want to use the Hoard memory
allocator. From the readme,

In UNIX, you can use the LD_PRELOAD variable to use Hoard instead of
the system allocator for any program not linked with the -static
option (that's most programs).

*** Solaris (with the Sun Workshop compilers) ***

  setenv LD_PRELOAD /path/to/libhoard.so /usr/lib/libthread.so
/usr/lib/librt.so /usr/lib/libCrun.so.1


So, in a nutshell, this is not a typical shared library. It is a library
that allows you to test performance of your multi-thread program
(usually running on 2 processors) with the standard malloc or from
Hoard just by setting LD_PRELOAD. You generally will not do,

gcc my_program -lhoard

- Adam



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



Bug#318633: Wrong CVE Ids

2005-07-18 Thread Moritz Muehlenhoff
Doh! This should be CAN-2004-2161 and CAN-2004-2162, not -2005-

Cheers,
Moritz


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



Bug#318520: marked as done (libgcrypt11: FTBFS: Cannot install docs)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 02:48:59 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318520: fixed in libgcrypt11 1.2.1-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Jul 2005 00:02:36 +
From [EMAIL PROTECTED] Fri Jul 15 17:02:36 2005
Return-path: [EMAIL PROTECTED]
Received: from pop06.mail.atl.earthlink.net [207.69.200.40] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Dta8a-0005uV-00; Fri, 15 Jul 2005 17:02:36 -0700
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] 
helo=frobnitz.homelinux.net)
by pop06.mail.atl.earthlink.net with esmtp (Exim 3.36 #10)
id 1Dta8Z-0001MH-00
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 20:02:35 -0400
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52)
id 1Dta8Y-lM-9L
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 17:02:34 -0700
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libgcrypt11: FTBFS: Cannot install docs
From: Daniel Schepler [EMAIL PROTECTED]
Date: Fri, 15 Jul 2005 17:02:33 -0700
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libgcrypt11
Version: 1.2.1-2
Severity: serious

From my build log:

...
install -o root -g root -m 755 ./doc/gcrypt.ps 
debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/
install -d -o root -g root -m 755 
debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/html/
cp -a ./doc/gcrypt*.html 
debian/libgcrypt11-doc/usr/share/doc/libgcrypt11-doc/html/
cp: cannot stat `./doc/gcrypt*.html': No such file or directory
make: *** [binary-post-install/libgcrypt11-doc] Error 1

This is probably due to texi2html's behavior with -split changing in a
recent upload.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages libgcrypt11 depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgpg-error0   1.1-1library for common error values an

libgcrypt11 recommends no packages.

-- no debconf information

-- 
Daniel Schepler  Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet.
 -- Orson Scott Card

---
Received: (at 318520-close) by bugs.debian.org; 18 Jul 2005 06:52:43 +
From [EMAIL PROTECTED] Sun Jul 17 23:52:43 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuPUZ-0001pa-00; Sun, 17 Jul 2005 23:52:43 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuPQx-0006Xr-00; Mon, 18 Jul 2005 02:48:59 -0400
From: Matthias Urlichs [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318520: fixed in libgcrypt11 1.2.1-4
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 02:48:59 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libgcrypt11
Source-Version: 1.2.1-4

We believe that the bug you reported is fixed in the latest version of
libgcrypt11, which is due to be installed in the Debian FTP archive:

libgcrypt11-dbg_1.2.1-4_i386.deb
  to pool/main/libg/libgcrypt11/libgcrypt11-dbg_1.2.1-4_i386.deb
libgcrypt11-dev_1.2.1-4_i386.deb
  to pool/main/libg/libgcrypt11/libgcrypt11-dev_1.2.1-4_i386.deb
libgcrypt11-doc_1.2.1-4_all.deb
  to pool/main/libg/libgcrypt11/libgcrypt11-doc_1.2.1-4_all.deb
libgcrypt11_1.2.1-4.diff.gz
  to pool/main/libg/libgcrypt11/libgcrypt11_1.2.1-4.diff.gz
libgcrypt11_1.2.1-4.dsc
  to pool/main/libg/libgcrypt11/libgcrypt11_1.2.1-4.dsc
libgcrypt11_1.2.1-4_i386.deb
  to 

Bug#318437: marked as done (krb5: MITKRB5-SA-2005-002 not fixed in sarge)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 13:57:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Fixed in 1.3.6-2sarge2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 15 Jul 2005 14:52:27 +
From [EMAIL PROTECTED] Fri Jul 15 07:52:27 2005
Return-path: [EMAIL PROTECTED]
Received: from zveryno.vilnius.lm.lt (master.zveryno.vilnius.lm.lt) 
[193.219.141.99] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DtRYB-0003A8-00; Fri, 15 Jul 2005 07:52:27 -0700
Received: from modax by master.zveryno.vilnius.lm.lt with local (Exim 4.50)
id 1DtRX4-0004hE-Kj
for [EMAIL PROTECTED]; Fri, 15 Jul 2005 17:51:18 +0300
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Modestas Vainius [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: krb5: MITKRB5-SA-2005-002 not fixed in sarge
X-Mailer: reportbug 3.8
Date: Fri, 15 Jul 2005 17:51:18 +0300
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: krb5
Severity: grave
Tags: security sarge
Justification: user security hole

According to the changelog of 1.3.6-2sarge1, MITKRB5-SA-2005-002[1] is
still not fixed sarge. It's fixed in unstable (-4) though. Please fix it
ASAP.

http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2005-002-kdc.txt

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.31-zgsrv
Locale: LANG=lt_LT, LC_CTYPE=lt_LT (charmap=ISO-8859-13)

---
Received: (at 318437-done) by bugs.debian.org; 17 Jul 2005 20:57:11 +
From [EMAIL PROTECTED] Sun Jul 17 13:57:11 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp1.stanford.edu [171.67.16.123] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuGCF-0002KV-00; Sun, 17 Jul 2005 13:57:11 -0700
Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147])
by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j6HKvA14009684
for [EMAIL PROTECTED]; Sun, 17 Jul 2005 13:57:10 -0700
Received: by windlord.stanford.edu (Postfix, from userid 1000)
id 19829E7CB1; Sun, 17 Jul 2005 13:57:10 -0700 (PDT)
To: [EMAIL PROTECTED]
Subject: Fixed in 1.3.6-2sarge2
From: Russ Allbery [EMAIL PROTECTED]
Organization: The Eyrie
Date: Sun, 17 Jul 2005 13:57:10 -0700
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Jumbo Shrimp, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

This was fixed in 1.3.6-2sarge2, which has just now made it into stable
and has been announced.

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


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



Bug#318545: libproc-pid-file-perl: FTBFS: Missing Build-Depends

2005-07-18 Thread Alexander Zangerl
On Fri, 15 Jul 2005 21:09:53 MST, Daniel Schepler writes:
ok 2 - running
Can't exec ps: No such file or directory at blib/lib/Proc/PID/File.pm line 1
31, FH line 1.

thanks for spotting this; my build-environment wasn't empty enough...

You probably need to add procps [!hurd-i386] to the Build-Depends.

indeed. i missed that procps is required but not essential.

a new upload is on the way.

regards
az


-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
All that glitters has a high refractive index.


pgphja4o6vY15.pgp
Description: PGP signature


Bug#318525: atlas: FTBFS: Memory inputs not directly addressable

2005-07-18 Thread Matt Kraai
On Sun, Jul 17, 2005 at 08:25:21PM +0100, Roger Leigh wrote:
 Is this still reproducible with a current etch or sid system?
 
 Also, your bug report did not state the architecture, subarchitecture
 or compiler you were using, not the distribution you built on.  Given
 that this is using ASM, this will affect which platforms can reproduce
 it.
 
  /tmp/buildd/atlas-3.2.1ln/include/contrib/ATL_gemv_ger_SSE.h:145:
  warning: incompatible implicit declaration of built-in function
  'memset'
 
 This is definitely a 64-bit bug.
 
 Please could you retry the build, and provide the additional
 information about your system?

I encountered the bug recently on an i386 sid system.  I'll try to
reproduce it tomorrow.

-- 
Matt


signature.asc
Description: Digital signature


Bug#318525: atlas: FTBFS: Memory inputs not directly addressable

2005-07-18 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Is this still reproducible with a current etch or sid system?

Also, your bug report did not state the architecture, subarchitecture
or compiler you were using, not the distribution you built on.  Given
that this is using ASM, this will affect which platforms can reproduce
it.

 /tmp/buildd/atlas-3.2.1ln/include/contrib/ATL_gemv_ger_SSE.h:145:
 warning: incompatible implicit declaration of built-in function
 'memset'

This is definitely a 64-bit bug.

Please could you retry the build, and provide the additional
information about your system?


Thanks,
Roger

- -- 
Roger Leigh
Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFC2rCgVcFcaSW/uEgRAtrnAJ49pVJVl+6zynYQ7fDbdcy4wEZhewCeIjgQ
p7HocRUxgVf/1/K5o/ox9pE=
=KFWd
-END PGP SIGNATURE-


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



Bug#265503: marked as done (mcmcpack: FTBFS with gcc-3.4: `current_' undeclared (first use this function))

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 01:18:15 -0500
with message-id [EMAIL PROTECTED]
and subject line Current version builds with gcc-{3.4,4.0}
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 13 Aug 2004 12:58:53 +
From [EMAIL PROTECTED] Fri Aug 13 05:58:53 2004
Return-path: [EMAIL PROTECTED]
Received: from d001029.adsl.hansenet.de (localhost) [80.171.1.29] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bvbdz-0003Uz-00; Fri, 13 Aug 2004 05:58:52 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1Bvbdz-0005Zh-Pq; Fri, 13 Aug 2004 14:58:51 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: mcmcpack: FTBFS with gcc-3.4: `current_' undeclared (first use this 
function)
Message-Id: [EMAIL PROTECTED]
Date: Fri, 13 Aug 2004 14:58:51 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_40,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: mcmcpack
Severity: normal
Tags: patch

When building 'mcmcpack' with gcc-3.4 I get the following error:

Scythe_Matrix_Iterator.h: In member function `int 
SCYTHE::const_reverse_col_major_iteratorT::get_index() const':
Scythe_Matrix_Iterator.h:1654: error: `current_' undeclared (first use this 
function)
Scythe_Matrix_Iterator.h:1655: error: `matrix_' undeclared (first use this 
function)
In file included from MCMCbaselineDA.cc:9:
Scythe_Matrix.h: At global scope:
Scythe_Matrix.h:98: error: using typedef-name `SCYTHE::MatrixT::iterator' 
after `class'
Scythe_Matrix.h:99: error: using typedef-name 
`SCYTHE::MatrixT::const_iterator' after `class'
Scythe_Matrix.h:100: error: using typedef-name 
`SCYTHE::MatrixT::row_major_iterator' after `class'
Scythe_Matrix.h:101: error: using typedef-name 
`SCYTHE::MatrixT::col_major_iterator' after `class'
Scythe_Matrix.h:102: error: using typedef-name 
`SCYTHE::MatrixT::const_row_major_iterator' after `class'
Scythe_Matrix.h:103: error: using typedef-name 
`SCYTHE::MatrixT::const_col_major_iterator' after `class'
Scythe_Matrix.h:104: error: using typedef-name 
`SCYTHE::MatrixT::reverse_row_major_iterator' after `class'
Scythe_Matrix.h:105: error: using typedef-name 
`SCYTHE::MatrixT::const_reverse_row_major_iterator' after `class'
Scythe_Matrix.h:106: error: using typedef-name 
`SCYTHE::MatrixT::reverse_col_major_iterator' after `class'
Scythe_Matrix.h:107: error: using typedef-name 
`SCYTHE::MatrixT::const_reverse_col_major_iterator' after `class'
make[1]: *** [MCMCbaselineDA.o] Error 1
make[1]: Leaving directory `/mcmcpack-0.4-8/src'
ERROR: compilation failed for package 'MCMCpack'

With the attached patch 'mcmcpack' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mcmcpack-0.4-8/src/Scythe_Matrix.h ./src/Scythe_Matrix.h
--- ../tmp-orig/mcmcpack-0.4-8/src/Scythe_Matrix.h  2004-02-04 
18:01:57.0 +0100
+++ ./src/Scythe_Matrix.h   2004-08-13 14:53:15.692354609 +0200
@@ -94,7 +94,7 @@
   reverse_col_major_iterator;
 typedef const_reverse_col_major_iteratorttype
   const_reverse_col_major_iterator;
-
+/*
 friend class iterator;
 friend class const_iterator;
 friend class row_major_iterator;
@@ -105,7 +105,7 @@
 friend class const_reverse_row_major_iterator;
 friend class reverse_col_major_iterator;
 friend class const_reverse_col_major_iterator;
-
+*/
 / Constructors /
 
 /* Default Constructor: Creates a Matrix of size 0.  This
@@ -635,6 +635,7 @@
   delete[] temp;
 }
 
+public:
 / Instance Variables /
 int rows_;// # of rows
 int cols_;// # of cols
diff -urN ../tmp-orig/mcmcpack-0.4-8/src/Scythe_Matrix_Iterator.h 
./src/Scythe_Matrix_Iterator.h
--- ../tmp-orig/mcmcpack-0.4-8/src/Scythe_Matrix_Iterator.h 2003-09-16 
03:15:27.0 +0200
+++ ./src/Scythe_Matrix_Iterator.h  2004-08-13 14:53:15.694354305 +0200
@@ -95,13 +95,13 @@
 // Provide read/write access to referent
 inline T operator* () const
 {
-  return matrix_-data_[current_];
+  return this-matrix_-data_[this-current_];
 }
 
 // Provide read access to a member (if any) of referent
 inline T *operator- () const
 {
-  return (matrix_-data_[current_]);

Bug#318429: glibc: Patch for the TLS problem

2005-07-18 Thread Goswin von Brederlow
Ups.

Sorry, I got the totaly wrong bug.

MfG
Goswin


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



Bug#318429: glibc: Patch for the TLS problem

2005-07-18 Thread Goswin Brederlow
Package: glibc
Followup-For: Bug #317946

Hi,

I reassigned this bug to glibc after testing an old patch for the TLS
problem for Kurt Roeckx. I had to fix a few other things along the
way:

- debian/patches/amd64-TLS-problem.dpatch: try to fix TLS problem
- debain/rules: undo dpkg-architecture output changes
- debian/sysdeps/amd64.mk: use gcc-3.4
- debian/control: 'Build-Depends: gcc-3.4 [amd64]' to be sure

After build I tried to compile

int main(){return 0;}

with 'gcc -O2 -W -Wall -static -o foo foo.c' both with the old and new
packages. The old ones report the TLS problem while the new ones work.

MfG
Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -u glibc-2.3.2.ds1/debian/patches/00list 
glibc-2.3.2.ds1/debian/patches/00list
--- glibc-2.3.2.ds1/debian/patches/00list
+++ glibc-2.3.2.ds1/debian/patches/00list
@@ -127,0 +128 @@
+amd64-TLS-problem
diff -u glibc-2.3.2.ds1/debian/sysdeps/amd64.mk 
glibc-2.3.2.ds1/debian/sysdeps/amd64.mk
--- glibc-2.3.2.ds1/debian/sysdeps/amd64.mk
+++ glibc-2.3.2.ds1/debian/sysdeps/amd64.mk
@@ -1,5 +1,5 @@
-CC = gcc
-BUILD_CC = gcc
+CC = gcc-3.4
+BUILD_CC = gcc-3.4
 
 # build libc with nptl instead of linuxthreads
 libc_MIN_KERNEL_SUPPORTED = 2.6.0
diff -u glibc-2.3.2.ds1/debian/changelog glibc-2.3.2.ds1/debian/changelog
--- glibc-2.3.2.ds1/debian/changelog
+++ glibc-2.3.2.ds1/debian/changelog
@@ -1,3 +1,14 @@
+glibc (2.3.2.ds1-22.0.0.1.mrvn) unstable; urgency=low
+
+  * Goswin von Brederlow [EMAIL PROTECTED]
+
+- debian/patches/amd64-TLS-problem.dpatch: try to fix TLS problem
+- debain/rules: undo dpkg-architecture output changes
+- debian/sysdeps/amd64.mk: use gcc-3.4
+- debian/control: 'Build-Depends: gcc-3.4 [amd64]' to be sure
+
+ -- Goswin von Brederlow [EMAIL PROTECTED]  Sun, 17 Jul 2005 16:36:19 +0200
+
 glibc (2.3.2.ds1-22) unstable; urgency=medium
 
   * Daniel Jacobowitz [EMAIL PROTECTED]
diff -u glibc-2.3.2.ds1/debian/control glibc-2.3.2.ds1/debian/control
--- glibc-2.3.2.ds1/debian/control
+++ glibc-2.3.2.ds1/debian/control
@@ -1,7 +1,7 @@
 Source: glibc
 Section: libs
 Priority: required
-Build-Depends: gettext (= 0.10.37-1), make (= 3.80-1), dpkg-dev (= 
1.4.1.5), debianutils (= 1.13.1), tar (= 1.13.11), bzip2, texinfo (= 4.0), 
linux-kernel-headers (= 2.5.999-test7-bk-9) [!hurd-i386], mig (= 1.3-2) 
[hurd-i386], hurd-dev (= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386], 
texi2html, file, gcc-3.3 [!ia64] | gcc-3.4 [!ia64], gcc-3.3 (= 1:3.3.5-5) 
[ia64] | gcc-3.4 (= 3.4.3-2) [ia64], autoconf, binutils (= 2.14.90.0.7-5), 
sed (= 4.0.5-4), gawk, debhelper (= 4.1.76)
+Build-Depends: gettext (= 0.10.37-1), make (= 3.80-1), dpkg-dev (= 
1.4.1.5), debianutils (= 1.13.1), tar (= 1.13.11), bzip2, texinfo (= 4.0), 
linux-kernel-headers (= 2.5.999-test7-bk-9) [!hurd-i386], mig (= 1.3-2) 
[hurd-i386], hurd-dev (= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386], 
texi2html, file, gcc-3.3 [!ia64] | gcc-3.4 [!ia64], gcc-3.3 (= 1:3.3.5-5) 
[ia64] | gcc-3.4 (= 3.4.3-2) [ia64], autoconf, binutils (= 2.14.90.0.7-5), 
sed (= 4.0.5-4), gawk, debhelper (= 4.1.76), gcc-3.4 [amd64]
 Build-Depends-Indep: perl, po-debconf
 Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
 Uploaders: Ben Collins [EMAIL PROTECTED], GOTO Masanori [EMAIL PROTECTED], 
Philip Blundell [EMAIL PROTECTED], Jeff Bailey [EMAIL PROTECTED], Daniel 
Jacobowitz [EMAIL PROTECTED]
diff -u glibc-2.3.2.ds1/debian/rules glibc-2.3.2.ds1/debian/rules
--- glibc-2.3.2.ds1/debian/rules
+++ glibc-2.3.2.ds1/debian/rules
@@ -48,6 +48,12 @@
 DEB_BUILD_GNU_TYPE?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_BUILD_GNU_SYSTEM  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
 
+# Strip newly added -gnu
+DEB_HOST_GNU_TYPE := $(subst -gnu,,$(DEB_HOST_GNU_TYPE))
+DEB_HOST_GNU_SYSTEM   := $(subst -gnu,,$(DEB_HOST_GNU_SYSTEM))
+DEB_BUILD_GNU_TYPE:= $(subst -gnu,,$(DEB_BUILD_GNU_TYPE))
+DEB_BUILD_GNU_SYSTEM  := $(subst -gnu,,$(DEB_BUILD_GNU_SYSTEM))
+
 DEB_HOST_GNU_CPU_ALT  ?=
 DEB_HOST_GNU_TYPE_ALT ?=
 
only in patch2:
unchanged:
--- glibc-2.3.2.ds1.orig/debian/patches/amd64-TLS-problem.dpatch
+++ glibc-2.3.2.ds1/debian/patches/amd64-TLS-problem.dpatch
@@ -0,0 +1,91 @@
+#! /bin/sh -e
+ 
+# All lines beginning with `# DP:' are a description of the patch.
+# DP: Description: * elf/Makefile (rtld-routines): Add dl-errno.
+# DP:  ($(objpfx)librtld.map): Copy libc_pic.a to libc_pic.a, remove
+# DP:  errno.os from libc_pic.a and use libc_rtld.a instead of
+# DP:  libc_pic.a.
+# DP:  ($(objpfx)librtld.mk): Match libc_rtld.a instead of libc_pic.a.
+# DP: Dpatch author: Goswin von Brederlow [EMAIL PROTECTED]
+# DP: Patch author: H.J. Lu  [EMAIL PROTECTED]
+# DP: Upstream status: 
+# DP: Status Details: 
+# DP: Date: 2005-06-17
+
+if [ $# -ne 2 ]; then
+echo 2 `basename $0`: script expects -patch|-unpatch as argument
+exit 1
+fi
+case $1 

Bug#312274: linuxsampler/libgig: intent to hijack

2005-07-18 Thread Paul Brossier
Hi Matt,

On Mon, Jul 18, 2005 at 03:18:52AM +1000, Matt Flax wrote:
 Hi Paul,
 
 I am currently deep in the tail end of my PhD at the moment. I would 
 really appreciate co-developer ownership, where I can return to duty 
 with you on these packages once I have a little more time. Probably 
 about next year some time.

cool, good luck with your PhD. 

yes, co-maintainance would be nice. I'll will prepare an upload for
linuxsampler.

bye, piem.

 I still have a few others to maintain as well as these, which happen to 
 be a bit less active and alot more managable.
 
 I have left some shell packaing scripts in the 'README.debian' file... I 
 don't know but perhaps they will help ? I was building straight from CVS 
 by the way.
 
 I will put up a request for adoption on wnpp if that is necessary.
 
 thanks
 Matt
 
 On Sun, Jul 17, 2005 at 04:56:09PM +0100, Paul Brossier wrote:
  Hi,
  
  linuxsampler has been FTBFS since its first upload, is now
  uninstallable, and requires a rebuild against the latest g++.
  
  Matt, are you still interested in maintaining this package? and libgig?
  if not, i would be interested to adopt them.
  
  cheers, piem 
 
 -- 
 http://www.flatmax.org
 
 Public Projects :
 http://sourceforge.net/search/?type_of_search=softwords=mffm
 
 


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



Bug#307760: snacc: FTBFS (amd64/gcc-4.0): 'EOC' was not declared in this scope

2005-07-18 Thread Andreas Metzler
On 2005-07-13 Andreas Metzler [EMAIL PROTECTED] wrote:
 # gcc 4 is now default in sid, verified FTBS on iX86.
 severity 307760 serious
 tags 307760 sid
 retitle 307760 snacc: FTBFS (gcc-4.0): 'EOC' was not declared in this scope

In case somebody is interested in snacc: Most of the bugs are supposed
to be fixed in Ubuntu.

http://people.ubuntu.com/~scott/patches/snacc/
   cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash
   http://downhill.aus.cc/


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



Bug#318742: marked as done (dependency problem)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 07:13:45 +1000
with message-id [EMAIL PROTECTED]
and subject line Bug#318742: dependency problem
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 17 Jul 2005 12:13:58 +
From [EMAIL PROTECTED] Sun Jul 17 05:13:58 2005
Return-path: [EMAIL PROTECTED]
Received: from p5483763f.dip.t-dialin.net (protheus2.niedersachsen.de) 
[84.131.118.63] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1Du81t-0007T0-00; Sun, 17 Jul 2005 05:13:57 -0700
Received: by protheus2.niedersachsen.de (Postfix, from userid 1000)
id DEFBC45C02D; Sun, 17 Jul 2005 14:13:54 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Hans [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: dependency problem
X-Mailer: reportbug 3.15
Date: Sun, 17 Jul 2005 14:13:54 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gnomemeeting
Version: 1.2.1-1
Severity: grave



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

Versions of packages gnomemeeting depends on:
ii  gconf22.10.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.10.0-1   The Bonobo UI library
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libebook8 1.0.4-1Client library for evolution addre
ii  libedataserve 1.0.4-1Utily library for evolution data s
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libglib2.0-0  2.6.5-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-2 Inter-Client Exchange library
ii  libldap2  2.1.30-11  OpenLDAP libraries
pn  libopenh323-1 none (no description available)
ii  liborbit2 1:2.12.2-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
pn  libpt-1.8.3   none (no description available)
ii  libpt-plugins 1.8.4-2Portable Windows Library Audio Plu
ii  libpt-plugins 1.8.4-2Portable Windows Library Video Plu
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.2 Simple DirectMedia Layer
ii  libsm66.8.2.dfsg.1-2 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-2 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.2-9  compression library - runtime

Versions of packages gnomemeeting recommends:
pn  libpt-plugins-alsanone (no description available)
pn  libpt-plugins-avc none (no description available)
pn  libpt-plugins-dc  none (no description 

Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 'unsigned int' loses precision

2005-07-18 Thread Pierre Habouzit
Le Lun 18 Juillet 2005 11:55, Steve Langasek a écrit :
 On Mon, Jul 18, 2005 at 11:42:05AM +0200, Pierre Habouzit wrote:
  tag 303847 + pending
  thanks
 
   And thank you as well for fixing the build-deps.
 
  Just for the record, the build deps in Steve's patch are not
  correct : you have to remove libglu3-dev. And as of the %p patch, I
  had the same as Steve.

 Is that supposed to be libglut3-dev?  I'm aware the build-deps aren't
 *currently* satisfiable in unstable, but I didn't see any reason to
 think that the existing build-deps were themselves incorrect.

afaik, I can build the package with current unstable (without the 
libglut3-dev dependency) and nothing (from the configure) seems to be 
disabled without that build dep. I suppose that the xorg-glu ones are 
enough.

so I've removed it.

  The package is ready to upload, but I'm waiting for the xorg
  transition to be over.

 Yes, it would be rather difficult to build the package for upload at
 all before then. :)

sure. In fact, for i386 (and am64) at least, it compiles. though, many 
arch are missing the -dev packages, which make me think it's best to 
wait a bit ;)
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpgRzxCwmGTO.pgp
Description: PGP signature


Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 'unsigned int' loses precision

2005-07-18 Thread Steve Langasek
Hi Mathias,

On Sun, Jul 17, 2005 at 01:59:15PM +0200, Mathias Weyland wrote:
 On Sat, Jul 16, 2005 at 08:40:02PM -0700, Steve Langasek wrote:

* High-urgency upload for RC bugfix.
* Fix broken cast of a function pointer to an int, which is incorrect
  on 64-bit platforms and now causes build failures with gcc 4.0, and
  is a bit silly when %p exists for use with pointer arguments to
  printf.  Closes: #303847.
* Fix build-dependencies to point to the individual X libraries
  needed, since xlibs-dev is mostly dead and xlibs-static-dev is
  wholly dead.
* Also add a missing build-dependency on libglu1-xorg-dev | libglu-dev.

  I haven't uploaded this package yet, because since xorg-x11 is not built
  everywhere, libxxf86vm-dev does not yet exist on all architectures.  You're
  welcome to apply this patch once the necessary -dev packages are available,
  or I can NMU for you when that time comes.

 Thank you very much for the patch. We already packaged 0.2.9 and included a
 patch for bug #303847. Pierre (co-maintainer) modified the patch from
 Andreas Jochens. I haven't seen it yet, but from Pierre's description it's
 the same than yours.

Ok, glad to hear it.

 Our plan was to upload the new 0.2.9 package after the xorg transition
 because of the changes in the build deps, so I guess we don't need a NMU.
 Can we upload with urgency=high (like you would) once the -dev stuff is
 here?

I would not use urgency=high for an upload of a new upstream version that
includes other changes.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#290722: Reopened because the problem is still there

2005-07-18 Thread Andree Leidenfrost
Hi Alastair  Jim

Unfortunately the problem persists and I therefore reopen this bug: When
libfribidi0 is not installed, a segmentation fault occurs which does not
happen when libfribidi0 is installed on the system. So the situation is
unchanged.

I have experienced that with the following package versions:

[EMAIL PROTECTED]:~$ dpkg -s libslang2
Package: libslang2
Status: install ok installed
Priority: standard
Section: base
Installed-Size: 888
Maintainer: Jim Mintha [EMAIL PROTECTED]
Architecture: i386
Source: slang2
Version: 2.0.4-4
Depends: libc6 (= 2.3.2.ds1-21)
Recommends: libfribidi0
[...]

[EMAIL PROTECTED]:~$ dpkg -s libnewt0.51
Package: libnewt0.51
Status: install ok installed
Priority: standard
Section: base
Installed-Size: 704
Maintainer: Alastair McKinstry [EMAIL PROTECTED]
Architecture: i386
Source: newt
Version: 0.51.6-28
Replaces: libnewt-utf8, libnewt0
Depends: libc6 (= 2.3.2.ds1-21), libslang2 (= 2.0.1-1)
[...]

gcc is:

[EMAIL PROTECTED]:~$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c
++,java,f95,objc,ada, treelang --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix= -4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk --with-jav
a-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werro r --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.1 (Debian 4.0.1-2)

and mondoarchive linked like this:

[EMAIL PROTECTED]:~$ ldd /usr/sbin/mondoarchive
libmondo.so.2 = /usr/lib/libmondo.so.2 (0xb7f92000)
libmondo-newt.so.1 = /usr/lib/libmondo-newt.so.1 (0xb7f88000)
libnewt.so.0.51 = /usr/lib/libnewt.so.0.51 (0xb7f78000)
libdl.so.2 = /lib/tls/libdl.so.2 (0xb7f75000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0xb7f66000)
libc.so.6 = /lib/tls/libc.so.6 (0xb7e31000)
libslang.so.2 = /lib/libslang.so.2 (0xb7d6c000)
libm.so.6 = /lib/tls/libm.so.6 (0xb7d49000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0xb7fea000)

Please let me know what other information I can provide to help fixing
this. Thanks a lot  sorry for being a pain...

Cheers
Andree
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#318284: Patch

2005-07-18 Thread Isaac Clerencia

-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: [EMAIL PROTECTED]   | Debian: [EMAIL PROTECTED]
Index: libraries/lib.inc.php
===
RCS file: /cvsroot/phppgadmin/webdb/libraries/lib.inc.php,v
retrieving revision 1.88.2.2
retrieving revision 1.88.2.5
diff -u -r1.88.2.2 -r1.88.2.5
--- libraries/lib.inc.php	18 Feb 2005 11:54:17 -	1.88.2.2
+++ libraries/lib.inc.php	15 Jul 2005 08:09:20 -	1.88.2.5
@@ -96,7 +97,8 @@
 	
 	// If login action is set, then set session variables
 	if (isset($_POST['formServer'])  isset($_POST['formUsername'])  
-		isset($_POST['formPassword'])  isset($_POST['formLanguage'])) {
+		isset($_POST['formPassword'])  isset($_POST['formLanguage'])
+			 in_array($_POST['formLanguage'], array_keys($appLangFiles))) {
 		$_SESSION['webdbServerID'] = $_POST['formServer'];
 		$_SESSION['webdbUsername'] = $_POST['formUsername'];
 		$_SESSION['webdbPassword'] = $_POST['formPassword'];


pgplcOKpchJFc.pgp
Description: PGP signature


Bug#312274: linuxsampler/libgig: intent to hijack

2005-07-18 Thread Matt Flax
Hi Paul,

I am currently deep in the tail end of my PhD at the moment. I would 
really appreciate co-developer ownership, where I can return to duty 
with you on these packages once I have a little more time. Probably 
about next year some time.

I still have a few others to maintain as well as these, which happen to 
be a bit less active and alot more managable.

I have left some shell packaing scripts in the 'README.debian' file... I 
don't know but perhaps they will help ? I was building straight from CVS 
by the way.

I will put up a request for adoption on wnpp if that is necessary.

thanks
Matt

On Sun, Jul 17, 2005 at 04:56:09PM +0100, Paul Brossier wrote:
 Hi,
 
 linuxsampler has been FTBFS since its first upload, is now
 uninstallable, and requires a rebuild against the latest g++.
 
 Matt, are you still interested in maintaining this package? and libgig?
 if not, i would be interested to adopt them.
 
 cheers, piem 

-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



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



Bug#268357: Is this bug still open?

2005-07-18 Thread Clive Menzies
Hi

I'm looking to install imagemagick on sarge but apt-listbugs reports two
grave bugs outstanding:

grave bugs of imagemagick (- 6:6.0.6.2-2.4) done
 #315013 - display command fails with error while loading shared
 libraries
 grave bugs of imagemagick (- 6:6.0.6.2-2.4) open
  #268357 - imagemagick: Buffer overflows in several coders (fixed in
  unstable).
   #302093 - CAN-2005-0762: buffer overflow, code execution

I've read through the bug reports which date back to Aug04 and Mar05
respectively and it would appear that they've been fixed.

On balance, I've decided to proceed but thought it worth highlighting.

Regards

Clive

-- 
www.clivemenzies.co.uk ...
...strategies for business




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



Bug#318851: xbase-clients : uninstallable due to dependency to libglu1 and not libglu1c2

2005-07-18 Thread Erwan David
Package: xbase-clients
Version: 4.3.0.dfsg.1-14
Severity: grave
Justification: renders package unusable


xbase-clients still depends on libglu1, the old C++ ABI library, no
longer available.

This makes it uninstallable, but it still has the basic clients and utilities 
(like xauth or startx).

A workaround would to be to remove from xbase-clients the 3D enabled
clients, keeping the basic ones, or to recompile the 3D enabled with
the new libglu1c2.

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

Versions of packages xbase-clients depends on:
ii  cpp  4:4.0.0-2   The GNU C preprocessor (cpp)
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdps1  6.8.2.dfsg.1-2  Display PostScript (DPS) client li
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  6.8.2.dfsg.1-2  Inter-Client Exchange library
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-2  X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libxaw7  6.8.2.dfsg.1-2  X Athena widget set library
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-2  X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-2  X Window System Input extension li
ii  libxmu6  6.8.2.dfsg.1-2  X Window System miscellaneous util
ii  libxmuu1 6.8.2.dfsg.1-2  lightweight X Window System miscel
ii  libxpm4  6.8.2.dfsg.1-2  X pixmap library
ii  libxrandr2   6.8.2.dfsg.1-2  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-2  X Toolkit Intrinsics
ii  libxtrap66.8.2.dfsg.1-2  X Window System protocol-trapping 
ii  libxtst6 6.8.2.dfsg.1-2  X Window System event recording an
ii  libxv1   6.8.2.dfsg.1-2  X Window System video extension li
ii  x11-common [xfree86-comm 6.8.2.dfsg.1-2  X Window System (X.Org) infrastruc
ii  xfree86-common   6.8.2.dfsg.1-2  X Window System infrastructure tra
ii  xlibmesa-gl [libgl1] 6.8.2.dfsg.1-2  Mesa 3D graphics library [X.Org]
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-14 Mesa OpenGL utility library [XFree
ii  xlibs6.8.2.dfsg.1-2  X Window System client libraries m
ii  xlibs-data   6.8.2.dfsg.1-2  X Window System client data
ii  zlib1g   1:1.2.2-9   compression library - runtime

xbase-clients recommends no packages.


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



Bug#318836: libfam-dev: Package uninstallable

2005-07-18 Thread Christian Marillat
Package: libfam-dev
Severity: serious

Hi,

This package depends on libfam0 who doesn't exist.

Should depends on libfam0c102

Christian

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


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



Bug#303847: 3ddesktop: FTBFS (amd64/gcc-4.0): cast from 'void (*)(Event*)' to 'unsigned int' loses precision

2005-07-18 Thread Pierre Habouzit
tag 303847 + pending
thanks

 And thank you as well for fixing the build-deps.

Just for the record, the build deps in Steve's patch are not correct : 
you have to remove libglu3-dev. And as of the %p patch, I had the same 
as Steve.

The package is ready to upload, but I'm waiting for the xorg transition 
to be over.

I also tag that bug pending.
Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpeNPCkYlTnC.pgp
Description: PGP signature


Bug#318827: id3lib3.8.3: rebuild neededs for C++ ABI transition (NMU patch attached)

2005-07-18 Thread Steve Langasek
Package: id3lib3.8.3
Version: 3.8.3-4.1
Severity: serious
Tags: patch fixed

Hi Robert,

Under the 0-day NMU policy for the C++ ABI transition, I have prepared an
NMU for libid3-3.8.3, because it includes a C++ library which needs to be
rebuilt so that a number of other C++-based packages can transition to g++
4.0.  The diff for this NMU is attached; the NMU will be uploaded shortly.
If you see any problems with the patch, let me know so I can have the
package rejected out of NEW.

Thanks,
-- 
Steve Langasek
postmodern programmer
diff -u id3lib3.8.3-3.8.3/debian/changelog id3lib3.8.3-3.8.3/debian/changelog
--- id3lib3.8.3-3.8.3/debian/changelog
+++ id3lib3.8.3-3.8.3/debian/changelog
@@ -1,3 +1,13 @@
+id3lib3.8.3 (3.8.3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Medium-urgency upload for RC bugfix.
+  * Rebuild against g++-4.0 for the C++ ABI transition, since libid3's
+headers export C++ interfaces as well as the C ones: rename 
+libid3-3.8.3 to libid3-3.8.3c2 and conflict with libid3-3.8.3.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Sun, 17 Jul 2005 14:43:23 -0700
+
 id3lib3.8.3 (3.8.3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u id3lib3.8.3-3.8.3/debian/control id3lib3.8.3-3.8.3/debian/control
--- id3lib3.8.3-3.8.3/debian/control
+++ id3lib3.8.3-3.8.3/debian/control
@@ -8,7 +8,7 @@
 Package: libid3-3.8.3-dev
 Section: libdevel
 Architecture: any
-Depends: libid3-3.8.3 (= ${Source-Version}), zlib1g-dev
+Depends: libid3-3.8.3c2 (= ${Source-Version}), zlib1g-dev
 Replaces: libid3-dev
 Provides: libid3-dev
 Conflicts: libid3-dev
@@ -17,10 +17,12 @@
  applications which will use id3lib, the software library for ID3v1 and ID3v2
  tag manipulation.
 
-Package: libid3-3.8.3
+Package: libid3-3.8.3c2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libid3-3.8.3
+Replaces: libid3-3.8.3
 Description: Library for manipulating ID3v1 and ID3v2 tags.
  This package provides a software library for manipulating ID3v1 and ID3v2
  tags. It provides a convenient interface for software developers to include
diff -u id3lib3.8.3-3.8.3/debian/rules id3lib3.8.3-3.8.3/debian/rules
--- id3lib3.8.3-3.8.3/debian/rules
+++ id3lib3.8.3-3.8.3/debian/rules
@@ -70,7 +70,7 @@
 #
 # build libid3${major} package by moving files from libid3-dev
 #
-   dh_movefiles -plibid3-3.8.3 \
+   dh_movefiles -plibid3-3.8.3c2 \
usr/lib/libid3-3.8.so.3 \
usr/lib/libid3-3.8.so.3.0.0
 
reverted:
--- id3lib3.8.3-3.8.3/debian/libid3-3.8.3.postinst
+++ id3lib3.8.3-3.8.3.orig/debian/libid3-3.8.3.postinst
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Lintian can suck my #DEBHELPER# #...
-
-if [ $1 = configure ]; then
-   ldconfig
-fi
only in patch2:
unchanged:
--- id3lib3.8.3-3.8.3.orig/debian/libid3-3.8.3c2.postinst
+++ id3lib3.8.3-3.8.3/debian/libid3-3.8.3c2.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Lintian can suck my #DEBHELPER# #...
+
+if [ $1 = configure ]; then
+   ldconfig
+fi


signature.asc
Description: Digital signature


Bug#318783: orbit2: FTBFS (i386): `./debian/tmp/usr/share/doc/liborbit2-dev/ORBit2': No such file or directory

2005-07-18 Thread Andreas Jochens
Package: orbit2
Version: 1:2.12.2-2
Severity: serious
Tags: patch

When building 'orbit2' on i386/unstable,
I get the following error:

if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -pliborbit2-dev 
; fi
dh_installchangelogs -pliborbit2-dev  ./ChangeLog 
dh_install -pliborbit2-dev  
cp: cannot stat `./debian/tmp/usr/share/doc/liborbit2-dev/ORBit2': No such file 
or directory
dh_install: command returned error code 256
make: *** [binary-install/liborbit2-dev] Error 1

Regards
Andreas Jochens

diff -urN ../tmp-orig/orbit2-2.12.2/debian/liborbit2-dev.install 
./debian/liborbit2-dev.install
--- ../tmp-orig/orbit2-2.12.2/debian/liborbit2-dev.install  2005-07-17 
14:47:12.0 +
+++ ./debian/liborbit2-dev.install  2005-07-17 14:16:32.0 +
@@ -1,7 +1,6 @@
 debian/tmp/usr/include/orbit-2.0
 debian/tmp/usr/share/aclocal/ORBit2.m4
 debian/tmp/usr/share/idl/orbit-2.0
-debian/tmp/usr/share/doc/liborbit2-dev/ORBit2
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.a


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



Bug#318808: libcapi20-3: missing library files and links

2005-07-18 Thread Gerhard Schromm
Package: libcapi20-3
Version: 1:3.7.2005-07-09-1
Severity: grave
Justification: renders package unusable

The package contains only

/usr/share/doc/libcapi20-3/copyright
/usr/share/doc/libcapi20-3/changelog.Debian.gz

As a workaround you can use the libraries from libcapi20-2, wich works
at least with pppdcapiplugin.

regards Gerhard

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

-- no debconf information


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



Bug#318790: puts data files in a location where discover does not work

2005-07-18 Thread Joey Hess
Package: discover1-data-udeb
Severity: grave
Tags: d-i

The recent move of the data files was botched; now they are in
/usr/discover of all places in the udeb, and the discover binary expects
them in /lib/discover, and fails to find any hardware, so d-i no longer
works:

# discover --format=%m:%V %M\n --disable-all --enable=pci,ide,scsi,pcmcia ide 
scsi cdrom ethernet bridge
# echo $?
0

(Why discover doesn't exit nonzero in this broken situation I don't
know.) 

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

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#314578: ksh: FTBFS (amd64/gcc-4.0): static declaration of '_sfds

2005-07-18 Thread Oliver Kiddle
On 17 Jun, you wrote:
 Package: ksh
 Version: 93q-3
 Severity: normal
 Tags: patch
 
 When building 'ksh' on amd64/unstable with gcc-4.0,
 I get the following error:

This has apparently been fixed upstream. Without access to the correct
fix, I'll wait for the release of 93r.

Oliver


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


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



Bug#318758: gnome-blog: dependency change

2005-07-18 Thread Steve Langasek
reopen 318758
reassign 318758 python-gnome2
thanks

On Sun, Jul 17, 2005 at 08:49:12AM -0500, Jonathan Koren wrote:
 Package: gnome-blog
 Version: 0.8-2
 Severity: grave
 Justification: renders package unusable

 gnome-blog requires the gnome.applet python class.  This class has been
 moved from python-gnome2 to python-gnome2-extras.

Without providing an upgrade path?  This isn't acceptable; python-gnome2
either needs to depend on python-gnome2-extras for a full stable release, or
the new version needs to conflict with all other packages that rely on
gnome.applet being provided by python-gnome2.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#317925: sql-ledger: Logout does not properly terminate a session

2005-07-18 Thread Petter Reinholdtsen

[William McKee]
 However, the session is still active which means anyone else may
 walk up to the system and use the History or the Back button of the
 browser to access all account information for the previously logged
 in user.

What do you mean?  Can one continue to work in sql-ledger after
logging out?  Your description lead me to think that you expected the
browsers cached pages to disappear at log out time.  What did you
expect would happen when you logged out?  How could sql-ledger be
changed to make it happen?


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



Bug#318218: marked as done (xserver-xorg: libvgahw.a is miscompiled by gcc-4)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 07:04:49 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318218: fixed in xorg-x11 6.8.2.dfsg.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 14 Jul 2005 06:25:23 +
From [EMAIL PROTECTED] Wed Jul 13 23:25:23 2005
Return-path: [EMAIL PROTECTED]
Received: from obitoo.bu.net.au (smtp.bu.net.au) [202.6.38.5] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dsx9u-0003zH-00; Wed, 13 Jul 2005 23:25:23 -0700
Received: from localhost (obitoo [127.0.0.1])
by smtp.bu.net.au (Postfix) with ESMTP id 431552F062F;
Thu, 14 Jul 2005 16:25:18 +1000 (EST)
Received: from smtp.bu.net.au ([127.0.0.1])
by localhost (obitoo [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 15918-03-3; Thu, 14 Jul 2005 16:25:18 +1000 (EST)
Received: from keitarou (unknown [202.6.39.223])
by smtp.bu.net.au (Postfix) with ESMTP id E973F2F062E;
Thu, 14 Jul 2005 16:25:17 +1000 (EST)
Received: from localhost (keitarou [127.0.0.1])
by keitarou (Postfix) with ESMTP id 325AF25F104;
Thu, 14 Jul 2005 16:25:17 +1000 (EST)
Received: from keitarou ([127.0.0.1])
by localhost (keitarou [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 03794-03; Thu, 14 Jul 2005 16:25:16 +1000 (EST)
Received: by keitarou (Postfix, from userid 1000)
id 9454325F0BB; Thu, 14 Jul 2005 16:25:16 +1000 (EST)
Date: Thu, 14 Jul 2005 16:25:16 +1000
From: Paul Hampson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: xserver-xorg: libvgahw.a is miscompiled by gcc-4
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=OgqxwSJOaUobr8KG
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at 
queanbeyan.bubblesworth.net
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at bu.net.au
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: xserver-xorg
Severity: normal
Version: 6.8.2.dfsg.1-1

libvgahw.a in X.org's xserver 6.8.2 is miscompiled by gcc-4. This is a
known bug to X.org [1][2][3], gcc [4] and even Red Hat [5], who've
posted a libvgahw.a [6] that fixed it, at least in my case. I found that
the libvgahw.a from xserver-xorg 6.8.2.dfsg.1-0pre1v1 also worked fine.
(No longer avaiable on people.debian.org, but I had it installed on
another machine.)

I understand this is also already known to the Debian X Maintatiner, but
I couldn't find a bug against either xorg or gcc-4.0 packgages in the
BTS, nor any mention in the debian-x email archives.

As such, I guess this is more of a visibility bug, so I (and presumably
anyone who subscribes to it) can see when the problem's solved and no
longer have to manually intervene in xorg-xserver upgrades.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=3D2976
[2] https://bugs.freedesktop.org/show_bug.cgi?id=3D2991
[3] https://bugs.freedesktop.org/show_bug.cgi?id=3D3557
[4] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D22278
[5] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=3D161242
[6] ftp://people.redhat.com/mharris/libvgahw.a

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

--=20
Paul TBBle Hampson, [EMAIL PROTECTED]
7th year CompSci/Asian Studies student, ANU

Shorter .sig for a more eco-friendly paperless office.

--OgqxwSJOaUobr8KG
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC1gVMexDuohKLFuARAjEEAJ9JOMjhawkvUMwR/dS36hoRrRo4gACeKkJO
bvuTqMrSpNV852mdWkoY2yU=
=A+GY
-END PGP SIGNATURE-

--OgqxwSJOaUobr8KG--

---
Received: (at 318218-close) by 

Bug#318284: marked as done (CAN-2005-2256 directory traveral vulnerability)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 06:47:06 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318284: fixed in phppgadmin 3.5.2-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 14 Jul 2005 14:14:28 +
From [EMAIL PROTECTED] Thu Jul 14 07:14:28 2005
Return-path: [EMAIL PROTECTED]
Received: from kitenet.net [64.62.161.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dt4Ts-000795-00; Thu, 14 Jul 2005 07:14:28 -0700
Received: from dragon.kitenet.net (kitenet.net [127.0.0.1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN Joey Hess, Issuer Joey Hess (verified OK))
by kitenet.net (Postfix) with ESMTP id 2516E17DD1
for [EMAIL PROTECTED]; Thu, 14 Jul 2005 14:14:28 + (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
id 166BD6E134; Thu, 14 Jul 2005 17:15:10 +0300 (EEST)
Date: Thu, 14 Jul 2005 17:15:10 +0300
From: Joey Hess [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: CAN-2005-2256 directory traveral vulnerability
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=RnlQjJ0d97Da+TV1
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: phppgadmin
Severity: serious
Tags: security

  Encoded directory traversal vulnerability in phpPgAdmin 3.1 to 3.5.3 allo=
ws
  remote attackers to access arbitrary files via %2e%2e%2f (encoded dot d=
ot)
  sequences in the formLanguage parameter.

 -- http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=3DCAN-2005-2256

--=20
see shy jo

--RnlQjJ0d97Da+TV1
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC1nNud8HHehbQuO8RAs3pAKCyY2uXbfbJJJqdm58FRqYRCR734QCcDs6q
oqsceF0tJs3aXF2gYOFs9io=
=7j9M
-END PGP SIGNATURE-

--RnlQjJ0d97Da+TV1--

---
Received: (at 318284-close) by bugs.debian.org; 18 Jul 2005 10:54:54 +
From [EMAIL PROTECTED] Mon Jul 18 03:54:54 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuTGw-00027X-00; Mon, 18 Jul 2005 03:54:54 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuT9O-0005E9-00; Mon, 18 Jul 2005 06:47:06 -0400
From: Isaac Clerencia [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318284: fixed in phppgadmin 3.5.2-5
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 06:47:06 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: phppgadmin
Source-Version: 3.5.2-5

We believe that the bug you reported is fixed in the latest version of
phppgadmin, which is due to be installed in the Debian FTP archive:

phppgadmin_3.5.2-5.diff.gz
  to pool/main/p/phppgadmin/phppgadmin_3.5.2-5.diff.gz
phppgadmin_3.5.2-5.dsc
  to pool/main/p/phppgadmin/phppgadmin_3.5.2-5.dsc
phppgadmin_3.5.2-5_all.deb
  to pool/main/p/phppgadmin/phppgadmin_3.5.2-5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Isaac Clerencia [EMAIL PROTECTED] (supplier of updated phppgadmin package)

(This message was generated automatically at their request; if you
believe that there is a 

Bug#318142: marked as done (r-cran-rgl: needs to be rebuilt for libglu1-xorg (libglu1c2))

2005-07-18 Thread Debian Bug Tracking System
Your message dated Sun, 17 Jul 2005 19:51:01 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318142: fixed in rgl 0.64.13-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 13 Jul 2005 18:48:14 +
From [EMAIL PROTECTED] Wed Jul 13 11:48:14 2005
Return-path: [EMAIL PROTECTED]
Received: from itprodf178.millsaps.edu (lordsutch.dyndns.org) [151.160.14.178] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsmHG-0004jB-00; Wed, 13 Jul 2005 11:48:14 -0700
Received: from localhost (localhost [127.0.0.1])
by lordsutch.dyndns.org (Postfix) with ESMTP id 94B8E18041A7;
Wed, 13 Jul 2005 13:47:43 -0500 (CDT)
Received: from lordsutch.dyndns.org ([127.0.0.1])
by localhost (gateway [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 04601-03; Wed, 13 Jul 2005 13:47:43 -0500 (CDT)
Received: by lordsutch.dyndns.org (Postfix, from userid 1000)
id 4594618041A9; Wed, 13 Jul 2005 13:47:43 -0500 (CDT)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Chris Lawrence [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: r-cran-rgl: needs to be rebuilt for libglu1-xorg (libglu1c2)
X-Mailer: reportbug 3.15
Date: Wed, 13 Jul 2005 13:47:43 -0500
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lordsutch.dyndns.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: r-cran-rgl
Version: 0.64.13-3
Severity: serious

Subject says it all, really... the upload of X.org to sid makes this
package not installable with the upgraded xutils and x-window-system-core.

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

---
Received: (at 318142-close) by bugs.debian.org; 17 Jul 2005 23:52:39 +
From [EMAIL PROTECTED] Sun Jul 17 16:52:39 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuIw3-0005ZU-00; Sun, 17 Jul 2005 16:52:39 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuIuT-0001lP-00; Sun, 17 Jul 2005 19:51:01 -0400
From: Dirk Eddelbuettel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318142: fixed in rgl 0.64.13-4
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Sun, 17 Jul 2005 19:51:01 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: rgl
Source-Version: 0.64.13-4

We believe that the bug you reported is fixed in the latest version of
rgl, which is due to be installed in the Debian FTP archive:

r-cran-rgl_0.64.13-4_i386.deb
  to pool/main/r/rgl/r-cran-rgl_0.64.13-4_i386.deb
rgl_0.64.13-4.diff.gz
  to pool/main/r/rgl/rgl_0.64.13-4.diff.gz
rgl_0.64.13-4.dsc
  to pool/main/r/rgl/rgl_0.64.13-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel [EMAIL PROTECTED] (supplier of updated rgl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Jul 2005 17:26:55 -0500
Source: rgl
Binary: r-cran-rgl
Architecture: source i386
Version: 0.64.13-4
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel 

Bug#316798: gnome-control-center: GNOME session startup is blocked

2005-07-18 Thread Paul Menzel
I do not have a session-manual file.

Sorry.
Paul

Am Samstag, den 16.07.2005, 19:49 +0200 schrieb Loïc Minier:
 Hi,
 
  This is a followup for Debian bug http://bugs.debian.org/316798.
 
  Do you have a .gnome2/session-manual file?  Please attach it if you
do.
 
Bye,
 




Bug#318799: does not set up a proper grub when installing in hdb MBR

2005-07-18 Thread Goswin von Brederlow
Noel Torres [EMAIL PROTECTED] writes:

 Package: installation
 Severity: grave

 I installed normally from Sarge DVD 1 in my brand-new hard disk hdb.
 Everything seemed OK, and I partitioned my new disk (boot, swap, root,
 home and all the others) and selected to install grub in MBR of hdb.

 During rebooting, I set up my BIOS to boot from hdb. The computer
 booted, and grub showed me a menu with the two new kernel entries
 (normal and recover mode) and all my old kernels from hda.

That probably changed hdb from being hd1 to hd0 for the bios. Grub
then looked in the wrong place. You should have set this up before
installing D-I. Might have helped. :)

 I selected to boot the new kernel, and grub said me that it can not
 execute the second instruction kernel because it can not find the
 file.

 I keystroked e-d-b and my new system booted OK. Simply deleting the
 first line root (hd1,0) worked.

MfG
Goswin


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



Bug#318405: marked as done (xserver-xorg sets wrong palete on switching to console.)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 07:04:49 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318218: fixed in xorg-x11 6.8.2.dfsg.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 15 Jul 2005 10:05:16 +
From [EMAIL PROTECTED] Fri Jul 15 03:05:16 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.quincywin.de (www.frey.de) [212.21.88.26] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DtN4F-0004bW-00; Fri, 15 Jul 2005 03:05:15 -0700
Received: from kar-notebook.karcher.de (unknown [212.21.88.27])
by www.frey.de (Postfix) with ESMTP id C7B7A1483;
Fri, 15 Jul 2005 12:05:13 +0200 (CEST)
Received: from kar by kar-notebook.karcher.de with local (Exim 4.50)
id 1DtN4D-0005lF-EV; Fri, 15 Jul 2005 12:05:13 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Reinhard Karcher [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: xserver-xorg sets wrong palete on switching to console.
X-Mailer: reportbug 3.15
Date: Fri, 15 Jul 2005 12:05:12 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: xserver-xorg
Version: 6.8.2.dfsg.1-2
Severity: important

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

Leaving X or switching from X to console results in wrong colours for
foreground and background.

Some information from Xorg.0.log:
(--) PCI:*(1:0:0) S3 Inc. VT8375 [ProSavage8 KM266/KL266] rev 0, Mem @ 
0xe000/19, 0x9000/27, BIOS @ 0x000c/16

(II) SAVAGE: driver (version 1.1.27) for S3 Savage chipsets: Savage4,
 Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
 Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, Twister PN133,
 Twister KN133, SuperSavage/MX1288, SuperSavage/MX 64, SuperSavage/MX 64C,
 SuperSavage/IX 128, SuperSavage/IX 128, SuperSavage/IX 64,
 SuperSavage/IX 64, SuperSavage/IXC 64, SuperSavage/IXC 64,
 ProSavage DDR, ProSavage DDR-K
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ProSavage found

(**) SAVAGE(0): Depth 16, (--) framebuffer bpp 16
(==) SAVAGE(0): RGB weight 565
(==) SAVAGE(0): Default visual is TrueColor
(II) SAVAGE(0): vgaHWGetIOBase: hwp-IOBase is 0x03d0, hwp-PIOOffset is 0x
(==) SAVAGE(0): Using HW cursor
(==) SAVAGE(0): Using video BIOS to set modes

(II) SAVAGE(0): initializing int10
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 3.0
(II) SAVAGE(0): VESA VBE Total Mem: 7104 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Graphics ProSavage DDR Family BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 2.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Garphics Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 3.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 0.0
(--) SAVAGE(0): Chip: id 8d04, ProSavage DDR-K
(--) SAVAGE(0): Engine: ProSavage
(--) SAVAGE(0): mapping MMIO @ 0xe000 with size 0x8
(==) SAVAGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SAVAGE(0): probed videoram:  8192k

(--) SAVAGE(0): Found 13 modes at this depth:
[10e] 320 x 200, 70Hz
[133] 320 x 240, 72Hz
[143] 400 x 300, 72Hz
[153] 512 x 384, 70Hz
[11d] 640 x 400, 70Hz
[111] 640 x 480, 60Hz, 75Hz, 85Hz, 100Hz, 160Hz
[114] 800 x 600, 60Hz, 75Hz, 85Hz
[117] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 100Hz, 130Hz
[17a] 1280 x 768, 60Hz
[14f] 1280 x 960, 60Hz, 85Hz
[11a] 1280 x 1024, 60Hz, 75Hz, 85Hz, 100Hz
[13c] 1400 x 1050, 60Hz, 75Hz
[122] 1600 x 1200, 60Hz
(--) SAVAGE(0): Virtual size is 1024x768 (pitch 1024)

(II) Loading sub module fb
(II) LoadModule: fb
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping /usr/X11R6/lib/modules/libfb.a:fbmmx.o:  No symbols found
(II) Module fb: vendor=X.Org Foundation
 compiled for 6.8.2, module version = 1.0.0
 ABI class: X.Org ANSI C Emulation, version 0.2

II) SAVAGE(0): initializing int10
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 3.0
(II) SAVAGE(0): VESA VBE Total Mem: 7104 

Bug#318851: marked as done (xbase-clients : uninstallable due to dependency to libglu1 and not libglu1c2)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 04:34:03 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#318851: xbase-clients : uninstallable due to dependency to 
libglu1 and not libglu1c2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Jul 2005 09:14:29 +
From [EMAIL PROTECTED] Mon Jul 18 02:14:29 2005
Return-path: [EMAIL PROTECTED]
Received: from depot.rail.eu.org (nez-casse.rail.eu.org) [82.232.38.36] 
(postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuRhk-r9-00; Mon, 18 Jul 2005 02:14:29 -0700
Received: from nez-casse.rail.eu.org (localhost [127.0.0.1])
by nez-casse.rail.eu.org (Postfix) with ESMTP id C3B07D6BC5;
Mon, 18 Jul 2005 11:14:24 +0200 (CEST)
Received: by nez-casse.rail.eu.org (Postfix, from userid 1000)
id 8D8E0D6BC4; Mon, 18 Jul 2005 11:14:24 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Erwan David [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: xbase-clients : uninstallable due to dependency to libglu1 and not 
libglu1c2
X-Mailer: reportbug 3.15
Date: Mon, 18 Jul 2005 11:14:24 +0200
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: ClamAV using ClamSMTP
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: xbase-clients
Version: 4.3.0.dfsg.1-14
Severity: grave
Justification: renders package unusable


xbase-clients still depends on libglu1, the old C++ ABI library, no
longer available.

This makes it uninstallable, but it still has the basic clients and utilities 
(like xauth or startx).

A workaround would to be to remove from xbase-clients the 3D enabled
clients, keeping the basic ones, or to recompile the 3D enabled with
the new libglu1c2.

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

Versions of packages xbase-clients depends on:
ii  cpp  4:4.0.0-2   The GNU C preprocessor (cpp)
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdps1  6.8.2.dfsg.1-2  Display PostScript (DPS) client li
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  6.8.2.dfsg.1-2  Inter-Client Exchange library
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-2  X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libxaw7  6.8.2.dfsg.1-2  X Athena widget set library
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-2  X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-2  X Window System Input extension li
ii  libxmu6  6.8.2.dfsg.1-2  X Window System miscellaneous util
ii  libxmuu1 6.8.2.dfsg.1-2  lightweight X Window System miscel
ii  libxpm4  6.8.2.dfsg.1-2  X pixmap library
ii  libxrandr2   6.8.2.dfsg.1-2  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-2  X Toolkit Intrinsics
ii  libxtrap66.8.2.dfsg.1-2  X Window System protocol-trapping 
ii  libxtst6 6.8.2.dfsg.1-2  X Window System event recording an
ii  libxv1   6.8.2.dfsg.1-2  X Window System video extension li
ii  x11-common [xfree86-comm 6.8.2.dfsg.1-2  X Window System (X.Org) infrastruc
ii  xfree86-common   6.8.2.dfsg.1-2  X Window 

Bug#318836: marked as done (libfam-dev: Package uninstallable)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 04:32:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#318836: libfam-dev: Package uninstallable
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Jul 2005 07:17:31 +
From [EMAIL PROTECTED] Mon Jul 18 00:17:31 2005
Return-path: [EMAIL PROTECTED]
Received: from postfix4-1.free.fr [213.228.0.62] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuPsZ-0007Uv-00; Mon, 18 Jul 2005 00:17:31 -0700
Received: from christian.marillat.net (marillat.net [82.225.139.42])
by postfix4-1.free.fr (Postfix) with ESMTP id 557563185B4
for [EMAIL PROTECTED]; Mon, 18 Jul 2005 09:17:30 +0200 (CEST)
Received: from marillat by christian.marillat.net with local (Exim 4.52)
id 1DuPsb-0001Uu-5E
for [EMAIL PROTECTED]; Mon, 18 Jul 2005 09:17:33 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Christian Marillat [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libfam-dev: Package uninstallable
X-Mailer: reportbug 3.15
Date: Mon, 18 Jul 2005 09:17:33 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libfam-dev
Severity: serious

Hi,

This package depends on libfam0 who doesn't exist.

Should depends on libfam0c102

Christian

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

---
Received: (at 318836-done) by bugs.debian.org; 18 Jul 2005 11:32:08 +
From [EMAIL PROTECTED] Mon Jul 18 04:32:08 2005
Return-path: [EMAIL PROTECTED]
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) 
[66.93.39.86] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuTqy-0001Sf-00; Mon, 18 Jul 2005 04:32:08 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
id AFD88A314B; Mon, 18 Jul 2005 04:32:07 -0700 (PDT)
Date: Mon, 18 Jul 2005 04:32:07 -0700
From: Steve Langasek [EMAIL PROTECTED]
To: Christian Marillat [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#318836: libfam-dev: Package uninstallable
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=HcAYCG3uE/tztfnV
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02


--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 18, 2005 at 09:17:33AM +0200, Christian Marillat wrote:
 Package: libfam-dev
 Severity: serious

 This package depends on libfam0 who doesn't exist.

 Should depends on libfam0c102

$ madison -s unstable libfam0
   libfam0 |  2.7.0-7.2 |  unstable | alpha, arm, hppa, i386, m68k, mip=
s, mipsel, powerpc, s390, sparc
$

--=20
Steve Langasek
postmodern programmer

--HcAYCG3uE/tztfnV
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC25M2KN6ufymYLloRAkbJAJ9RT0tMI5//BJZFxe+l5jO+OA+O4wCgvJSf
J8K689sivlgKwwbM0cdGKeI=
=Q9Io
-END PGP SIGNATURE-

--HcAYCG3uE/tztfnV--


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



Bug#318785: kaffe: Please depend on libgmp3c2 instead of libgmp

2005-07-18 Thread Wolfgang Baer
Andreas Jochens wrote:
 Package: kaffe
 Version: 2:1.1.5-3
 Severity: serious
 Tags: patch
 
 Please change libgmp3 to libgmp3c2 in debian/shlibs.local. Otherwise
 kaffe binary packages will depend on libgmp3 which is no longer built
 by the gmp source package.
 

Hi Andreas,

we will wait for a new upstream release before uploading. Currently
gmp is not yet build on m68k, so we have to wait anyway.

Regards,

Wolfgang


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



Bug#307760: snacc: FTBFS (amd64/gcc-4.0): 'EOC' was not declared in this scope

2005-07-18 Thread W. Borgert
Quoting Andreas Metzler [EMAIL PROTECTED]:
 In case somebody is interested in snacc: Most of the bugs are supposed
 to be fixed in Ubuntu.

 http://people.ubuntu.com/~scott/patches/snacc/

Thanks, if nobody else is faster I'll upload in some days.


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



Bug#318871: dx: does not install in unstable

2005-07-18 Thread Panayotis Katsaloulis
Package: dx
Version: 1:4.3.2-3
Severity: grave
Justification: renders package unusable


The package is not installable under testing. The reason has to do with
X.org. When X.org is installed the package requirements for xlibmesa-glu
(libglu1) fails since this is a xfree only package. Thus dx is completely
uninstallabe and the installed dx is forcibly removed.


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

Versions of packages dx depends on:
ii  lesstif1  1:0.93.94-11.4 OSF/Motif 1.2 implementation relea
ii  libbz2-1.01.0.2-7high-quality block-sorting file co
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libdps1   6.8.2.dfsg.1-2 Display PostScript (DPS) client li
pn  libdx4none (no description available)
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libhdf4g  4.1r4-18.1 The Hierarchical Data Format libra
ii  libice6   6.8.2.dfsg.1-2 Inter-Client Exchange library
ii  libjasper-1.701-1 1.701.0-2  The JasPer JPEG-2000 runtime libra
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmagick66:6.2.3.3-1Image manipulation library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-2 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2.dfsg.1-2 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-2 X Window System miscellaneous exte
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxp66.8.2.dfsg.1-2 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-2 X pixmap library
ii  libxt66.8.2.dfsg.1-2 X Toolkit Intrinsics
ii  netcdfg3  3.5.0-7.1  An interface for scientific data a
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-2 Mesa 3D graphics library [X.Org]
pn  xlibmesa-glu | libglu1none (no description available)
ii  xlibs 6.8.2.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.2-9  compression library - runtime

Versions of packages dx recommends:
ii  dx-doc1:4.3.2-3  OpenDX (IBM Visualization Data Exp


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



Bug#318869: sgt-puzzles: FTBFS: 'r2.x' may be used uninitialized in this function

2005-07-18 Thread Andreas Jochens
Package: sgt-puzzles
Version: 6039-1
Severity: serious
Tags: patch

When building 'sgt-puzzles' on amd64/unstable,
I get the following error:

cc-O2 -Wall -Werror -g -I./ `sh -c 'pkg-config gtk+-2.0 $0 2/dev/null || 
gtk-config $0' --cflags` -c rect.c
cc1: warnings being treated as errors
rect.c: In function 'new_game_desc':
rect.c:1288: warning: 'r2.x' may be used uninitialized in this function
rect.c:1288: warning: 'r2.y' may be used uninitialized in this function
rect.c:1288: warning: 'r2.w' may be used uninitialized in this function
rect.c:1288: warning: 'r2.h' may be used uninitialized in this function
rect.c:1288: warning: 'r1.w' may be used uninitialized in this function
rect.c:1288: warning: 'r1.h' may be used uninitialized in this function
make[1]: *** [rect.o] Error 1
make[1]: Leaving directory `/sgt-puzzles-6039'
make: *** [build] Error 2

With the attached patch 'sgt-puzzles' can be compiled.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sgt-puzzles-6039/rect.c ./rect.c
--- ../tmp-orig/sgt-puzzles-6039/rect.c 2005-06-29 00:30:05.0 +
+++ ./rect.c2005-07-18 10:51:36.0 +
@@ -1285,7 +1285,7 @@
 
 if (ndirs  0) {
 int which, dir;
-struct rect r1, r2;
+struct rect r1={0,0,0,0}, r2={0,0,0,0};
 
 which = random_upto(rs, ndirs);
 dir = dirs[which];


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



Processed: Re: Bug#318742: marked as done (dependency problem)

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 318742
Bug#318742: dependency problem
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: found

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # correct version numbers: epoch was missing
 found 314374 2:1.4.4-5
Bug#314374: SquirrelMail cross site scripting vulnerabilities [CAN-2005-1769]]
Bug marked as found in version 2:1.4.4-5.

 found 317094 2:1.4.4-5
Bug#317094: SquirrelMail $_POST variable handling vulnerability [CAN-2005-2095]
Bug marked as found in version 2:1.4.4-5.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318742: marked as done (dependency problem)

2005-07-18 Thread Steve Langasek
reopen 318742
thanks

 The problem is not that the gnomeeting is uninstallable,
 but that when installing, a lot of other unrelated software (in fact is
 related) breaks and want to uninstall, true?

On the contrary, gnomemeeting itself is currently uninstallable in unstable.

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

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

The following packages have unmet dependencies:
  gnomemeeting: Depends: libopenh323-1.15.2 (= 1.15.3) but it is not going to 
be installed
Depends: libpt-1.8.3 but it is not going to be installed
E: Broken packages
#

This is a real bug in the gnomemeeting package in unstable, and will be
fixed once gnomemeeting has been rebuilt for the C++ ABI transition and
uploaded.  Please don't close this valid bug report until that rebuild has
happened; doing so just invites other people to re-file the same bug report
anyway. :)

FWIW, openh323 and pwlib are the only two C++-based libs that gnomemeeting
appears to depend on, and both of these are in the midst of transitioning
(both have been uploaded, but not yet built on all architectures), so a
gnomemeeting upload could happen reasonably soon.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#318871: marked as done (dx: does not install in unstable)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 05:21:19 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#318871: dx: does not install in unstable
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Jul 2005 11:43:19 +
From [EMAIL PROTECTED] Mon Jul 18 04:43:19 2005
Return-path: [EMAIL PROTECTED]
Received: from master.debian.org [146.82.138.7] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuU1n-0004JL-00; Mon, 18 Jul 2005 04:43:19 -0700
Received: from (orfeas.di.uoa.gr) [143.233.243.105] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DuU1l-000430-00; Mon, 18 Jul 2005 06:43:17 -0500
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Panayotis Katsaloulis [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: dx: does not install in unstable
X-Mailer: reportbug 3.15
Date: Mon, 18 Jul 2005 14:44:05 +0300
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham 
version=2.60-bugs.debian.org_2005_01_02

Package: dx
Version: 1:4.3.2-3
Severity: grave
Justification: renders package unusable


The package is not installable under testing. The reason has to do with
X.org. When X.org is installed the package requirements for xlibmesa-glu
(libglu1) fails since this is a xfree only package. Thus dx is completely
uninstallabe and the installed dx is forcibly removed.


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

Versions of packages dx depends on:
ii  lesstif1  1:0.93.94-11.4 OSF/Motif 1.2 implementation relea
ii  libbz2-1.01.0.2-7high-quality block-sorting file co
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libdps1   6.8.2.dfsg.1-2 Display PostScript (DPS) client li
pn  libdx4none (no description available)
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libhdf4g  4.1r4-18.1 The Hierarchical Data Format libra
ii  libice6   6.8.2.dfsg.1-2 Inter-Client Exchange library
ii  libjasper-1.701-1 1.701.0-2  The JasPer JPEG-2000 runtime libra
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmagick66:6.2.3.3-1Image manipulation library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-2 X Window System Session Management
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libx11-6  6.8.2.dfsg.1-2 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-2 X Window System miscellaneous exte
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxp66.8.2.dfsg.1-2 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-2 X pixmap library
ii  libxt66.8.2.dfsg.1-2 X Toolkit Intrinsics
ii  netcdfg3  3.5.0-7.1  An interface for scientific data a
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-2 Mesa 3D graphics library [X.Org]
pn  xlibmesa-glu | libglu1none (no description available)
ii  xlibs 6.8.2.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.2-9  compression library - runtime

Versions of packages dx recommends:
ii  dx-doc1:4.3.2-3  OpenDX (IBM Visualization Data Exp

---
Received: (at 318871-done) by bugs.debian.org; 18 Jul 2005 12:21:20 +
From [EMAIL PROTECTED] Mon Jul 18 05:21:20 2005
Return-path: [EMAIL 

Processed: Re: db2: FTBFS: Label at end of compound statement

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 318508 + patch
Bug#318508: db2: FTBFS: Label at end of compound statement
There were no tags set.
Tags added: patch

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#318799: does not set up a proper grub when installing in hdb MBR

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 318799 normal
Bug#318799: does not set up a proper grub when installing in hdb MBR
Severity set to `normal'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318889: sylpheed-claws-gtk2: libaspell15 was changed to libaspell15c2 so it doesn't install

2005-07-18 Thread Micha Feigin
Package: sylpheed-claws-gtk2
Version: 1.9.6cvs1-1
Severity: grave
Justification: renders package unusable

Debain switch from libaspell15 to libaspell15c2 which requires a rebuild
of the package. After that it works fine. Without it, it won't install

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

Versions of packages sylpheed-claws-gtk2 depends on:
ii  libaspell150.60.3-1  The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgpgme6  0.3.16-2  GPGME - GnuPG Made Easy
ii  libgtk2.0-02.6.8-1   The GTK+ graphical user interface 
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libssl0.9.70.9.7g-1  SSL shared libraries

Versions of packages sylpheed-claws-gtk2 recommends:
ii  sylpheed-claws-gtk2-i18n 1.9.6cvs1-1 Locale data for Sylpheed Claws (i1

-- no debconf information
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


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



Processed: Re: Bug#318871: dx: does not install in unstable

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 318871 wishlist
Bug#318871: dx: does not install in unstable
Severity set to `wishlist'.

 retitle 318871 dx: does not install with xorg in unstable
Bug#318871: dx: does not install in unstable
Changed Bug title.
(By the way, that Bug is currently marked as done.)

 close 318871 1:4.3.2-4
Bug#318871: dx: does not install with xorg in unstable
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1:4.3.2-4, send any further explanations to 
Panayotis Katsaloulis [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318508: db2: FTBFS: Label at end of compound statement

2005-07-18 Thread Kalle Olavi Niemitalo
tags 318508 + patch
quit

Daniel Schepler [EMAIL PROTECTED] writes:

From my build log (reproduced using pbuilder in an i386 chroot):

Also reproduced on AMD Duron running Debian i386.

 Unfortunately, since this is in build-tree/db2 instead of
 build-tree/db-2.7.7, I can't figure out how to get dbs to patch this
 file.  Anyway, the patch to that file is attached.

I think the least disruptive way is to put .. in the file name;
patch 2.5.9-2 allows that.  Also, I'd prefer keeping the comment
above the break, thus part of the case.  With the following patch
placed in debian/patches/, db2 2.7.7.0-9 now builds OK.

diff -urp db2/os/os_oflags.c db2.new/os/os_oflags.c
--- dummy/../db2/os/os_oflags.c	1999-06-07 18:09:37.0 +
+++ dummy/../db2/os/os_oflags.c	2005-07-15 22:01:53.0 +
@@ -45,6 +45,7 @@ __db_oflags(oflags)
 		break;
 	default:		/* Bogus flags value from user.  */
 	  /* XXX no way to return error from here */
+		break;
 	}
 	if (oflags  O_CREAT)
 		dbflags |= DB_CREATE;


pgpkXC6XUtfec.pgp
Description: PGP signature


Bug#318871: dx: does not install in unstable

2005-07-18 Thread Daniel Kobras
severity 318871 wishlist
retitle 318871 dx: does not install with xorg in unstable
close 318871 1:4.3.2-4
thanks

On Mon, Jul 18, 2005 at 02:44:05PM +0300, Panayotis Katsaloulis wrote:
 The package is not installable under testing.

dx is perfectly fine in testing. You're probably thinking of unstable
here.

 The reason has to do with X.org. When X.org is installed the package
 requirements for xlibmesa-glu (libglu1) fails since this is a xfree
 only package. Thus dx is completely uninstallabe and the installed dx
 is forcibly removed.

'When X.org is installed' is the crucial phrase here. dx still installs
fine even in unstable because xlibmesa-glu is still in the archive. It's
incompatible with xorg's libglu package, though.

Incidenctially, I've fixed this and further issues in a new version
uploaded today that should appear on a mirror near you in a few hours,
but the severity of this bug was way overrated.

Regards,

Daniel.



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



Bug#317844: usbmount: My pendrive isn't mounted anymore since version = 0.0.13

2005-07-18 Thread Martin Dickopp
On Mon, Jul 11, 2005 at 11:31:58PM +0100, Rafael Rodríguez wrote:
 Usbmount won't do any mount/umount command here since version =
 0.0.13. In fact it worked with upstream svn revision 30, but not with
 31. Syslog shows it isn't mounting/umounting anything (i.e. i don't
 have any usbmount output in syslog, just the usual kernel detection
 and usb.agent's).

Hi Rafael,

Thank you for the bug report. Could you please provide the output
of the following command?

  udevinfo -a -p $( udevinfo -q path -n /dev/sdb )

Please type the command while the USB device is plugged in, and please
replace /dev/sdb with the device node that corresponds to your device.

Cheers,
Martin


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



Bug#318891: bad C++ transition

2005-07-18 Thread Robert Jordens
Package: alsamixergui
Version: 0.9.0rc2-1-7
Severity: serious

 From:
http://buildd.debian.org/fetch.php?pkg=alsamixerguiver=0.9.0rc2-1-8arch=mipselstamp=1121670884file=logas=raw

 Package: alsamixergui
 Version: 0.9.0rc2-1-8
 Depends: libasound2 ( 1.0.9), libc6 (= 2.3.2.ds1-21), libfltk1.1c102
 (= 1.1.6), libgcc1 (= 1:4.0.0-9), libstdc++6 (= 4.0.1)

Bad transition as in aconnectgui. Should be a build depend on
libfltk1.1-dev (= 1.1.6-6).

But thanks for adopting the package ;-P

Robert.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3-rj1
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages alsamixergui depends on:
ii  libasound2  1.0.9-2  ALSA library
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfltk1.1c102  1.1.6-5  Fast Light Toolkit shared librarie
ii  libgcc1 1:4.0.0-9GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  xlibmesa-glu [libglu1]  6.8.2-mea1   Mesa OpenGL utility library [X.Org

alsamixergui recommends no packages.

-- no debconf information

-- 
Trying to establish voice contact ... please yell into keyboard.



Bug#318892: torrus-common - fails if /var/cache is cleared

2005-07-18 Thread Bastian Blank
Package: torrus-common
Version: 1.0.0-1
Severity: serious

torrus-common fails to display anything with ENOFILE if /var/cache is
cleared. This violates FHS 5.2 and therefor polcy 9.1.1.

Bastian

-- 
War is never imperative.
-- McCoy, Balance of Terror, stardate 1709.2


signature.asc
Description: Digital signature


Bug#318405: xserver-xorg sets wrong palete on switching to console.

2005-07-18 Thread Bill from Tampa
El Viernes, 15 de Julio de 2005 12:05, Reinhard Karcher escribió:
 Package: xserver-xorg
 Version: 6.8.2.dfsg.1-2
 Severity: important

 Leaving X or switching from X to console results in wrong colours for
 foreground and background.

Hello, Reinhard. Could you please replace 
/usr/X11R6/lib/modules/libvgahw.a 
with the one available in http://people.debian.org/~ender/ and restart X? You 
may need to restart the whole system to achieve full recovery.

Please send to the bug address the result of this test.

Best regards,


Ender.

I was having the same problem (actually 2 problems- after upgrade to X.org -- 
after running startx the VT fonts were borked and VT screens were surrounded 
by a blue border and typed text would not display, and also the X display was 
distorted by fine vertical lines and distorted colors (until using ctrl-alt-+ 
to change to different screen resolution and cycling around).  Replacing the 
file you suggested fixed BOTH of these problems, as best as I can discern.
... now if I can get my browsers to use mailto: correctly...

Bill



Bug#318719: It's a 64bit issue

2005-07-18 Thread Alexis Sukrieh
* Helge Kreutzmann ([EMAIL PROTECTED]) disait :
 severity 318719 grave
 thanks dude
 
 Hello,
 I just got the confirmation on debian-alpha, that indeed tecnoballz
 segfaults there as well. I expect ia64 to follow suit (given the
 reasoning in my above mail). Since alpha is released, this bug is
 hence RC.

Thanks for all your comments, and sorry for the crappy build rules,
that's my first package using autoconf, and I agree, it's really in a
bad shape.

I would suggest to apply the patch submitted for #303156, wich should
fix the 64bit related issues, and see if that stop the segfault.

Moreover, I cannot upload a new package now, because tecnoballz *does
not* build with gcc 4.0, there is a lot of work behind...

Thanks.

-- 

 - Alexis Sukrieh 



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



Bug#318899: libocc0-dev: still depends on (old) libocc0

2005-07-18 Thread Aaron M. Ucko
Package: libocc0-dev
Version: 2.8-5
Severity: serious
Justification: Policy 3.5

When you renamed libocc0 to libocc0c2 per the G++ 4.0 transition, you
seem to have forgotten to adjust libocc0-dev's Depends: header; as a
result, the latest version of openc++ (which depends on both libocc0c2
and libocc0-dev) is uninstallable.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libocc0-dev depends on:
ii  g++   4:4.0.0-2  The GNU C++ compiler
ii  libgc-dev 1:6.4-1conservative garbage collector for
ii  libocc0   2.8-4  OpenC++ library - runtime

libocc0-dev recommends no packages.

-- no debconf information


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



Bug#318900: pose: fails to build from source, 3.5-7+test1

2005-07-18 Thread Nathan Hand
Package: pose
Severity: grave
Justification: renders package unusable


Building pose 3.5-7+test1 using the patches from

   http://people.debian.org/~lwall/pose/

Build fails on PowerPC (gcc-3.3.6) with 

   ../SrcShared/HostControl.cpp:1131: error: ISO C++ forbids casting
   to an array type `__va_list_tag[1]'

Line in question is...

   int result = x_vfprintf (fh, fmt, (va_list) stackData[0]);

Casting to va_list is not portable. Fails on gcc-powerpc because the
va_list implementation is an array of one element.

I've brute forced it with...

union {
va_list va;
void *ptr;
} uglyhack;

uglyhack.ptr = stackData[0];
int result = x_vfprintf (fh, fmt, uglyhack.va);

That's not pretty but it works. 


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


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



Bug#288439: marked as done (rox: FTBFS (amd64/gcc-4.0): static declaration of 'tooltips' follows non-static declaration)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 09:40:29 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#288439: fixed in rox 2.2.0-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 3 Jan 2005 19:25:59 +
From [EMAIL PROTECTED] Mon Jan 03 11:25:58 2005
Return-path: [EMAIL PROTECTED]
Received: from c173214.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.214] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ClXq2-Uo-00; Mon, 03 Jan 2005 11:25:58 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1ClXvZ-0002mv-Be; Mon, 03 Jan 2005 20:31:41 +0100
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: rox: FTBFS (amd64/gcc-4.0): static declaration of 'tooltips' follows 
non-static declaration
Message-Id: [EMAIL PROTECTED]
Date: Mon, 03 Jan 2005 20:31:41 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: rox
Severity: normal
Tags: patch

When building 'rox' on amd64 with gcc-4.0,
I get the following error:

toolbar.c:62: error: static declaration of 'tooltips' follows non-static 
declaration
main.h:15: error: previous declaration of 'tooltips' was here
toolbar.c: In function 'toolbar_help_clicked':
toolbar.c:280: warning: pointer targets in passing argument 1 of 
'filer_opendir' differ in signedness
toolbar.c: In function 'option_notify':
toolbar.c:636: warning: pointer targets in passing argument 1 of 'in_list' 
differ in signedness
toolbar.c: In function 'read_tools':
toolbar.c:695: warning: pointer targets in return differ in signedness
toolbar.c:699: warning: pointer targets in passing argument 2 of 
'g_string_append' differ in signedness
toolbar.c:704: warning: pointer targets in assignment differ in signedness
make[1]: *** [toolbar.o] Error 1
make[1]: Leaving directory `/rox-2.0.1/ROX-Filer/src'
make: *** [build-stamp] Error 2

With the attached patch 'rox' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/rox-2.0.1/ROX-Filer/src/toolbar.c 
./ROX-Filer/src/toolbar.c
--- ../tmp-orig/rox-2.0.1/ROX-Filer/src/toolbar.c   2004-07-29 
11:11:06.0 +0200
+++ ./ROX-Filer/src/toolbar.c   2005-01-03 19:44:40.452841040 +0100
@@ -59,8 +59,6 @@
 
 Option o_toolbar, o_toolbar_info, o_toolbar_disable;
 
-static GtkTooltips *tooltips = NULL;
-
 /* TRUE if the button presses (or released) should open a new window,
  * rather than reusing the existing one.
  */

---
Received: (at 288439-close) by bugs.debian.org; 18 Jul 2005 13:53:06 +
From [EMAIL PROTECTED] Mon Jul 18 06:53:06 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuW3O-0006R5-00; Mon, 18 Jul 2005 06:53:06 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuVrB-0004Pq-00; Mon, 18 Jul 2005 09:40:29 -0400
From: Francesco Paolo Lovergine [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#288439: fixed in rox 2.2.0-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 09:40:29 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: rox
Source-Version: 2.2.0-3

We believe that the bug you reported is fixed in the latest version of
rox, which is due to be installed in the Debian FTP archive:

rox-filer_2.2.0-3_i386.deb
  to pool/main/r/rox/rox-filer_2.2.0-3_i386.deb
rox_2.2.0-3.diff.gz
  to pool/main/r/rox/rox_2.2.0-3.diff.gz
rox_2.2.0-3.dsc
  to pool/main/r/rox/rox_2.2.0-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance 

Processed: Assigning version to suid bug

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 318481 3.999.beta1+cvs20020303-2
Bug#318481: CAN-2005-2180 gen-index file overwrite vulnerability
Bug marked as found in version 3.999.beta1+cvs20020303-2.

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#318890: marked as done (bad C++ transition)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 10:02:30 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318890: fixed in aconnectgui 0.9.0rc2-1-9
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Jul 2005 13:00:14 +
From [EMAIL PROTECTED] Mon Jul 18 06:00:14 2005
Return-path: [EMAIL PROTECTED]
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuVEE-0002zf-00; Mon, 18 Jul 2005 06:00:14 -0700
Received: from wiggis2.ethz.ch (wiggis2.ethz.ch [192.168.127.3])
by wiggis.ethz.ch (Postfix) with ESMTP
id 807534223; Mon, 18 Jul 2005 15:00:12 +0200 (CEST)
Received: from kermit (adsl-62-167-217-102.adslplus.ch [62.167.217.102])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
(No client certificate requested)
by wiggis.ethz.ch (Postfix) with ESMTP
id 2C707406B; Mon, 18 Jul 2005 15:00:11 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
id AA3E78A08; Mon, 18 Jul 2005 15:00:09 +0200 (CEST)
Date: Mon, 18 Jul 2005 15:00:09 +0200
From: Robert Jordens [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: bad C++ transition
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
X-GPG-Fingerprint: 1024D/E02FEF11:F01946CCF910B59289E8D6341D28E4BFE02FEF11
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: aconnectgui
Version: 0.9.0rc2-1-7
Severity: serious

 From e.g.
 
http://buildd.debian.org/fetch.php?pkg=aconnectguiver=0.9.0rc2-1-8arch=mipselstamp=1121670674file=logas=raw

 Depends: libasound2 ( 1.0.9), libc6 (= 2.3.2.ds1-21), libfltk1.1c102 (= 
1.1.6), libgcc1 (= 1:4.0.0-9), libstdc++6 (= 4.0.1)

libfltk1.1c102 is from g++ 3.3.

libfltk is transitioning right now. You have to build-depend on
libfltk1.1-dev (= 1.1.6-6).

Robert.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3-rj1
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aconnectgui depends on:
ii  libasound2  1.0.9-2  ALSA library
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libfltk1.1c102  1.1.6-5  Fast Light Toolkit shared librarie
ii  libgcc1 1:4.0.0-9GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  xlibmesa-glu [libglu1]  6.8.2-mea1   Mesa OpenGL utility library [X.Org

aconnectgui recommends no packages.

-- no debconf information

-- 
Linus?  Whose that?
-- clueless newbie on #Linux

---
Received: (at 318890-close) by bugs.debian.org; 18 Jul 2005 14:11:06 +
From [EMAIL PROTECTED] Mon Jul 18 07:11:06 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuWKo-0003Ff-00; Mon, 18 Jul 2005 07:11:06 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuWCU-0005td-00; Mon, 18 Jul 2005 10:02:30 -0400
From: Paul Brossier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318890: fixed in aconnectgui 0.9.0rc2-1-9
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 10:02:30 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: aconnectgui
Source-Version: 0.9.0rc2-1-9

We believe that the bug you reported is fixed in the latest version of
aconnectgui, which is due to be installed in the Debian FTP archive:

aconnectgui_0.9.0rc2-1-9.diff.gz
  to 

Bug#259821: marked as done (sitecopy: FTBFS with gcc-3.4: label at end of compound statement)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 09:36:40 -0500
with message-id 
!~!UENERkVCMDkAAQACABgAE8nmrh9vwkGVMvx9uYSdqMKQfc/[EMAIL
 PROTECTED]
and subject line sitecopy: FTBFS with gcc-3.4...
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 16 Jul 2004 20:45:06 +
From [EMAIL PROTECTED] Fri Jul 16 13:45:06 2004
Return-path: [EMAIL PROTECTED]
Received: from c147165.adsl.hansenet.de (localhost) [213.39.147.165] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BlZZq-0003Xs-00; Fri, 16 Jul 2004 13:45:06 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BlZZo-0005l0-MS; Fri, 16 Jul 2004 22:45:04 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: sitecopy: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: [EMAIL PROTECTED]
Date: Fri, 16 Jul 2004 22:45:04 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: sitecopy
Severity: normal
Tags: patch

When building 'sitecopy' with gcc-3.4 I get the following error:

gcc -I../src -I../lib  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-xml 
-I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -DHAVE_CONFIG_H 
-DLOCALEDIR=\/usr/share/locale\ -DXML_BYTE_ORDER=12 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I. -Wall -O2 
-I/usr/include -I../libneon -DXML_DTD -I../expat/xmlparse -I../expat/xmltok -o 
src/sitestore.o -c ../src/sitestore.c
../src/sitestore.c: In function `end_element':
../src/sitestore.c:435: warning: comparison is always false due to limited 
range of data type
gcc -I../src -I../lib  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-xml 
-I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -DHAVE_CONFIG_H 
-DLOCALEDIR=\/usr/share/locale\ -DXML_BYTE_ORDER=12 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I. -Wall -O2 
-I/usr/include -I../libneon -DXML_DTD -I../expat/xmlparse -I../expat/xmltok -o 
src/rcfile.o -c ../src/rcfile.c
gcc -I../src -I../lib  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-xml 
-I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -DHAVE_CONFIG_H 
-DLOCALEDIR=\/usr/share/locale\ -DXML_BYTE_ORDER=12 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I. -Wall -O2 
-I/usr/include -I../libneon -DXML_DTD -I../expat/xmlparse -I../expat/xmltok -o 
src/common.o -c ../src/common.c
gcc -I../src -I../lib  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-xml 
-I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -DHAVE_CONFIG_H 
-DLOCALEDIR=\/usr/share/locale\ -DXML_BYTE_ORDER=12 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I. -Wall -O2 
-I/usr/include -I../libneon -DXML_DTD -I../expat/xmlparse -I../expat/xmltok -o 
src/ftp.o -c ../src/ftp.c
gcc -I../src -I../lib  -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 

Bug#316798: gnome-control-center: GNOME session startup is blocked

2005-07-18 Thread KELEMEN Peter
* Loïc Minier ([EMAIL PROTECTED]) [20050716 19:49]:

  Do you have a .gnome2/session-manual file?  Please attach it if you do.

I don't have either.  However, I scrubbed GNOME completely and
reinstalled from experimental/sid, and the problem went away, so
I'm not concerned any more.

Peter

-- 
.+'''+. .+'''+. .+'''+. .+'''+. .+''
 Kelemen Péter /   \   /   \   /[EMAIL PROTECTED]
.+' `+...+' `+...+' `+...+' `+...+'


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



Bug#318901: aspell-he: doesn't work with the current aspell

2005-07-18 Thread Micha Feigin
Package: aspell-he
Version: 0.6-0-1
Severity: grave
Justification: renders package unusable

Debian switched from libaspell15 to libaspell15c2 so aspell-he doesn't
install and if forced, doesn't work

-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=he_IL, LC_CTYPE=he_IL (charmap=ISO-8859-8)
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


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



Bug#318902: pose doesnt respond to pen events

2005-07-18 Thread Nathan Hand
Package: pose
Severity: grave
Tags: patch
Justification: renders package unusable


Pose 3.5-7+test1 builds and runs. Physical buttons respond to mouse
clicks. Pen events do not work.

This bug has already been identified. It's a mistake in the GCC 3.3
compiler. There are two workarounds.

1) Enable -fno-strict-aliasing when compiling EmPoint.cpp.

2) Apply this patch written by John Marshall, available on sourceforge,
patch 1197981. Changes this line in EmPoint.cpp from...

#define FOR_POINT(cls, size, x, y)  \
EmPoint::operator cls() const   \
{ size pt[2]; pt[x] = fX; pt[y] = fY; return *(cls*) pt; }

To...

#define FOR_POINT(cls, size, x, y)  \
EmPoint::operator cls() const   \
{ union {size pt[2]; cls c;} u; \
  u.pt[x] = fX; u.pt[y] = fY; return u.c; }

Either solution works. Second one is preferable.


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


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



Bug#303697: marked as done (gai: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 11:33:25 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#303697: fixed in gai 0.5.10-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 8 Apr 2005 07:02:49 +
From [EMAIL PROTECTED] Fri Apr 08 00:02:49 2005
Return-path: [EMAIL PROTECTED]
Received: from c203154.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.154] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DJnVv-0007Kd-00; Fri, 08 Apr 2005 00:02:48 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DJnVu-000372-6Z; Fri, 08 Apr 2005 09:02:46 +0200
To: Debian Bug Tracking System [EMAIL PROTECTED]
From: Andreas Jochens [EMAIL PROTECTED]
Subject: gai: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: [EMAIL PROTECTED]
Date: Fri, 08 Apr 2005 09:02:46 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: gai
Version: 0.5.8-1
Severity: normal
Tags: patch

When building 'gai' on amd64/unstable with gcc-4.0,
I get the following error:

gai-pref2.c:874: error: invalid lvalue in assignment
gai-pref2.c:899: warning: cast from pointer to integer of different size
make[2]: *** [gai-pref2.o] Error 1
make[2]: Leaving directory `/gai-0.5.8/gai'

With the attached patch 'gai' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gai-0.5.8/gai/gai-pref.c ./gai/gai-pref.c
--- ../tmp-orig/gai-0.5.8/gai/gai-pref.c2004-03-18 08:56:35.0 
+0100
+++ ./gai/gai-pref.c2005-04-08 08:55:52.528705398 +0200
@@ -967,8 +967,8 @@
 
if((unsigned char*)(((int *)iw[i].result)[0]) != NULL 
   (unsigned char*)(((int *)iw[i].default_val)[0]) != NULL)
-   (unsigned char*)(((int *)iw[i].result)[0]) = 
-   (unsigned char*)(((int *)iw[i].default_val)[0]) = 
g_strdup(buff);
+   (((int *)iw[i].result)[0]) = 
+   (((int *)iw[i].default_val)[0]) = g_strdup(buff);
 
 
//printf(%s\n,buff);
@@ -988,7 +988,7 @@
 

if(j == g_list_length((GList *)((int *)iw[i].result)[0])){
-   (GList *)((int *)iw[i].result)[0] = g_list_append((GList 
*)((int *)iw[i].result)[0], 
+   ((int *)iw[i].result)[0] = g_list_append((GList *)((int 
*)iw[i].result)[0], 
  
g_strdup(buff));
//  printf(%s is a new entry\n,buff);
} 
diff -urN ../tmp-orig/gai-0.5.8/gai/gai-pref2.c ./gai/gai-pref2.c
--- ../tmp-orig/gai-0.5.8/gai/gai-pref2.c   2004-09-12 10:17:58.0 
+0200
+++ ./gai/gai-pref2.c   2005-04-08 08:55:03.474457046 +0200
@@ -870,7 +870,7 @@
 

if(j == g_list_length((GList *)((int *)iw[i].result)[0])){
-   (GList *)((int *)iw[i].result)[0] = g_list_append((GList 
*)((int *)iw[i].result)[0], 
+   ((int *)iw[i].result)[0] = g_list_append((GList *)((int 
*)iw[i].result)[0], 
  
g_strdup(buff));
} 
((int *)iw[i].result2)[0] = j;

---
Received: (at 303697-close) by bugs.debian.org; 18 Jul 2005 15:43:11 +
From [EMAIL PROTECTED] Mon Jul 18 08:43:11 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuXlv-0007jm-00; Mon, 18 Jul 2005 08:43:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuXcT-0002cD-00; Mon, 18 Jul 2005 11:33:25 -0400
From: [EMAIL PROTECTED] (Jose M. Moya)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#303697: fixed in gai 0.5.10-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 11:33:25 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: 

Bug#318869: sgt-puzzles: FTBFS: 'r2.x' may be used uninitialized in this function

2005-07-18 Thread Ben Hutchings
This warning is actually a false report from gcc, which unfortunately is
treated as an error due to compiler options chosen upstream.  r1 and r2
will always be initialised by one of the cases in the switch statement
before they are used.  gcc doesn't know that one of these cases will
always match, but it can be convinced by the addition of a default case
that asserts a falsehood.  I have made this change in a new version of
the package but am waiting for a sponsor to upload it.

Note that this affects all architectures when the new version of gcc is
used.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


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



Bug#287089: marked as done (shermans-aquarium: contains non-free or undistributable images)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 11:48:14 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#287089: fixed in shermans-aquarium 3.0.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 24 Dec 2004 10:24:24 +
From [EMAIL PROTECTED] Fri Dec 24 02:24:24 2004
Return-path: [EMAIL PROTECTED]
Received: from dhcp065-026-182-085.indy.rr.com (sisyphus.deadbeast.net) 
[65.26.182.85] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1ChmcR-0007pw-00; Fri, 24 Dec 2004 02:24:23 -0800
Received: by sisyphus.deadbeast.net (Postfix, from userid 1000)
id 710FF68C051; Fri, 24 Dec 2004 05:24:22 -0500 (EST)
Content-Type: multipart/mixed; boundary1067308293==
MIME-Version: 1.0
From: Branden Robinson [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: shermans-aquarium: contains non-free or undistributable images
X-Mailer: reportbug 3.5
Date: Fri, 24 Dec 2004 05:24:22 -0500
X-Debbugs-Cc: debian-legal@lists.debian.org
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1067308293==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: shermans-aquarium
Version: 2.2.0-1
Severity: serious
Justification: violates section 2.2.1 of Debian Policy

As noted on debian-legal on 20 August by Nathanael Nerode,
shermans-aquarium appears to contain non-DFSG-free images files.

It is unclear to me whether these files are even distributable by Debian
at all; that they come free-of-charge with a gratis screen saver for
Windows operating systems implies no grant of permission to the Debian
Project whatsoever.

I have attached the debian/copyright file and upstream README.

The copyright holder in the images, Jim Toomey, should be contacted as soon
as possible for license negotiations.  If those are unsuccessful and
distributable replacement images are not used, this package should be
withdrawn from the Debian archives.  (Without a grant of license under
copyright law, we cannot distribute these images even in non-free).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.25-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages shermans-aquarium depends on:
ii  libart-2.0-22.3.16-6 Library of functions for 2D graphi
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libbonobo2-02.8.0-4  Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.8.0-2  The Bonobo UI library
ii  libc6   2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libgconf2-4 2.8.1-4  GNOME configuration database syste
ii  libglib2.0-02.4.8-1  The GLib library of C routines
ii  libgnome2-0 2.8.0-6  The GNOME 2 library - runtime file
ii  libgnomecanvas2 2.8.0-1  A powerful object-oriented display
ii  libgnomeui-02.8.0-3  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  2.8.3-6  The GNOME virtual file-system libr
ii  libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface 
ii  libice6 4.3.0.dfsg.1-10  Inter-Client Exchange library
ii  liborbit2   1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet 2.8.2-1  Library for GNOME 2 Panel applets
ii  libpango1.0-0   1.6.0-3  Layout and rendering of internatio
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libsdl1.2debian 1.2.7+1.2.8cvs20041007-3 Simple DirectMedia Layer
ii  libsm6  4.3.0.dfsg.1-10  X Window System Session Management
ii  libx11-64.3.0.dfsg.1-10  X Window System protocol client li
ii  libxml2 2.6.11-5 GNOME XML library
ii  xlibs   4.3.0.dfsg.1-10  X Keyboard Extension (XKB) configu
ii  zlib1g  1:1.2.2-4  

Bug#315178: marked as done (FTBFS: Build-depends on libnautilus2-dev instead of libgnomeui-dev)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 12:47:39 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#315178: fixed in abiword 2.2.8-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 20 Jun 2005 23:38:11 +
From [EMAIL PROTECTED] Mon Jun 20 16:38:11 2005
Return-path: [EMAIL PROTECTED]
Received: from zoot.lafn.org [206.117.18.6] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DkVqF-0007x2-00; Mon, 20 Jun 2005 16:38:11 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j5KNcACe081004
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for [EMAIL PROTECTED]; Mon, 20 Jun 2005 16:38:10 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.50)
id 1DkSkm-0008G7-WE
for [EMAIL PROTECTED]; Mon, 20 Jun 2005 13:20:21 -0700
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matt Kraai [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: FTBFS: Build-depends on libnautilus2-dev instead of 
libnautilus-extension-dev
X-Mailer: reportbug 3.8
Date: Mon, 20 Jun 2005 13:20:20 -0700
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
SUBJ_HAS_UNIQ_ID autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: abiword
Severity: serious
Justification: no longer builds from source

abiword fails to build because its build-dependency on
libnautilus2-dev is unsatisfiable:

  - Considering  libnautilus2-dev
- Trying libnautilus2-dev
- Cannot install libnautilus2-dev; apt errors follow:
 Reading Package Lists...
 Building Dependency Tree...
 Package libnautilus2-dev is not available, but is referred to by another 
package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 However the following packages replace it:
   libnautilus-extension-dev
 E: Package libnautilus2-dev has no installation candidate
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.

It builds if it is changed to build-depend on
libnautilus-extension-dev instead.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

---
Received: (at 315178-close) by bugs.debian.org; 18 Jul 2005 16:52:53 +
From [EMAIL PROTECTED] Mon Jul 18 09:52:53 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuYrN-00062f-00; Mon, 18 Jul 2005 09:52:53 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuYmJ-00066x-00; Mon, 18 Jul 2005 12:47:39 -0400
From: Joshua Kwan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#315178: fixed in abiword 2.2.8-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 12:47:39 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.8 required=4.0 tests=BAYES_00,DOMAIN_BODY,
HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

Source: abiword
Source-Version: 2.2.8-1

We believe that the bug you reported is fixed in the latest version of
abiword, which is due to be installed in the Debian FTP archive:

abiword-common_2.2.8-1_all.deb
  to pool/main/a/abiword/abiword-common_2.2.8-1_all.deb
abiword-gnome_2.2.8-1_i386.deb
  to pool/main/a/abiword/abiword-gnome_2.2.8-1_i386.deb
abiword-help_2.2.8-1_all.deb
  to pool/main/a/abiword/abiword-help_2.2.8-1_all.deb
abiword-plugins-gnome_2.2.8-1_i386.deb
  to 

Bug#318911: marked as done (ijsgimpprint: depends on wrong replacement)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 14:33:06 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318911: fixed in gutenprint 4.3.99+cvs20050715-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 18 Jul 2005 15:09:13 +
From [EMAIL PROTECTED] Mon Jul 18 08:09:13 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp05.mrf.mail.rcn.net [207.172.4.64] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuXF3-GX-00; Mon, 18 Jul 2005 08:09:13 -0700
Received: from 208-58-77-33.c3-0.grg-ubr3.lnh-grg.md.cable.rcn.com (HELO 
tux64.internal.ucko.debian.net) (208.58.77.33)
  by smtp05.mrf.mail.rcn.net with ESMTP; 18 Jul 2005 11:09:12 -0400
X-IronPort-AV: i=3.93,297,1115006400; 
   d=scan'208; a=63313483:sNHT21909556
Received: from amu by tux64.internal.ucko.debian.net with local (Exim 4.52)
id 1DuXF2-0003yS-3S
for [EMAIL PROTECTED]; Mon, 18 Jul 2005 11:09:12 -0400
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Aaron M. Ucko [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: ijsgimpprint: depends on wrong replacement
X-Mailer: reportbug 3.15
Date: Mon, 18 Jul 2005 11:09:12 -0400
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-SA-Exim-Connect-IP: locally generated
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: ijsgimpprint
Version: 4.3.99+cvs20050715-1
Severity: serious
Justification: Policy 3.5

The transitional ijsgimpprint package mistakenly depends on
cupsys-driver-gutenprint rather than ijsgutenprint.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ijsgimpprint depends on:
ii  cupsys-driver-guten 4.3.99+cvs20050715-1 printer drivers for CUPS

ijsgimpprint recommends no packages.

-- no debconf information

---
Received: (at 318911-close) by bugs.debian.org; 18 Jul 2005 18:41:04 +
From [EMAIL PROTECTED] Mon Jul 18 11:41:04 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuaY4-b2-00; Mon, 18 Jul 2005 11:41:04 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuaQM-0002d1-00; Mon, 18 Jul 2005 14:33:06 -0400
From: Roger Leigh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318911: fixed in gutenprint 4.3.99+cvs20050715-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 14:33:06 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: gutenprint
Source-Version: 4.3.99+cvs20050715-2

We believe that the bug you reported is fixed in the latest version of
gutenprint, which is due to be installed in the Debian FTP archive:

cupsys-driver-gimpprint_4.3.99+cvs20050715-2_powerpc.deb
  to 
pool/main/g/gutenprint/cupsys-driver-gimpprint_4.3.99+cvs20050715-2_powerpc.deb
cupsys-driver-gutenprint_4.3.99+cvs20050715-2_powerpc.deb
  to 
pool/main/g/gutenprint/cupsys-driver-gutenprint_4.3.99+cvs20050715-2_powerpc.deb
escputil_4.3.99+cvs20050715-2_powerpc.deb
  to pool/main/g/gutenprint/escputil_4.3.99+cvs20050715-2_powerpc.deb
foomatic-db-gutenprint_4.3.99+cvs20050715-2_all.deb
  to pool/main/g/gutenprint/foomatic-db-gutenprint_4.3.99+cvs20050715-2_all.deb
gimp-print_4.3.99+cvs20050715-2_powerpc.deb
  to pool/main/g/gutenprint/gimp-print_4.3.99+cvs20050715-2_powerpc.deb
gutenprint-doc_4.3.99+cvs20050715-2_all.deb
  to pool/main/g/gutenprint/gutenprint-doc_4.3.99+cvs20050715-2_all.deb
gutenprint-locales_4.3.99+cvs20050715-2_all.deb
  to 

Bug#318287: CAN-2005-2231 temporary file vulnerabilities

2005-07-18 Thread Horms
reopen 318287

1.2.3-11 didn't seem to make it into the archive for some reason -
presumably because I mucked up the upload. I am going to resolve this
ASAP.


-- 
Horms


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



Processed: CAN-2005-2231 temporary file vulnerabilities

2005-07-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 318287
Bug#318287: CAN-2005-2231 temporary file vulnerabilities
Bug reopened, originator not changed.

 1.2.3-11 didn't seem to make it into the archive for some reason -
Unknown command or malformed arguments to command.

 presumably because I mucked up the upload. I am going to resolve this
Unknown command or malformed arguments to command.

 ASAP.
Unknown command or malformed arguments to command.

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#315671: webcalendar unauthorized access

2005-07-18 Thread Stephen Gran
Hello all,

There is a security bug in webcalendar (#315671 and
http://www.securityfocus.com/bid/14072, for reference).  Tim is the
maintainer, but does not yet have a debian account, and cannot upload.
We have a fixed version for sarge ready (patch attached).  I am happy to
upload it for Tim, or you could based on the attached patch.  Please let
us know which way you want to handle this.  Tim is copied on this mail,
please keep both of us in the follow ups.

There is as yet no CVE, but the bugtraq ID is 14072.

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -
diff -Nru old/webcalendar-0.9.45/assistant_edit.php 
new/webcalendar-0.9.45/assistant_edit.php
--- old/webcalendar-0.9.45/assistant_edit.php   2004-11-29 05:18:17.0 
-0500
+++ new/webcalendar-0.9.45/assistant_edit.php   2005-07-18 14:37:26.0 
-0400
@@ -1,16 +1,24 @@
 ?php
 include_once 'includes/init.php';
 
+if ( empty ( $login) || $login == __public__ ) {
+  // do not allow public access
+  do_redirect ( empty ( $STARTVIEW ) ? month.php : $STARTVIEW );
+  exit;
+}
+
 if ($user != $login)
   $user = (($is_admin || $is_nonuser_admin)  $user) ? $user : $login;
 
 if ( $groups_enabled == Y ) {
   $INC = array('js/assistant_edit.php');
+} else {
+  $INC = '';
 }
 print_header($INC);
 ?
 
-form action=assistant_edit_handler.php method=post name=editentryform
+form action=assistant_edit_handler.php method=post 
name=assistanteditform
 ?php
   if ($user) echo input type=\hidden\ name=\user\ value=\$user\ /\n;
   if ( $is_nonuser_admin ) {
diff -Nru old/webcalendar-0.9.45/debian/changelog 
new/webcalendar-0.9.45/debian/changelog
--- old/webcalendar-0.9.45/debian/changelog 2005-07-18 14:36:10.0 
-0400
+++ new/webcalendar-0.9.45/debian/changelog 2005-07-18 14:37:26.0 
-0400
@@ -1,3 +1,10 @@
+webcalendar (0.9.45-6) unstable; urgency=high
+
+  * Fixed a bug in assistant_edit.php that allows unauthorized access
+(closes: #315671)
+
+ -- Tim Peeler [EMAIL PROTECTED]  Mon, 11 Jul 2005 17:56:02 -0400
+
 webcalendar (0.9.45-5) unstable; urgency=low
 
   * Fixed a bug in the postinst that doesn't set permissions of settings.php
diff -Nru old/webcalendar-0.9.45/includes/js/assistant_edit.php 
new/webcalendar-0.9.45/includes/js/assistant_edit.php
--- old/webcalendar-0.9.45/includes/js/assistant_edit.php   2004-07-27 
15:03:10.0 -0400
+++ new/webcalendar-0.9.45/includes/js/assistant_edit.php   2005-07-18 
14:37:26.0 -0400
@@ -3,18 +3,18 @@
 function selectUsers () {
   // find id of user selection object
   var listid = 0;
-  for ( i = 0; i  document.forms[0].elements.length; i++ ) {
-if ( document.forms[0].elements[i].name == users[] )
+  for ( i = 0; i  document.assistanteditform.elements.length; i++ ) {
+if ( document.assistanteditform.elements[i].name == users[] )
   listid = i;
   }
-  url = usersel.php?form=editentryformlistid= + listid + users=;
+  url = usersel.php?form=assistanteditformlistid= + listid + users=;
   // add currently selected users
-  for ( i = 0, j = 0; i  document.forms[0].elements[listid].length; i++ ) {
-if ( document.forms[0].elements[listid].options[i].selected ) {
+  for ( i = 0, j = 0; i  document.assistanteditform.elements[listid].length; 
i++ ) {
+if ( document.assistanteditform.elements[listid].options[i].selected ) {
   if ( j != 0 )
 url += ,;
   j++;
-  url += document.forms[0].elements[listid].options[i].value;
+  url += document.assistanteditform.elements[listid].options[i].value;
 }
   }
   //alert ( URL:  + url );


signature.asc
Description: Digital signature


Bug#318959: gcc-4.0: compiles broken code

2005-07-18 Thread Thorsten Jordan
Package: gcc-4.0
Version: 4.0.1-2
Severity: grave
Justification: renders package unusable


gcc-4.0 generates code that gives false results for this
tiny program:

#include stdio.h
#include math.h
int main()
{
volatile double a = 1.04837e+06, b = 1.04866e+06;
printf(%li %li\n, lround(a), lround(b));
return 0;
}

compilation with -O1 or -O2 gives wrong results for
lround(b), although the number would fit the long
variable obviously.



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

Versions of packages gcc-4.0 depends on:
ii  binutils2.16.1-2 The GNU assembler, linker
and bina
ii  cpp-4.0 4.0.1-2  The GNU C preprocessor
ii  gcc-4.0-base4.0.1-2  The GNU Compiler Collection
(base
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared
libraries an
ii  libgcc1 1:4.0.1-2GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev   2.3.2.ds1-22 GNU C Library: Development
Librari
ii  libmudflap0-dev 4.0.1-2  GCC mudflap support
libraries (dev

-- no debconf information



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



Bug#318960: C++ 4.0 transition

2005-07-18 Thread Robert Jordens
Package: lam
Severity: serious
Source-Version: 7.1.1-3.1

I plan on NMUing lam for the C++ 4.0 transition in the next few hours.

Patch attached.

Robert.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3-rj1
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Never worry about theory as long as the machinery does what it's supposed to do.
-- R. A. Heinlein
diff -u lam-7.1.1/debian/rules lam-7.1.1/debian/rules
--- lam-7.1.1/debian/rules
+++ lam-7.1.1/debian/rules
@@ -471,8 +471,8 @@
dh_compress -a
dh_fixperms -a
dh_installdeb -a
-   dh_shlibdeps -a -l `pwd`/debian/lam$(SO)/usr/lib/ 
-   cat debian/lam$(SO).substvars | sed s, *lam$(SO)[^,]*,,1  tmp  mv 
tmp debian/lam$(SO).substvars
+   dh_shlibdeps -a -l `pwd`/debian/lam$(SO)c2/usr/lib/ 
+   cat debian/lam$(SO)c2.substvars | sed s, *lam$(SO)[^,]*,,1  tmp  
mv tmp debian/lam$(SO)c2.substvars
dh_gencontrol -a
dh_makeshlibs -a
dh_md5sums -a
@@ -488,7 +488,7 @@
dh_compress -i
dh_fixperms -i
dh_installdeb -i
-   dh_shlibdeps -i -l `pwd`/debian/lam$(SO)/usr/lib/ 
+   dh_shlibdeps -i -l `pwd`/debian/lam$(SO)c2/usr/lib/ 
dh_gencontrol -i
dh_makeshlibs -i
dh_md5sums -i
diff -u lam-7.1.1/debian/control lam-7.1.1/debian/control
--- lam-7.1.1/debian/control
+++ lam-7.1.1/debian/control
@@ -23,7 +23,7 @@
 Section: devel
 Architecture: any
 Pre-Depends: dpkg (= 1.6.8)
-Depends: lam4, libc6-dev
+Depends: lam4c2, libc6-dev
 Provides: lam-dev
 Conflicts: lam-dev,lam,lam1-dev
 Replaces: lam-dev,lam,lam1-dev,lam2-dev,lam3-dev,lam-runtime ( 6.3-3)
@@ -33,14 +33,14 @@
  .
  This package provides the development headers and related files.
 
-Package: lam4
+Package: lam4c2
 Section: libs
 Architecture: any
 Pre-Depends: dpkg (= 1.6.8)
 Depends: debianutils (= 1.6),${shlibs:Depends}
 Provides: mpi
-Conflicts: lam,lam1
-Replaces: lam,lam1
+Conflicts: lam,lam1,lam4
+Replaces: lam,lam1,lam4
 Recommends: lam-runtime
 Description: Shared libraries used by LAM parallel programs
  LAM (Local Area Multicomputer) is an open source implementation of the
reverted:
--- lam-7.1.1/debian/lam4.files
+++ lam-7.1.1.orig/debian/lam4.files
@@ -1 +0,0 @@
-usr/lib/*.so.*
reverted:
--- lam-7.1.1/debian/lam4.postinst
+++ lam-7.1.1.orig/debian/lam4.postinst
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ $1 = configure ]; then
-   ldconfig
-fi
-
-#DEBHELPER#
diff -u lam-7.1.1/debian/shlibs.local lam-7.1.1/debian/shlibs.local
--- lam-7.1.1/debian/shlibs.local
+++ lam-7.1.1/debian/shlibs.local
@@ -1,3 +1,3 @@
-liblam 4 lam4
-liblam++ 4 lam4
-liblamio 4 lam4
+liblam 4 lam4c2
+liblam++ 4 lam4c2
+liblamio 4 lam4c2
diff -u lam-7.1.1/debian/changelog lam-7.1.1/debian/changelog
--- lam-7.1.1/debian/changelog
+++ lam-7.1.1/debian/changelog
@@ -1,3 +1,12 @@
+lam (7.1.1-3.2) unstable; urgency=low
+
+  * NMU for the CXX transition according to
+http://lists.debian.org/debian-devel-announce/2005/07/msg1.html
+  * CXX transition: Rename lam4 to lam4c2; patch from doko:
+https://bugzilla.ubuntu.com/show_bug.cgi?id=10708; closes: Bug#
+
+ -- Robert Jordens [EMAIL PROTECTED]  Wed, 13 Jul 2005 23:43:52 +0200
+
 lam (7.1.1-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- lam-7.1.1.orig/debian/lam4c2.files
+++ lam-7.1.1/debian/lam4c2.files
@@ -0,0 +1 @@
+usr/lib/*.so.*
only in patch2:
unchanged:
--- lam-7.1.1.orig/debian/lam4c2.postinst
+++ lam-7.1.1/debian/lam4c2.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ $1 = configure ]; then
+   ldconfig
+fi
+
+#DEBHELPER#


signature.asc
Description: Digital signature


Bug#318811: marked as done (mozilla-ctxextensions: Can't be installed because of broken link in extensions.d dir)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 13:32:58 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#318811: fixed in ctxextensions 4.0.2005071301-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 17 Jul 2005 21:35:24 +
From [EMAIL PROTECTED] Sun Jul 17 14:35:24 2005
Return-path: [EMAIL PROTECTED]
Received: from 022.markom.krakow.pl (vox.robbo.home) [194.145.156.22] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuGnD-0007ea-00; Sun, 17 Jul 2005 14:35:24 -0700
Received: by vox.robbo.home (Postfix, from userid 1000)
id BF130DFE06; Sun, 17 Jul 2005 23:35:08 +0200 (CEST)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Luberda [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: mozilla-ctxextensions: Can't be installed because of broken link in
 extensions.d dir
X-Mailer: reportbug 3.15
Date: Sun, 17 Jul 2005 23:35:08 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: mozilla-ctxextensions
Version: 4.0.2005071301-1
Severity: serious


Hi, 


The package can't be installed because
/var/lib/mozilla-firefox/extensions.d/42ctxextensions is  symlink to a
nonexistent file /usr/share/mozilla-extensions/ctxextensions/extensions.d:

Updating mozilla-firefox chrome 
registry.../usr/sbin/update-mozilla-firefox-chrome[92]: cannot open
/var/lib/mozilla-firefox/extensions.d/42ctxextensions: No such file or directory
dpkg: error processing mozilla-tabextensions (--configure):
 subprocess post-installation script returned error exit stat

 Regards,
 robert

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

Versions of packages mozilla-ctxextensions depends on:
ii  mozilla-firefox   1.0.5-1lightweight web browser based on M

mozilla-ctxextensions recommends no packages.

-- no debconf information

---
Received: (at 318811-close) by bugs.debian.org; 18 Jul 2005 17:40:55 +
From [EMAIL PROTECTED] Mon Jul 18 10:40:55 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DuZbr-00071H-00; Mon, 18 Jul 2005 10:40:55 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DuZUA-0002nx-00; Mon, 18 Jul 2005 13:32:58 -0400
From: Mike Hommey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318811: fixed in ctxextensions 4.0.2005071301-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Mon, 18 Jul 2005 13:32:58 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: ctxextensions
Source-Version: 4.0.2005071301-2

We believe that the bug you reported is fixed in the latest version of
ctxextensions, which is due to be installed in the Debian FTP archive:

ctxextensions_4.0.2005071301-2.diff.gz
  to pool/main/c/ctxextensions/ctxextensions_4.0.2005071301-2.diff.gz
ctxextensions_4.0.2005071301-2.dsc
  to pool/main/c/ctxextensions/ctxextensions_4.0.2005071301-2.dsc
mozilla-ctxextensions_4.0.2005071301-2_all.deb
  to pool/main/c/ctxextensions/mozilla-ctxextensions_4.0.2005071301-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey [EMAIL PROTECTED] (supplier of updated ctxextensions package)

(This message was generated automatically at their request; if you
believe that there is a problem 

Bug#318926: gettext-base package not renamed for C++ ABI change

2005-07-18 Thread Matthias Klose
Package: gettext-base
Version: 0.14.5-2
Severity: serious

the libasprintf library contained in gettext-base is built for the new
C++ ABI. IMO you cannot use the same package name.

Maybe a correct solution is to split the library into a separate
libasprintf0c2 package and keep the -dev files in the gettext-base
package.


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



Bug#317211: marked as done (libjack0.80.0-0 removed from unstable; rebuild required)

2005-07-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jul 2005 16:47:42 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#317211: fixed in linphone 1.0.1-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 6 Jul 2005 21:37:48 +
From [EMAIL PROTECTED] Wed Jul 06 14:37:48 2005
Return-path: [EMAIL PROTECTED]
Received: from wiggis.ethz.ch [129.132.86.197] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DqHaW-0002Ny-00; Wed, 06 Jul 2005 14:37:48 -0700
Received: from wiggis3.ethz.ch (wiggis3.ethz.ch [192.168.127.4])
by wiggis.ethz.ch (Postfix) with ESMTP id 11864421B
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:37:47 +0200 (CEST)
Received: from kermit (adsl-62-167-188-151.adslplus.ch [62.167.188.151])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
(No client certificate requested)
by wiggis.ethz.ch (Postfix) with ESMTP id D43E34069
for [EMAIL PROTECTED]; Wed,  6 Jul 2005 23:37:45 +0200 (CEST)
Received: by kermit (Postfix, from userid 1000)
id 5A59A841D; Wed,  6 Jul 2005 23:37:45 +0200 (CEST)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
From: Robert Jordens [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libjack0.80.0-0 removed from unstable; rebuild required
X-Mailer: reportbug 3.12
Date: Wed, 06 Jul 2005 22:21:35 +0200
X-Debbugs-Cc: 
Message-Id: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at phys.ethz.ch
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 32

Package: linphone
Version: unknown
Severity: serious
Tags: sid
Justification: uninstallable in unstable (policy 5.3)

Hi!

A new release of jack-audio-connection-kit (0.100.0-2) has been uploaded
to Debian unstable. The old library libjack0.80.0-0 (and
libjack0.80.0-dev) have been removed and replaced with libjack0.100.0-0
and libjack0.100.0-dev since the API changed in some parts. For most
packages that means a simple rebuild.

Since libjack0.80.0 has been removed from unstable, this is a
release-critical issue.

A few notes about how to resolve this bug:

   1.   Please Build-Depend only on libjack0.100.0-dev. Build-Depending
   on libjack-dev as a virtual alternative allows the autobuilders to
   build against the old libjack0.80.0 if they find it. (Versioned
   virtual dependencies probably don't work.)

   2.   There are some packages (like for example xmms-jackasyn) which
   accidently obtain a dependency on libjack0.80.0-0 but do not
   Build-Depend on it. In my opinion this is incorrect. But if you want
   to maintain that indirect dependency, you will have to coordinate
   with the package's maintainer whose package you are build-depending
   on (libjackasyn-dev in the case of xmms-jackasyn) and and only upload
   your package (xmms-jackasyn; with a suitable _versioned_
   build-dependency on the other package, libjackasy-dev) iff the other
   package has already been uploaded (and built on as many architectures
   as possible to lighten the pressure of failed builds). =20
  =20
   3.   If this transition collides with the C++ transition for your
   package (because it may be/contain a C++ library), then please follow
   the timeline of the C++ transition instead of this one.

(Thanks to Adeodato Sim=C3=B3 for these hints).

A list of the packages for each maintainer and a list of the affected
source packages has been attached.

Robert.



Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
hydrogen
ladcca-bin
ladccad
libjackasyn0
meterbridge
puredata
qjackctl
rezound
seq24
snd-gtk
sooperlooper
stk

Enrique Robledo Arnuncio [EMAIL PROTECTED]
freqtweak
rosegarden4
tapiir

Paul Brossier [EMAIL PROTECTED]
supercollider
xmms-jackasyn

Ben Burton [EMAIL PROTECTED]
konq-plugins
kpresenter
kscreensaver
noatun-plugins

Chris Butler [EMAIL PROTECTED]
spiralsynthmodular

Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
akode
artsbuilder
juk
kaboodle
kdelibs4
krec
kwifimanager
libarts1-audiofile
libarts1-mpeglib
libkonq4
noatun

Free Ekanayaka 

  1   2   >