Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273725 - mail-client/sylpheed-2.6.0 needs WANT_AUTOMAKE="1.7"
Summary: mail-client/sylpheed-2.6.0 needs WANT_AUTOMAKE="1.7"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
: 274038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-11 14:25 UTC by Sebastian Günther
Modified: 2009-07-04 09:54 UTC (History)
3 users (show)

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


Attachments
sylpheed-2.6.0.ebuild.patch (sylpheed-2.6.0.ebuild.patch,337 bytes, patch)
2009-06-11 14:37 UTC, Sebastian Günther
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Günther 2009-06-11 14:25:39 UTC
mail-client/sylpheed-2.6.0 fails to autoconfig, if you have automake 1.10 installed. So it needs WANT_AUTOMAKE="1.7" in the ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge =automake-1.10.2
2. emerge mail-client/sylpheed


Actual Results:  
fails to automake

Expected Results:  
clean compile

patch will follow...
Comment 1 Sebastian Günther 2009-06-11 14:37:36 UTC
Created attachment 194251 [details, diff]
sylpheed-2.6.0.ebuild.patch
Comment 2 Akinori Hattori gentoo-dev 2009-07-04 08:24:57 UTC
*** Bug 274038 has been marked as a duplicate of this bug. ***
Comment 3 Akinori Hattori gentoo-dev 2009-07-04 09:54:03 UTC
OK. I found the way to reproduce this bug.

steps to reproduce:
  1) emerge =sys-devel/automake-1.4_p6
  2) emerge sys-devel/automake (current version: 1.10.2)
  3) emerge mail-client/sylpheed
  4) build failed!

I was not able to reproduce this bug, because automake-1.4_p6 is not installed on my system.

eautomake was replaced by eautoreconf in CVS.