Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304595

Summary: app-backup/bacula-2.4.1-r1 and python-2.6: unbuildable bacula
Product: Gentoo Linux Reporter: Serhij S. Stasyuk <stas>
Component: Current packagesAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED LATER    
Severity: normal CC: app-backup, kyron, rodrigo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-backup/bacula/files/2.4.1/2.4.1-python2.6.patch

Description Serhij S. Stasyuk 2010-02-11 17:04:20 UTC
Configure script of bacula-2.4.1-r1 can't find Python.h if python2.6 used.

Reproducible: Always




Trivival patch of configure needed.
Comment 1 Serhij S. Stasyuk 2010-02-11 17:06:25 UTC
Created attachment 219255 [details, diff]
app-backup/bacula/files/2.4.1/2.4.1-python2.6.patch

Add
        epatch "${FILESDIR}"/${PV}/${PV}-python2.6.patch
at the end of src_unpack function.
Comment 2 Wolfram Schlich (RETIRED) gentoo-dev 2010-03-22 15:40:23 UTC
Will be fixed in 5.0.x ebuilds.
Comment 3 Eric Thibodeau 2010-04-28 15:17:34 UTC
(In reply to comment #1)
Thanks for the patch, this comes in handy as backup infrastructures are not things you want to arbitrarily upgrade ;)