trueos / trueos-core

59 stars 18 forks source link

openal-soft binary package can't find playback devices #1527

Open asomers opened 6 years ago

asomers commented 6 years ago

For the latest two updates, openal-soft hasn't worked. Applications that use it can't produce audio, and running openal-info returns

Available playback devices:
    No Output
Available capture devices:
fish: “openal-info” terminated by signal SIGSEGV (Address boundary error)

However, rebuilding openal-soft from the FreeBSD ports tree works just fine. I haven't tried using TrueOS's ports tree.

> about

===================
General information
===================

boot environment now (N) … 12.0-CURRENT-up-20180213_230013 NR 2018-02-13
       after restart (R) … 12.0-CURRENT-up-20180213_230013 NR 2018-02-13
boot loader …………………………………… BSD
            type ……………………… EFI
CPU ………………………………………………………… Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
    number of cores ……………… 8
host ……………………………………………………… threonine.lauralan.noip.me
memory ………………………………………………… 16384 MB available, 12654 MB free
OS git branch ……………………………………………………………………………………… trueos-master
OS git revision ………………………………………………………………………………… ae187cb00
OS kernel build time ………………………………………………………… Fri 2018 Jan 26 21:09:38 UTC
OS kernel identity …………………………………………… (uname -i) GENERIC
OS platform (architecture) ……………………… (uname -m) amd64
OS release level ………………………………………………… (uname -r) 12.0-CURRENT
OS version and patch level …… (freebsd-version) 12.0-CURRENT
TrueOS package set ………………… EDGE
TrueOS version …………………………… TrueOS-Desktop-201712150936
uptime ………………………………………………… 16 mins
user  …………………………………………………… somers

More (TrueOS Desktop):

    desktop environment …… Lumina
    sound card driver ………… pcm4: <Realtek ALC887 (Rear Analog)> (play/rec) default
    wireless driver ……………… 
    X11 drivers ………………………… nvidia_drv.so
digitalist commented 6 years ago

I have same bug. It does work ok both with old version of openal-info from trueos and latest master (as of a week ago).

I have a feeling there's something wrong during packaging

RodMyers commented 6 years ago

@digitalist can you type your "about" settings". Master is STABLE, and the fix is not in there

@asomers do you have the latest update?

My about

about

=================== General information

boot environment now (N) … 12.0-CURRENT-up-20180303_065425 NR 2018-03-03 after restart (R) … 12.0-CURRENT-up-20180303_065425 NR 2018-03-03 boot loader …………………………………… BSD type ……………………… EFI CPU ………………………………………………………… Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz number of cores ……………… 4 host ……………………………………………………… laptop.nuna.business memory ………………………………………………… 12288 MB available, 4819 MB free OS git branch ……………………………………………………………………………………… trueos-master OS git revision ………………………………………………………………………………… beb069a2a OS kernel build time ………………………………………………………… Mon 2018 Feb 12 14:46:38 UTC OS kernel identity …………………………………………… (uname -i) GENERIC OS platform (architecture) ……………………… (uname -m) amd64 OS release level ………………………………………………… (uname -r) 12.0-CURRENT OS version and patch level …… (freebsd-version) 12.0-CURRENT TrueOS package set ………………… UNSTABLE TrueOS version …………………………… TrueOS-Desktop-201802271624 uptime ………………………………………………… 3 days, 1:39, 1 user, load averages: 0.60, 1.03, 1.23 user …………………………………………………… rodney

More (TrueOS Desktop):

desktop environment …… Lumina
sound card driver ………… pcm0: <Conexant CX20590 (Analog 2.0+HP/2.0)> (play/rec) default
wireless driver ……………… iwn0
X11 drivers ………………………… modesetting_drv.so 
digitalist commented 6 years ago
boot environment now (N) … 12.0-CURRENT-up-20180305_193902 NR 2018-03-05
       after restart (R) … 12.0-CURRENT-up-20180305_193902 NR 2018-03-05
boot loader …………………………………… BSD
            type ……………………… EFI
CPU ………………………………………………………… Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz
    number of cores ……………… 4
host ……………………………………………………… ideapad
memory ………………………………………………… 24576 MB available, 20612 MB free
OS git branch ……………………………………………………………………………………… trueos-master
OS git revision ………………………………………………………………………………… beb069a2a
OS kernel build time ………………………………………………………… Mon 2018 Feb 12 14:46:38 UTC
OS kernel identity …………………………………………… (uname -i) GENERIC
OS platform (architecture) ……………………… (uname -m) amd64
OS release level ………………………………………………… (uname -r) 12.0-CURRENT
OS version and patch level …… (freebsd-version) 12.0-CURRENT
TrueOS package set ………………… UNSTABLE
TrueOS version …………………………… TrueOS-Desktop-201802271624
uptime ………………………………………………… 3:48
user  …………………………………………………… user

More (TrueOS Desktop):

    desktop environment …… Lumina
    sound card driver ………… pcm0: <Realtek ALC235 (Analog)> (play/rec) default
    wireless driver ……………… iwm0
    X11 drivers ………………………… intel_drv.so 
jbeich commented 6 years ago

If one disables OSS option openal-info crashes even on FreeBSD. Maybe the package was built before PULSEAUDIO was enabled.

asomers commented 6 years ago

I haven't applied the latest update. I'm still on 12.0-CURRENT-up-20180302_213147 NR 2018-03-02.

asomers commented 6 years ago

Seems to be fixed in TrueOS 12.0-CURRENT-up-20180307_071633 NR 2018-03-07

digitalist commented 6 years ago

doesn't work for me, pkg version still segfaults.