Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614402 - media-video/totem: fails to build due to missing macro expansion of AX_CHECK_ENABLE_DEBUG
Summary: media-video/totem: fails to build due to missing macro expansion of AX_CHECK_...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-01 09:01 UTC by guffegris
Modified: 2021-04-16 16:49 UTC (History)
1 user (show)

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


Attachments
emerge --info (emergeinfo,5.51 KB, text/plain)
2017-04-01 09:01 UTC, guffegris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guffegris 2017-04-01 09:01:09 UTC
Created attachment 468858 [details]
emerge --info

media-video/totem fails to build in attempting to expand macro AX_CHECK_ENABLE_DEBUG if sys-devel/autoconf-archive (where AX_CHECK_ENABLE_DEBUG is defined) is not installed at the buildtime:


checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/i686-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.16... yes
./configure: line 22703: syntax error near unexpected token `no,GNOME_ENABLE_DEBUG'
./configure: line 22703: `	AX_CHECK_ENABLE_DEBUG(no,GNOME_ENABLE_DEBUG)'

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-video/totem-3.20.1/work/totem-3.20.1/config.log
 [31;01m*[0m ERROR: media-video/totem-3.20.1::gentoo failed (configure phase):
 [31;01m*[0m   econf failed
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m               ebuild.sh, line  115:  Called src_configure
 [31;01m*[0m             environment, line 4467:  Called gnome2_src_configure '--disable-run-in-source-tree' '--disable-static' '--enable-easy-codec-installation' '--enable-vala' '--enable-introspection' '--disable-nautilus' '--enable-python' 'PYLINT=/bin/true' 'VALAC=/bin/true' 'APPSTREAM_UTIL=/bin/true' '--with-plugins=apple-trailers,autoload-subtitles,brasero-disc-recorder,im-status,gromit,media-player-keys,ontop,properties,recent,rotation,screensaver,screenshot,skipto,vimeo,dbusservice,pythonconsole,opensubtitles'
 [31;01m*[0m             environment, line 2790:  Called econf '--disable-gtk-doc' '--disable-maintainer-mode' '--disable-schemas-compile' '--enable-compile-warnings=minimum' '--disable-run-in-source-tree' '--disable-static' '--enable-easy-codec-installation' '--enable-vala' '--enable-introspection' '--disable-nautilus' '--enable-python' 'PYLINT=/bin/true' 'VALAC=/bin/true' 'APPSTREAM_UTIL=/bin/true' '--with-plugins=apple-trailers,autoload-subtitles,brasero-disc-recorder,im-status,gromit,media-player-keys,ontop,properties,recent,rotation,screensaver,screenshot,skipto,vimeo,dbusservice,pythonconsole,opensubtitles'
 [31;01m*[0m        phase-helpers.sh, line  665:  Called __helpers_die 'econf failed'
 [31;01m*[0m   isolated-functions.sh, line  117:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m   		die "$@"
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=media-video/totem-3.20.1::gentoo'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=media-video/totem-3.20.1::gentoo'`.
 [31;01m*[0m The complete build log is located at '/var/tmp/portage/media-video/totem-3.20.1/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/media-video/totem-3.20.1/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/media-video/totem-3.20.1/work/totem-3.20.1'
 [31;01m*[0m S: '/var/tmp/portage/media-video/totem-3.20.1/work/totem-3.20.1'
 
Powered by spacepaste. Paste removal.


- so media/video/totem should be depending on packet sys-devel/autoconf-archive.
Comment 1 Marcin Szamotulski 2018-04-22 11:00:41 UTC
I can confirm; I am also getting the same error:

```
./configure: line 22703: syntax error near unexpected token `no,GNOME_ENABLE_DEBUG'
./configure: line 22703: `      AX_CHECK_ENABLE_DEBUG(no,GNOME_ENABLE_DEBUG)'
```

when merging `=media-video/totem-3.24.0`
Comment 2 Matt Turner gentoo-dev 2021-04-16 16:49:19 UTC
Uses meson now.