Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1794427

Summary: gmsh-4.5.1-1.fc32: FTBFS with gcc 10: mesh.h:411: multiple definition of `MMG_movevertex'
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: gmshAssignee: Sandro Mani <manisandro>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cz172638, hobbes1069, igor.raits, manisandro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/gmsh
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-30 20:22:10 UTC Type: Bug
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: 1750908, 1792464    

Description Jitka Plesnikova 2020-01-23 15:04:10 UTC
gmsh-4.5.1-1.fc32 fails to build in F32: 

/usr/bin/ld: CMakeFiles/shared.dir/contrib/mmg3d/build/sources/inout.c.o:/builddir/build/BUILD/gmsh-4.5.1-source/contrib/mmg3d/build/sources/mesh.h:411: multiple definition of `MMG_movevertex'; CMakeFiles/shared.dir/contrib/mmg3d/build/sources/mmg3d.c.o:/builddir/build/BUILD/gmsh-4.5.1-source/contrib/mmg3d/build/sources/mesh.h:411: first defined here
/usr/bin/ld: CMakeFiles/shared.dir/contrib/mmg3d/build/sources/inout.c.o:/builddir/build/BUILD/gmsh-4.5.1-source/contrib/mmg3d/build/sources/mesh.h:410: multiple definition of `MMG_optlentet'; CMakeFiles/shared.dir/contrib/mmg3d/build/sources/mmg3d.c.o:/builddir/build/BUILD/gmsh-4.5.1-source/contrib/mmg3d/build/sources/mesh.h:410: first defined here
...
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/shared.dir/build.make:8883: libgmsh.so.4.5.1] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/gmsh-4.5.1-source/build-serial'
make[1]: *** [CMakeFiles/Makefile2:1194: CMakeFiles/shared.dir/all] Error 2

A difference between passing and failing build root is at 
https://koschei.fedoraproject.org/build/7747403
This is probably triggered with an upgrade of gcc from 9.2.1-1.fc32.3 to 10.0.1-0.3.fc32.

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/gmsh

Comment 1 Richard Shaw 2020-01-30 20:22:10 UTC
Latest 4.5.1 build succeeded and I just built 4.5.2 which also succeeded. Closing.