Your message dated Tue, 30 Jun 2009 09:26:49 -0500
with message-id <[email protected]>
and subject line units: acres calculated with US survey foot not normal foot
has caused the Debian Bug report #451485,
regarding units: acres calculated with US survey foot not normal foot
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
451485: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451485
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: units
Version: 1.85-3
Severity: normal
Hi,
I noticed something weird, acres are treating feet and survey feet backwards
as far as I can tell. According to my copy of Glover's Pocket Ref 2nd ed. it
should be 640 acres in a sq mile exactly.
$ echo $LANG
C
$ units '1 acre' 'mile^2'
* 0.0015625063
/ 639.99744
$ units '1 usacre' 'mile^2'
* 0.0015625063
/ 639.99744
$ units '1 intacre' 'mile^2'
* 0.0015625
/ 640
/usr/share/misc/units.dat has:
# Localisation
#
!locale en_US
....
acre usacre
acrefoot usacrefoot
but usacre is aliased to 10 surveychain^2 and usacrefoot to surveyfoot.
the default foot in the US is not the survey foot, so it is odd that
the default acre is set to use survey feet.
or it could be that I've been staring at this too long and I'm missing
the intention.
export LANG=en_US # doesn't help (I am in New Zealand)
??
thanks,
Hamish
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages units depends on:
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libncurses5 5.5-5 Shared libraries for terminal hand
ii libreadline5 5.2-2 GNU readline and history libraries
units recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
This is not a bug. It is normal behavior.
--
John Hasler
--- End Message ---