Bug#121201: New pharm site new great prices Roosevelt

2005-02-08 Thread Gale Montgomery
Refill Notification Ref: LC-3880437928813

Dear [EMAIL PROTECTED],

Our automated system has identified that you most likely are ready to refill 
your recent online pharmaceutical order.

To help you get your needed supply, we have sent this reminder notice.

Please use the refill system http://reprimand.pingopongos.com/?wid=100069 to 
obtain your item in the quickest possible manner.

Thank you for your time and we look forward to assisting you.

Sincerely,

Gale Montgomery




while ht cascara pg drone dkz balfour cht ammonia tfy pathogen ac stadium kzx 
cameo vxl 
eddy gy chunky ihf pottery ca snore ix smell hpe bemuse pde conservator ot 
ranch tbs 


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



Bug#294221: prcs: FTBFS (amd64/gcc-4.0): no matching function for call to '__gnu_cxx::stdio_filebuf

2005-02-08 Thread Andreas Jochens
Package: prcs
Severity: normal
Tags: patch

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

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./include-O2 -Wall -c -o rebuild.o `test 
-f 'rebuild.cc' || echo './'`rebuild.cc
rebuild.cc: In member function 'void RebuildFile::init_stream()':
rebuild.cc:1009: error: '__c_file' was not declared in this scope
rebuild.cc:1009: error: expected primary-expression before ')' token
rebuild.cc:1010: error: expected `;' before ')' token
make[5]: *** [rebuild.o] Error 1
make[5]: Leaving directory `/prcs-1.3.3/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/prcs-1.3.3/debian/patches/50_g++-3.4.dpatch 
./debian/patches/50_g++-3.4.dpatch
--- ../tmp-orig/prcs-1.3.3/debian/patches/50_g++-3.4.dpatch 2005-02-08 
16:23:11.938608839 +0100
+++ ./debian/patches/50_g++-3.4.dpatch  2005-02-08 16:22:59.998921585 +0100
@@ -36,7 +36,7 @@
  false /* close */, 
default_segment_size);
  buf->pubseekoff(0, ios::end, ios::out);
 +#else
-+buf = new __gnu_cxx::stdio_filebuf 
((__c_file*)fdopen(seg->fd()) "w"), ios::out,
++buf = new __gnu_cxx::stdio_filebuf (seg->fd(), ios::out,
 +default_segment_size);
 +buf->pubseekoff(0, ios::end, ios::out);
  #endif
diff -urN ../tmp-orig/prcs-1.3.3/src/hash.cc ./src/hash.cc
--- ../tmp-orig/prcs-1.3.3/src/hash.cc  2004-05-10 02:40:55.0 +0200
+++ ./src/hash.cc   2005-02-08 16:20:01.920416570 +0100
@@ -144,7 +144,7 @@
 
 int hash(FileEntry*const& x, int M)
 {
-  return (unsigned int)x % M;
+  return (unsigned long)x % M;
 }
 
 #define generic template


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



Bug#294308: xfce4-battery-plugin: does not display -- error on startup

2005-02-08 Thread Paul Galbraith
Package: xfce4-battery-plugin
Version: 0.2.0-4
Severity: important


After adding the battery plugin to the panel, a space for it is
displayed but nothing shows in the space.

Looking in .xsession-errors, the following error is logged when the
battery monitor tries to startup:

(xfce4-session:2911): Gtk-CRITICAL **: file gtkwidget.c: line 1911
(gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages xfce4-battery-plugin depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxfce4util-1   4.0.6-1 Utility functions library for Xfce
ii  libxfcegui4-14.0.6-1 Basic GUI C functions for Xfce4
ii  libxml2  2.6.11-5GNOME XML library
ii  xfce4-panel  4.0.6-1 The Xfce4 desktop environment pane
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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