Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148420 - media-video/vlc-0.8.5-r5 needs automake-1.8*
Summary: media-video/vlc-0.8.5-r5 needs automake-1.8*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-09-20 14:46 UTC by Åsmund Grammeltvedt
Modified: 2006-09-21 11:16 UTC (History)
1 user (show)

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 Åsmund Grammeltvedt 2006-09-20 14:46:40 UTC
vlc misses a WANT_AUTOMAKE=1.8 inorder to make it compile on systems lacking the correct automake version.

Compiling without the correct automake causes an error:

>>> Unpacking source...
>>> Unpacking vlc-0.8.5.tar.bz2 to /var/tmp/portage/vlc-0.8.5-r5/work
>>> Unpacking vlc-patches-27.tar.bz2 to /var/tmp/portage/vlc-0.8.5-r5/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_glide.patch ...                                                             [ ok ]
 *   010_all_freetype-font.patch ...                                                     [ ok ]
 *   020_all_matroska-shared.patch ...                                                   [ ok ]
 *   060_all_pic-mmx.patch ...                                                           [ ok ]
 *   080_all_fbsd-swap.patch ...                                                         [ ok ]
 *   110_all_dtspic.patch ...                                                            [ ok ]
 *   111_all_ffmpegplugin.patch ...                                                      [ ok ]
 *   130_all_textrels.patch ...                                                          [ ok ]
 *   140_all_directfb.patch ...                                                          [ ok ]
 *   150_all_w32codecs.patch ...                                                         [ ok ]
 *   151_all_corba.patch ...                                                             [ ok ]
 *   160_all_ffmpeg-remove-internal.patch ...                                            [ ok ]
 *   170_all_http-stream-title.patch ...                                                 [ ok ]
 *   180_all_faad.patch ...                                                              [ ok ]
 *   190_all_strict-aliasing.patch ...                                                   [ ok ]
 *   200_all_nonpermissive.patch ...                                                     [ ok ]
 *   210_all_parallelinstall.patch ...                                                   [ ok ]
 *   220_all_firefox.patch ...                                                           [ ok ]
 * Done with patching
 * Running eautoreconf in '/var/tmp/portage/vlc-0.8.5-r5/work/vlc-0.8.5' ...
 * Running aclocal -I m4 ...                                                             [ !! ]
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-21 11:16:18 UTC
Thanks, fixed now.