Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699724 - media-libs/smpeg - configure.ac:125: error: possibly undefined macro: AM_PATH_SDL
Summary: media-libs/smpeg - configure.ac:125: error: possibly undefined macro: AM_PATH...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-10 09:40 UTC by tt_1
Modified: 2020-06-13 06:14 UTC (History)
0 users

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


Attachments
output from emerge --info (emerge-info,7.92 KB, text/plain)
2019-11-10 09:41 UTC, tt_1
Details
output of autoconf (autoconf.out,547 bytes, text/plain)
2020-01-20 13:35 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2019-11-10 09:40:20 UTC
from the build log: 

 * Package:    media-libs/smpeg-0.4.4-r10
 * Repository: gentoo
 * Maintainer: games@gentoo.org
 * USE:        X abi_x86_64 amd64 elibc_glibc kernel_linux opengl userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking smpeg-0.4.4.tar.gz to /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work
>>> Unpacking smpeg-0.4.4-gtkm4.patch.bz2 to /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work
>>> Source unpacked in /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work
>>> Preparing source in /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4 ...
 * Applying smpeg-0.4.4-m4.patch ...                                                      [ ok ]
 * Applying smpeg-0.4.4-gnu-stack.patch ...                                               [ ok ]
 * Applying smpeg-0.4.4-config.patch ...                                                  [ ok ]
 * Applying smpeg-0.4.4-PIC.patch ...                                                     [ ok ]
 * Applying smpeg-0.4.4-gcc41.patch ...                                                   [ ok ]
 * Applying smpeg-0.4.4-flags.patch ...                                                   [ ok ]
 * Applying smpeg-0.4.4-automake.patch ...                                                [ ok ]
 * Applying smpeg-0.4.4-mmx.patch ...                                                     [ ok ]
 * Applying smpeg-0.4.4-malloc.patch ...                                                  [ ok ]
 * Applying smpeg-0.4.4-format.patch ...                                                  [ ok ]
 * Applying smpeg-0.4.4-missing-init.patch ...                                            [ ok ]
 * Applying smpeg-0.4.4-gcc6.patch ...                                                    [ ok ]
 * Applying smpeg-0.4.4-gtkm4.patch.bz2 ...                                               [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4' ...
 * Running libtoolize --install --copy --force --automake ...                             [ ok ]
 * Running aclocal -I /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4/m4 ... [ ok ]
 * Running autoconf -I /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4/m4 --force ...                                                                                  [ !! ]

 * Failed Running autoconf !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/media-libs/smpeg-0.4.4-r10/temp/autoconf.out


this came out of nowhere, when rebuilding world after upgrading from gcc-8.3.0-r1 to gcc-9.2.0-r2. But that shouldn't trigger a failure in autoconf? 

autoconf.out file says: 

***** autoconf *****
***** PWD: /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4
***** autoconf -I /var/tmp/portage/media-libs/smpeg-0.4.4-r10/work/smpeg-0.4.4/m4 --force

configure.ac:45: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:45: the top level
configure.ac:125: error: possibly undefined macro: AM_PATH_SDL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
Comment 1 tt_1 2019-11-10 09:41:55 UTC
Created attachment 595614 [details]
output from emerge --info
Comment 2 tt_1 2020-01-20 13:35:23 UTC
Created attachment 603796 [details]
output of autoconf

I think I forgot to attach the output from autoconf
Comment 3 tt_1 2020-01-20 13:36:18 UTC
It would be great if the maintainer could at least try to reproduce this.
Comment 4 tt_1 2020-06-13 06:14:30 UTC
I can't reproduce anymore, no idea what happened?