Source: git
Version: 1:1.8.3~rc0-1
Severity: serious
Justification: ftbfs
Tags: upstream patch
Control: forwarded -1 
http://thread.gmane.org/gmane.comp.version-control.git/222680

>From https://buildd.debian.org/status/logs.php?pkg=git&ver=1%3A1.8.3~rc0-1:

| expecting success: 
|       git log --pretty="format:%<(10,trunc)%s" >actual &&
|       # complete the incomplete line at the end
|       echo >>actual &&
|       qz_to_tab_space <<\EOF >expected &&
| message ..
| message ..
| add bar  Z
| initial  Z
| EOF
|       test_cmp expected actual
| 
| --- expected  2013-04-29 09:40:01.162652311 +0000
| +++ actual    2013-04-29 09:40:01.158641606 +0000
| @@ -1,4 +1,4 @@
| -message ..
| -message ..
| +
| +
|  add bar   
|  initial   
| not ok 18 - left alignment formatting with trunc
| #     
| #             git log --pretty="format:%<(10,trunc)%s" >actual &&
| #             # complete the incomplete line at the end
| #             echo >>actual &&
| #             qz_to_tab_space <<\EOF >expected &&
| #     message ..
| #     message ..
| #     add bar  Z
| #     initial  Z
| #     EOF
| #             test_cmp expected actual
| #     

The cause is undefined behavior (different orders of evaluation of
arguments to a function call can be convenient on different arches).
Patch at the link above.

Regards,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to