Description of problem: kalzium fails to build due to BR on a non-existent libkdeedu-devel version. Version-Release number of selected component (if applicable): 14.12.2-1.fc23 How reproducible: Always. Steps to Reproduce: 1. Try rebuilding current git master Actual results: No Package found for libkdeedu-devel >= 14.12.2 Expected results: Should build successfully. Additional info: Once that BR is relaxed, the build fails with: /bin/ld: modwrap.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC modwrap.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status
That object is generated by ocaml, [ 50%] Generating modwrap.o cd src && /usr/bin/ocamlopt -I /usr/lib64/ocaml/facile -c /builddir/build/BUILD/kalzium-14.12.2/src/solver/modwrap.c -o /builddir/build/BUILD/kalzium-14.12.2/x86_64-redhat-linux-gnu/src/modwrap.o tentatively marking depending on ocaml bug #1195025 (which is similar, but not exactly the same).
i'm working on this.
kalzium has built fine for awhile now, closing