All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [External] [autobuild.buildroot.net] Your daily results for 2023-07-24
       [not found] ` <PH1P110MB1067DE8A34BD964056E6BCB6EE00A@PH1P110MB1067.NAMP110.PROD.OUTLOOK.COM>
@ 2023-07-26 20:37   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni via buildroot @ 2023-07-26 20:37 UTC (permalink / raw)
  To: Sannachi, Prabhu                            Collins
  Cc: buildroot@buildroot.org

Hello Prabhu,

(Please Cc the Buildroot mailing list for such questions, thanks!)

On Wed, 26 Jul 2023 16:12:33 +0000
"Sannachi, Prabhu                            Collins" <prabhu.sannachi@collins.com> wrote:

> When I test the build with same configuration, I can reproduce the issue here.
> But issue happens when compiling using uclibc library toolchain only.  I don't see any issue with glibc toolchain.
> 
> Error shows cannot find hiredis library, but it has been added as dependency and built before redis-plus-plus package.
> 
> Issue is not related CPU and package.
> 
> Please suggest me how to proceed next.

So, the failure is at
http://autobuild.buildroot.net/results/6d3/6d310d52dbfe076cd470be71f02de32fb47fa904/.
This configuration uses static linking, perhaps this is what is causing
an issue.

I think you need to debug why it can't find hiredis:


CMake Error at CMakeLists.txt:149 (add_library):
  Target "redis++_static" links to target "hiredis::hiredis" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


CMake Error at CMakeLists.txt:202 (add_library):
  Target "redis++" links to target "hiredis::hiredis" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

A starting point is to look at the CMake logs, if available. I don't
really have a lot more to suggest, without looking more closely at the
issue.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-26 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3s0rp7dwhe-1@m0346904.ppops.net>
     [not found] ` <PH1P110MB1067DE8A34BD964056E6BCB6EE00A@PH1P110MB1067.NAMP110.PROD.OUTLOOK.COM>
2023-07-26 20:37   ` [Buildroot] [External] [autobuild.buildroot.net] Your daily results for 2023-07-24 Thomas Petazzoni via buildroot

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.