Package Details: cubeb-git 0.2.r1548.g048f4a0-1

Git Clone URL: https://aur.archlinux.org/cubeb-git.git (read-only, click to copy)
Package Base: cubeb-git
Description: Cross platform audio library
Upstream URL: https://github.com/mozilla/cubeb
Keywords: firefox mozilla
Licenses: ISC
Conflicts: cubeb
Provides: cubeb, libcubeb.so
Submitter: hcorion
Maintainer: abouvier
Last Packager: abouvier
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-03 23:28 (UTC)
Last Updated: 2025-01-14 05:12 (UTC)

Dependencies (17)

Required by (9)

Sources (2)

Latest Comments

1 2 Next › Last »

mccord commented on 2025-01-01 21:40 (UTC)

@sl1pkn07 Make sure to build in clean chroot, I got the same fail and test_duplex dumps core (SIGABRT) when just using an aur-helper like paru.

abouvier commented on 2024-12-31 00:50 (UTC)

This test passes fine for me. Maybe hardware related?

sl1pkn07 commented on 2024-12-30 02:02 (UTC) (edited on 2024-12-30 02:03 (UTC) by sl1pkn07)

fail test on

8/8 Test #8: device_changed_callback ..........***Failed    0.01 sec
Running main() from /usr/src/debug/gtest/googletest-1.15.2/googletest/src/gtest_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from cubeb
[ RUN      ] cubeb.device_changed_callbacks
/usr/src/debug/cubeb-git/cubeb/test/test_device_changed_callback.cpp:56: Failure
Expected equality of these values:
  r
    Which is: -1
  CUBEB_OK
    Which is: 0
Error registering null device changed callback

/usr/src/debug/cubeb-git/cubeb/test/test_device_changed_callback.cpp:71: Failure
Expected equality of these values:
  r
    Which is: -1
  CUBEB_OK
    Which is: 0
Error registering device changed callback

[  FAILED  ] cubeb.device_changed_callbacks (5 ms)
[----------] 1 test from cubeb (5 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] cubeb.device_changed_callbacks

 1 FAILED TEST


88% tests passed, 1 tests failed out of 8

Total Test time (real) =   4.12 sec

The following tests FAILED:
          8 - device_changed_callback (Failed)
Errors while running CTest

(this output is getting after add --output-on-failure, for get better verbose. the failure remains without it, but less verbose)

wantija commented on 2022-12-14 06:34 (UTC)

fails to build even in a clean chroot. going to report this to mozilla aswell

patlefort commented on 2022-09-15 15:39 (UTC)

pipewire-jack conflicts with jack2 and this package depends (not optionally) on jack2.

mccord commented on 2022-09-15 13:05 (UTC)

@Martchus Ok thank you, I'll look into clean chroot building.

Martchus commented on 2022-09-15 12:24 (UTC)

@abouvier Thanks for adopting the package btw.

Martchus commented on 2022-09-15 12:22 (UTC) (edited on 2022-09-15 12:29 (UTC) by Martchus)

@mccord You don't need to install jack2, it is only an optional dependency. For building I strongly suggest using a clean chroot (like official devs, see https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot). But maybe jack or libjack.so as makedepends would still make sense as it seems to be the "generic name" used by official packages. However, a stupid AUR helper might pull https://aur.archlinux.org/packages/jack into the build sequence which would likely be the downside.

mccord commented on 2022-09-15 11:45 (UTC) (edited on 2022-09-15 11:48 (UTC) by mccord)

Hello, jack2 conflicts with pipewire-jack on my system, is it necessary instead of jack? At least it seems to build fine with jack, but I don't know if there are consequences when running.