No separate check for asound library

Bug #1751502 reported by Sebastian Wagner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Won't Fix
Undecided
Unassigned

Bug Description

When packaging the (upcoming) 2.1 version of mixxx I noticed that `scons` does require the presence of asound/alsa libraries but does not check for their existence. As a result of the missing check, a lot of other checks for libraries, which are all installed, fail.

Tags: build
Revision history for this message
Be (be.ing) wrote :

Mixxx does not directly interface with ALSA. It accesses audio interfaces through the PortAudio library. I am doubtful that Mixxx's build system should explicitly check for ALSA libraries because I think that should be done by PortAudio.

Revision history for this message
Sebastian Wagner (sebix) wrote :

In config.log I can see that `gcc ... -lasound` is used for checks.

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Ah, that's a transitive dependency of portaudio-2.0:

$ pkg-config portaudio-2.0 --libs
-lportaudio -lasound -lm -lpthread

Be is right, Mixxx itself doesn't require libasound.

Changed in mixxx:
status: New → Won't Fix
tags: added: build
removed: 2.1
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/9152

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.