Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186768 - x11-libs/agg-2.5 eautoreconf fails + invalid WANT_AUTOCONF
Summary: x11-libs/agg-2.5 eautoreconf fails + invalid WANT_AUTOCONF
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 09:29 UTC by Christian Sindberg
Modified: 2007-10-13 19:54 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 Christian Sindberg 2007-07-27 09:29:38 UTC
when trying to install x11-libs/agg-2.5 i get an error:
 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/paludis/x11-libs/agg-2.5/temp//autoconf-14573.out

# cat /var/tmp/paludis/x11-libs/agg-2.5/temp/autoconf-14573.out
***** autoconf *****

ac-wrapper: warning: invalid WANT_AUTOCONF '1.10'; ignoring.
configure.in:103: error: possibly undefined macro: AM_PATH_SDL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


Reproducible: Always

Steps to Reproduce:
1.paludis -i gnash (same as emerge gnash)

Actual Results:  
 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/paludis/x11-libs/agg-2.5/temp//autoconf-14573.out

# cat /var/tmp/paludis/x11-libs/agg-2.5/temp/autoconf-14573.out
***** autoconf *****

ac-wrapper: warning: invalid WANT_AUTOCONF '1.10'; ignoring.
configure.in:103: error: possibly undefined macro: AM_PATH_SDL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Expected Results:  
should have installed x11-libs/agg-2.5 along with gnash.

# paludis --info
paludis 0.24.5

Built by paludisbuild@cool on 2007-07-24T10:08:00+0000
CXX:         x86_64-pc-linux-gnu-g++ 4.1.2 (Gentoo 4.1.2 p1.0.1)
CXXFLAGS:    -O2 -pipe
LDFLAGS:
DATADIR:     /usr/share
LIBDIR:      /usr/lib64
LIBEXECDIR:  /usr/libexec
SYSCONFDIR:  /etc
stdlib:      GNU libstdc++ 20070214
libebt:      1.3.0
libwrapiter: 1.0.0
sandbox:     enabled

Repository virtuals:
    Configuration information:
        format:                virtuals

Repository installed_virtuals:
    Configuration information:
        format:                installed_virtuals

Repository gentoo:
    Configuration information:
        buildroot:             /var/tmp/paludis
        cache:                 /usr/portage/metadata/cache
        distdir:               /usr/portage/distfiles
        eclassdirs:            /usr/portage/eclass
        format:                ebuild
        location:              /usr/portage
        names_cache:           /usr/portage/.cache/names
        newsdir:               /usr/portage/metadata/news
        pkgdir:                /usr/portage/packages
        profiles:              /usr/portage/profiles/default-linux/amd64/2007.0
        securitydir:           /usr/portage/metadata/glsa
        setsdir:               /usr/portage/sets
        sync:                  rsync://rsync.europe.gentoo.org/gentoo-portage
        sync_options:
        write_cache:           /var/cache/paludis/metadata

    Package information:
        app-admin/eselect-compiler: (none)
        dev-java/java-config:  (none)
        dev-lang/python:       2.4.4-r4
        dev-python/pycrypto:   2.0.1-r5
        dev-util/ccache:       (none)
        dev-util/confcache:    (none)
        sys-apps/sandbox:      1.2.17
        sys-devel/autoconf:    2.13, 2.61
        sys-devel/automake:    1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
        sys-devel/binutils:    2.17
        sys-devel/gcc-config:  1.3.16
        sys-devel/libtool:     1.5.23b
        virtual/os-headers:    2.6.21

    Variable information:
        ACCEPT_KEYWORDS:
        AUTOCLEAN:
        CBUILD:                x86_64-pc-linux-gnu
        CFLAGS:                -O2 -pipe
        CHOST:                 x86_64-pc-linux-gnu
        CONFIG_PROTECT:
        CONFIG_PROTECT_MASK:
        CTARGET:
        CXXFLAGS:              -O2 -pipe
        DISTDIR:               /usr/portage/distfiles
        FEATURES:
        GENTOO_MIRRORS:
        INSTALL_MASK:
        LANG:
        LC_ALL:
        LDFLAGS:
        LINGUAS:
        MAKEOPTS:
        PKGDIR:
        PORTAGE_COMPRESS:
        PORTAGE_COMPRESS_FLAGS:
        PORTAGE_RSYNC_EXTRA_OPTS:
        PORTAGE_RSYNC_OPTS:
        PORTAGE_TMPDIR:        /var/tmp/paludis
        PORTDIR:               /usr/portage
        PORTDIR_OVERLAY:
        SYNC:
        USE:

Repository installed:
    Configuration information:
        buildroot:             /var/tmp/paludis
        format:                vdb
        location:              /var/db/pkg
        names_cache:           /var/db/pkg/.cache/names
        provides_cache:        /var/db/pkg/.cache/provides
        root:                  /
        world:                 /var/db/pkg/world
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-27 09:48:25 UTC
(In reply to comment #0)
> ac-wrapper: warning: invalid WANT_AUTOCONF '1.10'; ignoring.

Eh, there's no autoconf 1.10, valid values are 2.1 or latest...

  07 Nov 2006; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild:
  DEPEND on autotools 1.10, thanks hansmi
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2007-07-27 11:41:58 UTC
It fails if you don't have libsdl installed because they haven't provided a copy of sdl.m4.
Comment 3 Christian Sindberg 2007-07-27 14:11:36 UTC
(In reply to comment #1)
> Eh, there's no autoconf 1.10, valid values are 2.1 or latest...
>
>  07 Nov 2006; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild:
>  DEPEND on autotools 1.10, thanks hansmi

I'm not sure i get what your saying here. I have autoconf 2.13 and 2.61 installed.

Are you telling me it's a bug in the ebuild or am i making a mistake?

(In reply to comment #2)
> It fails if you don't have libsdl installed because they haven't provided a
> copy of sdl.m4.
> 

i have just installed libsdl-1.2.11-r2 and tried installing again to no avail (same error) btw before the sdl useflag was not "on"

Comment 4 Jaska K 2007-08-02 05:26:27 UTC
> i have just installed libsdl-1.2.11-r2 and tried installing again to no avail
> (same error) btw before the sdl useflag was not "on"

I had the same problem. After emerging libsdl I got agg compiled, sdl useflag was "on".

[ebuild   R   ] x11-libs/agg-2.5  USE="sdl truetype -X" 0 kB
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2007-10-13 19:54:54 UTC
I fixed this in the ebuild by adding it to DEPEND thanks,