Bug#928405: Package: Version: <2.28-10>

2019-05-03 Thread N
Package: 
Version: <2.28-10>

Wysłane z aplikacji Poczta dla Windows 10



pl.po
Description: Binary data


Re:Re: Help needed for pandas bug: Could anybody verify the suspicion that tzdata might have some influence?

2017-04-01 Thread Rebecca N. Palmer
The underlying issue (but not strictly a bug as the documentation 
specifically says not to do that - 
http://sources.debian.net/src/python-tz/2016.7-0.2/pytz/tzinfo.py/#L247 
) is that passing a pytz tzinfo to the datetime constructor uses its 
first listed offset, not its correct offset for that date:


>>> datetime.datetime(2017,4,1,tzinfo=pytz.timezone('Europe/London'))
datetime.datetime(2017, 4, 1, 0, 0, tzinfo=GMT0:00:00 STD>)

>>> pytz.timezone('Europe/London').localize(datetime.datetime(2017,4,1))
datetime.datetime(2017, 4, 1, 0, 0, tzinfo=BST+1:00:00 DST>)


This suggests the attached fix, but this has *not* been tested.

As for why it's only now showing up...there seems to be something weird 
going on where the initial 'LMT' entries of timezone definitions 
sometimes get loaded into pytz.timezone objects but often don't:

jessie>>> pytz.timezone('Asia/Tokyo')._tzinfos
{(datetime.timedelta(0, 32400), datetime.timedelta(0), 'JST'): 
, (datetime.timedelta(0, 32400), 
datetime.timedelta(0), 'JCST'): STD>, (datetime.timedelta(0, 36000), datetime.timedelta(0, 3600), 
'JDT'): }

sid>>> pytz.timezone('Asia/Tokyo')._tzinfos
{(datetime.timedelta(0, 32400), datetime.timedelta(0), 'JST'): 
, (datetime.timedelta(0, 36000), 
datetime.timedelta(0, 3600), 'JDT'): JDT+10:00:00 DST>, (datetime.timedelta(0, 33540), datetime.timedelta(0), 
'LMT'): }


--- pandas/tests/test_multilevel0.py	2017-04-01 23:02:44.659970299 +0100
+++ pandas/tests/test_multilevel.py	2017-04-01 22:55:29.031975195 +0100
@@ -84,9 +84,9 @@ class TestMultiLevel(tm.TestCase):
 # GH 7112
 import pytz
 tz = pytz.timezone('Asia/Tokyo')
-expected_tuples = [(1.1, datetime.datetime(2011, 1, 1, tzinfo=tz)),
-   (1.2, datetime.datetime(2011, 1, 2, tzinfo=tz)),
-   (1.3, datetime.datetime(2011, 1, 3, tzinfo=tz))]
+expected_tuples = [(1.1, tz.localize(datetime.datetime(2011, 1, 1))),
+   (1.2, tz.localize(datetime.datetime(2011, 1, 2))),
+   (1.3, tz.localize(datetime.datetime(2011, 1, 3)))]
 expected = Index([1.1, 1.2, 1.3] + expected_tuples)
 self.assertTrue(result.equals(expected))
 
@@ -104,9 +104,9 @@ class TestMultiLevel(tm.TestCase):
 
 result = midx_lv3.append(midx_lv2)
 expected = Index._simple_new(
-np.array([(1.1, datetime.datetime(2011, 1, 1, tzinfo=tz), 'A'),
-  (1.2, datetime.datetime(2011, 1, 2, tzinfo=tz), 'B'),
-  (1.3, datetime.datetime(2011, 1, 3, tzinfo=tz), 'C')] +
+np.array([(1.1, tz.localize(datetime.datetime(2011, 1, 1)), 'A'),
+  (1.2, tz.localize(datetime.datetime(2011, 1, 2)), 'B'),
+  (1.3, tz.localize(datetime.datetime(2011, 1, 3)), 'C')] +
  expected_tuples), None)
 self.assertTrue(result.equals(expected))
 



Bug#902851: libc-bin: ldd stopped working with 32-bit binaries on amd64 machine

2018-07-02 Thread Alexandra N. Kossovsky

Package: libc-bin
Version: 2.27-3
Severity: important

ldd stopped from working with 32-bit executables:
bash$ ./my_binary

bash$ file ./my_binary
./my_binary: ELF 32-bit LSB pie executable Intel 80386, version 1 
(SYSV), dynamically

+linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0,
+BuildID[sha1]=9dd357821ed6cc00f74cb74c06f8430893d742b3, with 
debug_info, not stripped

bash$ ldd ./my_binary
not a dynamic executable
bash$

We've already reported similar bug to Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1596312
I.e. it may be an upstream bug.

It all used to work some time ago on the Debian testing system, and it 
works on

Debian stable and Debian oldstable systems.


-- System Information:
Debian Release: buster/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing'), (500, 'stable'), (300, 'unstable'), (200, 'experimental')

Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE= (charmap=UTF-8)

Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages libc-bin depends on:
ii  libc6  2.27-3

Versions of packages libc-bin recommends:
ii  manpages  4.16-1

libc-bin suggests no packages.

-- Configuration Files:
/etc/gai.conf changed:
precedence :::0:0/96  100


-- no debconf information

--
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)



Bug#902851: libc-bin: ldd stopped working with 32-bit binaries on amd64 machine

2018-07-03 Thread Alexandra N. Kossovsky

On 02/07/18 23:24, Aurelien Jarno wrote:

I am not able to reproduce the issue. That said for it to work you need
to have a 32-bit dynamic linker installed. It can be provided by either
libc6-i386 or libc6:i386. Is it installed on your system?


Debian testing, with the issue:

bash$ apt-cache policy libc6-i386 libc6:i386
libc6-i386:
  Installed: 2.27-3
  Candidate: 2.27-3
  Version table:
 *** 2.27-3 500
300 http://ftp.debian.org/debian sid/main amd64 Packages
500 http://ftp.debian.org/debian testing/main amd64 Packages
100 /var/lib/dpkg/status
 2.24-11+deb9u3 500
500 http://ftp.debian.org/debian stretch/main amd64 Packages
 2.24-11+deb9u1 500
500 http://security.debian.org stretch/updates/main amd64 Packages
libc6:i386:
  Installed: 2.27-3
  Candidate: 2.27-3
  Version table:
 *** 2.27-3 500
300 http://ftp.debian.org/debian sid/main i386 Packages
500 http://ftp.debian.org/debian testing/main i386 Packages
100 /var/lib/dpkg/status
 2.24-11+deb9u3 500
500 http://ftp.debian.org/debian stretch/main i386 Packages
 2.24-11+deb9u1 500
500 http://security.debian.org stretch/updates/main i386 Packages

Debian stable, everything works here:

bash$ apt-cache policy libc6-i386 libc6:i386
libc6-i386:
  Installed: 2.24-11+deb9u3
  Candidate: 2.24-11+deb9u3
  Version table:
 *** 2.24-11+deb9u3 500
500 http://ftp.debian.org/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status
 2.24-11+deb9u1 500
500 http://security.debian.org stretch/updates/main amd64 Packages
libc6:i386:
  Installed: (none)
  Candidate: (none)
  Version table:


--
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)



Bug#902851: libc-bin: ldd stopped working with 32-bit binaries on amd64 machine

2018-07-03 Thread Alexandra N. Kossovsky
Please close this bug.  I definitely saw the issue yesterday, but it has 
somehow gone today.  I'll return to you if I see it again and understand 
what triggers it.


--
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)



Bug#427625: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: Bug#427625: libc6: bindtextdomain not properly documented?)

2007-06-05 Thread Joshua N Pritikin
On Tue, Jun 05, 2007 at 10:24:08AM +, Debian Bug Tracking System wrote:
> > When I strace this, it never looks in /home/joshua/ppx/locale. I tested 
> > this on 3 Debian systems and 1 Gentoo system. Am I doing something 
> > stupid? I keep reading the docs for bindtextdomain but I don't 
> > understand what I'm doing wrong. For example:
> 
>   You may want to read the whole strace.
>
>   When I run your program on my box it does:
> 
> [...]
> open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=69697312, ...}) = 0
> mmap(NULL, 69697312, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b889a77a000
> close(3)= 0
> open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/home/joshua/ppx/locale/de_DE.UTF-8/LC_MESSAGES/ppx.mo", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/home/joshua/ppx/locale/de_DE.utf8/LC_MESSAGES/ppx.mo", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/home/joshua/ppx/locale/de_DE/LC_MESSAGES/ppx.mo", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/home/joshua/ppx/locale/de.UTF-8/LC_MESSAGES/ppx.mo", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/home/joshua/ppx/locale/de.utf8/LC_MESSAGES/ppx.mo", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/home/joshua/ppx/locale/de/LC_MESSAGES/ppx.mo", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> [...]
> 
>   /usr/lib/locale/locale-archive is an index, and unrelated to your
> textdomain. Then when you perform your setlocale, you can obviously see
> the implementation look into the directory you previously set. It
> obviously does not work on my machine since the path does not exists,
> but it seems it looks for the correct files in order to find ppx.mo.

Yes, it indeed looks like it is doing the correct thing on your box. 
I guess my compiler toolchain is broken.

Thanks.

>   Your bug report is wrong.

Well, I wouldn't go that far. Have a nice day. ;-)


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



Bug#322113: libc6: aborted upgrade can create /etc/ld.so.nohwcap

2006-04-06 Thread Joshua N Pritikin
On Mon, Aug 15, 2005 at 10:39:35AM +0900, GOTO Masanori wrote:
> That's weird behavior.  As I wrote previously, the role of
> /etc/ld.so.nohwcap is to prevent using /lib//libc.so.6.
> It means your libc6 installation is broken state.  So, try to extract
> libc6 package to temporary dir using dpkg-deb, and copy /lib/*.so.* to
> /lib.

I finally built up the courage to attempt an upgrade (to libc6
2.3.6-3).  I am pleased to report that the upgrade went smoothly.  All
software continued to operate without interruption and worked fine after
reboot.

-- 
Make April 15 just another day, visit http://fairtax.org


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



Bug#146489: lock

2006-12-11 Thread Christine N. Warren

And get an Apple iPod nano with purchase of a Career Accelerator Package
or two select Sun training courses! That is, consider providing a
styleClass property that is propagated to the HTML class attribute in a
similar way and to the same element as the style property. In the
Projects window, double-click the RatingData.

666

Date : Tuesday, Dec 12, 2006
Name : CHEF SELECTIONS INC
S y m b o l  : CFSC
Today : $0.1
2 WEEK PROJECTION : $1
Market Performance : 100-300%

666

External Resource Enabled: Set this to OnAfter you click OK, a new
external resource is created for the EJB component. The following code
shows the metadata necessary for a renderer.
The triangles represent a missing server reference.
You can extract the file contents with this command. Right-click the
Image Hyperlink and choose Set Image from the pop-up menu.
About Sun Microsystems, Inc.
When the user assigns a new rating to an item, an AJAX request transmits
the rating to the server. In the Add Existing Item dialog box, navigate
to and select RatingData.
Extract the contents from the WAR file. From the NetBeans File menu,
select New Project.
The major steps for adding third-party components to Java Studio Creator
are as follows:Create the runtime components.
Helps a user understand whatdata to enter.
Running the Code GeneratorA JavaServer Faces runtime requires a
configuration file, faces-config.
Typically, this extended metadata file is called sun-faces-config.
They have coauthored five textbooks that have been used extensively
throughout industry and in the classroom.
Then create new external resources for the EJB components, one per EJB
component used in your web application.
java describes the SqlUtilDateConverter bean. Date converter, along with
some design-time classes.
You can add, remove, or re-organizecomponents on the Palette according
to your needs. These multiple navigation cases for the same page allow
the navigation to be determined logically in the action method.
Click OK to complete adding an operation. The Learning Curve by Walter
Hardy: JavaOne and Trends in the Java Frameworkbody. Often, if you are
willing to pay the asking price, you can buy the item immediately
without the bidding process.
I want to highlight the row which i choose.
Value-change event: A value-change event is fired when a user changes a
component's value, such as by clicking a checkbox or entering a value in
a text field.
button, libutton, input. Blu-ray I was very excited to hear that the
next generation DVD format just might be Java-enabled.
The Popup Calendar component allows for the display of calendars in one
of many locals, and provides for both month and year navigation.
RemoteException; The implementation file contains the same operation
declarations as the endpoint interface file at this point. However, the
Visual Designer does not execute applets at design time.
secondOptionFieldName Second option field name.
The JavaScript files contain functions used by the different components.
It demonstrates how to develop a simple complibthat contains components
and a converter.
If omitted, no variable passed back.
External Resource Enabled: Set this to OnAfter you click OK, a new
external resource is created for the EJB component.
Non-JavaServer Faces components, such as Data Providers, must also be
JavaBean components. A render kit defines how a component maps to
component tags in the JavaServer Pages tag language. I tried, but in the
process of doing so I found that their web service is non-WS-I
compliant.
If you do not perform this step,you will see an error when you bind the
properties on the Rating component to the currentRatingData in the final
section of this tutorial.
What do I need to do to fix this? They specialize in technical authoring
for developers, and in teaching highly technical material in a relaxed
and stimulating environment.
For example, to switch from thedefault button view to the hyperlink view
add the attribute displayMode  to the buyNow tag in the JSP code and
setits value to link.
Would you please tell I discovered that configuring them within the
Creator IDE is easy through its menus and dialog boxes.
For the FortuneTeller service, we use the name fortuneWS.

From the Table Layout dialog, select  the appropriate RowSet for the Get

data from: prompt.
in creator if i see the typefield become a timestamp can you explane to
me ?
If it isn't, here's how to register a server instance:From the Tools
menu, choose Server Manager.
At design time, the tool can use some of the runtime parts in addition
to design-time code and metadata. For example, a password field can be
rendered in a web browser as an input field that hides the characters
typed.
For the FortuneTeller service, we use the name fortuneWS. Extract the
contents from the WAR file.
In this model, the server provides some resources over a network to
clients. Q: Will there be a support for floating windows. java in the
Java Editor. First, I open the IDE and right-click

build just pthreads

2003-06-23 Thread David N. Welton

[ Please CC replies to me - thanks! ]

Hi guys,

I'm trying to figure out what may be problem with pthreads
(pthread_create is hanging in Tcl).

In order to do this, I want to build my own pthread library to fiddle
around with.  What's the magic recipe to accomplish this?  I've gotten
as far as:

@ashland [~/download/glibc-2.3.1/powerpc-linux/obj] $ make -C 
/home/davidw/download/glibc-2.3.1/glibc-2.3.1 objdir=`pwd` linuxthreads/subdir_lib 
   make: Entering directory `/home/davidw/download/glibc-2.3.1/glibc-2.3.1'
make  -C linuxthreads subdir_lib
make[1]: Entering directory 
`/home/davidw/download/glibc-2.3.1/glibc-2.3.1/linuxthreads'
make[1]: Nothing to be done for `subdir_lib'.

But don't quite have the next step, where actual compilation is
involved.  Any ideas?

Thankyou,
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/


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



Re: build just pthreads

2003-06-23 Thread David N. Welton
Daniel Jacobowitz <[EMAIL PROTECTED]> writes:

> On Mon, Jun 23, 2003 at 01:19:23PM +0200, David N. Welton wrote:

> > [ Please CC replies to me - thanks! ]

> > In order to do this, I want to build my own pthread library to
> > fiddle around with.  What's the magic recipe to accomplish this?
> > I've gotten as far as:

> You can't do it easily - glibc's makefiles just won't let you.  I
> think you're looking for subdir_others, but it will try to link to
> the just-build libc.

subdir_others doesn't seem to work, but thanks anyway.  I didn't
suspect that it was easy, but I wanted to ask before beating my head
against the wall any more.

Thankyou,
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/


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



building just linuxthreads

2003-06-23 Thread David N. Welton

The magic of the 'send' key:

make -C /home/davidw/download/glibc-2.3.1/glibc-2.3.1 objdir=`pwd` linuxthread/others

is exactly what I was looking for:-)

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/


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



Bug#67921: Lets meet up again

2003-10-20 Thread Kitty N. Capps
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  Buy Xanax® (alprazolam) Online! Buying it online is
  easy and legal Xanax® (alprazolam) is a benzodiaepine indicated for the
  treatment of Generalized Anxiety Disorder Why suffer the embarrassment
  of asking your local doctor for it? [...] 

Content analysis details:   (11.90 points, 4 required)
HTML_30_40 (1.3 points)  BODY: Message is 30% to 40% HTML
BAYES_99   (2.0 points)  BODY: Bayesian classifier says spam probability is 99 
to 100%
   [score: 0.9921]
HTML_MESSAGE   (3.2 points)  BODY: HTML included in message
HTML_LINK_CLICK_HERE (0.1 points)  BODY: HTML link text says "click here"
DATE_IN_PAST_12_24 (0.1 points)  Date: is 12 to 24 hours before Received: date
MIME_HTML_ONLY (3.1 points)  Message only has text/html MIME parts
CLICK_BELOW(2.1 points)  Asks you to click below

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---


Buy Xanax® (alprazolam) Online!
Buying it online is easy and legal
Xanax® (alprazolam) is a benzodiaepine indicated for the treatment of Generalized Anxiety Disorder
Why suffer the embarrassment of asking your local doctor for it?
Click Here to Order NowRemove me






--- End Message ---


Bug#221566: libc6: apt-get post-install script returns error exit status 139

2003-11-19 Thread Joshua N Pritikin
On Wed, Nov 19, 2003 at 05:02:46PM -0500, Eric Price wrote:
> > Does anything else work?
> > 
> > What is crashing?
> 
> I'm not sure if this is the cause or the symptom of some problems that 
> have occurred since I ran apt-get dist-upgrade.  Now, `tar' prints 
> 'Segmentation fault' and `ls -l' gives 
> 
> total 4756
> Segmentation fault
> 
> (with the number after 'total' changing)
> 
> As for your questions, I'm not sure how to find out.

I got the same problem when I tried to upgrade libc on my
Fujitsu P-series laptop.  I "fixed" it by booting a recovery
CD and copying all the /lib/* libraries provided by libc
from my backup machine to my laptop.  Obviously this is
a bad idea, but it worked.

If you have any suggestions about how to track the
problem down then I am willing to experiment.

-- 
A new cognitive theory of emotion, http://savannah.nongnu.org/projects/aleader


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



Bug#172545: transmeta longrun fails with unstable libc6 (pread/pwrite)

2002-12-10 Thread Joshua N Pritikin
Package: libc6
Version: 2.3.1-5

i have a Fujitsu P-Series laptop (TM5800 CPU @ 800MHz) running Linux
2.4.20 (debian) with devfs, CONFIG_MCRUSOE, CONFIG_X86_MSR, and
CONFIG_X86_CPUID.  longrun is a tool to change the settings of
Transmeta CPUs.

longrun works fine with libc6 2.2.5-14.3.  When i try upgrading to
2.3.1-5 then i get a failure at the first call to read_cpuid()
in check_cpu(), line 186.  This suggests that pread got broken
somehow in the new libc.

-- 
Victory to the Divine Mother!! after all,
  http://sahajayoga.org  http://why-compete.org




build just pthreads

2003-06-23 Thread David N. Welton

[ Please CC replies to me - thanks! ]

Hi guys,

I'm trying to figure out what may be problem with pthreads
(pthread_create is hanging in Tcl).

In order to do this, I want to build my own pthread library to fiddle
around with.  What's the magic recipe to accomplish this?  I've gotten
as far as:

@ashland [~/download/glibc-2.3.1/powerpc-linux/obj] $ make -C 
/home/davidw/download/glibc-2.3.1/glibc-2.3.1 objdir=`pwd` 
linuxthreads/subdir_libmake: Entering directory 
`/home/davidw/download/glibc-2.3.1/glibc-2.3.1'
make  -C linuxthreads subdir_lib
make[1]: Entering directory 
`/home/davidw/download/glibc-2.3.1/glibc-2.3.1/linuxthreads'
make[1]: Nothing to be done for `subdir_lib'.

But don't quite have the next step, where actual compilation is
involved.  Any ideas?

Thankyou,
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/




Re: build just pthreads

2003-06-23 Thread David N. Welton
Daniel Jacobowitz <[EMAIL PROTECTED]> writes:

> On Mon, Jun 23, 2003 at 01:19:23PM +0200, David N. Welton wrote:

> > [ Please CC replies to me - thanks! ]

> > In order to do this, I want to build my own pthread library to
> > fiddle around with.  What's the magic recipe to accomplish this?
> > I've gotten as far as:

> You can't do it easily - glibc's makefiles just won't let you.  I
> think you're looking for subdir_others, but it will try to link to
> the just-build libc.

subdir_others doesn't seem to work, but thanks anyway.  I didn't
suspect that it was easy, but I wanted to ask before beating my head
against the wall any more.

Thankyou,
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/




building just linuxthreads

2003-06-23 Thread David N. Welton

The magic of the 'send' key:

make -C /home/davidw/download/glibc-2.3.1/glibc-2.3.1 objdir=`pwd` 
linuxthread/others

is exactly what I was looking for:-)

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
 Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/




Bug#172545: transmeta longrun fails with unstable libc6 (pread/pwrite)

2002-12-10 Thread Joshua N Pritikin
Package: libc6
Version: 2.3.1-5

i have a Fujitsu P-Series laptop (TM5800 CPU @ 800MHz) running Linux
2.4.20 (debian) with devfs, CONFIG_MCRUSOE, CONFIG_X86_MSR, and
CONFIG_X86_CPUID.  longrun is a tool to change the settings of
Transmeta CPUs.

longrun works fine with libc6 2.2.5-14.3.  When i try upgrading to
2.3.1-5 then i get a failure at the first call to read_cpuid()
in check_cpu(), line 186.  This suggests that pread got broken
somehow in the new libc.

-- 
Victory to the Divine Mother!! after all,
  http://sahajayoga.org  http://why-compete.org


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




Bug#177646: libc6: iconv ignores '-c' option

2003-01-20 Thread Alexandra N. Kossovsky
Package: libc6
Version: 2.3.1-9
Severity: normal


Well, '-c' option of  iconv(1) is not ignored completely, but it works
only once:

bash$ iconv -f cp1251 -t koi8-r /dev/null
iconv: illegal input sequence at position 11084
bash$ iconv -c -f cp1251 -t koi8-r /dev/null
iconv: illegal input sequence at position 16320
bash$

It is easy to see that only the first invalid character is omitted. 
I think, it should not be so (and it was not so with older libc). 
If this behaviour is desirable for you, there should be another option 
to omit all invalid characters.

Thank you,
Alexandra.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux serv 2.4.20 #1 Thu Jan 2 18:33:22 MSK 2003 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information



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




Bug#67921: Lets meet up again

2003-10-20 Thread Kitty N. Capps
This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  Buy Xanax® (alprazolam) Online! Buying it online is
  easy and legal Xanax® (alprazolam) is a benzodiaepine indicated for the
  treatment of Generalized Anxiety Disorder Why suffer the embarrassment
  of asking your local doctor for it? [...] 

Content analysis details:   (11.90 points, 4 required)
HTML_30_40 (1.3 points)  BODY: Message is 30% to 40% HTML
BAYES_99   (2.0 points)  BODY: Bayesian classifier says spam 
probability is 99 to 100%
   [score: 0.9921]
HTML_MESSAGE   (3.2 points)  BODY: HTML included in message
HTML_LINK_CLICK_HERE (0.1 points)  BODY: HTML link text says "click here"
DATE_IN_PAST_12_24 (0.1 points)  Date: is 12 to 24 hours before Received: date
MIME_HTML_ONLY (3.1 points)  Message only has text/html MIME parts
CLICK_BELOW(2.1 points)  Asks you to click below

The original message did not contain plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---


Buy Xanax® (alprazolam) Online!
Buying it online is easy and legal
Xanax® (alprazolam) is a benzodiaepine indicated for the treatment of Generalized Anxiety Disorder
Why suffer the embarrassment of asking your local doctor for it?
Click Here to Order NowRemove me






--- End Message ---


Bug#221566: libc6: apt-get post-install script returns error exit status 139

2003-11-19 Thread Joshua N Pritikin
On Wed, Nov 19, 2003 at 05:02:46PM -0500, Eric Price wrote:
> > Does anything else work?
> > 
> > What is crashing?
> 
> I'm not sure if this is the cause or the symptom of some problems that 
> have occurred since I ran apt-get dist-upgrade.  Now, `tar' prints 
> 'Segmentation fault' and `ls -l' gives 
> 
> total 4756
> Segmentation fault
> 
> (with the number after 'total' changing)
> 
> As for your questions, I'm not sure how to find out.

I got the same problem when I tried to upgrade libc on my
Fujitsu P-series laptop.  I "fixed" it by booting a recovery
CD and copying all the /lib/* libraries provided by libc
from my backup machine to my laptop.  Obviously this is
a bad idea, but it worked.

If you have any suggestions about how to track the
problem down then I am willing to experiment.

-- 
A new cognitive theory of emotion, http://savannah.nongnu.org/projects/aleader




PPV for free?

2005-05-05 Thread Curtis N. Schulz, V
Hey whats up,

We're proud to be able to offer you this 2005 PPV digital cable filter 
at a wonderful price.

It's here!

The 54 mhz digital cable filter has the latest pass through technology 
video bypass chip. At this time, its the only digital cable filter on 
the market today that you can get with the new lockup buster technology!

Will work on:

Motorola
Scientific Atlanata
General Instruments
Pioneer
And hundeds more..

Check us out.

http://1clickchannel.info

Sincerely,
Virginia Martiniere


purple apple black apple
Haven't the computer programmers already practiced shaving?. I'll study as soon as you have liked skiing..
cyan mango orange plum
Did those bus drivers regret singing?. Do you hate shaving badly?.


Bug#487104: nis: map values containing non-ascii characters vanish

2008-06-20 Thread Jonathan H N Chin
broonie wrote:
> Reassigning there as a result but please provide further information on
> what has changed between a working and non-working system - I strongly
> expect that you will also have changed other packages.


I have a webserver running sarge. I'm building a replacement using etch.
It's not an upgrade, it's a fresh install. So, everything is different.

The bug is simple enough to replicate: Just create a password entry
containing non-ascii in the gecos such as in the example I gave, set
"passwd: nis" in /etc/nsswitch.conf and then try to login.


An additional note:

I created two test entries in my Solaris auto_common map
(used by my auto_master on Solaris, but that isn't relevant).
One with the key containing non-ascii, one where the value did.

When I used ypcat to retrieve the map, both entries were present
on Solaris 10 and debian nis 3.13-2.

However with nis 3.17-6, the non-ascii key was not found at all
and the non-ascii value was corrupted, containing part of another
map entry instead of the expected content:

sol-10$ ypcat -k auto_common|grep test|od -c
000   t   e   s   t   2 367   m   w   i   b   b   l   e   :   /
020   p   a   t   h   2  \n   t   e   s   t   1   w   i   b   b
040   l   e   :   /   p   a   t   h   1 367   m  \n
054

nis_3.13-2$ ypcat -k auto_common|grep test|od -c
000   t   e   s   t   2 367   m   w   i   b   b   l   e   :   /
020   p   a   t   h   2  \n   t   e   s   t   1   w   i   b   b
040   l   e   :   /   p   a   t   h   1 367   m  \n
054

nis_3.17-6$ ypcat -k auto_common|grep test|od -c
000   t   e   s   t   1   m   a   p   l   e   e   d   g   e
020   :   /   e   x   p   o   r   t   /   p   k   g   /   m   a   p
040   l   e   /   9   .   5  \n
047


-jonathan




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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-06-20 Thread Jonathan H N Chin
broonie wrote:
> ...here you are talking about specific NIS package versions rather than
> a change from sarge to etch.  Can you please confirm that the issue you
> are seeing manifests when changing distributions rather than being
> specifically the result of an upgrade of the nis package?

Yes. Sorry, I wasn't clear.

I was using "nis" as a shorthand for "the system that
has the broken packages, whatever they are, presumably libc6".

As I mentioned in passing, the two libc6 versions I am using are:

libc6_2.3.2.ds1-22sarge6  -> nis works
libc6_2.3.6.ds1-13etch5   -> nis is broken


-jonathan




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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-07-01 Thread Jonathan H N Chin
aurelien wrote:
> Would it be possible to test that with libc6_2.7-12 ?

Fails, with apparently same behaviour as 2.3.6.ds1-13etch5 :

$ dpkg -l libc6|awk '/^.i/{print $3}'
2.7-12
$ ypcat passwd|grep Mark|awk -F: '{print $5}'|od -c
000


-jonathan




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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-08-15 Thread Jonathan H N Chin
aurelien wrote:
> - Are the accounts really locked, or the problem only appears with
>   ypcat?

Unfortunately I did not make any notes on the procedure I used.
I think it was just:

- create an account on nis server with gecos containing non-ascii
- set "passwd: nis" in /etc/nsswitch.conf on nis client
- try to login to nis client on console or via ssh

However I cannot replicate the login problem anymore.
I wonder if I forgot to change /bin/tcsh (which doesn't exist
on my linux boxes) to /bin/bash when I tested previously.


> - Does the 'id' command works for the accounts using non-ascii chars?

I don't know how to login to an account that has non-ascii
characters in it so I can't test that.


> - Could you please run the ypcat command using:
>  'LC_ALL=en_GB.ISO-8859-1 LANG=en_GB.ISO-8859-1 ypcat'
>   (note that you may have to generate the corresponding locale)

This works.



-jonathan

-- 
   Jonathan H N Chin | deputy computer | Newton Institute, Cambridge, UK
<[EMAIL PROTECTED]> | systems manager | tel/fax: +44 1223 767091/330508



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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-08-15 Thread Jonathan H N Chin
aurelien wrote:
> Do you mean that you are now able to login on those accounts?

I don't normally have user accounts on my linux servers.
The test accounts that I have just created let me log in, yes.



> Actually you don't need to login on an account, you can just 'id
> username' to query the different users.

Yes, it works.



> > >  'LC_ALL=en_GB.ISO-8859-1 LANG=en_GB.ISO-8859-1 ypcat'
> > This works.
> 
> This seems to say that the problem is in the nis package instead of the
> glibc package.

There's only one way to find out... FIGHT!



-jonathan

-- 
   Jonathan H N Chin | deputy computer | Newton Institute, Cambridge, UK
<[EMAIL PROTECTED]> | systems manager | tel/fax: +44 1223 767091/330508



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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-08-15 Thread Jonathan H N Chin
broonie wrote:
> In any case, the major issue reported was with login and account lookups
> which are handled by the NSS module provided by glibc, the RCness being
> due to the inability to log in.

For clarity, my problem was that I was silently losing apache accounts
("make passwd" on my Solaris NIS server ssh's to my debian webserver
and runs a perl script that uses ypcat to update apache's htpasswd file)
which prevented users authenticating. This was brought to my attention
when someone was unable to access financial information that they should
have been able to view.

I tried creating some test shell accounts to see if the problem was
bigger than that but as I just wrote, I may have tested badly, as I
cannot now replicate that problem.

I still silently lose accounts when I run ypcat on the linux server.
(Apparently the locale setting is the culprit, so there is a workaround.)
I consider that this to be "serious data loss". At the very least it
is "data loss", so downgrade to "grave" would not bother me if people
are unhappy with it being marked "critical".


Note that on a Solaris 10 box, with UTF locale, ypcat does not lose
accounts:

$ LC_ALL=en_GB.UTF-8 ypcat passwd|grep Marks|awk -F: '{print $5}'|od -c
000   K   .   M   a   r   k   s   t   r 367   m  \n
015




-jonathan

-- 
   Jonathan H N Chin | deputy computer | Newton Institute, Cambridge, UK
<[EMAIL PROTECTED]> | systems manager | tel/fax: +44 1223 767091/330508



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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-08-15 Thread Jonathan H N Chin
severity 487104 grave
thanks


The problem causes data loss, so it is "grave" at minumum:

http://www.debian.org/Bugs/Developer#severities

(At my site at least, the data loss is serious, as I explained in my
previous message, but I grant that this may not be the case elsewhere.)


-jonathan

-- 
   Jonathan H N Chin | deputy computer | Newton Institute, Cambridge, UK
<[EMAIL PROTECTED]> | systems manager | tel/fax: +44 1223 767091/330508



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



Bug#218607: libc6-dev: Some packages stop building with this version

2003-11-02 Thread Andrés Roldán
Package: libc6-dev
Version: 2.3.2.ds1-8
Severity: important

I got the following when trying to compile valgrind (I'm sorry for the 
verbosity):

En el fichero incluído de /usr/include/linux/timer.h:5,
 de /usr/include/linux/isdn/fsm.h:15,
 de /usr/include/linux/isdn.h:17,
 de vg_unsafe.h:53,
 de vg_signals.c:34:
/usr/include/linux/list.h:576:2: aviso: #warning "don't include kernel headers in 
userspace"
In file included from /usr/include/linux/timer.h:6,
 from /usr/include/linux/isdn/fsm.h:15,
 from /usr/include/linux/isdn.h:17,
 from vg_unsafe.h:53,
 from vg_signals.c:34:
/usr/include/linux/spinlock.h: En la función `bit_spin_lock':
/usr/include/linux/spinlock.h:413: error: invalid type argument of `->'
/usr/include/linux/spinlock.h: En la función `bit_spin_trylock':
/usr/include/linux/spinlock.h:430: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: `TIF_NEED_RESCHED' undeclared (first use in 
this function)
/usr/include/linux/spinlock.h:433: error: (Each undeclared identifier is reported only 
once
/usr/include/linux/spinlock.h:433: error: for each function it appears in.)

This may be the lack of some includes on the headers.

Thanks.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux volatile 2.4.22-ck2 #1 jue oct 23 16:18:02 COT 2003 i686
Locale: LANG=es_ES, LC_CTYPE=es_ES (ignored: LC_ALL set to es_ES)

Versions of packages libc6-dev depends on:
ii  libc6 2.3.2.ds1-8GNU C Library: Shared libraries an
ii  linux-kernel-headers  2.5.999-test7-bk-5 Linux Kernel Headers for developme

-- no debconf information



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



Re: valgrind: doesn't start (cannot allocate memory)

2005-01-13 Thread Andrés Roldán
> Furthermore, I cannot reproduce this bug by using a current version of
> prelink from unstable -- I can neither recreate the error message you got
> while running valgrind, nor recreate the error message you got when trying
> to un-prelink /usr/lib/valgrind/stage2.  I suspect that your broken stage2
> binary was created by an older version of prelink, but I'm reassigning this
> bug to prelink (and downgrading it) so that someone more familiar with
> prelink than I am can try to confirm this.

Actually, valgrind versions prior to 2.2.0-1 had a bug when they
were prelinked so this can be the problem. You can try to purge
valgrind and reinstall it again from unstable, ensuring that 
/usr/lib/valgrind is completely removed after purging.

-- 
Andrés Roldán

CSO - Fluidsignal Group S.A.[EMAIL PROTECTED]
Debian Developer - The Debian Project   [EMAIL PROTECTED]

Mobile: +57 300-7920981
GPG F/P: 0EE9 27C9 55F1 92E4 3809  B852 D8E0 724B B293 96EB
http://people.fluidsignal.com/~aroldan


pgps6R56PhU6q.pgp
Description: PGP signature


$B0B?4!&0BA4!&K\J*!*#3%v7n(B$B$G%Z!{%9$,(B20%$B$b3HBg!*(B$B!*%Z%K%93HBg:>5=$KqY$5$l$J$$$G2<$5$$!#(B016220

2004-02-26 Thread $B#1#86X#J#A#P#A#N(B
<$B;v6H$B#1#86X#J#A#P#A#N(B
(B[EMAIL PROTECTED]
$B%a!<%kG[?.Dd;_$O2<5-%"%I%l%9$h$jG[?.$NDd;_$r$*4j$$CW$7$^$9!#(B
$B"#G[?.Dd;_%"%I%l%9!'(B http://e-dm.org/news/e-news
$B%a!<%k$G5qH]$O7oL>$K!VDd;_4uK>!W$GK\J8$KDd;_4uK>%"%I%l%9$r5-:\2<$5$$!#(B
(B($B"($=$N$^$^JV?.$G$O:o=|$,$5$l$^$;$s!#(BWEB$B$+$i$NDd;_$NJ}$,=hM}$,Aa$$$G$9!K(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B$B6[5^9f30!*(B
$B%Z%K%93HBg:>5=$KqY$5$l$J$$$G2<$5$$!#(B
(B[EMAIL PROTECTED],$i$J$$!A(B
(B$B!!(B
(B$B%9%H%l!<%H$K2?$G$b$4AjCL$/[EMAIL PROTECTED](B
(BProjectXXL$B$K$D$$$F$N$4AjCL!&$4
$B!J5YF|$r=|$/!K%(%/%5%5%$%:$NJ}K!$dAH$_J}!"%5%W%j%a%s%H$N0{$_J}$J$I!"$*5RMM$NG<[EMAIL PROTECTED]@$1$k$^$G$*Ez$($7$^$9!#(B
(B[EMAIL PROTECTED]
(B[EMAIL PROTECTED]@83h$r
(B
(B
(B
(B$BK\Ev$KBg$-$/[EMAIL PROTECTED];%C%H!*(B
(B
(B
(B
(B$B$o$:$+(B3$B%v7n4V$G1J5WE*$J3HBg!*!J(B20%UP$B!K(B
(B
(B
(B
(B$B4JC1!*0BA4!*0B?4!*3n$D<+A3$J3HBgK!!*(B
(B
(B
(B
(B$B"#D9$5!"[EMAIL PROTECTED]"55F,$NBg$-$5$,%"%C%W!*(B
$B"[EMAIL PROTECTED]:$s$G$??M$b6/$$KV5/NO$r%2%C%H!*(B
$B"#AaO3$b<#$k!*(B
(B
(B
(B$B!!(B
(B
(B
(B
(B$B$3$l$,@5$7$$%Z%K%93HBgK!$G$"$j0e3XE*$K$bN)>Z!*(B
(B
(B
(B$B"#(B$B$J$$B"#(B
(B$B"#(B$B$I$N$h$&$K%Z%K%93HBg$,;O$^$k$+!)(B$B"#(B
(B
(B
(B
(B$BGzH/E*$KGd$l$F$^$9!*(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B$B%W%m%8%'%/%H(BXXL$B$OK\J*$G$9(B
(B
(B
(B
(B$B:#$+$i(B3$B%v7n!*=
$B:#G/$N3$$O%V!<%a%i%s$,bA$7$$CK$K!*(B
(B
(B18$B6X%8%c%Q%sFCJL;n6!2A3J(B
(B28,000$B1_"M(B19,952$B1_(B
(B
(B
(B
(B$B#4#0%;%C%H8BDj2A3J!*(B
(B>>>>> 
(B
(B$B$4CmJ8$O(B$B$3$A$i(B
(B<<<<<
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B18$B6X(BJAPAN ©Copy Right 2003 18$B6X(BJAPAN All 
(BRights Reserved
(B
(B

$B0B?4!&0BA4!&K\J*!*#3%v7n(B$B$G%Z!{%9$,(B20%$B$b3HBg!*(B$B!*%Z%K%93HBg:>5=$KqY$5$l$J$$$G2<$5$$!#(B016220

2004-02-25 Thread $B#1#86X#J#A#P#A#N(B
<$B;v6H$B#1#86X#J#A#P#A#N(B
(B[EMAIL PROTECTED]
$B%a!<%kG[?.Dd;_$O2<5-%"%I%l%9$h$jG[?.$NDd;_$r$*4j$$CW$7$^$9!#(B
$B"#G[?.Dd;_%"%I%l%9!'(B http://e-dm.org/news/e-news
$B%a!<%k$G5qH]$O7oL>$K!VDd;_4uK>!W$GK\J8$KDd;_4uK>%"%I%l%9$r5-:\2<$5$$!#(B
(B($B"($=$N$^$^JV?.$G$O:o=|$,$5$l$^$;$s!#(BWEB$B$+$i$NDd;_$NJ}$,=hM}$,Aa$$$G$9!K(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B$B6[5^9f30!*(B
$B%Z%K%93HBg:>5=$KqY$5$l$J$$$G2<$5$$!#(B
(B[EMAIL PROTECTED],$i$J$$!A(B
(B$B!!(B
(B$B%9%H%l!<%H$K2?$G$b$4AjCL$/[EMAIL PROTECTED](B
(BProjectXXL$B$K$D$$$F$N$4AjCL!&$4
$B!J5YF|$r=|$/!K%(%/%5%5%$%:$NJ}K!$dAH$_J}!"%5%W%j%a%s%H$N0{$_J}$J$I!"$*5RMM$NG<[EMAIL PROTECTED]@$1$k$^$G$*Ez$($7$^$9!#(B
(B[EMAIL PROTECTED]
(B[EMAIL PROTECTED]@83h$r
(B
(B
(B
(B$BK\Ev$KBg$-$/[EMAIL PROTECTED];%C%H!*(B
(B
(B
(B
(B$B$o$:$+(B3$B%v7n4V$G1J5WE*$J3HBg!*!J(B20%UP$B!K(B
(B
(B
(B
(B$B4JC1!*0BA4!*0B?4!*3n$D<+A3$J3HBgK!!*(B
(B
(B
(B
(B$B"#D9$5!"[EMAIL PROTECTED]"55F,$NBg$-$5$,%"%C%W!*(B
$B"[EMAIL PROTECTED]:$s$G$??M$b6/$$KV5/NO$r%2%C%H!*(B
$B"#AaO3$b<#$k!*(B
(B
(B
(B$B!!(B
(B
(B
(B
(B$B$3$l$,@5$7$$%Z%K%93HBgK!$G$"$j0e3XE*$K$bN)>Z!*(B
(B
(B
(B$B"#(B$B$J$$B"#(B
(B$B"#(B$B$I$N$h$&$K%Z%K%93HBg$,;O$^$k$+!)(B$B"#(B
(B
(B
(B
(B$BGzH/E*$KGd$l$F$^$9!*(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B$B%W%m%8%'%/%H(BXXL$B$OK\J*$G$9(B
(B
(B
(B
(B$B:#$+$i(B3$B%v7n!*=
$B:#G/$N3$$O%V!<%a%i%s$,bA$7$$CK$K!*(B
(B
(B18$B6X%8%c%Q%sFCJL;n6!2A3J(B
(B28,000$B1_"M(B19,952$B1_(B
(B
(B
(B
(B$B#4#0%;%C%H8BDj2A3J!*(B
(B>>>>> 
(B
(B$B$4CmJ8$O(B$B$3$A$i(B
(B<<<<<
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B
(B18$B6X(BJAPAN ©Copy Right 2003 18$B6X(BJAPAN All 
(BRights Reserved
(B
(B