Differences between revisions 6 and 7
Revision 6 as of 2009-02-07 16:01:41
Size: 1169
Editor: DavidAdam
Comment:
Revision 7 as of 2009-02-07 16:23:02
Size: 1286
Editor: DavidAdam
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
PATH=~/bin:~/prefix/bin:/usr/local/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/SUNWspro/bin:/ucs/ccs/bin:/usr/bin (in .zshenv) PATH='~/bin:~/prefix/bin:/usr/local/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/SUNWspro/bin:/ucs/ccs/bin:/usr/ucb:/usr/bin:' (from .zshenv) - make sure /usr/ucb is after /usr/ccs.
Line 23: Line 23:
manduba: ~/checkout/gnome2/jhbuild> gmake -f Makefile.plain install-check CFLAGS='-DWITH_INSTALL=\"/usr/ucb/install\"'
}}}

(see http://bugzilla.gnome.org/show_bug.cgi?id=364465)

{{{
Line 27: Line 33:
/!\ currently failing due to a lack of a) install(1) binary with GNU semantics or b) a way to tell autogen.sh to use ginstall

Manduba should run a GNOME buildbot slave in order to help tinderbox the GNOME code, linked to http://build.gnome.org/

Running configuration

Manduba is running SunOS manduba 5.11 snv_101 sun4u sparc SUNW,Ultra-Enterprise Solaris

The buildbot runs as user 'buildbot' from /space/buildbot/

See http://developers.sun.com/solaris/articles/build_sw_on_solaris.html for general advice.

PATH='~/bin:~/prefix/bin:/usr/local/bin:/usr/gnu/bin:/usr/sfw/bin:/opt/SUNWspro/bin:/ucs/ccs/bin:/usr/ucb:/usr/bin:' (from .zshenv) - make sure /usr/ucb is after /usr/ccs.

Configuration procedure

Part 1: Configure jhbuild

http://live.gnome.org/Jhbuild

manduba: ~> mkdir -p ~/checkout/gnome2
manduba: ~> cd ~/checkout/gnome2
manduba: ~/checkout/gnome2> svn co http://svn.gnome.org/svn/jhbuild/trunk jhbuild
manduba: ~/checkout/gnome2> cd jhbuild
manduba: ~/checkout/gnome2/jhbuild> gmake -f Makefile.plain install-check CFLAGS='-DWITH_INSTALL=\"/usr/ucb/install\"'

(see http://bugzilla.gnome.org/show_bug.cgi?id=364465)

manduba: ~/checkout/gnome2/jhbuild> gmake -f Makefile.plain
manduba: ~/checkout/gnome2/jhbuild> gmake -f Makefile.plain install

Part 2: Configure buildbot

http://live.gnome.org/BuildBrigade/DocsAndGuides