[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] [Auctex][Bug] autogen.sh has a problem with your name
From: |
Michael Strey |
Subject: |
Re: [Bug-AUCTeX] [Auctex][Bug] autogen.sh has a problem with your name |
Date: |
Fri, 31 May 2013 18:41:53 +0200 |
Hi Mosé,
To reproduce the bug:
1. git clone git://git.sv.gnu.org/auctex.git
2. git checkout 11969380bd3728000a05e7c3a56a3341d75d73da
3. head ChangeLog
to check that the first line contains `Mosé'
4. ./autogen.sh
With sed version `sed (GNU sed) 4.2.2' und Linux, I get the following
output:
,----
| address@hidden auctex]$ ./autogen.sh
| echo @set VERSION 2013-05-30è Giordano <address@hidden> >version.texi
| /bin/sh: -c: Zeile 0: Syntaxfehler beim unerwarteten Wort `>'
| /bin/sh: -c: Zeile 0: `echo @set VERSION 2013-05-30è Giordano
<address@hidden> >version.texi'
| make: *** [version.texi] Fehler 1
| Error running make in doc
`----
Here are the results of further experiments:
,----
| address@hidden auctex]$ LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog
| 2013-05-30è Giordano <address@hidden>
`----
,----
| address@hidden auctex]$ sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog
| 2013-05-30è Giordano <address@hidden>
`----
,----
| address@hidden auctex]$ LANG=C LC_ALL=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p'
ChangeLog
| 2013-05-30
`----
,----
| address@hidden auctex]$ LC_ALL=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p'
ChangeLog
| 2013-05-30
`----
Best regards
Michael Strey
Mosè Giordano <address@hidden> writes:
> Hi Michael,
>
> 2013/5/31 Michael Strey <address@hidden>:
>> Hello Mosé,
>>
>> I just tried to update Auctex via el-get and ran into a problem.
>> autogen.sh fails since the first `sed' expression has a problem with the
>> é in your name. This failure is only visible when your name is in the
>> first line of the ChangeLog file.
>>
>> Please correct either the `sed' expression in `autogen.sh' or change
>> your name ;-).
> Another person already reported to me this bug but I cannot reproduce
> it (nor I intend to change my name :-D). I'm not able to compile
> AUCTeX only if I remove `LANG=C' form definition of AUCTEXDATE, and
> indeed it was inserted to prevent this.
>
> Please, report this bug to address@hidden or address@hidden
>
> Bye,
> Mosè
--
mailto:address@hidden
http://www.strey.biz
- Re: [Bug-AUCTeX] [Auctex][Bug] autogen.sh has a problem with your name,
Michael Strey <=