Bug 2113750

Summary: uvw: FTBFS in Fedora rawhide/f37
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: uvwAssignee: Petr Menšík <pemensik>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 37CC: pemensik
Target Milestone: ---Keywords: Rebase
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: uvw-2.12.1-2.fc37 Doc Type: No Doc Update
Doc Text:
If this bug requires documentation, please select an appropriate Doc Type value.
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-24 21:03:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2045102, 2117176, 2171490    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2022-08-02 00:19:00 UTC
uvw failed to build from source in Fedora rawhide/f37

https://koji.fedoraproject.org/koji/taskinfo?taskID=89927504


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Please fix uvw at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
uvw will be orphaned. Before branching of Fedora 38,
uvw will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2022-08-02 00:19:02 UTC
Created attachment 1902667 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2022-08-02 00:19:04 UTC
Created attachment 1902668 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2022-08-02 00:19:05 UTC
Created attachment 1902669 [details]
state.log

Comment 4 Petr Menšík 2022-08-03 18:17:56 UTC
Would update to new release 12.1, which requires libuv 1.44. The error during test is tested in that version.

Failing test fails the build:
Running main() from /builddir/build/BUILD/googletest-release-1.12.1/googletest/src/gtest_main.cc
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from Loop
[ RUN      ] Loop.DefaultLoop
[       OK ] Loop.DefaultLoop (0 ms)
[ RUN      ] Loop.Functionalities
/root/uvw/uvw-2.11.0_libuv_v1.43/test/uvw/loop.cpp:57: Failure
Value of: loop->timeout().first
  Actual: false
Expected: true
[  FAILED  ] Loop.Functionalities (0 ms)
[ RUN      ] Loop.UserData
[       OK ] Loop.UserData (0 ms)
[ RUN      ] Loop.Configure
[       OK ] Loop.Configure (0 ms)
[ RUN      ] Loop.IdleTime
[       OK ] Loop.IdleTime (0 ms)
[ RUN      ] Loop.Raw
[       OK ] Loop.Raw (0 ms)
[----------] 6 tests from Loop (0 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 5 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Loop.Functionalities

 1 FAILED TEST

Comment 5 Ben Cotton 2022-08-09 13:40:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 37 development cycle.
Changing version to 37.

Comment 6 Petr Menšík 2022-08-24 21:03:06 UTC
Rebase to version uvw-2.12.1-2.fc37 fixed building again.