Skip to content

Instantly share code, notes, and snippets.

View jd-boyd's full-sized avatar

Joshua Boyd jd-boyd

View GitHub Profile
Failure: RuntimeError (/usr/share/tomcat6/.jenkins/jobs/Busybody/workspace/dataman/dataman.py died
Traceback (most recent call last):
File "/usr/share/tomcat6/.jenkins/jobs/Busybody/workspace/dataman/dataman.py", line 11, in <module>
import cherrypy
File "/usr/share/tomcat6/.jenkins/jobs/Busybody/workspace/virtualenv/local/lib/python2.7/site-packages/cherrypy/__init__.py", line 82, in <module>
from cherrypy import process
File "/usr/share/tomcat6/.jenkins/jobs/Busybody/workspace/virtualenv/local/lib/python2.7/site-packages/cherrypy/process/__init__.py", line 13, in <module>
from cherrypy.process.wspbus import bus
File "/usr/share/tomcat6/.jenkins/jobs/Busybody/workspace/virtualenv/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py", line 79, in <module>
_startup_cwd = os.getcwd()
@jd-boyd
jd-boyd / gist:4192064
Created December 3, 2012 01:35
PhantomJS git master test failures on i686
Started by timer
Building remotely on phantom-build-slave-i686 in workspace /home/jenkins/workspace/linux_i686_build
Checkout:linux_i686_build / /home/jenkins/workspace/linux_i686_build - hudson.remoting.Channel@2ddb6b:phantom-build-slave-i686
Using strategy: Default
Last Built Revision: Revision 94e1f40ad9aecbd5aca5cb1255a188e39493cf56 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/ariya/phantomjs.git
Commencing build of Revision 94e1f40ad9aecbd5aca5cb1255a188e39493cf56 (origin/master)
Checking out Revision 94e1f40ad9aecbd5aca5cb1255a188e39493cf56 (origin/master)
[linux_i686_build] $ /bin/sh -xe /tmp/hudson6886478330693091457.sh
@jd-boyd
jd-boyd / gist:4259487
Created December 11, 2012 15:47
PhantomJS test failures
Last Built Revision: Revision 4c285c419da176d4f303c08e761a2d10ef58f824 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/ariya/phantomjs.git
Commencing build of Revision 4c285c419da176d4f303c08e761a2d10ef58f824 (origin/master)
Checking out Revision 4c285c419da176d4f303c08e761a2d10ef58f824 (origin/master)
[linux_i686_build] $ /bin/sh -xe /tmp/hudson7646388474683966813.sh
+ ./build.sh --confirm --jobs 1
ln: accessing `/home/jenkins/workspace/linux_i686_build/src/qt/lib/fonts': Too many levels of symbolic links
Determining system architecture... (Linux:3.2.0-33-generic:i686)
32-bit Intel 80x86 (i386)
@jd-boyd
jd-boyd / jsonpp.go
Last active November 28, 2021 06:30
A Json pretty printer written in golang.
//Build with: go build ./jsonpp.go
package main
import "encoding/json"
import "fmt"
import "io/ioutil"
import "os"
@jd-boyd
jd-boyd / GL Template.markdown
Last active December 15, 2015 23:15
Shader Template
@jd-boyd
jd-boyd / GL Template.markdown
Last active December 15, 2015 23:27
GL Template
@jd-boyd
jd-boyd / Three.JS Template.markdown
Created December 15, 2015 23:26
Three.JS Template
@jd-boyd
jd-boyd / qt5-cxrosscompile-env-for-rpi.md
Created October 24, 2017 14:41 — forked from Brainiarc7/qt5-cxrosscompile-env-for-rpi.md
Setting up a Raspberry Pi QT5 cross compile environment on Linux

Generating an environment on Linux to cross-compile QT applications for a Raspberry Pi running Debian Wheezy:

Grab tools (for the cross-compiler tool chain) and firmware (for the OpenGL libraries) from the Raspberry Pi GitHub repository:

git clone https://github.com/raspberrypi/tools.git --depth=1
git clone https://github.com/raspberrypi/firmware.git --depth=1

Copy OpenGL stuff to the toolchain's sysroot:

@jd-boyd
jd-boyd / qt5-cxrosscompile-env-for-rpi.md
Created October 24, 2017 14:41 — forked from Brainiarc7/qt5-cxrosscompile-env-for-rpi.md
Setting up a Raspberry Pi QT5 cross compile environment on Linux

Generating an environment on Linux to cross-compile QT applications for a Raspberry Pi running Debian Wheezy:

Grab tools (for the cross-compiler tool chain) and firmware (for the OpenGL libraries) from the Raspberry Pi GitHub repository:

git clone https://github.com/raspberrypi/tools.git --depth=1
git clone https://github.com/raspberrypi/firmware.git --depth=1

Copy OpenGL stuff to the toolchain's sysroot:

@jd-boyd
jd-boyd / gist:1b56aab752b5570f7dcde0de51a5faa3
Created January 23, 2019 18:44
gcompris on rpi working notes
First starting from the october release of raspbian (because I didn't want to wait for the november download):
Update raspi-config using its built in menu option.
Use Raspi-config to force audio to 3.5mm jack (advanced menu, audio, then force 3.5mm).
Test headphone jack is working with noisy webpage in web browser.
use raspi-config to expand file system to fill flash card.
sudo apt update
sudo apt upgrade
reboot
Download the rpi package of gcompris from their website.