uccwiki

Packages required on FreeBSD:

docbook2html doesn't get installed with the short name, so run:

ln -s /usr/local/bin/docbook2html .local/bin/db2html

The jhbuild bootstrap libtool is required, as libtool 1.5.26 (shipped in ports) is too old. Build the new one with:

jhbuild --moduleset bootstrap build libtool

For whatever reason libraries occasionally don't get symlinks created.

jhbuild shell
cd $PREFIX/lib
ln -s libgcrypt.so.16.2 libgcrypt.so
ln -s libgpg-error.so.4.0 libgpg-error.so

jhbuildrc

os.environ['MAKE'] = 'gmake'
os.environ['CPPFLAGS'] = "-I/usr/local/include"
os.environ['LDFLAGS'] = "-L/usr/local/lib"
os.environ['XML_CATALOG_FILES'] = '/usr/local/share/xml/catalog'
module_autogenargs['libxml2'] = autogenargs + ' --with-python=/usr/local'
#gtk-doc doesn't believe in environment variables or letting programs do their own thing
module_autogenargs['gtk-doc'] = autogenargs + ' --with-xml-catalog=/usr/local/share/xml/catalog'
# dtrace doesn't work without a dtrace-enabled kernel installed, which we should probably do at some point
module_autogenargs['glib'] = autogenargs + ' --disable-dtrace'

Current Issues

Unsolved build failures

(86/219, or 39%):
libdaemon avahi gamin libvolume_id hal libproxy gnome-disk-utility brasero nspr nss libical evolution-data-server bug-buddy pulseaudio cheese libcanberra metacity gnome-panel gnome-control-center gnome-python gnome-python-desktop deskbar-applet libsigc++2 ptlib opal ekiga telepathy-mission-control libnice farsight2 telepathy-farsight clutter clutter-cairo libchamplain empathy poppler evolution evolution-exchange tevent samba4 libmapi evolution-mapi evolution-webcal gcalctool gdm gnome-applets gnome-bluetooth vte ggz-client-libs clutter-gtk gnome-games gnome-netstatus gnome-mag gnome-power-manager gnome-session glibmm cairomm pangomm gtkmm gnome-system-monitor liboobs gnome-system-tools gnome-terminal gnome-user-share gnome-utils gok libgail-gnome mousetweaks orca hamster-applet seahorse-plugins sound-juicer swfdec swfdec-gnome tomboy totem vino gtk-vnc vinagre yelp pessulus sabayon accerciser autogen libgda devhelp anjuta

Fixed Bugs

uccwiki: Buildbot/FreeBSD (last edited 2010-12-31 19:41:01 by 130)