Project

General

Profile

Bug #487

3.6 alpha 1: sndio plugin fails to build

Added by Alin Andrei over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
plugins/sndio
Target version:
-
Start date:
December 08, 2014
Due date:
% Done:

0%

Estimated time:
Affects version:

Description

Hello,

I'm trying to build audacious-plugins 3.6 alpha 1 in an Ubuntu 14.10 (using "--with-ffmpeg=libav --enable-qt") PPA and sndio fails to build with the following error:

make[6]: Entering directory '/build/buildd/audacious-plugins-3.5.99/src/sndio-ng'
Compiling sndio.cc (plugin)...
Successfully linked sdlout.so.
make[6]: Leaving directory '/build/buildd/audacious-plugins-3.5.99/src/sdlout'
make[5]: Leaving directory '/build/buildd/audacious-plugins-3.5.99/src/sdlout'
Leaving directory sdlout.
Entering directory filewriter.
make[5]: Entering directory '/build/buildd/audacious-plugins-3.5.99/src/filewriter'
make[6]: Entering directory '/build/buildd/audacious-plugins-3.5.99/src/filewriter'
Generating dependencies...
make[7]: Entering directory '/build/buildd/audacious-plugins-3.5.99/src/filewriter'
Successfully compiled alsa.cc (plugin).
Compiling config.cc (plugin)...
In file included from /usr/include/libroar/libroar.h:153:0,
from /usr/include/roaraudio.h:133,
from /usr/include/libroarsndio/libroarsndio.h:52,
from /usr/include/sndio.h:9,
from sndio.cc:34:
/usr/include/libroar/services.h:128:8: error: expected unqualified-id before 'new'
int (*new)(const struct roar_audio_info * info, int dir, int parent, int mixer);
^
/usr/include/libroar/services.h:128:8: error: expected ')' before 'new'
sndio.cc: In member function 'virtual bool SndioPlugin::open_audio(int, int, int)':
sndio.cc:186:64: error: 'SIO_DEVANY' was not declared in this scope
const char * device2 = device[0] ? (const char *) device : SIO_DEVANY;
^
Failed to compile sndio.cc (plugin)!
../../buildsys.mk:413: recipe for target 'sndio.plugin.o' failed
make[6]: *** [sndio.plugin.o] Error 1

You can find the complete log here: https://launchpadlibrarian.net/192098713/buildlog_ubuntu-utopic-amd64.audacious-plugins_3.5.99-1~alpha1~webupd8~utopic1_FAILEDTOBUILD.txt.gz

(The log file is for 64bit, but this also occurs on 32bit)

History

#1 Updated by John Lindgren over 9 years ago

I'd suggest disabling sndio on Ubuntu, since it's really meant for OpenBSD.

#3 Updated by John Lindgren over 9 years ago

It would be better for RoarAudio to stop pretending that it's sndio when it can't even provide a compatible header. There is a working Linux port of sndio which does work with Audacious; see http://www.sndio.org/install.html.

#4 Updated by John Lindgren over 9 years ago

  • Status changed from New to Rejected

I'm going to say RoarAudio isn't supported for now and close the issue. The PulseAudio output plugin should be used on Ubuntu.

Also available in: Atom PDF