Package Details: celt 0.11.3-7

Git Clone URL: https://aur.archlinux.org/celt.git (read-only, click to copy)
Package Base: celt
Description: Low-latency audio communication codec
Upstream URL: https://gitlab.xiph.org/xiph/celt/
Licenses: BSD-2-Clause
Submitter: dbermond
Maintainer: dbermond (dvzrv)
Last Packager: dbermond
Votes: 24
Popularity: 0.61
First Submitted: 2022-07-19 22:20 (UTC)
Last Updated: 2024-08-30 21:50 (UTC)

Pinned Comments

dvzrv commented on 2022-11-05 13:44 (UTC)

This package is also available in the unofficial repository [pro-audio-legacy]

dbermond commented on 2022-07-21 21:17 (UTC)

AUR helpers are not supported, please use makepkg. Building fine for me.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ilario commented on 2022-07-23 13:52 (UTC)

For me, tandem-test fails exactly the same way when using a helper and when using makepkg.

Looking in tests/test-suite.log the error is:

FAIL: tandem-test
=================

Error: Signal out of expected range. 32000 2 128 13 920.160461
CELT codec tests. Random seed: 1983642562 (D66E)
Testing asynchronous tandeming (48000Hz, 1ch, 960 samples, 30 - 320 bytes).
[...]
Testing asynchronous tandeming (32000Hz, 2ch, 128 samples, 12 - 128 bytes).
FAIL tandem-test (exit status: 1)

korimitsu commented on 2022-07-22 18:55 (UTC)

Does not build:

make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tools'
make[2]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3'
make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3'
make[1]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3'
==> Starting check()...
make: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3'
Making check in libcelt
make[1]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
make  check-TESTS
make[2]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
make[3]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
PASS: match-test.sh
============================================================================
Testsuite summary for 
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
make[1]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
Making check in tests
make[1]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make  check-TESTS
make[2]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[3]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
PASS: type-test
PASS: ectest
PASS: cwrs32-test
PASS: dft-test
PASS: laplace-test
PASS: mdct-test
PASS: mathops-test
FAIL: tandem-test
============================================================================
Testsuite summary for 
============================================================================
# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
============================================================================
make[3]: *** [Makefile:748: test-suite.log] Error 1
make[3]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[2]: *** [Makefile:856: check-TESTS] Error 2
make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[1]: *** [Makefile:977: check-am] Error 2
make[1]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make: *** [Makefile:470: check-recursive] Error 1
make: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3'
==> ERROR: A failure occurred in check().
    Aborting...

korimitsu commented on 2022-07-22 11:30 (UTC) (edited on 2022-07-22 11:31 (UTC) by korimitsu)

Warning when building:

libtool: install: /usr/bin/install -c .libs/libcelt0.lai /var/tmp/pamac-build-user/celt/pkg/celt/usr/lib/libcelt0.la
libtool: install: /usr/bin/install -c .libs/libcelt0.a /var/tmp/pamac-build-user/celt/pkg/celt/usr/lib/libcelt0.a
libtool: install: chmod 644 /var/tmp/pamac-build-user/celt/pkg/celt/usr/lib/libcelt0.a
libtool: install: ranlib /var/tmp/pamac-build-user/celt/pkg/celt/usr/lib/libcelt0.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
make[1]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/libcelt'
Making install in tests
make[1]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[2]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
make[1]: Leaving directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tests'
Making install in tools
make[1]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tools'
make[2]: Entering directory '/var/tmp/pamac-build-user/celt/src/celt-v0.11.3/tools'
 /usr/bin/mkdir -p '/var/tmp/pamac-build-user/celt/pkg/celt/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c celtenc celtdec '/var/tmp/pamac-build-user/celt/pkg/celt/usr/bin'
libtool: warning: '../libcelt/libcelt0.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/celtenc /var/tmp/pamac-build-user/celt/pkg/celt/usr/bin/celtenc
libtool: warning: '../libcelt/libcelt0.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/celtdec /var/tmp/pamac-build-user/celt/pkg/celt/usr/bin/celtdec

arnonuehm66 commented on 2022-07-22 08:47 (UTC) (edited on 2022-07-22 08:48 (UTC) by arnonuehm66)

Hi folks,

same probleme here, but ...

I actually use trizen as my AUR helper, and my first try with sudo rm -vfr /var/tmp/pamac-build-*/celtdidn't do the trick.

I don't know why, but a rm -rf ~/.cache/yay/ solved the problem.

I used yay long time ago, but also deinstalled it long ago.

rfried commented on 2022-07-21 21:18 (UTC)

thx @t2k3

sudo rm -vfr /var/tmp/pamac-build-*/celt

and update with pamac gui did fix it also for me.

dbermond commented on 2022-07-21 21:17 (UTC)

AUR helpers are not supported, please use makepkg. Building fine for me.

t2k3 commented on 2022-07-21 19:05 (UTC) (edited on 2022-07-21 19:05 (UTC) by t2k3)

Deleting the aur cache, as in 'rm -r ~/.cache/<helper>/celt' where helper in my case was yay, did fix it for me.

I had often the problem, that some aur packages only compile when you download them 'fresh'. Don't know why that happens some time, my best guess would be that modern tool-chains try to be smart rather then predictable.

cmonty14 commented on 2022-07-21 18:39 (UTC) (edited on 2022-07-21 18:40 (UTC) by cmonty14)

FAIL: tandem-test
============================================================================
Testsuite summary for 
============================================================================
# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
============================================================================

petaramesh commented on 2022-07-21 12:49 (UTC)

Hello,

With latest update, celt compiles but then fails “make test” step.