Activity for Clark Dunson

  • Clark Dunson Clark Dunson posted a comment on ticket #482

    Thank you. Close this bug, we figured out that it happens when only when the Sitara is clocked at 1GHz. Thank you

  • Clark Dunson Clark Dunson created ticket #482

    test.wav: ERROR during encoding

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    (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.

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    (OH, qt is experimental, skip.) Now that I have brl-cad build on Ubuntu 20.04 working, I will close this ticket.

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    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...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    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...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    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...

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    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,...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    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,...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    I finally circled around to this again. On my Ubuntu 20.04 machine I have: (base) cuz@ubuntu:~$ which tclsh /home/cuz/anaconda3/bin/tclsh Oops, anaconda might be my problem? OK: (base) cuz@ubuntu:~$ tclsh % puts $tcl_version 8.6 % info patchlevel 8.6.10 As I stated, I built for other Linux, in this case: cuz@kiko:~/src/brlcad-build$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster cuz@kiko:~/src/brlcad-build$...

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    Now for some seriously deep dukey. I can puts successfully all the way up to line 256 of hv3_form.tcl. There we find this: snit::widgetadaptor ::hv3::forms::checkbox { (The leading '::' has been omitted so that it will show here) No puts statements work after that. But what is really hard for me to quaff, is that it doesn't matter how I mangle the rest of the file after that (including changing ::snit to ::snot) there is no error message other than: invalid command name "::hv3::formmanager" In fact,...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    Now for some seriously deep dukey. I can puts successfully all the way up to line 256 of hv3_form.tcl. There we find this: No puts statements work after that. But what is really hard for me to quaff, is that it doesn't matter how I mangle the rest of the file after that (including changing ::snit to ::snot) there is no error message other than: invalid command name "::hv3::formmanager" In fact, no matter what syntax error I introduce into this file at all, that's all I get. That's quite janky man,...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    I couldn't believe you guys would be captive on sourceforce. On a hunch, I guthub'd you and voila. Better. I build tag rel-7-32-2, installed in /usr/brlcad/rel-7-32-2, and ended up duplicating my problem, invalid command name "::hv3::formmanager". Consistency, blessed be. I also noticed a GSOC from 2014 where a built in TCL8.5 and compatibility thereof is of great concern. Unfortunately I am new to TCL, but I do see that the formmanager is the only one without a namespace locally defined within hv3.tcl:...

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    The sourced path for hv3_form.tcl in: /usr/brlcad/rel-7.32.2/share/tclscripts/hv3/hv3.tcl is: /usr/brlcad/rel-7.32.2/share/tclscripts/hv3/hv3_form.tcl, and is correct.

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    Execution appears to never enter the constructor for: /usr/brlcad/rel-7.32.2/share/tclscripts/hv3/hv3_form.tcl, for the class/snit defined at line 1609 snit::type ::hv3::formmanager

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    which traces down to: /usr/brlcad/rel-7.32.2/share/tclscripts/hv3/hv3.tcl, line 1144 set O(myFormManager) [::hv3::formmanager %AUTO% $me]

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    In /usr/brlcad/rel-7.32.2/share/tclscripts/archer/Archer.tcl, this is the bogey line: # HTML widget set docstoclist [::hv3::hv3 $docstoc.htmlview -width 250 -requestcmd Archer::html_help_display]

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    Attempts to source-debug archer_launch.tcl through initBgerror failed. But in main (): if {$::ArcherCore::inheritFromToplevel} { puts "First0 Block" set ::ArcherCore::application [Archer .\#auto] puts "First1 Block" we never get to "First1 Block". This is probably obvious to some of you. I have no idea what this line means. (yet)

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    Attempts to source-debug archer_launch.tcl through initBgerror failed. But in main (): if {$::ArcherCore::inheritFromToplevel} { puts "First0 Block" set ::ArcherCore::application [Archer .\#auto] puts "First1 Block" we never get to "First1 Block". This is probably obvious to some of you.

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    This: $ mged -o brings up archer successfully! That is certainly a clue.

  • Clark Dunson Clark Dunson modified a comment on ticket #395

    I see the (aboutArcher.png) splash screen, so I set archer_launch.tcl -> createSplashScreen {} -> useImage to 0. Same crash. I then set: after 1500 destroySplashScreen; # 1.5 more sec to after 7500 destroySplashScreen; # 1.5 more sec and there was no change in timing. Means nothing, any form of changes to createSplashScreen {}, including immediately returning, does nothing.

  • Clark Dunson Clark Dunson posted a comment on ticket #395

    I see the (aboutArcher.png) splash screen, so I set archer_launch.tcl -> createSplashScreen {} -> useImage to 0. Same crash. I then set: after 1500 destroySplashScreen; # 1.5 more sec to after 7500 destroySplashScreen; # 1.5 more sec and there was no change in timing. Might mean nothing, we'll see.

  • Clark Dunson Clark Dunson created ticket #395

    Archer crashes on ::hv3::formmanager

  • Clark Dunson Clark Dunson posted a comment on discussion Clonezilla live

    One more note. The STK1A32SC clobbers the Ubuntu 18.04 server install with the same keyboard errors. I am going to order more STK1AW32SC and get on with it.

  • Clark Dunson Clark Dunson posted a comment on discussion Clonezilla live

    I went through all of this painfully too. Used clonezilla-live-20170905-zesty-amd64 as suggested. You think this has been fun so far, try this: After making device image from Compute Stick A onto a USB drive. I then restored onto another compute stick, and it boots beautifully! EXCEPT: when prompted for login: Every letter is transformed from eg: 's' to '^[s'. It's like a disease. NEWS FLASH: I have two part numbers: STK1AW32SC and STK1A32SC. Using zesty, I created the clone with STK1AW32SC. I got...

  • Clark Dunson Clark Dunson modified a comment on discussion Help

    Reading the bug report here: http://bugs.mysql.com/bug.php?id=66740 suggests that...

  • Clark Dunson Clark Dunson posted a comment on discussion Help

    Reading the bug report here: http://bugs.mysql.com/bug.php?id=66740 suggests that...

1
MongoDB Logo MongoDB