[PATCH openbmc-build-scripts] use glibc 2.22 to work around assembler error

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Mar 16 13:20:23 AEDT 2016


@shenki after our buildroot was seemingly re-worked from upstream master, initramfs builds have been failing[1] on openpower.xyz.

```
03:57:49 ../sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Assembler messages:
03:57:49 ../sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:367: Error: junk at end of line: `1,0'
```

They work fine if I build with glibc 2.22 instead of 2.21 however, so this PR adds this specification to the openpower config we're creating. Builds now succeeding[2].

[1] https://openpower.xyz/job/initramfs-build/9/console
[2] https://openpower.xyz/job/initramfs-build/12/

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/openbmc-build-scripts/8)
<!-- Reviewable:end -->


https://github.com/openbmc/openbmc-build-scripts/pull/8

Chris Smart (1):
  use glibc 2.22 to work around assembler error

 initramfs-build.sh | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.1




More information about the openbmc mailing list