[Buildroot] [autobuild.buildroot.net] Build results for 2017-02-22

Yann E. MORIN yann.morin.1998 at free.fr
Thu Feb 23 17:16:55 UTC 2017


All,

On 2017-02-23 08:28 +0100, Thomas Petazzoni spake thusly:
> Detail of failures
>          arm |           chocolate-doom-2.2.1 | NOK | http://autobuild.buildroot.net/results/3d3036d40ddad71d872d910aae7a24975706d2e9

This one is a long-standing issue:

  - this is a static build,
  - son SDL libraries linked to by chocolate-doom ars C++ libs,
  - one library (indirectly) linked to by chocolate-doom needs libz
  - chocolate-doom itself is written in C

So, chocolate-doom uses gcc to link, instead of g++. In so doing, it
bring in neither libstdc++.a nor libz.a

I did a quick hack to verify this, and added -lstdc++ and -lz to the SDL
Libs.Privte in sdl.pc, and the build suceeded.

For the C++ dependency, SDL unconditionally checks for a C++ compiler:

    AC_PROG_CXX

so we should probably add a dependency on C++ to SDL.

As for the the -lz, I'm still investigating...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list