Because I have nothing better to do this evening I tried to build cingg (current git) on Freebsd-13.0 amd64.<div><br></div><div>I used provided virtual image (qcow2) </div><div><a href="https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/">https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/</a></div><div><br></div><div>unxz it (resulted file was a little more than 5gb)</div><div><br></div><div>then I copied image as 5gb_ufs and attached first image as hda and second as hdb</div><div><br></div><div>inside pre-instalked system I log in as root (no passwd), then instalked fewvpackages:</div><div><br></div><div>pkg install mc</div><div>pkg install git</div><div><br></div><div>then it run low on disk space</div><div>I killed  whole /usr/lib/debug dir, few docs in /usr/local/share/doc</div><div><br></div><div>then i tried pkg install xorg, it mostly installed, but with llvm13! </div><div><br></div><div>i killed some *. a files from this llvm13 install and then killed /var/cache for packaging system manually (so install stopped complaining about negative space - guess some xorg pkgs stayed there due to low hdd space) </div><div><br></div><div>installed gmake</div><div><br></div><div>next I created  new filesystem (newfs /dev/ada1p4) on second hdd, mounted it to /mnt</div><div>git cloned cingg</div><div><br></div><div>patched it with bsd.patch</div><div><br></div><div>and run blds/bsd. bld. </div><div>it promptly complined about unability to run</div><div><br></div><div>ln - s /usr/local/bin/bash /bin/bash</div><div><br></div><div>fixed this. </div><div><br></div><div>next I run into issue where number of clang jobs was too high for 2gb ram vm. so I added - gwith-jobs=4 argument to configure</div><div><br></div><div>next i run into all kind of missing libs but pkg search + pkg install fixed most of this. </div><div><br></div><div>next I run into openexr3 incompatibility, so disabled openexr via configure option. </div><div><br></div><div>my exportedl.C also needed minor patching due to basename requiring different include on freebsd (will try to get it out of vm soon) </div><div><br></div><div>next filegif refused to compile too, so I disabled gifquantize function (not in giflib after 5.1.9)</div><div><br></div><div>but then cin tried to start and complained about ffmpeg filters and died. </div><div>guess withffmpeg3 define is harmful for current ffmpeg 4.4... </div><div><br></div><div>more work needed, but my physical laptop also running l8w on ram right now (6gb phys ram, but already compiled cingg on tmpfs) </div><div><br></div><div>will try to recover and update</div><div><br></div><div><br></div><div><br></div><div><br></div>