Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420207 - =media-video/vlc-2.0.1: eautoreconf fails with >=automake-1.12
Summary: =media-video/vlc-2.0.1: eautoreconf fails with >=automake-1.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL: http://trac.videolan.org/vlc/ticket/6911
Whiteboard:
Keywords:
: 420281 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-08 08:35 UTC by Bernard Cafarelli
Modified: 2012-06-09 15:38 UTC (History)
3 users (show)

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


Attachments
Fix autoreconf with automake-1.12 (vlc-2.0.1-automake-1.12.patch,1.34 KB, patch)
2012-06-08 08:35 UTC, Bernard Cafarelli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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