* [Buildroot] libwpe error with 2024.08.1
@ 2024-11-04 23:30 Patricia Holden
2024-11-05 10:05 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Patricia Holden @ 2024-11-04 23:30 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1226 bytes --]
I am in the process of migrating a client project from 2024.02 to 2024.08
in order to pick up QT6 packages. The hardware platform is AM62X.
Unfortunately, I end up with the following error while libwpe is building:
loader-static.c:(.text+0x20): undefined reference to `_wpe_loader_interface'
/home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/host/lib/gcc/aarch64-buildroot-linux-gnu/13.3.0/../../../../aarch64-buildroot-linux-gnu/bin/ld:
loader-static.c:(.text+0x24): undefined reference to `_wpe_loader_interface'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
make[1]: *** [package/pkg-generic.mk:289:
/home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/build/libwpe-1.16.0/.stamp_built]
Error 1
make: *** [Makefile:83: _all] Error 2
[1]- Done emacs package/libwpe/libwpe.mk (wd:
~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08-rc3)
(wd now: ~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1)
[2]+ Done emacs edvo_buildroot_install.sh (wd:
~/Projects/EdvoQt6/edvotek-edvocycler3)
Has anyone seen this or maybe have an inkling as to why I'm getting this
error?
Thanks!
[-- Attachment #1.2: Type: text/html, Size: 1480 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] libwpe error with 2024.08.1
2024-11-04 23:30 [Buildroot] libwpe error with 2024.08.1 Patricia Holden
@ 2024-11-05 10:05 ` Thomas Petazzoni via buildroot
2024-11-05 14:37 ` Patricia Holden
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-05 10:05 UTC (permalink / raw)
To: Patricia Holden; +Cc: buildroot, Adrian Perez de Castro
Hello Patricia,
+Adrian in Cc.
On Mon, 4 Nov 2024 18:30:19 -0500
Patricia Holden <pholden@nklabs.com> wrote:
> I am in the process of migrating a client project from 2024.02 to 2024.08
> in order to pick up QT6 packages. The hardware platform is AM62X.
>
> Unfortunately, I end up with the following error while libwpe is building:
>
> loader-static.c:(.text+0x20): undefined reference to `_wpe_loader_interface'
> /home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/host/lib/gcc/aarch64-buildroot-linux-gnu/13.3.0/../../../../aarch64-buildroot-linux-gnu/bin/ld:
> loader-static.c:(.text+0x24): undefined reference to `_wpe_loader_interface'
> collect2: error: ld returned 1 exit status
> ninja: build stopped: subcommand failed.
> make[1]: *** [package/pkg-generic.mk:289:
> /home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/build/libwpe-1.16.0/.stamp_built]
> Error 1
> make: *** [Makefile:83: _all] Error 2
> [1]- Done emacs package/libwpe/libwpe.mk (wd:
> ~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08-rc3)
> (wd now: ~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1)
> [2]+ Done emacs edvo_buildroot_install.sh (wd:
> ~/Projects/EdvoQt6/edvotek-edvocycler3)
>
> Has anyone seen this or maybe have an inkling as to why I'm getting this
> error?
Thanks for your bug report, and sorry to hear that you've encountered
some issues. Do you have a reasonably minimal Buildroot configuration
that exhibits the problem (and that we can build) ?
On the other hand, it looks like this issue has been seen in our
autobuilders:
http://autobuild.buildroot.net/results/93b/93bdaf1f6e4da5a395fb6cf2148d114df0eb14bd/build-end.log
So we do have a configuration that reproduces this.
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] 3+ messages in thread
* Re: [Buildroot] libwpe error with 2024.08.1
2024-11-05 10:05 ` Thomas Petazzoni via buildroot
@ 2024-11-05 14:37 ` Patricia Holden
0 siblings, 0 replies; 3+ messages in thread
From: Patricia Holden @ 2024-11-05 14:37 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot, Adrian Perez de Castro
Would you like the config I am using? Maybe you can cross reference it against the config you have that exhibits the problem and isolate the source?
Let me know.
Sent from my iPhone
> On Nov 5, 2024, at 5:05 AM, Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
>
> Hello Patricia,
>
> +Adrian in Cc.
>
>> On Mon, 4 Nov 2024 18:30:19 -0500
>> Patricia Holden <pholden@nklabs.com> wrote:
>>
>> I am in the process of migrating a client project from 2024.02 to 2024.08
>> in order to pick up QT6 packages. The hardware platform is AM62X.
>>
>> Unfortunately, I end up with the following error while libwpe is building:
>>
>> loader-static.c:(.text+0x20): undefined reference to `_wpe_loader_interface'
>> /home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/host/lib/gcc/aarch64-buildroot-linux-gnu/13.3.0/../../../../aarch64-buildroot-linux-gnu/bin/ld:
>> loader-static.c:(.text+0x24): undefined reference to `_wpe_loader_interface'
>> collect2: error: ld returned 1 exit status
>> ninja: build stopped: subcommand failed.
>> make[1]: *** [package/pkg-generic.mk:289:
>> /home/pholden/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1/output/build/libwpe-1.16.0/.stamp_built]
>> Error 1
>> make: *** [Makefile:83: _all] Error 2
>> [1]- Done emacs package/libwpe/libwpe.mk (wd:
>> ~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08-rc3)
>> (wd now: ~/Projects/EdvoQt6/edvotek-edvocycler3/buildroot-2024.08.1)
>> [2]+ Done emacs edvo_buildroot_install.sh (wd:
>> ~/Projects/EdvoQt6/edvotek-edvocycler3)
>>
>> Has anyone seen this or maybe have an inkling as to why I'm getting this
>> error?
>
> Thanks for your bug report, and sorry to hear that you've encountered
> some issues. Do you have a reasonably minimal Buildroot configuration
> that exhibits the problem (and that we can build) ?
>
> On the other hand, it looks like this issue has been seen in our
> autobuilders:
>
> http://autobuild.buildroot.net/results/93b/93bdaf1f6e4da5a395fb6cf2148d114df0eb14bd/build-end.log
>
> So we do have a configuration that reproduces this.
>
> 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] 3+ messages in thread
end of thread, other threads:[~2024-11-05 14:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 23:30 [Buildroot] libwpe error with 2024.08.1 Patricia Holden
2024-11-05 10:05 ` Thomas Petazzoni via buildroot
2024-11-05 14:37 ` Patricia Holden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox