Adam Warner | 29 Sep 2005 00:18
Picon

Bug#330500: default locale ignored, all locales are set to "POSIX"

I'm also experiencing this with both of the IA32 systems I upgraded to
sid. A locales downgrade didn't appear to work so this must be due to
one or more of the many packages that I upgraded all at once.

I only noticed this after a reboot when the Evolution mail client
started sorting in a case-sensitive manner.

locale now returns:
$ locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

$ cat /etc/environment

LANG=en_NZ.UTF-8

A grep for LC and LANG from the return of /usr/bin/env returns nothing
set. Likewise for /etc/profile, ~/.bashrc and ~/.bash_profile.
(Continue reading)

Ryan Underwood | 29 Sep 2005 00:19

Bug#249718: Do you still plan to take dosemu


On Wed, Sep 28, 2005 at 09:54:27PM +0200, Adrian Bunk wrote:
> Hi Ryan,
> 
> do you still plan to take over dosemu?
> 
> If not, please retitle it back to "O:".

Uh, yes?  As far as I know I was waiting on replies from other people.
Was there anything wrong with the current package?

-- 
Ryan Underwood, <nemesis <at> icequake.net>

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Bruno Magagnini | 29 Sep 2005 00:46
Picon
Favicon

Bug#330500: all locales are set to "POSIX"

Hello,

I have the same problem after apt-get dist-upgrade tonight.

My computer running Sid.

nob <at> nob:~$ cat /proc/version

Linux version 2.6.12-1-k7 (horms <at> tabatha.lab.ultramonkey.org) (gcc
version 4.0.2 20050917 (prerelease) (Debian 4.0.1-8))

ii  libc6                         2.3.5-6
ii  debconf                       1.4.58
ii  locales                       2.3.5-6

nob <at> nob:~$ sudo dpkg-reconfigure locales
Generating locales (this might take a while)...
  fr_FR.ISO-8859-15 <at> euro... done
  fr_FR.ISO-8859-1... done
  fr_FR.UTF-8... done
  fr_FR.UTF-8 <at> euro... done
Generation complete.

nob <at> nob:~$ locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
(Continue reading)

Armin Berres | 29 Sep 2005 00:29
Picon

Bug#330566: New upstream version 0.3 is available

Initng 0.1.8 was the last more or less stable version of Initng - 0.3.0
is ok again and will find it's way to experimental within the next days
(i hope my sponsor will answer my mail concerning this issue soon).
If you don't want to wait: http://alioth.debian.org/projects/pkg-initng/

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Denis Barbier | 29 Sep 2005 00:26

Bug#330500: default locale ignored, all locales are set to "POSIX"

severity 330500 important
tags 330500 pending
reassign 330500 libpam-modules
merge 330500 330458
thanks

On Wed, Sep 28, 2005 at 02:33:28PM +0200, Florent Bayle wrote:
> Package: locales
> Version: 2.3.5-6
> Severity: important
> 
> After running dpkg-reconfigure locales and choosing fr_FR <at> euro as default system environment locale,
all locales remains set to "POSIX" :

Merging with #330458.

Denis

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Karl Berry | 29 Sep 2005 00:43

Bug#328365: temporary file race in texindex

    It increased its revision control version number from 1.3 to 1.11,
    but there are no changes - have they all been reverted?

There were no changes to texindex.c.  The $Id$ change isn't meaningful
-- it happened because of temporarily moving Texinfo to berlios (because
savannah was dead for months) and then moving it back.

    | In OpenBSD this seems to have been fixed in 2000 (sic!), see this patch

Since the BSD folks (or Red Hat or anyone else but you, pretty much)
never bother to forward me any bugs or fixes they make, it's only by
random chance like this that I find out about them.  I rarely have time
to go seeking them out.

    I don't see why texindex cannot simply use completely random filenames?

Sounds fine to me.  Any chance of sending me a clean patch?  The BSD
patch has so many conflicts that it is hard to tell what is really being
changed in this regard.

Thanks,
k

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

juan | 29 Sep 2005 00:47

Bug#330622: r-cran-xml: bad xml output

Package: r-cran-xml
Severity: important

x <- xmlNode("tag",value="data without newline")
print(x);

output: 
 <tag>
 data without newline
 </tag>

this is not quite correct since there are no \n in the value, the output should be <tag>data without newline</tag>
the xml output is not useable without reparsing :(

the changes are very small :

XMLClasses.R 
161:print.XMLComment
167:print.XMLTextNode
173:print.XMLNode
204:print.XMLEntityRef
212:print.XMLCDataNode
222:print.XMLProcessingInstruction

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

(Continue reading)

Marius Mikucionis | 29 Sep 2005 00:35
Picon
Picon

Bug#330621: apt-get ignores --quiet option after packages are downloaded

Package: apt-get
Severity: minor

I am doing "apt-get -q upgrade" remotely and expect to save bandwith 
on redundant messages like outputing percentage of job done.
It works for downloads fine but after that, other stages kick-in:
Reading package fields... xx%
Reading package status... yy%
Retrieving bug reports... zz%

Maybe the later stages are the feature of apt-listbugs, but it would be 
nice if they were removed with -q option.

thanks!
marius

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Norbert Preining | 29 Sep 2005 00:38
Picon
Favicon
Gravatar

Bug#320413: Take over of texinfo/info packages

On Mit, 28 Sep 2005, Frank Küster wrote:
> > For more than 5 weeks no answer. How do we proceed with this? We should
> > think about something rather soon, as with teTeX 3 going into unstable
> > texinfo is broken.
> 
> I think we do it rather now, than when I'm busy with uploading teTeX
> 3.0.  Is the patch you posted to the bug log still up-to-date wrt to the
> version on http://www.tug.org/texlive/Debian/texinfo/?

Yes it is. But:

lintian spits out:
W: texinfo: binary-without-manpage texi2pdf
W: texinfo: possible-bashism-in-maintainer-script postinst:3 '[ "$1" = "configure" -a '
E: texinfo: old-fsf-address-in-copyright-file
W: info: possible-bashism-in-maintainer-script postinst:3 '[ "$1" = "configure" -o '
E: info: old-fsf-address-in-copyright-file

What the hell is this stupid old-fsf-address-in-copyright-file error. I
have to change this. Manpage I will do later. But what is with the
bashism?! Do you accept it like this? Or should I prepare a new 0.1.

And: Did we come to the conclusion that I write myself as teh new
Maintainer or that I make a NMU upload?

Best wishes

Norbert

-------------------------------------------------------------------------------
(Continue reading)

Norbert Preining | 29 Sep 2005 00:40
Picon
Favicon
Gravatar

Bug#320413: Take over of texinfo/info packages

On Don, 29 Sep 2005, Norbert Preining wrote:
> > I think we do it rather now, than when I'm busy with uploading teTeX
> > 3.0.  Is the patch you posted to the bug log still up-to-date wrt to the
> > version on http://www.tug.org/texlive/Debian/texinfo/?
> 
> Yes it is. But:

And it is missing a fix for the just recently mentioned race condition.
But as long as nobody sent a fix, and the one from BSD is IMHO
completely useless as it stands for me. It mixes updates with fixes.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
sip:preining <at> at43.tuwien.ac.at                             +43 (0) 59966-690018
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
WRITTLE (vb.)
Of a steel ball, to settle into a hole.
			--- Douglas Adams, The Meaning of Liff

--

-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org


Gmane