Bug#379959: libc6-i386: locale directory not found

2006-07-26 Thread Daniel Jacobowitz
Package: libc6-i386
Version: 2.3.6-16
Severity: normal

libc6-i386 is configured to look for locale-archive in
/emul/ia32-linux/usr/lib/locale.  That directory does not exist.

It should either be configured to look in /usr/lib/locale, or have a symlink
to the correct location.  With that, basic setlocale works, though I am
still having locale problems with a JVM.  The locale archive format is
sensitive to glibc version and endianness, but should not be sensitive to
word size.

-- 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.18-rc1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libc6-i386 depends on:
ii  libc6 2.3.6-16   GNU C Library: Shared libraries

libc6-i386 recommends no packages.

-- no debconf information


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



Bug#363442: libc6-xen should not conflict with any other libc6-$flavor

2006-07-26 Thread Adam Borowski
On Fri, Apr 21, 2006 at 02:15:16PM +0200, Gabor Gombas wrote:
 On Wed, Apr 19, 2006 at 01:02:59PM -0500, Adam Heath wrote:
  I'm ready to upload xen 3.0.2, with a dependency on libc6-xen.
 
 IMHO just go ahead with the upload :-) The removal of the other
 optimized flavors due to the conflict with libc6-xen should only cause
 some performance regression when you boot a non-xen kernel, it should
   ^^
 not have any effect on usability.

Is the part about performance regression actually true?  I've spent
quite a bit of time trying to find a test case where the difference
could be measureable, and failed.

I'm not knowledgeable about TLS issues, but it appears that the
slowdown is on the rate on one CPU cycle per some glibc calls -- way
below any reasonable threshold, and certainly not enough to warrant
the extra disk space and confusion.

So, what about dropping libc6-xen and simply rebuilding libc6-i686
with -mno-tls-direct-seg-refs?  Both packages are identical
otherwise; they could be merged with a Provides: clause.


Cheers and schtuff,
-- 
1KB // Q: How do you spot a good inetd?
// A: It build-depends on equivs.


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



Processed: Re: Bug#378299: linux-kernel-headers: videodev.h:204: error: 'VIDEO_MAX_FRAME' was not declared in this scope

2006-07-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 378299 camstream
Bug#378299: linux-kernel-headers: videodev.h:204: error: 'VIDEO_MAX_FRAME' was 
not declared in this scope
Bug reassigned from package `linux-kernel-headers' to `camstream'.

 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#378299: linux-kernel-headers: videodev.h:204: error: 'VIDEO_MAX_FRAME' was not declared in this scope

2006-07-26 Thread Clint Adams
reassign 378299 camstream
quit

  /usr/include/linux/videodev.h:204: error: 'VIDEO_MAX_FRAME' was not 
  declared in this scope
  make[3]: *** [VideoSettingsDlg.moc.o] Error 1

camstream is using a hack to prevent videodev2.h from being included.
If videodev.h were included, it would define VIDEO_MAX_FRAME to 32.
Therefore I suggest 

 #define __LINUX_VIDEODEV2_H
+#define VIDEO_MAX_FRAME 32
 #include linux/videodev.h

in
camstream/devices/VideoDevice.h


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



r1688 - in linux-kernel-headers/trunk/debian: . patches

2006-07-26 Thread Clint Adams
Author: schizo
Date: 2006-07-27 00:47:11 + (Thu, 27 Jul 2006)
New Revision: 1688

Added:
   linux-kernel-headers/trunk/debian/patches/linux-joystick.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/patches/series
Log:
  * New upstream release 2.6.17.6. 
  * Fix broken linux/joystick.h.  closes: #378295.


Modified: linux-kernel-headers/trunk/debian/changelog
===
--- linux-kernel-headers/trunk/debian/changelog 2006-07-25 03:44:27 UTC (rev 
1687)
+++ linux-kernel-headers/trunk/debian/changelog 2006-07-27 00:47:11 UTC (rev 
1688)
@@ -1,6 +1,13 @@
+linux-kernel-headers (2.6.17.6-1) unstable; urgency=low
+
+  * New upstream release 2.6.17.6. 
+  * Fix broken linux/joystick.h.  closes: #378295.
+
+ -- Clint Adams [EMAIL PROTECTED]  Sun, 23 Jul 2006 01:30:26 -0400
+
 linux-kernel-headers (2.6.17.3-1) unstable; urgency=low
 
-  * New upstream release release 2.6.17.3.
+  * New upstream release 2.6.17.3.
 
  -- Clint Adams [EMAIL PROTECTED]  Mon,  3 Jul 2006 16:22:38 -0400
 

Added: linux-kernel-headers/trunk/debian/patches/linux-joystick.patch
===
--- linux-kernel-headers/trunk/debian/patches/linux-joystick.patch  
2006-07-25 03:44:27 UTC (rev 1687)
+++ linux-kernel-headers/trunk/debian/patches/linux-joystick.patch  
2006-07-27 00:47:11 UTC (rev 1688)
@@ -0,0 +1,32 @@
+Index: linux-kernel-headers-2.6.17.6/include/linux/joystick.h
+===
+--- linux-kernel-headers-2.6.17.6.orig/include/linux/joystick.h
2006-07-23 02:00:49.0 -0400
 linux-kernel-headers-2.6.17.6/include/linux/joystick.h 2006-07-23 
02:01:39.671675343 -0400
+@@ -117,19 +117,19 @@
+ };
+ 
+ struct JS_DATA_SAVE_TYPE_32 {
+-  int32_t JS_TIMEOUT;
+-  int32_t BUSY;
+-  int32_t JS_EXPIRETIME;
+-  int32_t JS_TIMELIMIT;
++  __s32 JS_TIMEOUT;
++  __s32 BUSY;
++  __s32 JS_EXPIRETIME;
++  __s32 JS_TIMELIMIT;
+   struct JS_DATA_TYPE JS_SAVE;
+   struct JS_DATA_TYPE JS_CORR;
+ };
+ 
+ struct JS_DATA_SAVE_TYPE_64 {
+-  int32_t JS_TIMEOUT;
+-  int32_t BUSY;
+-  int64_t JS_EXPIRETIME;
+-  int64_t JS_TIMELIMIT;
++  __s32 JS_TIMEOUT;
++  __s32 BUSY;
++  __s64 JS_EXPIRETIME;
++  __s64 JS_TIMELIMIT;
+   struct JS_DATA_TYPE JS_SAVE;
+   struct JS_DATA_TYPE JS_CORR;
+ };

Modified: linux-kernel-headers/trunk/debian/patches/series
===
--- linux-kernel-headers/trunk/debian/patches/series2006-07-25 03:44:27 UTC 
(rev 1687)
+++ linux-kernel-headers/trunk/debian/patches/series2006-07-27 00:47:11 UTC 
(rev 1688)
@@ -33,3 +33,4 @@
 videodev2-timeval.patch -p0
 asm-powerpc-unaligned.patch
 #linux-input-input_device.patch
+linux-joystick.patch


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



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

2006-07-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 378303 ltp
Bug#378303: linux-kernel-headers: bitmap.h: 'BITS_PER_LONG' undeclared
Bug reassigned from package `linux-kernel-headers' to `ltp'.

 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#206210: probably you

2006-07-26 Thread Winifred
Hi there lovely,
I was searching the net few days ago. I am new to this thing.
b
and saw your profile. I decided to email you cause I found 
you attractive. I might come down taob your cibty in few weeks.
Let me know if we can meet each other in person.b
I am attractive bgbirl. I am sure yaou won't regret it.
Reply to my personal email at [EMAIL PROTECTED]




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