Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89575 - can't compile media-video/avidemux-2.0.38_rc2-r1
Summary: can't compile media-video/avidemux-2.0.38_rc2-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-04-18 13:33 UTC by Ginsu
Modified: 2005-04-18 14:41 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 Ginsu 2005-04-18 13:33:13 UTC
When trying to emerge the new r1 for avidemux I get this error while it tries to rebuild the configure script:

aclocal: configure.in: 74: macro `AM_GNU_GETTEXT' not found in library
aclocal: configure.in: 567: macro `AM_PATH_SDL' not found in library

Reproducible: Always
Steps to Reproduce:
1. do not have gettext or sdl installed
2. emerge the new avidemux-2.0.38_rc2-r1
Actual Results:  
emerge fails with the given error
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-18 13:39:39 UTC
please provide the output of 'emerge info' and the emerge log
Comment 2 Ginsu 2005-04-18 13:49:05 UTC
root ~ # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r1, 2.6.11-ck4 i686)
=================================================================
System uname: 2.6.11-ck4 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 12 2005, 11:49:10)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium4 -mfpmath=sse -fomit-frame-pointer -ftracer -fweb -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -mfpmath=sse -fomit-frame-pointer -ftracer -fweb -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks noinfo sandbox sfperms"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/kde-portage"
SYNC="rsync://mirror.tucdemonic.org/gentoo-portage"
USE="x86 X a52 alsa apache2 audiofile cups curl gtk gtk2 imlib java jpeg junit kdeenablefinal lirc live mmx mysql ncurses nptl opengl pcre perl png python qt quicktime readline sse ssl xml2 xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

*** Creating aclocal.m4
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
aclocal: configure.in: 74: macro `AM_GNU_GETTEXT' not found in library
aclocal: configure.in: 567: macro `AM_PATH_SDL' not found in library
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

!!! ERROR: media-video/avidemux-2.0.38_rc2-r1 failed.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-18 14:41:11 UTC
Seems like some autotools combinations don't look in m4 directory and some other do.

I've updated the ebuild with a patch which fixes this, I hope next version can get rid of admin/ subdir.

Thanks for reporting.