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

Bug 111158

Summary: alsa-tools-1.0.9-r2 breaks hdspmixer/hdspconf
Product: Gentoo Linux Reporter: Mark Knecht <markknecht>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Knecht 2005-11-01 09:04:58 UTC
After emerging newer Alsa stuff I lost hdspmixer and hdspconf. I've had to go
back to alsa-tools-1.0.8-r1

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~amd64" emerge alsa-tools

Actual Results:  
<<<        obj /usr/bin/hdspmixer
--- !mtime obj /usr/bin/hdsploader
<<<        obj /usr/bin/hdspconf


Expected Results:  
I need hdspmixer and hdspconf as with earlier verisons.

lightning ~ # emerge info
Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.14-rt1 x86_64)
=================================================================
System uname: 2.6.14-rt1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
http://www.zentek-international.com/mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 audiofile avi berkdb bitmap-fonts cdr crypt cups dvd
dvdr dvdread eds emboss encode esd fam flac fluidsynth foomaticdb fortran gif
gimp gimpprint gnome gpm gstreamer gtk gtk2 i8x0 imagemagick imlib ipv6 jack
jack-tmpfs java jpeg kde ladspa lirc lzw lzw-tiff mad mjpeg mp3 mpeg mysql
mythtv ncurses nls nptl nptlonly ogg opengl pam pdflib perl png ppds python qt
quicktime radeon readline real sdl sndfile spell ssl tcltk tcpd tiff
truetype-fonts type1-fonts udev usb userlocales v4l v4l2 vorbis xine xml2 xpm
xscreensaver xv xvid zlib video_cards_radeon userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

lightning ~ #
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-01 09:07:59 UTC
You are missing ftlk in USE flags.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-11-01 09:09:08 UTC
(In reply to comment #1)
> You are missing ftlk in USE flags.

Err, should be fltk
Comment 3 Mark Knecht 2005-11-01 09:25:30 UTC
Darn! New flags! @@#!$

OK, all fixed now. Thanks.