All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] configure error with dependency
@ 2011-10-07 14:38 Klaus Schwarzkopf
  2011-10-10 10:21 ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Klaus Schwarzkopf @ 2011-10-07 14:38 UTC (permalink / raw)
  To: buildroot

Hi,

how can i solve the following error in the attached patch?

configure: error: icon-naming-utils >= 0.8.90 is required to build
                  and install tango-icon-theme

Regards,

Klaus




-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-package-tango-icon-theme-and-dependency-icon-nam.patch
Type: text/x-patch
Size: 3537 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111007/a4886774/attachment-0001.bin>

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

* [Buildroot] configure error with dependency
  2011-10-07 14:38 [Buildroot] configure error with dependency Klaus Schwarzkopf
@ 2011-10-10 10:21 ` Thomas De Schampheleire
  2011-10-10 13:35   ` Klaus Schwarzkopf
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2011-10-10 10:21 UTC (permalink / raw)
  To: buildroot

Hi,

On Fri, Oct 7, 2011 at 4:38 PM, Klaus Schwarzkopf
<schwarzkopf@sensortherm.de> wrote:
> Hi,
>
> how can i solve the following error in the attached patch?
>
> configure: error: icon-naming-utils >= 0.8.90 is required to build
> ? ? ? ? ? ? ? ? and install tango-icon-theme

Please supply some more information (e.g. did icon-naming-utils
actually get built, and so is the problem is that tango-icon-theme
doesn't find it, or isn't it built in the first place).

In the first case, I have encountered such issues with other packages
I tried to add.
Can you try to explicitly pass the appropriate
--with-XX=$(STAGING_DIR)/usr option to the configure step of
tango-icon-theme?

So something like:
TANGO_ICON_THEME_CONF_OPT = --with-icon-naming-utils=$(STAGING_DIR)/usr

I'm not sure whether this is the official way, but in my case this worked.

Best regards,
Thomas

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

* [Buildroot] configure error with dependency
  2011-10-10 10:21 ` Thomas De Schampheleire
@ 2011-10-10 13:35   ` Klaus Schwarzkopf
  0 siblings, 0 replies; 3+ messages in thread
From: Klaus Schwarzkopf @ 2011-10-10 13:35 UTC (permalink / raw)
  To: buildroot

Hi,

now, it works ;-)

I had some problems with the PKG_CONFIG_PATH variable.

Regards,

Klaus


Am 10.10.2011 12:21, schrieb Thomas De Schampheleire:
> Hi,
>
> On Fri, Oct 7, 2011 at 4:38 PM, Klaus Schwarzkopf
> <schwarzkopf@sensortherm.de>  wrote:
>> Hi,
>>
>> how can i solve the following error in the attached patch?
>>
>> configure: error: icon-naming-utils>= 0.8.90 is required to build
>>                  and install tango-icon-theme
>
> Please supply some more information (e.g. did icon-naming-utils
> actually get built, and so is the problem is that tango-icon-theme
> doesn't find it, or isn't it built in the first place).
>
> In the first case, I have encountered such issues with other packages
> I tried to add.
> Can you try to explicitly pass the appropriate
> --with-XX=$(STAGING_DIR)/usr option to the configure step of
> tango-icon-theme?
>
> So something like:
> TANGO_ICON_THEME_CONF_OPT = --with-icon-naming-utils=$(STAGING_DIR)/usr
>
> I'm not sure whether this is the official way, but in my case this worked.
>
> Best regards,
> Thomas

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

end of thread, other threads:[~2011-10-10 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07 14:38 [Buildroot] configure error with dependency Klaus Schwarzkopf
2011-10-10 10:21 ` Thomas De Schampheleire
2011-10-10 13:35   ` Klaus Schwarzkopf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.