Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625796 - media-sound/sndpeek-1.4 will not build with USE oss
Summary: media-sound/sndpeek-1.4 will not build with USE oss
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on: 184123
Blocks: 741156
  Show dependency tree
 
Reported: 2017-07-21 01:51 UTC by deference
Modified: 2020-09-08 09:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build-sndpeek.txt,17.29 KB, text/plain)
2017-07-21 01:51 UTC, deference
Details
emerge --info (emergeinfo-sndpeek.txt,31.76 KB, text/plain)
2017-07-21 01:51 UTC, deference
Details
emerge-info.txt (emerge-info.txt,16.04 KB, text/plain)
2019-08-23 15:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,117.90 KB, text/plain)
2019-08-23 15:43 UTC, Toralf Förster
Details
environment (environment,74.57 KB, text/plain)
2019-08-23 15:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.90 KB, application/x-bzip)
2019-08-23 15:43 UTC, Toralf Förster
Details
media-sound:sndpeek-1.4:20190823-142802.log (media-sound:sndpeek-1.4:20190823-142802.log,18.51 KB, text/plain)
2019-08-23 15:43 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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.