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

Bug 420207

Summary: =media-video/vlc-2.0.1: eautoreconf fails with >=automake-1.12
Product: Gentoo Linux Reporter: Bernard Cafarelli <voyageur>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: anton.kochkov, b.brachaczek, media-video
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://trac.videolan.org/vlc/ticket/6911
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fix autoreconf with automake-1.12

Description Bernard Cafarelli gentoo-dev 2012-06-08 08:35:16 UTC
Created attachment 314653 [details, diff]
Fix autoreconf with automake-1.12

***** automake *****
***** PWD: /var/tmp/portage/media-video/vlc-2.0.1/work/vlc-2.0.1
***** automake --add-missing --copy

/usr/share/automake-1.12/am/depend2.am: error: am__fastdepOBJCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.12/am/depend2.am:   The usual way to define 'am__fastdepOBJCXX' is to add 'AC_PROG_OBJCXX'
/usr/share/automake-1.12/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
modules/gui/qt4/Makefile.am: error: Objective C++ source seen but 'OBJCXX' is undefined
modules/gui/qt4/Makefile.am:   The usual way to define 'OBJCXX' is to add 'AC_PROG_OBJCXX'
modules/gui/qt4/Makefile.am:   to 'configure.ac' and run 'autoconf' again.

Fixed in upstream git: http://git.videolan.org/?p=vlc.git;a=commit;h=fc55e4a1df2e691c73a28c6d6bc18143d60b97de (patch attached, applies cleanly to 2.0.1)
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-06-09 12:56:24 UTC
*** Bug 420281 has been marked as a duplicate of this bug. ***
Comment 2 Alexis Ballier gentoo-dev 2012-06-09 15:38:14 UTC
fixed thanks