Bacula-users

[Bacula-users] 5.0.2 on Gentoo

2010-05-13 10:36:39
Subject: [Bacula-users] 5.0.2 on Gentoo
From: Phil Stracchino <alaric AT metrocast DOT net>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>, bacula-devel <bacula-devel AT lists.sourceforge DOT net>
Date: Thu, 13 May 2010 10:33:37 -0400
The bacula-5.0.2 package for Gentoo became available today.  There is
one minor problem with the ebuild, which will cause configuration to
fail (because of no database specified) if you are building the FD and
SD but not the Director.  (Which is to say, if you USE bacula-nodir but
not bacula-clientonly or bacula-nosd).

It's an extremely easy fix though.  A patch is attached.  To build using
this patch, do the following:

save the attached patch (say, to /tmp)

# cd /usr/portage/app-backup/bacula/
# patch -p0 < /tmp/bacula-5.0.2-ebuild.diff
# ebuild /usr/portage/app-backup/bacula/bacula-5.0.2.ebuild manifest
# emerge -av app-backup/bacula

The ebuild manifest step is *important*.  If you do not update the
manifest after patching, the ebuild checksum will be wrong, and portage
will helpfully re-download the ebuild for you, undoing your work.


-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  alaric AT caerllewys DOT net   alaric AT metrocast DOT net   phil AT 
co.ordinate DOT org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

Attachment: bacula-5.0.2-ebuild.diff
Description: Text document

------------------------------------------------------------------------------

_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] 5.0.2 on Gentoo, Phil Stracchino <=