Bug#160596: starving wages!

2006-05-25 Thread mr Turner

Hey buddy,

Are you stuck in a job that is leading you on the path to no where? 
Do you wish you could better your financial situtation?


We can help you obtain a College Degree with classes, books, and exams
from a reputable Univ, transcripts included.

Call me anytime at  1 - 206 - 350 - 3737  for detailed information.


Regards,

mr Turner
Admission Office


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



r1529 - in glibc-package/trunk/debian: . sysdeps

2006-05-25 Thread Aurelien Jarno
Author: aurel32
Date: 2006-05-25 23:11:51 + (Thu, 25 May 2006)
New Revision: 1529

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
   glibc-package/trunk/debian/sysdeps/kfreebsd.mk
   glibc-package/trunk/debian/sysdeps/linux.mk
Log:
  * debian/rules: move udeb_add-ons to debian/sysdeps/{kfreebsd,linux}.mk.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2006-05-25 22:05:48 UTC (rev 
1528)
+++ glibc-package/trunk/debian/changelog2006-05-25 23:11:51 UTC (rev 
1529)
@@ -2,6 +2,7 @@
 
   [ Aurelien Jarno ]
   * debian/rules/build.mk: don't remove ld.so from udeb packages.
+  * debian/rules: move udeb_add-ons to debian/sysdeps/{kfreebsd,linux}.mk.
   * M32R support:  (Closes: #366962)
 - debian/rules.d/control.mk: add m32r.
 - Add debian/sysdeps/m32r.mk.

Modified: glibc-package/trunk/debian/rules
===
--- glibc-package/trunk/debian/rules2006-05-25 22:05:48 UTC (rev 1528)
+++ glibc-package/trunk/debian/rules2006-05-25 23:11:51 UTC (rev 1529)
@@ -98,7 +98,6 @@
 sbindir=$(prefix)/sbin
 libexecdir=$(prefix)/lib
 
-udeb_add-ons = linuxthreads $(add-ons)
 udeb_rtlddir = /lib
 udeb_slibdir = /lib
 

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd.mk
===
--- glibc-package/trunk/debian/sysdeps/kfreebsd.mk  2006-05-25 22:05:48 UTC 
(rev 1528)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd.mk  2006-05-25 23:11:51 UTC 
(rev 1529)
@@ -23,6 +23,7 @@
 # udeb Config
 udeb_extra_cflags = -Os
 udeb_MIN_KERNEL_SUPPORTED := 5.4.0
+udeb_add-ons = linuxthreads $(add-ons)
 
 KERNEL_HEADER_DIR = $(stamp)mkincludedir
 $(stamp)mkincludedir:

Modified: glibc-package/trunk/debian/sysdeps/linux.mk
===
--- glibc-package/trunk/debian/sysdeps/linux.mk 2006-05-25 22:05:48 UTC (rev 
1528)
+++ glibc-package/trunk/debian/sysdeps/linux.mk 2006-05-25 23:11:51 UTC (rev 
1529)
@@ -22,6 +22,7 @@
 # udeb Config
 #udeb_extra_cflags = -Os
 udeb_MIN_KERNEL_SUPPORTED = 2.6.1
+udeb_add-ons = linuxthreads $(add-ons)
 
 # NPTL Config
 nptl_add-ons = nptl $(add-ons)


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



Bug#364275: Bug#368849: gentoo: failure during move copy etc

2006-05-25 Thread Josip Rodin
On Thu, May 25, 2006 at 02:38:06PM +0200, Anders Lageras wrote:
> Package: gentoo
> Version: 0.11.55-1
> Severity: important
> Tags: patch
> 
> "The problem was caused by code in the window title setting (!)
> function, which tried to swap the current language setting. The
> affected code path only exists if gentoo is compiled with NLS
> support, and Marc confirmed that passing --disable-nls to the
> configure script also works."
> http://sourceforge.net/mailarchive/forum.php?thread_id=8852868&forum_id=18420
> 
> There is a patch avaliable at
> http://sourceforge.net/mailarchive/forum.php?thread_id=8852868&forum_id=18420

Is this about #364275?

-- 
 2. That which causes joy or happiness.


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



r1528 - in glibc-package/trunk/debian: . sysdeps

2006-05-25 Thread Aurelien Jarno
Author: aurel32
Date: 2006-05-25 22:05:48 + (Thu, 25 May 2006)
New Revision: 1528

Added:
   glibc-package/trunk/debian/sysdeps/arm.mk
Modified:
   glibc-package/trunk/debian/changelog
Log:
  * debian/sysdeps/arm.mk: set udeb_MIN_KERNEL_SUPPORTED to 2.4.1, as the
arm build daemons are still running a 2.4 kernel.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2006-05-25 22:04:11 UTC (rev 
1527)
+++ glibc-package/trunk/debian/changelog2006-05-25 22:05:48 UTC (rev 
1528)
@@ -21,6 +21,8 @@
 kfreebsd-i386 and kfreebsd-amd64.
   * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and 
 mipsel.
+  * debian/sysdeps/arm.mk: set udeb_MIN_KERNEL_SUPPORTED to 2.4.1, as the
+arm build daemons are still running a 2.4 kernel.
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from
 glibc-bsd).
 

Added: glibc-package/trunk/debian/sysdeps/arm.mk
===
--- glibc-package/trunk/debian/sysdeps/arm.mk   2006-05-25 22:04:11 UTC (rev 
1527)
+++ glibc-package/trunk/debian/sysdeps/arm.mk   2006-05-25 22:05:48 UTC (rev 
1528)
@@ -0,0 +1,2 @@
+# udeb Config
+udeb_MIN_KERNEL_SUPPORTED = 2.4.1


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



r1527 - in glibc-package/trunk/debian: . sysdeps

2006-05-25 Thread Aurelien Jarno
Author: aurel32
Date: 2006-05-25 22:04:11 + (Thu, 25 May 2006)
New Revision: 1527

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/amd64.mk
   glibc-package/trunk/debian/sysdeps/i386.mk
   glibc-package/trunk/debian/sysdeps/mips.mk
   glibc-package/trunk/debian/sysdeps/mipsel.mk
Log:
  * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and 
mipsel.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2006-05-25 19:45:54 UTC (rev 
1526)
+++ glibc-package/trunk/debian/changelog2006-05-25 22:04:11 UTC (rev 
1527)
@@ -19,6 +19,8 @@
 sarge into etch.
   * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
 kfreebsd-i386 and kfreebsd-amd64.
+  * debian/sysdeps/*.mk: build the udeb with -Os on amd64, i386, mips and 
+mipsel.
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from
 glibc-bsd).
 

Modified: glibc-package/trunk/debian/sysdeps/amd64.mk
===
--- glibc-package/trunk/debian/sysdeps/amd64.mk 2006-05-25 19:45:54 UTC (rev 
1526)
+++ glibc-package/trunk/debian/sysdeps/amd64.mk 2006-05-25 22:04:11 UTC (rev 
1527)
@@ -1,3 +1,6 @@
+# udeb Config
+udeb_extra_cflags = -Os
+
 # build libc with nptl instead of linuxthreads
 libc_MIN_KERNEL_SUPPORTED = 2.6.0
 libc_add-ons = nptl $(add-ons)

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===
--- glibc-package/trunk/debian/sysdeps/i386.mk  2006-05-25 19:45:54 UTC (rev 
1526)
+++ glibc-package/trunk/debian/sysdeps/i386.mk  2006-05-25 22:04:11 UTC (rev 
1527)
@@ -1,4 +1,6 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os
 
 # Starting with libc6 2.3.6-6 TLS support is enabled
 libc6_shlib_dep = libc6 (>= 2.3.6-6)

Modified: glibc-package/trunk/debian/sysdeps/mips.mk
===
--- glibc-package/trunk/debian/sysdeps/mips.mk  2006-05-25 19:45:54 UTC (rev 
1526)
+++ glibc-package/trunk/debian/sysdeps/mips.mk  2006-05-25 22:04:11 UTC (rev 
1527)
@@ -1 +1,3 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os

Modified: glibc-package/trunk/debian/sysdeps/mipsel.mk
===
--- glibc-package/trunk/debian/sysdeps/mipsel.mk2006-05-25 19:45:54 UTC 
(rev 1526)
+++ glibc-package/trunk/debian/sysdeps/mipsel.mk2006-05-25 22:04:11 UTC 
(rev 1527)
@@ -1 +1,3 @@
+# udeb Config
 udeb_MIN_KERNEL_SUPPORTED = 2.4.1
+udeb_extra_cflags = -Os


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



Bug#364275: gentoo: can not copy move delete etc files No such file or directory (code 2)

2006-05-25 Thread Aurelien Jarno
On Wed, May 24, 2006 at 06:45:44PM +0200, Josip Rodin wrote:
> reassign 364275 glibc
> thanks
> 
> On Tue, May 23, 2006 at 10:34:21PM +0200, Anders Lageras wrote:
> > > Did you file a separate bug report against glibc, or should we
> > > reassign this one?
> > No, I did not, so this one should be reassigned then I guess.
> 

What let you think the bug is related to glibc?

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



r1526 - in glibc-package/trunk/debian: . patches/kfreebsd

2006-05-25 Thread Aurelien Jarno
Author: aurel32
Date: 2006-05-25 19:45:54 + (Thu, 25 May 2006)
New Revision: 1526

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from
glibc-bsd).



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2006-05-25 19:44:44 UTC (rev 
1525)
+++ glibc-package/trunk/debian/changelog2006-05-25 19:45:54 UTC (rev 
1526)
@@ -19,6 +19,8 @@
 sarge into etch.
   * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
 kfreebsd-i386 and kfreebsd-amd64.
+  * patches/kfreebsd/local-sysdeps.diff: update to revision 1577 (from
+glibc-bsd).
 
   [ Denis Barbier ]
   * Add patches/all/submitted-new-brf-encoding.diff: Add new BRF encoding

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff  
2006-05-25 19:44:44 UTC (rev 1525)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff  
2006-05-25 19:45:54 UTC (rev 1526)
@@ -9899,8 +9899,8 @@
 +endif
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S 
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S
 --- null/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S 1970-01-01 01:00:00.0 
+0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S  2006-05-21 
22:27:34.0 +0200
-@@ -0,0 +1,44 @@
 sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S  2006-05-25 
21:43:10.0 +0200
+@@ -0,0 +1,43 @@
 +/* Copyright (C) 1991-1992, 1994-1995, 1997, 2002 Free Software Foundation, 
Inc.
 +   This file is part of the GNU C Library.
 +
@@ -9936,7 +9936,6 @@
 +  andl %edx, %eax
 +
 +  popl %edx
-+  cfi_adjust_cfa_offset(-4)
 +  jmp  *%ecx
 +
 +L(pseudo_end):
@@ -9976,8 +9975,8 @@
 +  (handler)((signo), SIGCONTEXT_EXTRA_ARGS (ctx))
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S 
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S
 --- null/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S  1970-01-01 
01:00:00.0 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S   2006-05-21 
22:27:34.0 +0200
-@@ -0,0 +1,207 @@
 sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S   2006-05-25 
21:43:10.0 +0200
+@@ -0,0 +1,202 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +   Contributed by Bruno Haible <[EMAIL PROTECTED]>, 2002.
@@ -10008,10 +10007,6 @@
 +
 +  .text
 +ENTRY (__start_thread)
-+  /* End FDE now, because in the child the unwind info will be
-+ wrong.  */
-+  cfi_endproc
-+
 +  /* There is a window of a few instructions, right after the rfork
 + system call, where the handling of a signal would write garbage
 + into the stack shared by the parent and the child (assuming
@@ -10183,7 +10178,6 @@
 +  popl%ebx
 +  popl%ebp
 +  jmp SYSCALL_ERROR_LABEL
-+  cfi_startproc
 +PSEUDO_END (__start_thread)
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S 
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S
 --- null/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S   1970-01-01 
01:00:00.0 +0100
@@ -10596,8 +10590,8 @@
 +#endif /* _SYSARCH_H */
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S 
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S
 --- null/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S   1970-01-01 
01:00:00.0 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S2006-05-21 
22:27:34.0 +0200
-@@ -0,0 +1,33 @@
 sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S2006-05-25 
21:43:10.0 +0200
+@@ -0,0 +1,31 @@
 +/* Copyright (C) 1993, 1995-1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -10621,11 +10615,9 @@
 +.text;
 +ENTRY (syscall)
 +  popl %ecx   /* Pop return address into %ecx.  */
-+  cfi_adjust_cfa_offset (-4)
 +  movl 0(%esp), %eax  /* Load syscall number into %eax. */
 +  int $0x80   /* Do the system call.  */
 +  pushl %ecx  /* Push back return address.  */
-+  cfi_adjust_cfa_offset (4)
 +  jb SYSCALL_ERROR_LABEL; /* Jump to error handler if error.  */
 +
 +L(pseudo_end):
@@ -10633,8 +10625,8 @@
 +PSEUDO_END (syscall)
 diff -x .svn -Nurd null/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h 
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h
 --- null/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h1970-01-01 
01:00:00.0 +0100
-+++ sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h 2006-05-18 
19:31:40.0 +0200
-@@ -0,0 +1,228 @@
 sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h 2006-05-25 
21:43:10.0 +0200
+@@ -0,0

r1525 - in glibc-package/trunk/debian: . sysdeps

2006-05-25 Thread Aurelien Jarno
Author: aurel32
Date: 2006-05-25 19:44:44 + (Thu, 25 May 2006)
New Revision: 1525

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/kfreebsd.mk
Log:
  * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
kfreebsd-i386 and kfreebsd-amd64.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2006-05-25 03:12:01 UTC (rev 
1524)
+++ glibc-package/trunk/debian/changelog2006-05-25 19:44:44 UTC (rev 
1525)
@@ -17,6 +17,8 @@
   * debian/local/manpages/iconv.1: fix the indentation (Closes: #316148)
   * debian/local/manpages/iconv.1, debian/local/manpages/localedef.1: change
 sarge into etch.
+  * debian/sysdeps/kfreebsd.mk: build the udeb package with -Os on
+kfreebsd-i386 and kfreebsd-amd64.
 
   [ Denis Barbier ]
   * Add patches/all/submitted-new-brf-encoding.diff: Add new BRF encoding

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd.mk
===
--- glibc-package/trunk/debian/sysdeps/kfreebsd.mk  2006-05-25 03:12:01 UTC 
(rev 1524)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd.mk  2006-05-25 19:44:44 UTC 
(rev 1525)
@@ -21,7 +21,7 @@
 with_headers = --with-headers=$(shell pwd)/debian/include 
--enable-kernel=$(call xx,MIN_KERNEL_SUPPORTED)
 
 # udeb Config
-#udeb_extra_cflags = -Os
+udeb_extra_cflags = -Os
 udeb_MIN_KERNEL_SUPPORTED := 5.4.0
 
 KERNEL_HEADER_DIR = $(stamp)mkincludedir


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



Bug#368871: Correction

2006-05-25 Thread George B.

Correction, in X running the locale command will now list all as en_GB
(must have fixed something when I fiddled with it.)

The console still has POSIX



Bug#368871: locales: 'locale' command returns all set to POSIX

2006-05-25 Thread George B.
Package: locales
Version: 2.3.6-10
Severity: normal
Tags: l10n

Hello,

Running the 'locale' command returns all values as 'POSIX'.

/etc/environment, /etc/default/locale have en_GB and locales are all in 
/etc/locale.gen

dpkg-reconfigure locale and dpkg-reconfigure localeconf did not fix 
this.

No variables are set in bash config files.

Problem both in X and console.


HTH,

George B.

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

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  libc6 [glibc-2.3.6-2] 2.3.6-9GNU C Library: Shared libraries

locales recommends no packages.

-- debconf information:
* locales/default_environment_locale: en_GB
* locales/locales_to_be_generated: en_GB ISO-8859-1, en_GB.ISO-8859-15 
ISO-8859-15, en_GB.UTF-8 UTF-8, ru_RU ISO-8859-5, ru_RU.UTF-8 UTF-8


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