Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] util-linux compile problems
@ 2011-08-08 11:58 Sven Neumann
  2011-08-08 11:58 ` [Buildroot] [PATCH 1/2] util-linux: fix BR2_PACKAGE_UTIL_LINUX_UUIDD option Sven Neumann
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Sven Neumann @ 2011-08-08 11:58 UTC (permalink / raw)
  To: buildroot

Hi,

after updating buildroot we are getting compile errors from building
util-linux. First the linker was complaining that it couldn't find
libintl_gettext and related symbols. I was able to fix that by
passing --disable-nls to the configure script (patch follows).
Now I am getting errors all over the place because
program_invocation_short_name is not defined. This is correct
and there's a configure check to test for this. Based on this check
a fallback is provided by include/c.h. However this file is not
included from all places that use program_invocation_short_name.

Now I wonder if this would best be fixed by patching all affected
source files in util-linux or if UCLIBC_HAS_PROGRAM_INVOCATION_NAME
should be selected when util-linux is selected.


Sven

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-12  8:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 11:58 [Buildroot] util-linux compile problems Sven Neumann
2011-08-08 11:58 ` [Buildroot] [PATCH 1/2] util-linux: fix BR2_PACKAGE_UTIL_LINUX_UUIDD option Sven Neumann
2011-08-08 18:06   ` Peter Korsgaard
2011-08-08 11:58 ` [Buildroot] [PATCH 2/2] util-linux: disable NLS Sven Neumann
2011-08-08 12:13 ` [Buildroot] util-linux compile problems Yegor Yefremov
2011-08-08 12:24   ` Sven Neumann
2011-08-08 18:05 ` Peter Korsgaard
2011-08-08 19:16   ` Peter Korsgaard
2011-08-09  9:50     ` Sven Neumann
2011-08-09 14:18       ` Peter Korsgaard
2011-08-11  7:56         ` Sven Neumann
2011-08-12  8:28           ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox