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

Bug 2802

Summary: timidity++ ebuild does not complete
Product: Gentoo Linux Reporter: Phil Bordelon (sunflare) <phil>
Component: Current packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: normal CC: danarmak, spkane
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: automake-1.6.1.ebuild - new ebuild
am-wrapper.pl (goes in files/, replaces current)

Description Phil Bordelon (sunflare) 2002-05-17 13:13:34 UTC
I was trying to install timidity++.

After getting some distance into the build, it errored out:

--
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../timidity
-I../libarc -I../utils  -I/usr/local/include -I/usr/X11R6/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-DENABLE_SHERRY -DAU_OSS -DAU_ALSA -DAU_NAS -DAU_ESD -DAU_VORBIS -I/usr/include
-DSHARED_LIB_EXT=\".so\" -DSHLIB_DIR=\"/usr/lib/timidity\" -DSUPPORT_SOCKET
-DSUPPORT_SOUNDSPEC -DWRDT_X -DPKGDATADIR=\"/usr/share/timidity\"
-DPKGLIBDIR=\"/usr/lib/timidity\" -DDEFAULT_PATH=\"/usr/share/timidity\"
-DTIMIDITY_OUTPUT_ID=\"s\"  -march=i686 -O3 -pipe -c `test -f alsaseq_c.c ||
echo './'`alsaseq_c.c
In file included from alsaseq_c.c:124:
/usr/include/sys/asoundlib.h:1: warning: #warning This header is deprecated, use
<alsa/asoundlib.h> instead.
alsaseq_c.c: In function `ctl_pass_playing_list':
alsaseq_c.c:262: storage size of `pinfo' isn't known
alsaseq_c.c:273: `SND_SEQ_OPEN' undeclared (first use in this function)
alsaseq_c.c:273: (Each undeclared identifier is reported only once
alsaseq_c.c:273: for each function it appears in.)
alsaseq_c.c:273: too few arguments to function `snd_seq_open'
alsaseq_c.c:282: storage size of `pinfo' isn't known
alsaseq_c.c:287: `SND_SEQ_GROUP_DEVICE' undeclared (first use in this function)
alsaseq_c.c: In function `do_sequencer':
alsaseq_c.c:467: `SND_SEQ_EVENT_PORT_USED' undeclared (first use in this function)
alsaseq_c.c:481: `SND_SEQ_EVENT_PORT_UNUSED' undeclared (first use in this function)
make[3]: *** [alsaseq_c.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/timidity++-2.11.1-r2/work/TiMidity++-2.11.1/interface'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/timidity++-2.11.1-r2/work/TiMidity++-2.11.1/interface'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/timidity++-2.11.1-r2/work/TiMidity++-2.11.1'
make: *** [all] Error 2
--

Note that I have all of the USEs that it supports [ALSA, GTK, etc.].
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-05-17 13:22:33 UTC
Hmm, maybe this will even shed some light on the kdemm/alsa.9 problem... 
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-05-17 13:33:36 UTC
Created attachment 1031 [details]
automake-1.6.1.ebuild - new ebuild
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-05-17 13:35:12 UTC
Created attachment 1032 [details]
am-wrapper.pl (goes in files/, replaces current)

Should be renamed to am-wrapper.pl-1.6.1 perhaps?
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-05-17 13:36:37 UTC
I'm sorry, I added attachements to the wrong bug! Please disregard :-) 
Comment 5 Phil Bordelon (sunflare) 2002-05-29 19:23:53 UTC
I tried this again because of the recent updates to the ALSA driver and the
like.  It still doesn't work.
Comment 6 Arcady Genkin (RETIRED) gentoo-dev 2002-06-13 23:51:24 UTC
*** Bug 3460 has been marked as a duplicate of this bug. ***
Comment 7 Nick Hadaway 2002-07-05 10:31:25 UTC
Updated TiMidity++ to latest beta version 2.12.0-pre1.
marked just as 2.12.0 in portage.  It still references a deprecated alsa header
but the compile finishes and appears to work correctly with alsa.

Also updated some configure options in the ebuild.