[Bug 932064] Re: amtape crash

Rick Leir rleir at leirtech.com
Thu Jun 21 17:13:08 UTC 2012


I am building from source. Reid, Thomas, please correct me.
 apt-get source amanda-common

Do not get glib like this (it gives glib2.32) because amanda needs an older version:
 NOT apt-get install libglib2.0-dev
 
Here is what I used:
 wget http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz
 wget http://ftp.gnome.org/pub/gnome/sources/glib/2.18/glib-2.18.4.tar.gz

Build the packages in order: gettext then glib then amanda. Between builds say
 ldconfig

For the Amanda build I said:
 ./configure --with-user=backup

The default make install puts everything under /usr/local, and I like that because it does not overwrite the standard Amanda build products. However you need the file 
 /etc/ld.so.conf.d/amanda.conf
Containing
 /usr/local/lib/amanda

And say
 ldconfig

The builds succeed but I have not yet tested.
======

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/932064

Title:
  amtape crash

Status in “amanda” package in Ubuntu:
  Confirmed

Bug description:
  amtape chrashes with the following output

  **
  ERROR:glib-util.c:45:glib_init: assertion failed: (!g_thread_supported())
  Aborted (core dumped)

  lsb_release -rd
  Description:    Ubuntu precise (development branch)
  Release:        12.04

  apt-cache policy amanda-server
  amanda-server:
    Installed: 1:3.3.0-1ubuntu1
    Candidate: 1:3.3.0-1ubuntu1
    Version table:
   *** 1:3.3.0-1ubuntu1 0
          500 http://ch.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
          100 /var/lib/dpkg/status

  [Impact]

  Without a fix, amanda-server is completely inoperable under Precise.

  [Test Case]

  Run the following commands as root.

  apt-get install amanda-server
  amtape

  [Regression Potential]

  It's difficult to regress from inoperable. See http://git.io/rv0chA
  for the original commit message for the cherry-picked patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amanda/+bug/932064/+subscriptions



More information about the Ubuntu-sponsors mailing list