Thank you. Close this bug, we figured out that it happens when only when the Sitara is clocked at 1GHz. Thank you
test.wav: ERROR during encoding
(OH, qt is experimental, skip.) Now that I have brl-cad build on Ubuntu 20.04 working, I will close this ticket. Ooops, don't see how, sorry.
(OH, qt is experimental, skip.) Now that I have brl-cad build on Ubuntu 20.04 working, I will close this ticket.
Next, I built the full graphics build (sans qt) # Now the full build sudo apt-get update sudo apt-get upgrade # update-initramfs was updated so prophylactic reboot: sudo reboot # Basic from above sudo apt-get install build-essential make cmake git # From https://brlcad.org/wiki/Compiling sudo apt-get install sed byacc flex xsltproc libncursesw5-dev libfontconfig-dev xserver-xorg-dev libx11-dev libxi-dev # But, tcl/tk not installed, so: cuz@ubuntu:~$ which tclsh cuz@ubuntu:~$ # Not tcl/tk, so: sudo...
Next, I built the full graphics build (sans qt) # Now the full build sudo apt-get update sudo apt-get upgrade # update-initramfs was updated so prophylactic reboot: sudo reboot # Basic from above sudo apt-get install build-essential make cmake git # From https://brlcad.org/wiki/Compiling sudo apt-get install sed byacc flex xsltproc libncursesw5-dev libfontconfig-dev xserver-xorg-dev libx11-dev libxi-dev # But, tcl/tk not installed, so: cuz@ubuntu:~$ which tclsh cuz@ubuntu:~$ # Not tcl/tk, so: sudo...
Quite the buildfest this morning, all successful! First I built the bare minimum, on a fresh Ubuntu 20.04: # For BRL-CAD build, most basic, bare Ubuntu: (cmd line only) sudo apt-get install build-essential make cmake git git clone https://github.com/BRL-CAD/brlcad.git mkdir brlcad-build cd brlcad-build/ # Configure cmake ../brlcad -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release # Build make -j4 # Check make check 100% tests passed, 0 tests failed out of 118 Label Time Summary: Regression = 72.02...
Removing Anaconda fixed naught: cuz@ubuntu:~/src/brlcadOlder$ which tclsh /usr/local/bin/tclsh cuz@ubuntu:~/src/brlcadOlder$ tclsh % puts $tcl_version 8.6 % info patchlevel 8.6.10 % exit cuz@ubuntu:~/src/brlcadOlder$ /usr/brlcad/rel-7.32.2/bin/archer /usr/brlcad/rel-7.32.2/share/tclscripts/hv3/hv3_form.tcl invalid command name "::hv3::formmanager" Unexpected error encountered while running Archer. Aborting. cuz@ubuntu:~/src/brlcadOlder$ but I seem to remember installing something for tcl: 564 Sun,...