bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: make check bug


From: John Darrington
Subject: Re: PSPP-BUG: make check bug
Date: Fri, 17 Feb 2012 14:34:29 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

 I think you're using version 0.6.2

Unless a similar problem also exists on 0.7.9 - I don't think there's
a lot of point investigating this.

J'

On Fri, Feb 17, 2012 at 08:54:37AM -0500, Pierre Girard wrote:
> Le 2012-02-16 16:29, Ben Pfaff a ?crit :
>> On the machine where you ran "make check", what does the "date"
>> command print?
>
> > date
> ven f?v 17 08:34:08 EST 2012
>
> The default language on the machine is french.
>
> So I cleaned up everything, set the language to english like this:
> > export LANG=en
> > date
> Fri Feb 17 08:36:19 EST 2012
> > LANG=en ./configure --without-libplot
>
> It seems to do the same thing.
>
> 854c854
> < xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 => 131107.00
> ---
> > xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 => 167632.00
> 1023c1023
> < xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) => 131107.00
> ---
> > xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) => 167632.00
> 1083c1083
> < xdate.wkday(date.mdy(9,29,41)) => 2.00
> ---
> > xdate.wkday(date.mdy(9,29,41)) => 1.00
> 1103c1103
> < xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) => 1941.00
> ---
> > xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) => 2041.00
> 1122,1123c1122,1123
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') => -54.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') => -1.00
> ---
> > datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') => 45.00
> > datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') => 98.00
> 1144,1145c1144,1145
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') => -217.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') => -6.00
> ---
> > datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') => 182.00
> > datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') => 393.00
> 1166,1167c1166,1167
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') => -652.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') => -18.00
> ---
> > datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') => 547.00
> > datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') => 1181.00
> 1188,1189c1188,1189
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') => -2838.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') => -81.00
> ---
> > datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') => 2379.00
> > datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') => 5136.00
> 1210,1211c1210,1211
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') => -19872.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') => -567.00
> ---
> > datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') => 16653.00
> > datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') => 35958.00
> 1232,1233c1232,1233
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') => 54.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') => 1.00
> ---
> > datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') => -45.00
> > datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') => -98.00
> 1254,1255c1254,1255
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') => 652.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') => 18.00
> ---
> > datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') => -547.00
> > datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') => -1181.00
> 1276,1277c1276,1277
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') => 217.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') => 6.00
> ---
> > datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') => -182..00
> > datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') => -393.00
> compare optimizing output
> FAILED
>
>
>
>>
>> Thanks,
>>
>> Ben.
>>
>> Pierre Girard<address@hidden>  writes:
>>
>>> I got a message saying to report this. Not sure what I'm supposed to
>>> include in the bug report.
>>>
>>>> cat /etc/SuSE-release
>>> openSUSE 11.3 (i586)
>>> VERSION = 11.3
>>>
>>>> gcc --version
>>> gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
>>> Copyright (C) 2010 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions.  There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>>
>>>> echo $LANG
>>> fr_CA.UTF-8
>>>
>>>
>>> [...]
>>> PASS: tests/stats/percentiles-enhanced.sh
>>> 854c854
>>> <  xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 =>  131107.00
>>> ---
>>>> xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 =>  167632..00
>>> 1023c1023
>>> <  xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) =>  131107.00
>>> ---
>>>> xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) =>  167632.00
>>> 1083c1083
>>> <  xdate.wkday(date.mdy(9,29,41)) =>  2.00
>>> ---
>>>> xdate.wkday(date.mdy(9,29,41)) =>  1.00
>>> 1103c1103
>>> <  xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) =>  1941.00
>>> ---
>>>> xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) =>  2041.00
>>> 1122,1123c1122,1123
>>> <  datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') =>  -54..00
>>> <  datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') =>  -1.00
>>> ---
>>>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') =>  45.00
>>>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') =>  98.00
>>> 1144,1145c1144,1145
>>> <  datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') =>  -217.00
>>> <  datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') =>  -6..00
>>> ---
>>>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') =>  182.00
>>>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') =>  393.00
>>> 1166,1167c1166,1167
>>> <  datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') =>  -652.00
>>> <  datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') =>  -18.00
>>> ---
>>>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') =>  547.00
>>>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') =>  1181.00
>>> 1188,1189c1188,1189
>>> <  datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') =>  -2838.00
>>> <  datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') =>  -81.00
>>> ---
>>>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') =>  2379.00
>>>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') =>  5136.00
>>> 1210,1211c1210,1211
>>> <  datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') =>  -19872.00
>>> <  datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') =>  -567.00
>>> ---
>>>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') =>  16653.00
>>>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') =>  35958.00
>>> 1232,1233c1232,1233
>>> <  datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') =>  54.00
>>> <  datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') =>  1.00
>>> ---
>>>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') =>  -45.00
>>>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') =>  -98.00
>>> 1254,1255c1254,1255
>>> <  datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') =>  652.00
>>> <  datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') =>  18.00
>>> ---
>>>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') =>  -547..00
>>>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') =>  -1181.00
>>> 1276,1277c1276,1277
>>> <  datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') =>  217.00
>>> <  datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') =>  6.00
>>> ---
>>>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') =>  -182.00
>>>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') =>  -393..00
>>> compare optimizing output
>>> FAILED
>>> FAIL: tests/expressions/expressions.sh
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Bug-gnu-pspp mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
>
>
>
> _______________________________________________
> Bug-gnu-pspp mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]