Re: [yocto] QT6.8.3 build error on Renesas-SDK using yocto vlp4
Gyorgy Sarvari <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/25 11:27, Nagaraja via lists.yoctoproject.org wrote:
> Hi Team,
>
>
> I am trying integrate Qt6.8.3 package using yocto build on Renesas-vlp4
> package. when I run bitbake core-image-qt structup with the below error.
>
> Sstate summary: Wanted 3283 Local 1 Mirrors 0 Missed 3282 Current 2364
> (0% match, 41%
> complete)################################################################
> | ETA: 0:00:00
> Initialising tasks: 100%
> |#####################################################################################################################################################|
> Time: 0:00:05
> NOTE: Executing Tasks
> ERROR: qt5compat-6.8.3-r0 do_unpack: Bitbake Fetcher Error:
> UnpackError('No up to date source found: clone directory not available
> or not up to date:
> /media/nags/nags/Workarea/latest-rzg3e/user_work/build/downloads/git2/code.qt.io.qt.qt5compat.git;
> shallow clone not available:
> /media/nags/nags/Workarea/latest-rzg3e/user_work/build/downloads/gitshallow_code.qt.io.qt.qt5compat.git_00aa589-1.tar.gz',
> 'git://code.qt.io/qt/qt5compat.git;name=qt5compat;branch=6.8;nobranch=1;protocol=git')
> ERROR: Logfile of failure stored in:
> /media/nags/nags/Workarea/latest-rzg3e/user_work/build/tmp/work/cortexa55-poky-linux/qt5compat/6.8.3/temp/log.do_unpack.88951
> ERROR: Task
> (/media/nags/nags/Workarea/latest-rzg3e/user_work/meta-qt6/recipes-qt/qt6/qt5compat_git.bb:do_unpack)
> failed with exit code '1'
> Waiting for 1 running task to finish.
>
>
> Please guidme what am I missing here and how do I go about resolving
> this error.
Before anything else: if you do "bitbake -c cleanall qt5compat", and try
to build once again, do you still get the same error?
There is below another question about source files, which is recognized
as a signature, and Thunderbird cuts it off from the reply, so pasting
it here:
> My question is when there is no app source folder, from where it is
picking the application source and building. The source file location is
defined in the SRC_URI variable. If a revision is applicable (e.g. with
git or svn repositories), that is specified in the SRCREV variable of
the recipe. If these change, bitbake fetches the new sources.
>
> Thanks and regards,
>
> Nagaraja
>
>