Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154690 - media-tv/xawtv missing WANT_AUTOMAKE
Summary: media-tv/xawtv missing WANT_AUTOMAKE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-11-10 08:30 UTC by Andy
Modified: 2006-11-11 01:01 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy 2006-11-10 08:30:24 UTC
localhost ~ # emerge -v xawtv
Calculating dependencies... done!

>>> Emerging (1 of 1) media-tv/xawtv-3.95-r1 to /
 * tv-fonts-1.1.tar.bz2 MD5 ;-) ...                                                           [ ok ]
 * tv-fonts-1.1.tar.bz2 RMD160 ;-) ...                                                        [ ok ]
 * tv-fonts-1.1.tar.bz2 SHA1 ;-) ...                                                          [ ok ]
 * tv-fonts-1.1.tar.bz2 SHA256 ;-) ...                                                        [ ok ]
 * tv-fonts-1.1.tar.bz2 size ;-) ...                                                          [ ok ]
 * xawtv-patches-4.tar.bz2 MD5 ;-) ...                                                        [ ok ]
 * xawtv-patches-4.tar.bz2 RMD160 ;-) ...                                                     [ ok ]
 * xawtv-patches-4.tar.bz2 SHA1 ;-) ...                                                       [ ok ]
 * xawtv-patches-4.tar.bz2 SHA256 ;-) ...                                                     [ ok ]
 * xawtv-patches-4.tar.bz2 size ;-) ...                                                       [ ok ]
 * xawtv-3.95.tar.gz MD5 ;-) ...                                                              [ ok ]
 * xawtv-3.95.tar.gz RMD160 ;-) ...                                                           [ ok ]
 * xawtv-3.95.tar.gz SHA1 ;-) ...                                                             [ ok ]
 * xawtv-3.95.tar.gz SHA256 ;-) ...                                                           [ ok ]
 * xawtv-3.95.tar.gz size ;-) ...                                                             [ ok ]
 * checking ebuild checksums ;-) ...                                                          [ ok ]
 * checking auxfile checksums ;-) ...                                                         [ ok ]
 * checking miscfile checksums ;-) ...                                                        [ ok ]
 * checking xawtv-3.95.tar.gz ;-) ...                                                         [ ok ]
 * checking tv-fonts-1.1.tar.bz2 ;-) ...                                                      [ ok ]
 * checking xawtv-patches-4.tar.bz2 ;-) ...                                                   [ ok ]
>>> Unpacking source...
>>> Unpacking xawtv-3.95.tar.gz to /var/tmp/portage/xawtv-3.95-r1/work
>>> Unpacking tv-fonts-1.1.tar.bz2 to /var/tmp/portage/xawtv-3.95-r1/work
>>> Unpacking xawtv-patches-4.tar.bz2 to /var/tmp/portage/xawtv-3.95-r1/work
 * Applying tv-fonts-1.1-nox.patch ...                                                        [ ok ]
 * Applying various patches (bugfixes/updates) ...
 *   000_all_xlibs-search-path.patch ...                                                      [ ok ]
 *   010_all_nox11.patch ...                                                                  [ ok ]
 *   020_all_bindnow.patch ...                                                                [ ok ]
 *   030_all_autocolor.patch ...                                                              [ ok ]
 *   040_all_sparc.patch ...                                                                  [ ok ]
 *   050_all_nostrip.patch ...                                                                [ ok ]
 *   060_all_gcc41.patch ...                                                                  [ ok ]
 *   070_all_respectflags.patch ...                                                           [ ok ]
 * Done with patching
 * Applying xawtv-3.95-libquicktime-compat.patch ...                                          [ ok ]
 * Running eautoreconf in '/var/tmp/portage/xawtv-3.95-r1/work/xawtv-3.95' ...
 * Running aclocal ...                                                                        [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/xawtv-3.95-r1/temp/aclocal-2613.out


!!! ERROR: media-tv/xawtv-3.95-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  xawtv-3.95-r1.ebuild, line 78:   Called eautoreconf
  autotools.eclass, line 83:   Called eaclocal
  autotools.eclass, line 121:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 242:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call stack if relevant.


localhost ~ # cat /var/tmp/portage/xawtv-3.95-r1/temp/aclocal-2613.out
***** aclocal *****

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

However, there is no aclocal-1.10 in /usr/bin/ but only aclocal upto -1.9. Reemerging automake didn't help.

localhost ~ # eix automake
[I] sys-devel/automake 
     Available versions:  
        (1.4)   1.4_p6
        (1.5)   1.5
        (1.6)   1.6.3
        (1.7)   1.7.9-r1
        (1.8)   1.8.5-r3
        (1.9)   1.9.6-r2
     Installed:           1.4_p6(1.4)[08:09:34 PM 09/04/2006] 1.5(1.5)[08:08:43 PM 09/04/2006] 1.6.3(1.6)[08:09:12 PM 09/04/2006] 1.7.9-r1(1.7)[08:09:24 PM 09/04/2006] 1.8.5-r3(1.8)[08:08:57 PM 09/04/2006] 1.9.6-r2(1.9)[08:09:52 PM 09/04/2006]
Comment 1 Matthias Schwarzott gentoo-dev 2006-11-11 01:01:32 UTC
Fixed ebuild, thanks for reporting.