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

Bug 135342

Summary: kaffe-1.1.4-r1 fails to compile: SND_SEQ_CLIENT_DUMMY undeclared
Product: Gentoo Linux Reporter: sharpshopter
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description sharpshopter 2006-06-02 21:13:23 UTC
Steps to Reproduce:
1) emerge kaffe

Expected Results:
Kaffe compiles

Actual Results:
In file included from org_tritonus_lowlevel_alsa_AlsaSeq.c:25:
constants_check.h:30: warning: function declaration isn't a prototype
constants_check.h: In function `check_constants':
constants_check.h:139: error: `SND_SEQ_CLIENT_DUMMY' undeclared (first use in this function)
constants_check.h:139: error: (Each undeclared identifier is reported only once
constants_check.h:139: error: for each function it appears in.)
constants_check.h:140: error: `SND_SEQ_CLIENT_OSS' undeclared (first use in this function)

Kaffe (the same version) was compiled successfully a while ago on this same box.

Amongst other things, I have dropped the esd use flag since the last compile, ie.
# emerge -pv kaffe

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-java/kaffe-1.1.4-r1  +alsa -esd* 0 kB

Total size of downloads: 0 kB


GCC would also have been upgraded since then, and I can't remember what else has happened.

# emerge --info
Portage 2.0.54-r2 (hardened/x86/2.6, gcc-3.4.6-hardenednopie, glibc-2.3.6-r3, 2.6.14-hardened-r8 i686)
=================================================================
System uname: 2.6.14-hardened-r8 i686 AMD Sempron(tm)   2400+
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O1 -march=athlon-xp -pipe -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O1 -march=athlon-xp -pipe -fforce-addr"
DISTDIR="/usr/local/src"
FEATURES="autoconfig ccache distlocks nostrip parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.pacific.net.au/linux/Gentoo http://mirror.isp.net.au/ftp/pub/gentoo http://planetmirror.com/pub/gentoo http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LC_ALL="en_AU"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 asf audiofile avi bash-completion berkdb bzip2 caps cdparanoia cdr cjk crypt curl directfb dlloader dvd emacs encode ethereal exif expat fam ffmpeg flac gcj gd gdbm gif glut gmp gnutls gpm gtk gtk2 hardened idn imagemagick imap imlib java jpeg lcms libwww mad maildir mbox mhash mime mng motif mp3 mysql ncurses nls nptl nptlonly nvidia offensive ogg oggvorbis openal opengl pam pcre perl php pic png python qt readline samba sdl slang sockets speex spell srvdir ssl tcltk tcpd tetex theora threads tiff timidity truetype udev usb userlocales vorbis win32codecs x86 xcomposite xine xml xml2 xmms xsl xv zlib video_cards_nvidia userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-03 00:49:56 UTC

*** This bug has been marked as a duplicate of 119272 ***