Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *apr-util* to *1.6.4* has
Failed (devtool error).
Detailed error information:
Running 'devtool upgrade' for recipe apr-util failed.
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1987 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.19.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
SDKMACHINE = "x86_64"
DISTRO = "poky"
DISTRO_VERSION =
"6.0.99+snapshot-f198bbe538ed0d698f12c8cca3ea999639e4b6cc"
TUNE_FEATURES = "m64 x86-64-v3"
meta =
"tmp-auh-upgrades:f198bbe538ed0d698f12c8cca3ea999639e4b6cc"
meta-yocto-bsp
meta-poky = "master:9c6cf36c3511b94957aba04002d98bec665e9f1e"
workspace = "<unknown>:<unknown>"
Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing
build without monitoring pressure
Sstate summary: Wanted 10 Local 10 Mirrors 0 Missed 0 Current 20 (100% match,
100% complete)
done.
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 103 tasks of which 100 didn't need to be rerun
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...WARNING:
/srv/pokybuild/yocto-worker/auh/build/build/workspace/recipes/recipetool/tmp-recipetool-ncc5lt2y.bb:
tmp-recipetool-ncc5lt2y: LICENSE is using "CLOSED", which is deprecated.
Convert to using a license ref pointing to an actual license file, e.g.
LICENSE = "LicenseRef-tmp-recipetool-ncc5lt2y-CLOSED"
done.
Parsing of 957 .bb files complete (0 cached, 957 parsed). 1988 targets, 40
skipped, 0 masked, 0 errors.
Summary: There was 1 WARNING message.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.19.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
SDKMACHINE = "x86_64"
DISTRO = "poky"
DISTRO_VERSION =
"6.0.99+snapshot-f198bbe538ed0d698f12c8cca3ea999639e4b6cc"
TUNE_FEATURES = "m64 x86-64-v3"
meta =
"tmp-auh-upgrades:f198bbe538ed0d698f12c8cca3ea999639e4b6cc"
meta-yocto-bsp
meta-poky = "master:9c6cf36c3511b94957aba04002d98bec665e9f1e"
workspace = "<unknown>:<unknown>"
Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing
build without monitoring pressure
Sstate summary: Wanted 1 Local 0 Mirrors 0 Missed 1 Current 0 (0% match, 0%
complete)
done.
NOTE: Executing Tasks
WARNING: tmp-recipetool-ncc5lt2y: LICENSE is using "CLOSED", which is
deprecated. Convert to using a license ref pointing to an actual license file,
e.g.
LICENSE = "LicenseRef-tmp-recipetool-ncc5lt2y-CLOSED"
WARNING: tmp-recipetool-ncc5lt2y: LICENSE is using "CLOSED", which is
deprecated. Convert to using a license ref pointing to an actual license file,
e.g.
LICENSE = "LicenseRef-tmp-recipetool-ncc5lt2y-CLOSED"
WARNING: tmp-recipetool-ncc5lt2y: LICENSE is using "CLOSED", which is
deprecated. Convert to using a license ref pointing to an actual license file,
e.g.
LICENSE = "LicenseRef-tmp-recipetool-ncc5lt2y-CLOSED"
NOTE: Tasks Summary: Attempted 3 tasks of which 0 didn't need to be rerun and
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
WARNING: tmp-recipetool-ncc5lt2y: LICENSE is using "CLOSED", which is
deprecated. Convert to using a license ref pointing to an actual license file,
e.g.
LICENSE = "LicenseRef-tmp-recipetool-ncc5lt2y-CLOSED"
Adding changed files: 0% | | ETA: --:--:--
Adding changed files: 0% | | ETA: --:--:--
Adding changed files: 100% |####################################| Time: 0:00:00
INFO: Extracting current version source...
INFO: Extracting upgraded version source...
INFO: Fetching https://archive.apache.org/dist/apr/apr-util-1.6.4.tar.gz...
INFO: Rebasing devtool onto 5cd539d5f920ca288bc65a643cfc8675e1881bf2
WARNING: Command 'git rebase 5cd539d5f920ca288bc65a643cfc8675e1881bf2' failed:
Auto-merging test/testxlate.c
CONFLICT (content): Merge conflict in test/testxlate.c
You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to
/srv/pokybuild/yocto-worker/auh/build/build/workspace/sources/apr-util
INFO: New recipe is
/srv/pokybuild/yocto-worker/auh/build/build/workspace/recipes/apr-util/apr-util_1.6.4.bb
INFO: Changelog extracted to
/srv/pokybuild/yocto-worker/auh/build/build/workspace/changelogs/apr-util.txt
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
Changelog for apr-util: 1.6.3 -> 1.6.4
Source: CHANGES
Changes with APR-util 1.6.4
*) apr_brigade: Don't split the final LF in apr_brigade_split_line() to
avoid producing an empty bucket. PR 64273
[Barnim Dzwillo <dzwillo strato.de>, Joe Orton]
*) apr_brigade: Metadata buckets are now ignored in
apr_brigade_split_line, apr_brigade_flatten and
apr_brigade_to_iovec, fixing possible undefined behaviour. PR 68278
[Ben Kallus <benjamin.p.kallus.gr dartmouth.edu>, Joe Orton]
*) apr_crypto_openssl: Compatibility with OpenSSL 3. [Yann Ylavic]
*) apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL
on versions 1.1+. [Graham Leggett]
*) apr_memcache: Fix name lookup to allow IPv6 as well as IPv4.
[Lubos Uhliarik <luhliari redhat.com>]
*) configure: Fix Berkeley DB detection with compilers enforcing
strict C99 compliance. PR 66396.
[Florian Weimer <fweimer redhat.com>]
Changes with APR-util 1.6.3
*) Correct a packaging issue in 1.6.2. The contents of the release were
correct, but the top level directory was misnamed.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#242978):
https://lists.openembedded.org/g/openembedded-core/message/242978
Mute This Topic: https://lists.openembedded.org/mt/120638585/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-