Bug 1923590
| Summary: | gtengine: FTBFS in Fedora rawhide/f34 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | gtengine | Assignee: | Antonio T. sagitter <trpost> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | dan | ||||||||
| Target Milestone: | --- | Keywords: | Bugfix | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | gtengine-5.6-1 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2021-02-15 17:11:09 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: | 1909564 | ||||||||||
| Bug Blocks: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2021-02-01 17:17:54 UTC
Created attachment 1753725 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1753726 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1753727 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34. Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 34. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2021-03-29). A week before the mass branching of Fedora 35 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 33 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-35/f-35-key-tasks.html gtengine is failing with GCC-11 on PPC64le and s390x Have you tried building without -Werror? Either there is false positive warning from gcc11 or there is a real issue in the code.
...
make[2]: Entering directory '/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples'
[ 2%] Building CXX object Distance/DistancePointHyperellipsoid/CMakeFiles/DistancePointHyperellipsoid.dir/DistancePointHyperellipsoidConsole.cpp.o
cd /builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid && /usr/bin/g++ -DGTE_DISABLE_PCH -DGTE_USE_LINUX -DGTE_USE_MAT_VEC -DGTE_USE_OPENGL -DGTE_USE_ROW_MAJOR -DNDEBUG -I/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/../../.. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DNDEBUG -c -Wall -Werror -O3 -std=c++14 -o CMakeFiles/DistancePointHyperellipsoid.dir/DistancePointHyperellipsoidConsole.cpp.o -c /builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/DistancePointHyperellipsoidConsole.cpp
make[2]: Leaving directory '/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples'
In file included from /builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/DistancePointHyperellipsoidConsole.cpp:9:
/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/DistancePointHyperellipsoidConsole.cpp: In member function 'DistancePointHyperellipsoidConsole::TestDistancePointEllipse()':
/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/../../../Mathematics/DistPointHyperellipsoid.h:140:29: error: 'MEM[(double &)&locX + 8]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
140 | locX[j] = -locX[j];
| ~~~~~~~~^~~~~~~~
/builddir/build/BUILD/GeometricTools-GTE-version-5.6/GTE/Samples/Distance/DistancePointHyperellipsoid/../../../Mathematics/DistPointHyperellipsoid.h:131:29: note: 'MEM[(double &)&locX + 8]' was declared here
131 | Vector<N, Real> locX;
| ^~~~
cc1plus: all warnings being treated as errors
Without '-Werror' gtengine is compiled. Thank you Dan. |