All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency
@ 2017-09-13 20:17 Romain Naour
  2017-09-13 20:30 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Romain Naour @ 2017-09-13 20:17 UTC (permalink / raw)
  To: buildroot

configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies.
So add host-pkgconf in LVM2_DEPENDENCIES.

Fixes:
checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/lvm2/lvm2.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 63ac109..f7f7069 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -21,6 +21,8 @@ LVM2_CONF_OPTS += \
 	--enable-dmeventd \
 	--disable-nls
 
+LVM2_DEPENDENCIES += host-pkgconf
+
 # LVM2 uses autoconf, but not automake, and the build system does not
 # take into account the toolchain passed at configure time.
 LVM2_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
-- 
2.9.5

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

* [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency
  2017-09-13 20:17 [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency Romain Naour
@ 2017-09-13 20:30 ` Arnout Vandecappelle
  2017-09-24 13:01   ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2017-09-13 20:30 UTC (permalink / raw)
  To: buildroot



On 13-09-17 22:17, Romain Naour wrote:
> configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies.
> So add host-pkgconf in LVM2_DEPENDENCIES.
> 
> Fixes:
> checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory

 Any idea why the autobuilders didn't hit this failure?

 Regards,
 Arnout

> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/lvm2/lvm2.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
> index 63ac109..f7f7069 100644
> --- a/package/lvm2/lvm2.mk
> +++ b/package/lvm2/lvm2.mk
> @@ -21,6 +21,8 @@ LVM2_CONF_OPTS += \
>  	--enable-dmeventd \
>  	--disable-nls
>  
> +LVM2_DEPENDENCIES += host-pkgconf
> +
>  # LVM2 uses autoconf, but not automake, and the build system does not
>  # take into account the toolchain passed at configure time.
>  LVM2_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency
  2017-09-13 20:30 ` Arnout Vandecappelle
@ 2017-09-24 13:01   ` Arnout Vandecappelle
  2017-09-24 15:23     ` Romain Naour
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2017-09-24 13:01 UTC (permalink / raw)
  To: buildroot



On 13-09-17 22:30, Arnout Vandecappelle wrote:
> 
> 
> On 13-09-17 22:17, Romain Naour wrote:
>> configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies.
>> So add host-pkgconf in LVM2_DEPENDENCIES.
>>
>> Fixes:
>> checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory
> 
>  Any idea why the autobuilders didn't hit this failure?

 Even though you didn't answer :-) I applied to master after all, since
configure clearly really wants pkg-config. Thanks!

 Regards,
 Arnout

>>
>> Signed-off-by: Romain Naour <romain.naour@gmail.com>
>> ---
>>  package/lvm2/lvm2.mk | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
>> index 63ac109..f7f7069 100644
>> --- a/package/lvm2/lvm2.mk
>> +++ b/package/lvm2/lvm2.mk
>> @@ -21,6 +21,8 @@ LVM2_CONF_OPTS += \
>>  	--enable-dmeventd \
>>  	--disable-nls
>>  
>> +LVM2_DEPENDENCIES += host-pkgconf
>> +
>>  # LVM2 uses autoconf, but not automake, and the build system does not
>>  # take into account the toolchain passed at configure time.
>>  LVM2_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
>>
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency
  2017-09-24 13:01   ` Arnout Vandecappelle
@ 2017-09-24 15:23     ` Romain Naour
  0 siblings, 0 replies; 4+ messages in thread
From: Romain Naour @ 2017-09-24 15:23 UTC (permalink / raw)
  To: buildroot

Hi Arnout,

Le 24/09/2017 ? 15:01, Arnout Vandecappelle a ?crit?:
> 
> 
> On 13-09-17 22:30, Arnout Vandecappelle wrote:
>>
>>
>> On 13-09-17 22:17, Romain Naour wrote:
>>> configure.ac use PKG_CHECK_MODULES macro to find some libraries dependencies.
>>> So add host-pkgconf in LVM2_DEPENDENCIES.
>>>
>>> Fixes:
>>> checking pkg-config is at least version 0.9.0... ./configure: line 9875: [...]/host/bin/pkg-config: No such file or directory
>>
>>  Any idea why the autobuilders didn't hit this failure?
> 
>  Even though you didn't answer :-) I applied to master after all, since
> configure clearly really wants pkg-config. Thanks!

Sorry, I missed your reply :(

The autobuilders didn't hit this issue because when pkg-config is missing the
build doesn't stop.
I noticed it by chance while looking at a build log file.

Best regards,
Romain

> 
>  Regards,
>  Arnout
> 
>>>
>>> Signed-off-by: Romain Naour <romain.naour@gmail.com>
>>> ---
>>>  package/lvm2/lvm2.mk | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
>>> index 63ac109..f7f7069 100644
>>> --- a/package/lvm2/lvm2.mk
>>> +++ b/package/lvm2/lvm2.mk
>>> @@ -21,6 +21,8 @@ LVM2_CONF_OPTS += \
>>>  	--enable-dmeventd \
>>>  	--disable-nls
>>>  
>>> +LVM2_DEPENDENCIES += host-pkgconf
>>> +
>>>  # LVM2 uses autoconf, but not automake, and the build system does not
>>>  # take into account the toolchain passed at configure time.
>>>  LVM2_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
>>>
>>
> 

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

end of thread, other threads:[~2017-09-24 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13 20:17 [Buildroot] [PATCH] package/lmv2: add missing host-pkgconf dependency Romain Naour
2017-09-13 20:30 ` Arnout Vandecappelle
2017-09-24 13:01   ` Arnout Vandecappelle
2017-09-24 15:23     ` Romain Naour

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.