* [Buildroot] [bug] util-linux
@ 2007-07-28 18:11 Cristian Ionescu-Idbohrn
2007-07-29 6:24 ` Ulf Samuelsson
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-28 18:11 UTC (permalink / raw)
To: buildroot
Problem: building util-linux fails with umount.c: undefined reference to
`xdr_string'
One of the reasons is BR2_INET_RPC was not priorly enabled.
BR2_PACKAGE_UTIL-LINUX should depend on BR2_INET_RPC.
If BR2_PACKAGE_UTIL-LINUX (and implicitly BR2_INET_RPC) is enabled when
the buildroot is already built, uclibc (and all other packages depending
on uclibc) should also be rebuilt. WCHAR is also in there somewhere...
Oh dear, this is going nowhere :(
Is there some sort of make target that will clean all that's built (and
doesn't also clean my local modifications, dl-dir and stuff)?
Cheers,
--
Cristian
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [bug] util-linux
2007-07-28 18:11 [Buildroot] [bug] util-linux Cristian Ionescu-Idbohrn
@ 2007-07-29 6:24 ` Ulf Samuelsson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Samuelsson @ 2007-07-29 6:24 UTC (permalink / raw)
To: buildroot
> Problem: building util-linux fails with umount.c: undefined reference to
> `xdr_string'
>
> One of the reasons is BR2_INET_RPC was not priorly enabled.
> BR2_PACKAGE_UTIL-LINUX should depend on BR2_INET_RPC.
> If BR2_PACKAGE_UTIL-LINUX (and implicitly BR2_INET_RPC) is enabled when
> the buildroot is already built, uclibc (and all other packages depending
> on uclibc) should also be rebuilt. WCHAR is also in there somewhere...
>
I guess one way would be to have a target which depends on ".config".
If triggered,
it will build grep ".config" for the uClibc configuration stuff ,
into "toolchain_build_dir/.uClibc.configuration-new"
diff with "toolchain_build_dir/.uClibc.configuration-new"
if not same, then touch toolchain_build_dir/.uClibc.rebuild"
> Oh dear, this is going nowhere :(
>
> Is there some sort of make target that will clean all that's built (and
> doesn't also clean my local modifications, dl-dir and stuff)?
>
>
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-29 6:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 18:11 [Buildroot] [bug] util-linux Cristian Ionescu-Idbohrn
2007-07-29 6:24 ` Ulf Samuelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox