[Pkg-virtualbox-devel] [Pkg-virtualbox-commits] r330 - trunk/debian
Michael Meskes
meskes at debian.org
Fri Aug 8 08:30:01 UTC 2008
On Thu, Aug 07, 2008 at 02:41:35PM +0000, daniel at alioth.debian.org wrote:
> + * Adding patch from Gonéri Le Bouder <goneri at rulezlan.org> to fix FTBFS with
> + LC_ALL set to fr_FR.UTF-8 (Closes: #494157).
> ...
> --- trunk/debian/rules 2008-08-07 14:37:26 UTC (rev 329)
> +++ trunk/debian/rules 2008-08-07 14:41:34 UTC (rev 330)
> @@ -34,7 +34,7 @@
> # ... and text/plain
> debian/virtualbox-ose.README.Debian: debian/README.Debian.html
> chmod 755 debian/lynx-dump-postprocess
> - export LANG=C; lynx -force_html -dump $< | ./debian/lynx-dump-postprocess > $@.tmp
> + export LC_ALL=C; lynx -force_html -dump $< | ./debian/lynx-dump-postprocess > $@.tmp
I think we need to revert this patch at least partially (just committed). We have to
reset both, LANG and LC_ALL to C before running lynx, or else we run
into the same FTBFS when LANG is set. There was a reason for LANG being
reset. :-)
Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes at jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
More information about the Pkg-virtualbox-devel
mailing list