Bug#724116: resource-agents: FTBFS: /bin/bash: /install-sh: No such file or directory

2013-12-16 Thread William Grant
autoconfs generate a bad configure when AM_INIT_AUTOMAKE is called as late as it was, ending up thinking that the am_aux_dir is pwd at the start of the build. Move it up to under AC_INIT to fix that. Author: William Grant Index: resource-agents-3.9.3+git20121009/configure.ac

Bug#465400: FTBFS: missing build-dependency on desktop-file-utils

2008-02-11 Thread William Grant
Package: geda-gattrib Version: 1.4.0-1 Severity: serious Justification: no longer builds from source geda-gattrib's configure script wants to find update-desktop-database, which is in desktop-file-utils. That is not build-depended upon, so the build fails. -- William Grant signatur

Bug#428983: Please use Gtk::StatusIcon from libgtk2-ruby

2007-07-07 Thread William Grant
If it isn't actually necessary for fantasdic to run, shouldn't it not be in Depends, rather in Recommends? As it is now, it is uninstallable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#422772: qgis - FTBFS: link: `/usr/lib/libhdf5.la' is not a valid libtool archive

2007-05-19 Thread William Grant
tag 422772 patch thanks I encountered this while merging 0.8.0-3 into Ubuntu. Here's a patch that fixes it. diff -u qgis-0.8.0/debian/control qgis-0.8.0/debian/control --- qgis-0.8.0/debian/control +++ qgis-0.8.0/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian GIS Project <[EMAIL PROTECTED]> U

Bug#425074: (no subject)

2007-05-19 Thread William Grant
tag 425074 patch thanks It seems that the various boost libraries now have separate -[sm]t variants. Here's a patch to link against them instead. --- dc-qt-0.2.0.alpha.orig/backend/SConscript +++ dc-qt-0.2.0.alpha/backend/SConscript @@ -3,7 +3,7 @@ Import('env') ## Copy the parent environment