Created attachment 1480747 [details] Build log from failed build. https://koji.fedoraproject.org/koji/taskinfo?taskID=29483964 See attached build log (or koji build).
build.log: /usr/bin/ld: shape.o: in function `my_write_wpt(Waypoint const*)': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:271: undefined reference to `SHPCreateSimpleObject' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:275: undefined reference to `SHPWriteObject' /usr/bin/ld: shape.o: in function `poly_deinit(route_head const*)': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:302: undefined reference to `SHPCreateSimpleObject' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:304: undefined reference to `SHPWriteObject' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:305: undefined reference to `SHPDestroyObject' /usr/bin/ld: shape.o: in function `my_wr_deinit()': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:262: undefined reference to `SHPClose' /usr/bin/ld: shape.o: in function `my_write()': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:320: undefined reference to `SHPCreate' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:329: undefined reference to `SHPCreate' /usr/bin/ld: shape.o: in function `my_rd_init(QString const&)': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:59: undefined reference to `SHPOpen' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:64: undefined reference to `DBFOpen' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:105: undefined reference to `DBFGetFieldIndex' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:108: undefined reference to `DBFGetFieldIndex' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:90: undefined reference to `DBFGetFieldIndex' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:96: undefined reference to `DBFGetFieldIndex' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:75: undefined reference to `DBFGetFieldCount' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:78: undefined reference to `DBFGetFieldInfo' /usr/bin/ld: shape.o: in function `my_read()': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:118: undefined reference to `SHPGetInfo' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:128: undefined reference to `SHPReadObject' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:165: undefined reference to `DBFReadStringAttribute' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:236: undefined reference to `SHPDestroyObject' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:130: undefined reference to `DBFReadStringAttribute' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:151: undefined reference to `DBFReadStringAttribute' /usr/bin/ld: /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:149: undefined reference to `DBFGetFieldIndex' /usr/bin/ld: shape.o: in function `my_rd_deinit()': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:250: undefined reference to `SHPClose' /usr/bin/ld: shape.o: in function `my_write_wpt(Waypoint const*)': /builddir/build/BUILD/gpsbabel-1.5.4/shape.cc:276: undefined reference to `SHPDestroyObject' collect2: error: ld returned 1 exit status
Something seems to have changed in rawhide's ld/GCC's linker/link-library-order handling, which now is triggering a bug in gpsbabel's Makefile.in. I am testing a patch, which hopefully fixes this BZ.