Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464950

Summary: =media-tv/mythtv-0.26.0_p20130322 - Fails at "config.status: executing libtool commands"
Product: Gentoo Linux Reporter: Allan Klinbail <aklinbail>
Component: Current packagesAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mythtv+disabled
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build log

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.