All of lore.kernel.org
 help / color / mirror / Atom feed
* "Unable to find header curl/curlbuild.h" error on porting
@ 2018-07-23  9:03 tugouxp
  2018-07-23 10:13 ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: tugouxp @ 2018-07-23  9:03 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2070 bytes --]

Hi folks:


   i meet a compiler error when compile with bitbake, look at following logs.


it seems this error cant result to failure the compile process, the image file can be generated and running ok,  but i was a bit worry on this for i dont  confirm whether it hints some fatal issues.
so, i need help to clarify this error, thanks.


Parsing of 963 .bb files complete (0 cached, 963 parsed). 1452 targets, 180 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies


Build Configuration:
BB_VERSION           = "1.36.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "tulip-mozart"
DISTRO               = "distro-tulip-mozart"
DISTRO_VERSION       = "V2.5"
TUNE_FEATURES        = "aarch64"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "glibc-dev:45d70aab913b054677a032d67d2a12d191139a9f"
meta-tina            = "tina-dev-with-glibc:5a69f0ce9fd9651aa4afdd62610c5cad65140c76"


Initialising tasks: 100% |###########################################################################################################################################################################| Time: 0:00:11
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: curl-7.59.0-r0 do_install: oe_multilib_header: Unable to find header curl/curlbuild.h.
WARNING: gstreamer1.0-plugins-aw-1.8.2-r0 do_configure: QA Issue: gstreamer1.0-plugins-aw: configure was passed unrecognised options: --disable-examples --enable-sunxifbsink --without-libintl-prefix --disable-debug --without-x --enable-fbdev2sink --without-libiconv-prefix [unknown-configure-option]
WARNING: youtube-dl-2018.07.04-r0 do_populate_lic: youtube-dl: No generic license file exists for: Unlicense in any provider
WARNING: image-tulip-mozart-1.0-r0 do_rootfs: The license listed Unlicense was not in the licenses collected for recipe youtube-dl
WARNING: image-tulip-mozart-1.0-r0 do_image: version iamge -->  tulip-mozart-20180723163728-R1.0

[-- Attachment #2: Type: text/html, Size: 2976 bytes --]

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

* Re: "Unable to find header curl/curlbuild.h" error on porting
  2018-07-23  9:03 "Unable to find header curl/curlbuild.h" error on porting tugouxp
@ 2018-07-23 10:13 ` Burton, Ross
       [not found]   ` <3c97b7e9.c148.164c6c42e67.Coremail.13824125580@163.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2018-07-23 10:13 UTC (permalink / raw)
  To: tugouxp; +Cc: Yocto-mailing-list

It looks like you (or whoever maintains this glibc-dev branch you are
using) have upgraded curl yourself and didn't notice that curlbuild
doesn't exist in 7.57 onwards, so the oe_multilib_header call should
be removed.

(see oe-core 215d5677004537fc190b5381157ac8b94db6d7e8)

Ross

On 23 July 2018 at 10:03, tugouxp <13824125580@163.com> wrote:
> Hi folks:
>
>    i meet a compiler error when compile with bitbake, look at following
> logs.
>
> it seems this error cant result to failure the compile process, the image
> file can be generated and running ok,  but i was a bit worry on this for i
> dont  confirm whether it hints some fatal issues.
> so, i need help to clarify this error, thanks.
>
> Parsing of 963 .bb files complete (0 cached, 963 parsed). 1452 targets, 180
> skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION           = "1.36.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "universal"
> TARGET_SYS           = "aarch64-poky-linux"
> MACHINE              = "tulip-mozart"
> DISTRO               = "distro-tulip-mozart"
> DISTRO_VERSION       = "V2.5"
> TUNE_FEATURES        = "aarch64"
> TARGET_FPU           = ""
> meta
> meta-poky
> meta-yocto-bsp       = "glibc-dev:45d70aab913b054677a032d67d2a12d191139a9f"
> meta-tina            =
> "tina-dev-with-glibc:5a69f0ce9fd9651aa4afdd62610c5cad65140c76"
>
> Initialising tasks: 100%
> |###########################################################################################################################################################################|
> Time: 0:00:11
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: curl-7.59.0-r0 do_install: oe_multilib_header: Unable to find header
> curl/curlbuild.h.
> WARNING: gstreamer1.0-plugins-aw-1.8.2-r0 do_configure: QA Issue:
> gstreamer1.0-plugins-aw: configure was passed unrecognised options:
> --disable-examples --enable-sunxifbsink --without-libintl-prefix
> --disable-debug --without-x --enable-fbdev2sink --without-libiconv-prefix
> [unknown-configure-option]
> WARNING: youtube-dl-2018.07.04-r0 do_populate_lic: youtube-dl: No generic
> license file exists for: Unlicense in any provider
> WARNING: image-tulip-mozart-1.0-r0 do_rootfs: The license listed Unlicense
> was not in the licenses collected for recipe youtube-dl
> WARNING: image-tulip-mozart-1.0-r0 do_image: version iamge -->
> tulip-mozart-20180723163728-R1.0
>
>
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: "Unable to find header curl/curlbuild.h" error on porting
       [not found]   ` <3c97b7e9.c148.164c6c42e67.Coremail.13824125580@163.com>
@ 2018-07-23 10:59     ` Burton, Ross
  2018-07-23 11:21       ` tugouxp
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2018-07-23 10:59 UTC (permalink / raw)
  To: tugouxp, Yocto-mailing-list

Please remember to CC the list to that everyone can see.

On 23 July 2018 at 11:51, tugouxp <13824125580@163.com> wrote:
> hi burton:
>   thanks for your answer. so  how to dealt with this, seems two selection.
>
> 1. revert the version of curl
> 2. remove “oe_multilib_header”
>
> i am a fresh man on yocto, so how to achieve the 2nd scheme?

In the recipe there is a do_install_append block which calls
oe_multiilb_header, delete it.

Ross


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

* Re: "Unable to find header curl/curlbuild.h" error on porting
  2018-07-23 10:59     ` Burton, Ross
@ 2018-07-23 11:21       ` tugouxp
  2018-07-23 11:37         ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: tugouxp @ 2018-07-23 11:21 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

hi burton:
  sorry for that. :-|


i still cant get what you said, forgive me for my foolish on that,  can you show me how to do this?  thanks for your kindly help.








At 2018-07-23 18:59:32, "Burton, Ross" <ross.burton@intel.com> wrote:
>Please remember to CC the list to that everyone can see.
>
>On 23 July 2018 at 11:51, tugouxp <13824125580@163.com> wrote:
>> hi burton:
>>   thanks for your answer. so  how to dealt with this, seems two selection.
>>
>> 1. revert the version of curl
>> 2. remove “oe_multilib_header”
>>
>> i am a fresh man on yocto, so how to achieve the 2nd scheme?
>
>In the recipe there is a do_install_append block which calls
>oe_multiilb_header, delete it.
>
>Ross

[-- Attachment #2: Type: text/html, Size: 1087 bytes --]

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

* Re: "Unable to find header curl/curlbuild.h" error on porting
  2018-07-23 11:21       ` tugouxp
@ 2018-07-23 11:37         ` Burton, Ross
  2018-07-23 12:02           ` tugouxp
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2018-07-23 11:37 UTC (permalink / raw)
  To: tugouxp; +Cc: Yocto-mailing-list

On 23 July 2018 at 12:21, tugouxp <13824125580@163.com> wrote:
> hi burton:
>   sorry for that. :-|
>
> i still cant get what you said, forgive me for my foolish on that,  can you
> show me how to do this?  thanks for your kindly help.

Find the curl recipe, open it in an editor.  They'll be a block of
code which calls oe_multilib_header, delete it all.

At the end of the day this is a broken upgrade and is either something
you, a colleague, or a supplier did.  If a supplier did it then they
broke it, and you should tell them.

Ross


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

* Re: "Unable to find header curl/curlbuild.h" error on porting
  2018-07-23 11:37         ` Burton, Ross
@ 2018-07-23 12:02           ` tugouxp
  2018-07-23 12:32             ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: tugouxp @ 2018-07-23 12:02 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

hi burton:


   thank you, just as you say, i remove it.


but, did this operation affect the function of the curl? or it does not matter?


thanks !








At 2018-07-23 19:37:43, "Burton, Ross" <ross.burton@intel.com> wrote:
>On 23 July 2018 at 12:21, tugouxp <13824125580@163.com> wrote:
>> hi burton:
>>   sorry for that. :-|
>>
>> i still cant get what you said, forgive me for my foolish on that,  can you
>> show me how to do this?  thanks for your kindly help.
>
>Find the curl recipe, open it in an editor.  They'll be a block of
>code which calls oe_multilib_header, delete it all.
>
>At the end of the day this is a broken upgrade and is either something
>you, a colleague, or a supplier did.  If a supplier did it then they
>broke it, and you should tell them.
>
>Ross

[-- Attachment #2: Type: text/html, Size: 1192 bytes --]

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

* Re: "Unable to find header curl/curlbuild.h" error on porting
  2018-07-23 12:02           ` tugouxp
@ 2018-07-23 12:32             ` Burton, Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2018-07-23 12:32 UTC (permalink / raw)
  To: tugouxp; +Cc: Yocto-mailing-list

Doesn't matter as the file doesn't exist anymore.

Ross

On 23 July 2018 at 13:02, tugouxp <13824125580@163.com> wrote:
> hi burton:
>
>    thank you, just as you say, i remove it.
>
> but, did this operation affect the function of the curl? or it does not
> matter?
>
> thanks !
>
>
>
>
>
>
> At 2018-07-23 19:37:43, "Burton, Ross" <ross.burton@intel.com> wrote:
>>On 23 July 2018 at 12:21, tugouxp <13824125580@163.com> wrote:
>>> hi burton:
>>>   sorry for that. :-|
>>>
>>> i still cant get what you said, forgive me for my foolish on that,  can
>>> you
>>> show me how to do this?  thanks for your kindly help.
>>
>>Find the curl recipe, open it in an editor.  They'll be a block of
>>code which calls oe_multilib_header, delete it all.
>>
>>At the end of the day this is a broken upgrade and is either something
>>you, a colleague, or a supplier did.  If a supplier did it then they
>>broke it, and you should tell them.
>>
>>Ross
>
>
>
>
>


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

end of thread, other threads:[~2018-07-23 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23  9:03 "Unable to find header curl/curlbuild.h" error on porting tugouxp
2018-07-23 10:13 ` Burton, Ross
     [not found]   ` <3c97b7e9.c148.164c6c42e67.Coremail.13824125580@163.com>
2018-07-23 10:59     ` Burton, Ross
2018-07-23 11:21       ` tugouxp
2018-07-23 11:37         ` Burton, Ross
2018-07-23 12:02           ` tugouxp
2018-07-23 12:32             ` Burton, Ross

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.