Bug 1863387 - cvise: FTBFS in Fedora rawhide/f33
Summary: cvise: FTBFS in Fedora rawhide/f33
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: cvise
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Polacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F33FTBFS
TreeView+ depends on / blocked
 
Reported: 2020-08-03 16:06 UTC by Fedora Release Engineering
Modified: 2020-08-03 19:37 UTC (History)
1 user (show)

Fixed In Version: cvise-1.4.0-4.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-03 19:37:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (7.68 KB, text/plain)
2020-08-03 16:06 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2020-08-03 16:06 UTC, Fedora Release Engineering
no flags Details
state.log (951 bytes, text/plain)
2020-08-03 16:06 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2020-08-03 16:06:48 UTC
cvise failed to build from source in Fedora rawhide/f33

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix cvise 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,
cvise will be orphaned. Before branching of Fedora 34,
cvise will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Fedora Release Engineering 2020-08-03 16:06:50 UTC
Created attachment 1703808 [details]
build.log

Comment 2 Fedora Release Engineering 2020-08-03 16:06:51 UTC
Created attachment 1703809 [details]
root.log

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

Comment 3 Fedora Release Engineering 2020-08-03 16:06:52 UTC
Created attachment 1703810 [details]
state.log

Comment 4 Marek Polacek 2020-08-03 16:41:31 UTC
The problem is in this difference between a working build and a non-working build (the -B option):

-+ /usr/bin/cmake -S . -B . -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON .. -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec -DCMAKE_INSTALL_BINDIR=/usr/bin -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_BUILD_TYPE= -DCMAKE_SKIP_RPATH=TRUE
--- The C compiler identification is GNU 10.1.1
--- The CXX compiler identification is GNU 10.1.1
++ /usr/bin/cmake -S . -B x86_64-redhat-linux-gnu -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON .. -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec -DCMAKE_INSTALL_BINDIR=/usr/bin -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_BUILD_TYPE= -DCMAKE_SKIP_RPATH=TRUE
+-- The C compiler identification is GNU 10.2.1
+-- The CXX compiler identification is GNU 10.2.1

Comment 5 Marek Polacek 2020-08-03 17:13:02 UTC
Patch committed.

Comment 6 Marek Polacek 2020-08-03 19:37:22 UTC
cvise rebuilt successfully.


Note You need to log in before you can comment on or make changes to this bug.