[Buildroot] [PATCH v2 1/3] package/libtirpc: bump to version 0.3.2

Jörg Krause joerg.krause at embedded.rocks
Fri Jul 24 09:21:35 UTC 2015


On Fr, 2015-07-24 at 09:17 +0200, Thomas Petazzoni wrote:
> Dear Jörg Krause,
> 
> On Thu, 23 Jul 2015 08:38:24 +0200, Jörg Krause wrote:
> > Bump version, update hash and update patch.
> > 
> > Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
> 
> This patch series is causing a number of build failures, such as:
> 
>   http://autobuild.buildroot.org/results/33f/33f1849c6d1441d856583587
> 2281e33a980aba6f/build-end.log
> 
> /home/peko/autobuild/instance-2/output/host/usr/bfin-buildroot-linux
> -uclibc/sysroot/usr/lib/libtirpc.so: undefined reference to 
> `_authdes_seccreate'
> 
> Can you have a look?

Sure. The problem is that with version 0.3.0 it was possible to disable
auth DES optionally [1]. This was reverted in version 0.3.2 for
backward compatibility with older glibc's. With commit
060b63865c58c716dc94c5987ab19b90899aa340 authdes_create() is defined by
default in rpc_soc.c, which in return calls the undefined
authdes_seccreate().

My suggestion would be to remove authdes_create() in rpc_soc.c.

Best regards
Jörg Krause


[1] Add configure option to disable DES authentication
http://www.spinics.net/lists/linux-nfs/msg48357.html



More information about the buildroot mailing list