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: ,---- | [strey@mischka auctex]$ ./autogen.sh | echo @set VERSION 2013-05-30è Giordano <[email protected]> >version.texi | /bin/sh: -c: Zeile 0: Syntaxfehler beim unerwarteten Wort `>' | /bin/sh: -c: Zeile 0: `echo @set VERSION 2013-05-30è Giordano <[email protected]> >version.texi' | make: *** [version.texi] Fehler 1 | Error running make in doc `---- Here are the results of further experiments: ,---- | [strey@mischka auctex]$ LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog | 2013-05-30è Giordano <[email protected]> `---- ,---- | [strey@mischka auctex]$ sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog | 2013-05-30è Giordano <[email protected]> `---- ,---- | [strey@mischka auctex]$ LANG=C LC_ALL=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog | 2013-05-30 `---- ,---- | [strey@mischka auctex]$ LC_ALL=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog | 2013-05-30 `---- Best regards Michael Strey Mosè Giordano <[email protected]> writes: > Hi Michael, > > 2013/5/31 Michael Strey <[email protected]>: >> 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 [email protected] or [email protected] > > Bye, > Mosè -- mailto:[email protected] http://www.strey.biz _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
