• Re: libavformat.so.58 undefinde symbol: __atomic_fetch_sub_8

    From John Paul Adrian Glaubitz@21:1/5 to Sante Nocciolino on Wed Oct 6 12:40:01 2021
    Hello Sante!

    On 10/6/21 11:56, Sante Nocciolino wrote:
    Hello,
    I tried to install MiniDLNA on my MacMini G4 but it fail to start, extracted from daemon.log:

    Oct 6 11:40:54 debian-macmini systemd[1]: Started MiniDLNA lightweight DLNA/UPnP-AV server.
    Oct 6 11:40:54 debian-macmini minidlnad[614]: /usr/sbin/minidlnad: symbol lookup error: /lib/po
    werpc-linux-gnu/altivec/libavformat.so.58: undefined symbol: __atomic_fetch_sub_8
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Main process exited, code=exited, s
    tatus=127/n/a
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Failed with result 'exit-code'.

    The application you're running needs to (dynamically) link against libatomic.

    Not sure whether this is a bug in ffmpeg or your minidlna application.

    Adrian

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sante Nocciolino@21:1/5 to All on Wed Oct 6 12:20:01 2021
    Hello,
    I tried to install MiniDLNA on my MacMini G4 but it fail to start,
    extracted from daemon.log:

    Oct 6 11:40:54 debian-macmini systemd[1]: Started MiniDLNA lightweight DLNA/UPnP-AV server.
    Oct 6 11:40:54 debian-macmini minidlnad[614]: /usr/sbin/minidlnad:
    symbol lookup error: /lib/po
    werpc-linux-gnu/altivec/libavformat.so.58: undefined symbol: __atomic_fetch_sub_8
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Main
    process exited, code=exited, s
    tatus=127/n/a
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Failed with
    result 'exit-code'.


    This is my Debian version:
    Linux version 5.14.0-2-powerpc (debian-kernel@lists.debian.org) (gcc-10
    (Debian 10.3.0-11) 10.3.0, GNU ld (GNU Binutils for Debian) 2.37) #1
    Debian 5.14.9-2 (2021-10-03)


    Any suggestion on how to fix?

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sante Nocciolino@21:1/5 to All on Thu Oct 7 10:00:01 2021
    Hi,
    ffmpeg seems to work (I tried converting an avi video to mkv and worked).
    I tried to compile source from here https://sourceforge.net/projects/minidlna/files/minidlna/1.3.0/minidlna-1.3.0.tar.gz/download
    but with no luck.

    Switched to Gerbera.

    Sante

    Il 06/10/2021 12:40, John Paul Adrian Glaubitz ha scritto:
    Hello Sante!

    On 10/6/21 11:56, Sante Nocciolino wrote:
    Hello,
    I tried to install MiniDLNA on my MacMini G4 but it fail to start, extracted from daemon.log:

    Oct 6 11:40:54 debian-macmini systemd[1]: Started MiniDLNA lightweight DLNA/UPnP-AV server.
    Oct 6 11:40:54 debian-macmini minidlnad[614]: /usr/sbin/minidlnad: symbol lookup error: /lib/po
    werpc-linux-gnu/altivec/libavformat.so.58: undefined symbol: __atomic_fetch_sub_8
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Main process exited, code=exited, s
    tatus=127/n/a
    Oct 6 11:40:54 debian-macmini systemd[1]: minidlna.service: Failed with result 'exit-code'.

    The application you're running needs to (dynamically) link against libatomic.

    Not sure whether this is a bug in ffmpeg or your minidlna application.

    Adrian


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Paul Adrian Glaubitz@21:1/5 to Sante Nocciolino on Thu Oct 7 10:40:03 2021
    Hello Sante!

    On 10/7/21 09:38, Sante Nocciolino wrote:
    ffmpeg seems to work (I tried converting an avi video to mkv and worked).
    I tried to compile source from here https://sourceforge.net/projects/minidlna/files/minidlna/1.3.0/minidlna-1.3.0.tar.gz/download
    but with no luck.

    Where did you get minidlna from?

    Adrian

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sante Nocciolino@21:1/5 to All on Thu Oct 7 12:00:02 2021
    Hi,

    apt-get install minidlna

    my sources.list:

    deb http://ftp.ports.debian.org/debian-ports/ unstable main
    deb http://ftp.ports.debian.org/debian-ports/ unreleased main
    deb http://ftp.ports.debian.org/debian-ports/ experimental main
    deb [arch=all] http://ftp.debian.org/debian/ unstable main contrib non-free


    Sante

    Il 07/10/2021 10:40, John Paul Adrian Glaubitz ha scritto:
    Hello Sante!

    On 10/7/21 09:38, Sante Nocciolino wrote:
    ffmpeg seems to work (I tried converting an avi video to mkv and worked).
    I tried to compile source from here
    https://sourceforge.net/projects/minidlna/files/minidlna/1.3.0/minidlna-1.3.0.tar.gz/download
    but with no luck.

    Where did you get minidlna from?

    Adrian


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)