Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381307 - app-backup/amanda-3.2.1: dependency missing: dev-libs/libxslt
Summary: app-backup/amanda-3.2.1: dependency missing: dev-libs/libxslt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 15:34 UTC by Alexandre Ravey
Modified: 2012-05-17 05:09 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,28.33 KB, text/plain)
2011-08-31 15:36 UTC, Alexandre Ravey
Details
emerge --info (emerge.info,13.40 KB, text/plain)
2011-08-31 15:36 UTC, Alexandre Ravey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Ravey 2011-08-31 15:34:03 UTC
app-backup/amanda-3.2.1 (and presumably all versions after that) fail to build without dev-libs/libxslt.

emerging dev-libs/libxslt and then app-backup/amanda solves the problem.

Tried with default use flags ("ipv6 nls readline -curl -gnuplot -kerberos -minimal -s3 -samba -xfs") and with minimal set. (attached build log with minimal set)


Reproducible: Always

Steps to Reproduce:
1. emerge --unmerge dev-libs/libxslt
2. emerge =app-backup/amanda-3.2.1
Actual Results:  
[...]
configure: error: Cannot build manpages: 'xsltproc' was not found.
Comment 1 Alexandre Ravey 2011-08-31 15:36:17 UTC
Created attachment 285133 [details]
build.log
Comment 2 Alexandre Ravey 2011-08-31 15:36:36 UTC
Created attachment 285135 [details]
emerge --info
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2011-10-13 15:06:08 UTC
Fixed in 3.3.0, thanks!
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-17 04:54:32 UTC
Er, so it isn't fixed in the stable 3.2.1.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-17 05:09:43 UTC
Fixed in 3.2.1 and 3.2.2. I checked the older versions too - these didn't give the same problem in configure, but died later on in src_compile() (due to changes in dev-libs/glib) so I left them as is.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-17 05:09:59 UTC
# ChangeLog for app-backup/amanda
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.87 2012/05/17 04:59:51 jer Exp $

  17 May 2012; Jeroen Roovers <jer@gentoo.org> amanda-3.2.1.ebuild,
  amanda-3.2.2.ebuild:
  Add missing dev-libs/libxslt dependency (bug #381307).