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

Bug 625796

Summary: media-sound/sndpeek-1.4 will not build with USE oss
Product: Gentoo Linux Reporter: deference
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: CONFIRMED ---    
Severity: normal CC: deference, fordfrog, jstein
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 184123    
Bug Blocks: 741156    
Attachments: build.log
emerge --info
emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-sound:sndpeek-1.4:20190823-142802.log

Description deference 2017-07-21 01:51:09 UTC
* Compiling against oss
make -j1 -f makefile.oss CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++
x86_64-pc-linux-gnu-gcc -pipe -O2 -D__LINUX_OSS__ -D__LITTLE_ENDIAN__ -I../marsyas/ -c chuck_fft.c
x86_64-pc-linux-gnu-g++ -pipe -O2 -D__LINUX_OSS__ -D__LITTLE_ENDIAN__ -I../marsyas/ -c RtAudio.cpp
RtAudio.cpp: In member function 'virtual unsigned int RtApiOss::getDeviceCount()':
RtAudio.cpp:8538:3: error: 'oss_sysinfo' was not declared in this scope
   oss_sysinfo sysinfo;
   ^
RtAudio.cpp:8539:24: error: 'SNDCTL_SYSINFO' was not declared in this scope
   if ( ioctl( mixerfd, SNDCTL_SYSINFO, &sysinfo ) == -1 ) {
                        ^
RtAudio.cpp:8539:41: error: 'sysinfo' was not declared in this scope
   if ( ioctl( mixerfd, SNDCTL_SYSINFO, &sysinfo ) == -1 ) {
                                         ^
RtAudio.cpp:8547:10: error: 'sysinfo' was not declared in this scope
   return sysinfo.numaudios;
          ^
RtAudio.cpp: In member function 'virtual RtAudio::DeviceInfo RtApiOss::getDeviceInfo(unsigned int)':
RtAudio.cpp:8562:3: error: 'oss_sysinfo' was not declared in this scope
   oss_sysinfo sysinfo;
   ^
.......................................


[ebuild   R   ] media-sound/sndpeek-1.4  USE="alsa jack oss*"
Comment 1 deference 2017-07-21 01:51:23 UTC
Created attachment 486194 [details]
build.log
Comment 2 deference 2017-07-21 01:51:33 UTC
Created attachment 486196 [details]
emerge --info
Comment 3 Toralf Förster gentoo-dev 2019-08-23 15:43:42 UTC
appeared recently at the tinderbox image 17.1_developer-20190820-161702
Comment 4 Toralf Förster gentoo-dev 2019-08-23 15:43:45 UTC
Created attachment 587868 [details]
emerge-info.txt
Comment 5 Toralf Förster gentoo-dev 2019-08-23 15:43:48 UTC
Created attachment 587870 [details]
emerge-history.txt
Comment 6 Toralf Förster gentoo-dev 2019-08-23 15:43:52 UTC
Created attachment 587872 [details]
environment
Comment 7 Toralf Förster gentoo-dev 2019-08-23 15:43:55 UTC
Created attachment 587874 [details]
etc.portage.tbz2
Comment 8 Toralf Förster gentoo-dev 2019-08-23 15:43:58 UTC
Created attachment 587876 [details]
media-sound:sndpeek-1.4:20190823-142802.log
Comment 9 Miroslav Šulc gentoo-dev 2020-09-08 09:12:27 UTC
this issue is still present in 1.41-r1
Comment 10 Miroslav Šulc gentoo-dev 2020-09-08 09:30:21 UTC
it needs media-sound/oss to compile with oss use flag.