One of the packages I maintain on https://github.com/openwrt/packages fails on mpc85xx and some x86 archs since recently, obviously because of some problem with argp-standalone. In compile.txt on Buildbot Broken Packages it ends with:

checking argp.h usability... yes
checking argp.h presence... yes
checking for argp.h... yes
checking for library containing argp_parse... no
configure: error: argp_parse not found

On all other current trunk archs the package still builds fine (again after some solved compatibility issues with musl).

I use a current trunk based toolchain for mpc85xx myself and cannot see the same problem. Indeed it compiles fine and says:

checking for library containing argp_parse... -largp

So I think there must be a problem with building argp-standalone on Buildbot for mpc85xx and some x86 archs but I cannot find any indication for that in the stdio of the building logs because logs are truncated. Who can take care of that?

Can that be related to core Changeset 45967: argp-standalone: import package from packages.git ??
Until a few weeks ago my mainained package built fine also on mpc85xx.