Both 0.92.1 and r15583 fail to build:
End of build:
[ 90%] Linking CXX executable ../bin/inkscape
cd /home/limb/fedora/git/ftbfs/inkscape/inkscape-r15583/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/inkscape.dir/link.txt --verbose=1
/usr/bin/c++ --param=ssp-buffer-size=4 -O2 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fopenmp -fstack-protector-strong -g -grecord-gcc-switches -m64 -mtune=generic -pipe -pthread -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -std=c++11 -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/inkscape.dir/main.cpp.o -o ../bin/inkscape -Wl,-rpath,/home/limb/fedora/git/ftbfs/inkscape/inkscape-r15583/lib: -rdynamic ../lib/libinkscape_base.so -lharfbuzz -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -lgsl -lgslcblas -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lharfbuzz -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -lgsl -lgslcblas -lm -lgmodule-2.0 -lglib-2.0 -lX11 -lgnomevfs-2 -llcms2 -lc -lgc -lpoppler -lpoppler-glib -lcairo -lwpg-0.3 -lrevenge-0.0 -lrevenge-stream-0.0 -ljpeg -lpng -lpopt -lpotrace -lgtkmm-3.0 -latkmm-1.6 -lgdkmm-3.0 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgdl-3 -lgtk-3 -lgdk-3 -latk-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lfreetype -laspell -lxslt -lxml2 -lz -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lsigc-2.0 -Wl,-rpath-link,/home/limb/fedora/git/ftbfs/inkscape/inkscape-r15583/lib
/usr/bin/ld: CMakeFiles/inkscape.dir/main.cpp.o: undefined reference to symbol '_ZN5Avoid6VertIDC1Ejbi'
/home/limb/fedora/git/ftbfs/inkscape/inkscape-r15583/lib/libavoid_LIB.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
> cd /home/limb/ fedora/ git/ftbfs/ inkscape/ inkscape- r15583/ src
It seems that you run cmake from the root dir of the source. Inkscape wiki (http:// wiki.inkscape. org/wiki/ index.php/ CMake) says: "Experience with Scribus strongly suggests using an "out of source" build arrangement".
Try to follow the instructions.