Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239681 - media-sound/tapiir-0.7.1 fails to build
Summary: media-sound/tapiir-0.7.1 fails to build
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-04 20:10 UTC by Evil Compile Person
Modified: 2009-01-08 10:42 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 Evil Compile Person 2008-10-04 20:10:07 UTC
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.     -O2 -pipe -I/usr/include/fltk-1.1  -MT jackio.o -MD -MP -MF ".deps/jackio.Tpo" \                           
          -c -o jackio.o `test -f 'jackio.cxx' || echo './'`jackio.cxx; \          
        then mv ".deps/jackio.Tpo" ".deps/jackio.Po"; \                            
        else rm -f ".deps/jackio.Tpo"; exit 1; \                                   
        fi                                                                         
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.     -O2 -pipe -I/usr/include/fltk-1.1  -MT main_alsa.o -MD -MP -MF ".deps/main_alsa.Tpo" \                     
          -c -o main_alsa.o `test -f 'main_alsa.cxx' || echo './'`main_alsa.cxx; \ 
        then mv ".deps/main_alsa.Tpo" ".deps/main_alsa.Po"; \                      
        else rm -f ".deps/main_alsa.Tpo"; exit 1; \                                
        fi                                                                         
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.     -O2 -pipe -I/usr/include/fltk-1.1  -MT main_jack.o -MD -MP -MF ".deps/main_jack.Tpo" \                     
          -c -o main_jack.o `test -f 'main_jack.cxx' || echo './'`main_jack.cxx; \ 
        then mv ".deps/main_jack.Tpo" ".deps/main_jack.Po"; \                      
        else rm -f ".deps/main_jack.Tpo"; exit 1; \                                
        fi                                                                         
/usr/include/alsa/pcm.h:1108: error: declaration of C function 'int snd_pcm_hw_params_get_tick_time(const snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with  
/usr/include/alsa/pcm_old.h:187: error: previous declaration 'int snd_pcm_hw_params_get_tick_time(const snd_pcm_hw_params_t*, int*)' here                             
/usr/include/alsa/pcm.h:1109: error: declaration of C function 'int snd_pcm_hw_params_get_tick_time_min(const snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with                                                                                 
/usr/include/alsa/pcm_old.h:188: error: previous declaration 'unsigned int snd_pcm_hw_params_get_tick_time_min(const snd_pcm_hw_params_t*, int*)' here                
/usr/include/alsa/pcm.h:1110: error: declaration of C function 'int snd_pcm_hw_params_get_tick_time_max(const snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with                                                                                 
/usr/include/alsa/pcm_old.h:189: error: previous declaration 'unsigned int snd_pcm_hw_params_get_tick_time_max(const snd_pcm_hw_params_t*, int*)' here                
/usr/include/alsa/pcm.h:1116: error: declaration of C function 'int snd_pcm_hw_params_set_tick_time_near(snd_pcm_t*, snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with                                                                          
/usr/include/alsa/pcm_old.h:195: error: previous declaration 'unsigned int snd_pcm_hw_params_set_tick_time_near(snd_pcm_t*, snd_pcm_hw_params_t*, unsigned int, int*)' here                                                                              
/usr/include/alsa/pcm.h:1117: error: declaration of C function 'int snd_pcm_hw_params_set_tick_time_first(snd_pcm_t*, snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with                                                                         
/usr/include/alsa/pcm_old.h:196: error: previous declaration 'unsigned int snd_pcm_hw_params_set_tick_time_first(snd_pcm_t*, snd_pcm_hw_params_t*, int*)' here        
/usr/include/alsa/pcm.h:1118: error: declaration of C function 'int snd_pcm_hw_params_set_tick_time_last(snd_pcm_t*, snd_pcm_hw_params_t*, unsigned int*, int*)' conflicts with                                                                          
/usr/include/alsa/pcm_old.h:197: error: previous declaration 'unsigned int snd_pcm_hw_params_set_tick_time_last(snd_pcm_t*, snd_pcm_hw_params_t*, int*)' here         
/usr/include/alsa/pcm.h: In function 'int setparams_set(snd_pcm_t*, snd_pcm_hw_params_t*, snd_pcm_sw_params_t*, const char*)':                                        
/usr/include/alsa/pcm.h:1108: error: too few arguments to function 'int snd_pcm_hw_params_get_tick_time(const snd_pcm_hw_params_t*, unsigned int*, int*)'             
alsaio.cxx:139: error: at this point in file                                       
alsaio.cxx:148: warning: 'snd_pcm_sw_params_set_sleep_min' is deprecated (declared at /usr/include/alsa/pcm.h:1106)                                                   
alsaio.cxx:148: warning: 'snd_pcm_sw_params_set_sleep_min' is deprecated (declared at /usr/include/alsa/pcm.h:1106)                                                   
alsaio.cxx:165: warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated (declared at /usr/include/alsa/pcm.h:1104)                                                  
alsaio.cxx:165: warning: 'snd_pcm_sw_params_set_xfer_align' is deprecated (declared at /usr/include/alsa/pcm.h:1104)
make[2]: *** [alsaio.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/media-sound/tapiir-0.7.1/work/tapiir-0.7.1/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-sound/tapiir-0.7.1/work/tapiir-0.7.1/src'
make: *** [all-recursive] Error 1
 *
 * ERROR: media-sound/tapiir-0.7.1 failed.

Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-hardened-r4 x86_64)                                                                    
=================================================================                  
System uname: 2.6.25-hardened-r4 x86_64 Intel(R) Xeon(R) CPU E5420 @ 2.50GHz       
Timestamp of tree: Fri, 03 Oct 2008 15:15:02 +0000                                 
app-shells/bash:     3.2_p33                                                       
dev-lang/python:     2.5.2-r7                                                      
sys-apps/baselayout: 1.12.11.1                                                     
sys-apps/sandbox:    1.2.18.1-r2                                                   
sys-devel/autoconf:  2.61-r2                                                       
sys-devel/automake:  1.10.1-r1                                                     
sys-devel/binutils:  2.18-r3                                                       
sys-devel/gcc-config: 1.4.0-r4                                                     
sys-devel/libtool:   1.5.26                                                        
virtual/os-headers:  2.6.23-r3                                                     
ACCEPT_KEYWORDS="amd64"                                                            
CBUILD="x86_64-pc-linux-gnu"                                                       
CFLAGS="-O2 -pipe"                                                                 
CHOST="x86_64-pc-linux-gnu"                                                        
CONFIG_PROTECT="/etc"                                                              
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/splash /etc/terminfo /etc/udev/rules.d"                                                     
CXXFLAGS="-O2 -pipe"                                                               
DISTDIR="/usr/portage/distfiles"                                                   
FEATURES="buildpkg distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"                                                                      
GENTOO_MIRRORS="ftp://ftp.sunet.se/pub/Linux/distributions/gentoo"                 
LDFLAGS="-Wl,-O1"                                                                  
MAKEOPTS="-j4"                                                                     
PKGDIR="/usr/portage/packages"                                                     
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gcj gdbm gpm iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly objc openmp pampcre perl pppd python readline reflection session spl sse sse2 ssl sysfs tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 David Sveningsson 2008-10-05 00:12:26 UTC
media-lib/alsa-lib seem flawed, which version are you using?
Comment 2 Evil Compile Person 2008-10-05 00:16:56 UTC
[ebuild  N    ] media-libs/alsa-lib-1.0.16  USE="midi -alisp -debug -doc" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol"

Comment 3 David Sveningsson 2008-10-05 00:24:58 UTC
Cannot reproduce at all, not with any version of media-libs/alsa-lib or with those USE-flags and plugins.

Portage 2.2_rc11 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-gentoo x86_64)
=================================================================
System uname: Linux-2.6.26-gentoo-x86_64-AMD_Phenom-tm-_9600_Quad-Core_Processor-with-glibc2.2.5
Timestamp of tree: Sat, 04 Oct 2008 21:30:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -Os -pipe -msse3 -g -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/env /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /usr/shutdown"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -Os -pipe -msse3 -g -ggdb"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
FEATURES="ccache distlocks installsources parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict stricter unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp.port80.se/gentoo/ "
LC_ALL="sv_SE.utf8"
LDFLAGS="-Wl,--as-needed"
LINGUAS="sv SE sv_SE en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/mozilla /usr/local/portage/layman/sunrise /usr/local/portage/layman/x11 /usr/local/portage/layman/java-overlay /usr/local/portage/layman/ext-devlibs /usr/local/portage/layman/kde-testing /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl alsa amd64 bash-completion berkdb bzip2 cjk cli cracklib crypt cups dbus debug dri emacs exif ffmpeg firefox flac fortran gdbm gif glitz gnutls gpm gtk iconv id3tag ipv6 isdnlog java5 java6 jpeg jpeg2k latex lcms midi mmx mmxext mp3 mplayer mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam paste64 pcre perl png pppd python readline reflection session spell spl sse sse2 ssl startup-notification svg sysfs tcpd threads tiff truetype unicode wmf xml xorg xpm xv zeroconf zlib zsh-completion" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias auth_digest ident imagemap log_forensic" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv SE sv_SE en" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LANG, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 4 Alexis Ballier gentoo-dev 2008-12-19 15:35:01 UTC
(In reply to comment #3)
> Cannot reproduce at all, not with any version of media-libs/alsa-lib or with
> those USE-flags and plugins.

yep me too; please attach the full build log with config.log
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-01-08 10:42:16 UTC
And alsa-lib-1.0.17a is the current stable which you need test it against. Reopen this bug when you have test results and information ready to provide, thanks.