32 Using unit path: /usr/lib/fpc/2.6.2/units/x86_64-linux/graph/
The compiler should be able to find graph.ppu and graph.o in this directory. Do you have them here? I don't have 64-bit OS to test, but if I'm not mistaken, graph unit wasn't supported under 64-bit OS. I'll try building cross binutils for x86_64-linux to test.
Plus i noticed that inside of that carpet i dont have a file like graph.pas lazarus search that file too.
That's how FPC looks for units, if it can't find the compatible .ppu, it will search for the source (.pas / .pp) and try to compile that.
EDIT: confirmed (both from fpmake source code and building it), graph unit isn't supported for x86_64-linux. However, an interface compatible replacement, ggigraph, is available. It depends on libggi library as backend.