From: "Paweł Sikora" <pluto@pld-linux.org>
To: Alexander Stohr <Alexander.Stohr@gmx.de>,
sam@ravnborg.org, linux-kernel@vger.kernel.org
Subject: Re: confirmed: kernel build for 2.6.8-rc3 is broken for at least i386
Date: Sat, 7 Aug 2004 20:54:03 +0200 [thread overview]
Message-ID: <200408072054.03554.pluto@pld-linux.org> (raw)
In-Reply-To: <20040807173917.GA14733@mars.ravnborg.org>
On Saturday 07 of August 2004 19:39, Sam Ravnborg wrote:
> On Sat, Aug 07, 2004 at 06:21:07PM +0200, Pawe? Sikora wrote:
> > - $(Q)if [ ! -z $$LC_ALL ]; then \
> > - export LANG=$$LC_ALL; \
> > - export LC_ALL= ; \
> > - fi; \
> > - export LC_COLLATE=C; export LC_CTYPE=C; \
> > + $(Q) \
> >
> > ^^^ works for me.
>
> Thanks!
>
> I need to track this a bit more.
> Could you please provide me with information of what
> you are running.
>
> make version (make --version)
> shell & version of shell
> distribution
make-3.80-5
bash-2.05b-14
PLD(nptl/cvs)
> Could you also try if the attached two Makefiles exhibit the same problem.
> Just copy them to an empty directory and execute make.
>
> A good run looks like:
> Makefile2:1: lds=-P
> Hi
# LANG=pl_PL make
make[1]: Wej?cie do katalogu `/home/users/pluto/rpm/BUILD'
^
^ error. `ś' is correct char.
Makefile2:1: lds=
Hi
make[1]: Opuszczenie katalogu `/home/users/pluto/rpm/BUILD'
# LANG=C make
make[1]: Entering directory `/home/users/pluto/rpm/BUILD'
Makefile2:1: lds=
Hi
make[1]: Leaving directory `/home/users/pluto/rpm/BUILD'
with a minor fix...
- export LC_COLLATE=C; export LC_CTYPE=C; \
- $(MAKE) -f Makefile2 obj=xxx
+ export LC_COLLATE=C; export LC_CTYPE=C;
+ $(Q)$(MAKE) -f Makefile2 obj=xxx
works fine...
# LANG=pl_PL make
make[1]: Wejście do katalogu `/home/users/pluto/rpm/BUILD'
Makefile2:1: lds=-P
Hi
make[1]: Opuszczenie katalogu `/home/users/pluto/rpm/BUILD'
--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
#define say(x) lie(x)
next prev parent reply other threads:[~2004-08-07 18:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 14:17 confirmed: kernel build for 2.6.8-rc3 is broken for at least i386 Alexander Stohr
2004-08-05 20:33 ` Sam Ravnborg
2004-08-07 16:21 ` Paweł Sikora
2004-08-07 17:39 ` Sam Ravnborg
2004-08-07 18:54 ` Paweł Sikora [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-08-09 15:04 Alexander Stohr
2004-08-04 9:50 Alexander Stohr
2004-08-04 16:07 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200408072054.03554.pluto@pld-linux.org \
--to=pluto@pld-linux.org \
--cc=Alexander.Stohr@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.