Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464950 - =media-tv/mythtv-0.26.0_p20130322 - Fails at "config.status: executing libtool commands"
Summary: =media-tv/mythtv-0.26.0_p20130322 - Fails at "config.status: executing libtoo...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-07 12:18 UTC by Allan Klinbail
Modified: 2013-04-08 21:26 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,6.96 KB, text/plain)
2013-04-07 12:18 UTC, Allan Klinbail
Details
build log (build.log,48.28 KB, text/plain)
2013-04-07 12:19 UTC, Allan Klinbail
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Klinbail 2013-04-07 12:18:39 UTC
Created attachment 344714 [details]
emerge --info

When attempting to build this package on my backend server I get it failing here .. 

 configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating perf/Makefile
config.status: creating src/libmythzmq.pc
config.status: creating builds/msvc/Makefile
config.status: creating tests/Makefile
config.status: creating foreign/openpgm/Makefile
config.status: creating builds/redhat/zeromq.spec
config.status: creating src/platform.hpp
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.26.0_p20130322/work/mythtv-0.26.0/external'
make: *** [external] Error 2
 * ERROR: media-tv/mythtv-0.26.0_p20130322 failed (compile phase):
 *   emake failed

I don't know if this environment related I have tried to reproduce on another machine without success (i.e. it built successfully on the other machine)....


My emerge --info is attached.. I will attach build log shortly
Comment 1 Allan Klinbail 2013-04-07 12:19:23 UTC
Created attachment 344716 [details]
build log
Comment 2 Rafał Mużyło 2013-04-07 15:24:36 UTC
Scroll a few lines back.

> /usr/include/alsa/pcm.h:944:1: error: unknown type name ‘u_int8_t’

Seems it's a matter of this commit: http://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=3e7dc283ed2d3ed2341f0657811c588f4dbcba6d

...and has been fixed in alsa-lib-1.0.26-r2 - at most a stabilization might be requested.
Comment 3 Allan Klinbail 2013-04-08 21:26:26 UTC
thanks.. 
I unmasked alsa-lib-0.26-r2 and compiled then re-built mythtv... worked fine.