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

Bug 154243

Summary: net-www/gnash-0.7.1_p20099999 needs WANT_AUTOMAKE=latest
Product: Gentoo Linux Reporter: Daniel Herzog <expose>
Component: Current packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    
Attachments: gnash-0.7.1_p20099999.ebuild
gnash-0.7.1_p20099999.ebuild

Description Daniel Herzog 2006-11-06 06:39:23 UTC
Title says all, emerge fails with more recent versions of the code.
Comment 1 Daniel Herzog 2006-11-06 06:50:23 UTC
Created attachment 101336 [details]
gnash-0.7.1_p20099999.ebuild

Fixed ebuild, added
DEPEND="=automake-1.10*"
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-06 06:52:24 UTC
Comment on attachment 101336 [details]
gnash-0.7.1_p20099999.ebuild

Wrong fix...
Comment 3 Daniel Herzog 2006-11-06 08:20:07 UTC
Although i dont see anything wrong with it, here is there error-msg, as it seems to work without automake 1.10 on x86 (i use amd86) as someone reported on freenode, though I cannot back this up

 # cat /var/tmp/portage/gnash-0.7.1_p20099999/temp/aclocal-5083.out
***** aclocal *****

am-wrapper: /usr/bin/aclocal-1.10 is missing or not executable.
            Please try emerging the correct version of automake.


Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2006-11-06 13:27:05 UTC
(In reply to comment #3)
> Although i dont see anything wrong with it,

You should be using the WANT_AUTOMAKE variable.

http://www.gentoo.org/proj/en/qa/autofailure.xml
Comment 5 Daniel Herzog 2006-11-08 05:58:52 UTC
Created attachment 101463 [details]
gnash-0.7.1_p20099999.ebuild

Thanks Harald, that's been far more helpfull.
Fixed by adding
 WANT_AUTOMAKE="1.10"
precending the inheriting
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-11-08 13:45:07 UTC
Comment on attachment 101463 [details]
gnash-0.7.1_p20099999.ebuild

This needs WANT_AUTOMAKE=latest, it works just fine w/ 1.9 (and probably others as well).

The error you see doesn't mean that 1.10 is required, just that it's default.
Comment 7 Daniel Herzog 2006-11-08 17:51:25 UTC
When i tested with "latest" on monday it didnt work, but i guess this wasnt related to automake as i tested it non-working and Stefan changed other things in the ebuild short time back, this seems plausible.

Anyway - you're right, "latest" works now.
Comment 8 Daniel Herzog 2006-11-12 11:42:21 UTC
Works for me now.
Seems to be fixed by upstream or as a side effect of something else.
Resolution "invaild" or "worksforme" correct in this case?
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-11-12 11:47:40 UTC
Reopen to resolve properly...
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-11-12 11:48:09 UTC
  08 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  Fix WANT_AUTOMAKE
Comment 11 Daniel Herzog 2006-11-13 07:00:22 UTC
Why was there a need to reopen the bug, as it has been fixed with revision 1.6 yet, as it seems to me. Just to set resolution to fixed instead of invalid or sth else?
I am somewhat confused.