Ricardo Wurmus writes: > Ludovic Courtès writes: > >> While building ‘qemu’ as of 840f38ba37af1d09eb1e896a6350d6ab7f6532d0, we >> see: >> >> --8<---------------cut here---------------start------------->8--- >> ld: warning: libjpeg.so.62, needed by /gnu/store/9a3r8wjnfyxfc912i6inlw8k6pw3rlxy-spice-0.12.8/lib/libspice-server.so, may conflict with libjpeg.so.8 >> --8<---------------cut here---------------end--------------->8--- >> >> Indeed, ‘guix graph -t references qemu’ shows ‘libjpeg’ and >> ‘libjpeg-turbo’ as indirect dependencies. >> >> Any idea how to fix that? > > “libjpeg-turbo” is used by “spice” but I just built “spice” successfully > with “libjpeg-8” instead of “libjpeg-turbo”. This seems to be okay. Attached is a patch. I successfully built “spice” and “qemu” and confirmed with “guix graph -t references qemu -b d3js > graph.html” that libjpeg-turbo has disappeared.