[GH-ISSUE #752] Php sync fails adds no songs, Integrity constraint violation #541

Closed
opened 2026-02-26 02:33:30 +03:00 by kerem · 2 comments
Owner

Originally created by @gerroon on GitHub (Jun 4, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/752

Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:

  • [x ] You have read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting
  • [x ] The issue has not been reported before
  • [ x] This is not a "how to install on Windows" or "why is my npm messed up" question
  • [ x] You're a cool person

All checked? Now also make sure your issue

  • [3.7.2 ] Is associated with a version. Or better yet, a commit.

  • Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?)
    Debian Testing
    Apache/2.4.33 (Debian)
    Database client version: libmysql - mysqlnd 5.0.12-dev - 20150407 - Id: 38fea24f2847fa7519001be390c98ae0acafe387
    PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
    PHP version: 7.1.16-1+b2

This is what I get when I try sync, in the end it seems like the syncs stops somewhere in the middle, it adds no songs, at least I do not see any in the browser page.

I also did multiple scans with the same results, also it is veryyyy slow, sometimes song/min

php artisan koel:sync                                                                                          ⏎
Koel syncing started.

 34593/61576 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░]  56%
In Connection.php line 647:
                                                                                                                                                                            
  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique' (  
  SQL: insert into `artists` (`name`, `updated_at`, `created_at`) values (Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Zalm, mandolin II. Malipiero Ensem  
  ble, Krijn Koetsveld. Cello Sonatas: Viola de Hoogh, cello. Mike Fentross, theorbe. Krijn Koetsveld, organ, 2018-06-04 15:12:27, 2018-06-04 15:12:27))                    
                                                                                                                                                                            

In PDOStatement.php line 107:
                                                                                                                                                                          
  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique'  
                                                                                                                                                                          

In PDOStatement.php line 105:
                                                                                                                                                                          
  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique

Originally created by @gerroon on GitHub (Jun 4, 2018). Original GitHub issue: https://github.com/koel/koel/issues/752 Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue: - [x ] You have read and followed closely the [Wiki](https://koel.phanan.net/docs), [Upgrade Guide](https://github.com/phanan/koel/releases), as well as [Troubleshooting](https://koel.phanan.net/docs/#/troubleshooting) - [x ] The issue has not been reported before - [ x] This is not a "how to install on Windows" or "why is my npm messed up" question - [ x] You're a cool person All checked? Now also make sure your issue - [3.7.2 ] Is associated with a version. Or better yet, a commit. - [ ] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?) Debian Testing Apache/2.4.33 (Debian) Database client version: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: 38fea24f2847fa7519001be390c98ae0acafe387 $ PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation PHP version: 7.1.16-1+b2 This is what I get when I try sync, in the end it seems like the syncs stops somewhere in the middle, it adds no songs, at least I do not see any in the browser page. I also did multiple scans with the same results, also it is veryyyy slow, sometimes song/min ``` php artisan koel:sync ⏎ Koel syncing started. 34593/61576 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56% In Connection.php line 647: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique' ( SQL: insert into `artists` (`name`, `updated_at`, `created_at`) values (Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Zalm, mandolin II. Malipiero Ensem ble, Krijn Koetsveld. Cello Sonatas: Viola de Hoogh, cello. Mike Fentross, theorbe. Krijn Koetsveld, organ, 2018-06-04 15:12:27, 2018-06-04 15:12:27)) In PDOStatement.php line 107: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique' In PDOStatement.php line 105: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Mandolin Concertos: Marten Scheffer, mandolin I. Rens van der Za' for key 'artists_name_unique ```
kerem 2026-02-26 02:33:30 +03:00
Author
Owner

@bovepm commented on GitHub (Jun 10, 2018):

same here:

  • koel release 3.7.2
  • mysqld Ver 10.0.32-MariaDB-0+deb8u1 for debian-linux-gnueabihf on armv8l ((Raspbian))
  • Apache/2.4.25 (Debian)
  • running on rpi 3 with docker containers (0xcaff/koel and jsurf/rpi-mariadb)
Koel syncing started.


In Connection.php line 647:

  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam
  i Sound Machine' for key 'artists_name_unique' (SQL: insert into `artists`
  (`name`, `updated_at`, `created_at`) values (Miami Sound Machine, 2018-06-0
  9 21:39:17, 2018-06-09 21:39:17))


In PDOStatement.php line 107:

  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam
  i Sound Machine' for key 'artists_name_unique'


In PDOStatement.php line 105:

  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam
  i Sound Machine' for key 'artists_name_unique'

Output dpkg -l of 0xcaff/koel container

ii  adduser        3.115        all          add and remove users and groups
ii  apache2        2.4.25-3+deb armel        Apache HTTP Server
ii  apache2-bin    2.4.25-3+deb armel        Apache HTTP Server (modules and o
ii  apache2-data   2.4.25-3+deb all          Apache HTTP Server (common files)
ii  apache2-utils  2.4.25-3+deb armel        Apache HTTP Server (utility progr
ii  apt            1.4.8        armel        commandline package manager
ii  autoconf       2.69-10      all          automatic configure script builde
ii  base-files     9.9+deb9u3   armel        Debian base system miscellaneous
ii  base-passwd    3.5.43       armel        Debian base system master passwor
ii  bash           4.4-5        armel        GNU Bourne Again SHell
ii  binutils       2.28-5       armel        GNU assembler, linker and binary
ii  bsdutils       1:2.29.2-1   armel        basic utilities from 4.4BSD-Lite
ii  bzip2          1.0.6-8.1    armel        high-quality block-sorting file c
ii  ca-certificate 20161130+nmu all          Common CA certificates
ii  coreutils      8.26-3       armel        GNU core utilities
ii  cpp            4:6.3.0-4    armel        GNU C preprocessor (cpp)
ii  cpp-6          6.3.0-18     armel        GNU C preprocessor
ii  curl           7.52.1-5+deb armel        command line tool for transferrin
ii  dash           0.5.8-2.4    armel        POSIX-compliant shell
ii  dbus           1.10.26-0+de armel        simple interprocess messaging sys
ii  debconf        1.5.61       all          Debian configuration management s
ii  debian-archive 2017.5       all          GnuPG archive keys of the Debian
ii  debianutils    4.8.1.1      armel        Miscellaneous utilities specific
ii  diffutils      1:3.5-3      armel        File comparison utilities
ii  dpkg           1.18.24      armel        Debian package management system
ii  dpkg-dev       1.18.24      all          Debian package development tools
ii  e2fslibs:armel 1.43.4-2     armel        ext2/ext3/ext4 file system librar
ii  e2fsprogs      1.43.4-2     armel        ext2/ext3/ext4 file system utilit
ii  ffmpeg         7:3.2.10-1~d armel        Tools for transcoding, streaming
ii  file           1:5.30-1+deb armel        Recognize the type of data in a f
ii  findutils      4.6.0+git+20 armel        utilities for finding files--find
ii  fontconfig-con 2.11.0-6.7   all          generic font configuration librar
ii  fonts-dejavu-c 2.37-1       all          Vera font family derivate with ad
ii  g++            4:6.3.0-4    armel        GNU C++ compiler
ii  g++-6          6.3.0-18     armel        GNU C++ compiler
ii  gcc            4:6.3.0-4    armel        GNU C compiler
ii  gcc-6          6.3.0-18     armel        GNU C compiler
ii  gcc-6-base:arm 6.3.0-18     armel        GCC, the GNU Compiler Collection
ii  gpgv           2.1.18-8~deb armel        GNU privacy guard - signature ver
ii  grep           2.27-2       armel        GNU grep, egrep and fgrep
ii  gzip           1.6-5+b1     armel        GNU compression utilities
ii  hostname       3.18+b1      armel        utility to set/show the host name
ii  icu-devtools   57.1-6+deb9u armel        Development utilities for Interna
ii  init-system-he 1.48         all          helper tools for all init systems
ii  libaacs0:armel 0.8.1-2      armel        free-and-libre implementation of
ii  libacl1:armel  2.2.52-3+b1  armel        Access control list shared librar
ii  libapparmor1:a 2.11.0-3+deb armel        changehat AppArmor library
ii  libapr1:armel  1.5.2-5      armel        Apache Portable Runtime Library
ii  libaprutil1:ar 1.5.4-3      armel        Apache Portable Runtime Utility L
ii  libaprutil1-db 1.5.4-3      armel        Apache Portable Runtime Utility L
ii  libaprutil1-ld 1.5.4-3      armel        Apache Portable Runtime Utility L
ii  libapt-pkg5.0: 1.4.8        armel        package management runtime librar
ii  libargon2-0:ar 0~20160821-1 armel        memory-hard hashing function - ru
ii  libasan3:armel 6.3.0-18     armel        AddressSanitizer -- a fast memory
ii  libasound2:arm 1.1.3-5      armel        shared library for ALSA applicati
ii  libasound2-dat 1.1.3-5      all          Configuration files and profiles
ii  libass5:armel  1:0.13.4-2   armel        library for SSA/ASS subtitles ren
ii  libasyncns0:ar 0.8-6        armel        Asynchronous name service query l
ii  libatomic1:arm 6.3.0-18     armel        support library providing __atomi
ii  libattr1:armel 1:2.4.47-2+b armel        Extended attribute shared library
ii  libaudit-commo 1:2.6.7-2    all          Dynamic library for security audi
ii  libaudit1:arme 1:2.6.7-2    armel        Dynamic library for security audi
ii  libavc1394-0:a 0.5.4-4+b1   armel        control IEEE 1394 audio/video dev
ii  libavcodec57:a 7:3.2.10-1~d armel        FFmpeg library with de/encoders f
ii  libavdevice57: 7:3.2.10-1~d armel        FFmpeg library for handling input
ii  libavfilter6:a 7:3.2.10-1~d armel        FFmpeg library containing media f
ii  libavformat57: 7:3.2.10-1~d armel        FFmpeg library with (de)muxers fo
ii  libavresample3 7:3.2.10-1~d armel        FFmpeg compatibility library for
ii  libavutil55:ar 7:3.2.10-1~d armel        FFmpeg library with functions for
ii  libbdplus0:arm 0.1.2-2      armel        implementation of BD+ for reading
ii  libblkid1:arme 2.29.2-1     armel        block device ID library
ii  libbluray1:arm 1:0.9.3-3    armel        Blu-ray disc playback support lib
ii  libbs2b0:armel 3.1.0+dfsg-2 armel        Bauer stereophonic-to-binaural DS
ii  libbsd0:armel  0.8.3-1      armel        utility functions from BSD system
ii  libbz2-1.0:arm 1.0.6-8.1    armel        high-quality block-sorting file c
ii  libc-bin       2.24-11+deb9 armel        GNU C Library: Binaries
ii  libc-dev-bin   2.24-11+deb9 armel        GNU C Library: Development binari
ii  libc6:armel    2.24-11+deb9 armel        GNU C Library: Shared libraries
ii  libc6-dev:arme 2.24-11+deb9 armel        GNU C Library: Development Librar
ii  libcaca0:armel 0.99.beta19- armel        colour ASCII art library
ii  libcairo2:arme 1.14.8-1     armel        Cairo 2D vector graphics library
ii  libcap-ng0:arm 0.7.7-3+b1   armel        An alternate POSIX capabilities l
ii  libcap2:armel  1:2.25-1     armel        POSIX 1003.1e capabilities (libra
ii  libcc1-0:armel 6.3.0-18     armel        GCC cc1 plugin for GDB
ii  libcdio-cdda1: 0.83-4.3+b1  armel        library to read and control digit
ii  libcdio-parano 0.83-4.3+b1  armel        library to read digital audio CDs
ii  libcdio13:arme 0.83-4.3+b1  armel        library to read and control CD-RO
ii  libchromaprint 1.4.2-1      armel        audio fingerprint library
ii  libcomerr2:arm 1.43.4-2     armel        common error description library
ii  libcurl3:armel 7.52.1-5+deb armel        easy-to-use client-side URL trans
ii  libcurl4-opens 7.52.1-5+deb armel        development files and documentati
ii  libdb5.3:armel 5.3.28-12+de armel        Berkeley v5.3 Database Libraries
ii  libdbus-1-3:ar 1.10.26-0+de armel        simple interprocess messaging sys
ii  libdc1394-22:a 2.2.5-1      armel        high level programming interface
ii  libdebconfclie 0.227        armel        Debian Configuration Management S
ii  libdpkg-perl   1.18.24      all          Dpkg perl modules
ii  libdrm-freedre 2.4.74-1     armel        Userspace interface to msm/kgsl k
ii  libdrm-nouveau 2.4.74-1     armel        Userspace interface to nouveau-sp
ii  libdrm-radeon1 2.4.74-1     armel        Userspace interface to radeon-spe
ii  libdrm2:armel  2.4.74-1     armel        Userspace interface to kernel DRM
ii  libebur128-1:a 1.2.2-2      armel        implementation of the EBU R128 lo
ii  libedit2:armel 3.1-20160903 armel        BSD editline and history librarie
ii  libegl1-mesa:a 13.0.6-1+b2  armel        free implementation of the EGL AP
ii  libexpat1:arme 2.2.0-2+deb9 armel        XML parsing C library - runtime l
ii  libfdisk1:arme 2.29.2-1     armel        fdisk partitioning library
ii  libffi6:armel  3.2.1-6      armel        Foreign Function Interface librar
ii  libfftw3-doubl 3.3.5-3      armel        Library for computing Fast Fourie
ii  libflac8:armel 1.3.2-1      armel        Free Lossless Audio Codec - runti
ii  libflite1:arme 2.0.0-releas armel        Small run-time speech synthesis e
ii  libfontconfig1 2.11.0-6.7+b armel        generic font configuration librar
ii  libfreetype6:a 2.6.3-3.2    armel        FreeType 2 font engine, shared li
ii  libfribidi0:ar 0.19.7-1+b1  armel        Free Implementation of the Unicod
ii  libgbm1:armel  13.0.6-1+b2  armel        generic buffer management API --
ii  libgcc-6-dev:a 6.3.0-18     armel        GCC support library (development
ii  libgcc1:armel  1:6.3.0-18   armel        GCC support library
ii  libgcrypt20:ar 1.7.6-2+deb9 armel        LGPL Crypto library - runtime lib
ii  libgdbm3:armel 1.8.3-14     armel        GNU dbm database routines (runtim
ii  libgl1-mesa-dr 13.0.6-1+b2  armel        free implementation of the OpenGL
ii  libgl1-mesa-gl 13.0.6-1+b2  armel        free implementation of the OpenGL
ii  libglapi-mesa: 13.0.6-1+b2  armel        free implementation of the GL API
ii  libglib2.0-0:a 2.50.3-2     armel        GLib library of C routines
ii  libgme0:armel  0.6.0-4      armel        Playback library for video game m
ii  libgmp10:armel 2:6.1.2+dfsg armel        Multiprecision arithmetic library
ii  libgnutls30:ar 3.5.8-5+deb9 armel        GNU TLS library - main runtime li
ii  libgomp1:armel 6.3.0-18     armel        GCC OpenMP (GOMP) support library
ii  libgpg-error0: 1.26-2       armel        library for common error values a
ii  libgraphite2-3 1.3.10-1     armel        Font rendering engine for Complex
ii  libgsm1:armel  1.0.13-4+b2  armel        Shared libraries for GSM speech c
ii  libgssapi-krb5 1.15-1+deb9u armel        MIT Kerberos runtime libraries -
ii  libharfbuzz0b: 1.4.2-1      armel        OpenType text shaping engine (sha
ii  libhogweed4:ar 3.3-1+b2     armel        low level cryptographic library (
ii  libice6:armel  2:1.0.9-2    armel        X11 Inter-Client Exchange library
ii  libicu-dev     57.1-6+deb9u armel        Development files for Internation
ii  libicu57:armel 57.1-6+deb9u armel        International Components for Unic
ii  libidn11:armel 1.33-1       armel        GNU Libidn library, implementatio
ii  libidn2-0:arme 0.16-1+deb9u armel        Internationalized domain names (I
ii  libiec61883-0: 1.2.0-2      armel        partial implementation of IEC 618
ii  libisl15:armel 0.18-1       armel        manipulating sets and relations o
ii  libjack-jackd2 1.9.10+20150 armel        JACK Audio Connection Kit (librar
ii  libk5crypto3:a 1.15-1+deb9u armel        MIT Kerberos runtime libraries -
ii  libkeyutils1:a 1.5.9-9      armel        Linux Key Management Utilities (l
ii  libkrb5-3:arme 1.15-1+deb9u armel        MIT Kerberos runtime libraries
ii  libkrb5support 1.15-1+deb9u armel        MIT Kerberos runtime libraries -
ii  libldap-2.4-2: 2.4.44+dfsg- armel        OpenLDAP libraries
ii  libldap-common 2.4.44+dfsg- all          OpenLDAP common files for librari
ii  liblua5.2-0:ar 5.2.4-1.1+b2 armel        Shared library for the Lua interp
ii  liblz4-1:armel 0.0~r131-2+b armel        Fast LZ compression algorithm lib
ii  liblzma5:armel 5.2.2-1.2+b1 armel        XZ-format compression library
ii  libmagic-mgc   1:5.30-1+deb armel        File type determination library u
ii  libmagic1:arme 1:5.30-1+deb armel        Recognize the type of data in a f
ii  libmount1:arme 2.29.2-1     armel        device mounting library
ii  libmp3lame0:ar 3.99.5+repac armel        MP3 encoding library
ii  libmpc3:armel  1.0.3-1+b2   armel        multiple precision complex floati
ii  libmpfr4:armel 3.1.5-1      armel        multiple precision floating-point
ii  libmpg123-0:ar 1.23.8-1+b1  armel        MPEG layer 1/2/3 audio decoder (s
ii  libncurses5:ar 6.0+20161126 armel        shared libraries for terminal han
ii  libncursesw5:a 6.0+20161126 armel        shared libraries for terminal han
ii  libnettle6:arm 3.3-1+b2     armel        low level cryptographic library (
ii  libnghttp2-14: 1.18.1-1     armel        library implementing HTTP/2 proto
ii  libogg0:armel  1.3.2-1      armel        Ogg bitstream library
ii  libopenal-data 1:1.17.2-4   all          Software implementation of the Op
ii  libopenal1:arm 1:1.17.2-4+b armel        Software implementation of the Op
ii  libopencv-core 2.4.9.1+dfsg armel        computer vision core library
ii  libopencv-imgp 2.4.9.1+dfsg armel        computer vision Image Processing
ii  libopenjp2-7:a 2.1.2-1.1+de armel        JPEG 2000 image compression/decom
ii  libopenmpt0:ar 0.2.7386~bet armel        module music library based on Ope
ii  libopus0:armel 1.2~alpha2-1 armel        Opus codec runtime library
ii  libp11-kit0:ar 0.23.3-2     armel        library for loading and coordinat
ii  libpam-modules 1.1.8-3.6    armel        Pluggable Authentication Modules
ii  libpam-modules 1.1.8-3.6    armel        Pluggable Authentication Modules
ii  libpam-runtime 1.1.8-3.6    all          Runtime support for the PAM libra
ii  libpam0g:armel 1.1.8-3.6    armel        Pluggable Authentication Modules
ii  libpcre3:armel 2:8.39-3     armel        Old Perl 5 Compatible Regular Exp
ii  libperl5.24:ar 5.24.1-3+deb armel        shared Perl library
ii  libpgm-5.2-0:a 5.2.122~dfsg armel        OpenPGM shared library
ii  libpixman-1-0: 0.34.0-1     armel        pixel-manipulation library for X
ii  libpng16-16:ar 1.6.28-1     armel        PNG library - runtime (version 1.
ii  libpostproc54: 7:3.2.10-1~d armel        FFmpeg library for post processin
ii  libprocps6:arm 2:3.3.12-3   armel        library for accessing process inf
ii  libpsl5:armel  0.17.0-3     armel        Library for Public Suffix List (s
ii  libpulse0:arme 10.0-1+deb9u armel        PulseAudio client libraries
ii  libraw1394-11: 2.1.2-1+b1   armel        library for direct access to IEEE
ii  librtmp1:armel 2.4+20151223 armel        toolkit for RTMP streams (shared
ii  librubberband2 1.8.1-7      armel        audio time-stretching and pitch-s
ii  libsamplerate0 0.1.8-8+b2   armel        Audio sample rate conversion libr
ii  libsasl2-2:arm 2.1.27~101-g armel        Cyrus SASL - authentication abstr
ii  libsasl2-modul 2.1.27~101-g armel        Cyrus SASL - pluggable authentica
ii  libsdl2-2.0-0: 2.0.5+dfsg1- armel        Simple DirectMedia Layer
ii  libselinux1:ar 2.6-3+b3     armel        SELinux runtime shared libraries
ii  libsemanage-co 2.6-2        all          Common files for SELinux policy m
ii  libsemanage1:a 2.6-2        armel        SELinux policy management library
ii  libsensors4:ar 1:3.4.0-4    armel        library to read temperature/volta
ii  libsepol1:arme 2.6-2        armel        SELinux library for manipulating
ii  libshine3:arme 3.1.0-5      armel        Fixed-point MP3 encoding library
ii  libsigsegv2:ar 2.10-5       armel        Library for handling page faults
ii  libslang2:arme 2.3.1-5      armel        S-Lang programming library - runt
ii  libsm6:armel   2:1.2.2-1+b3 armel        X11 Session Management library
ii  libsmartcols1: 2.29.2-1     armel        smart column output alignment lib
ii  libsnappy1v5:a 1.1.3-3      armel        fast compression/decompression li
ii  libsndfile1:ar 1.0.27-3     armel        Library for reading/writing audio
ii  libsndio6.1:ar 1.1.0-3      armel        Small audio and MIDI framework fr
ii  libsodium18:ar 1.0.11-2     armel        Network communication, cryptograp
ii  libsoxr0:armel 0.1.2-2      armel        High quality 1D sample-rate conve
ii  libspeex1:arme 1.2~rc1.2-1+ armel        The Speex codec runtime library
ii  libsqlite3-0:a 3.16.2-5+deb armel        SQLite 3 shared library
ii  libss2:armel   1.43.4-2     armel        command-line interface parsing li
ii  libssh-gcrypt- 0.7.3-2      armel        tiny C SSH library (gcrypt flavor
ii  libssh2-1:arme 1.7.0-1      armel        SSH2 client-side library
ii  libssl1.0.2:ar 1.0.2l-2+deb armel        Secure Sockets Layer toolkit - sh
ii  libssl1.1:arme 1.1.0f-3+deb armel        Secure Sockets Layer toolkit - sh
ii  libstdc++-6-de 6.3.0-18     armel        GNU Standard C++ Library v3 (deve
ii  libstdc++6:arm 6.3.0-18     armel        GNU Standard C++ Library v3
ii  libswresample2 7:3.2.10-1~d armel        FFmpeg library for audio resampli
ii  libswscale4:ar 7:3.2.10-1~d armel        FFmpeg library for image scaling
ii  libsystemd0:ar 232-25+deb9u armel        systemd utility library
ii  libtasn1-6:arm 4.10-1.1     armel        Manage ASN.1 structures (runtime)
ii  libtheora0:arm 1.1.1+dfsg.1 armel        Theora Video Compression Codec
ii  libtinfo5:arme 6.0+20161126 armel        shared low-level terminfo library
ii  libtwolame0:ar 0.3.13-2     armel        MPEG Audio Layer 2 encoding libra
ii  libtxc-dxtn-s2 1.0+git20151 armel        Texture compression library for M
ii  libubsan0:arme 6.3.0-18     armel        UBSan -- undefined behaviour sani
ii  libudev1:armel 232-25+deb9u armel        libudev shared library
ii  libunistring0: 0.9.6+really armel        Unicode string library for C
ii  libusb-1.0-0:a 2:1.0.21-1   armel        userspace USB programming library
ii  libustr-1.0-1: 1.0.4-6      armel        Micro string library: shared libr
ii  libuuid1:armel 2.29.2-1     armel        Universally Unique ID library
ii  libva-drm1:arm 1.7.3-2      armel        Video Acceleration (VA) API for L
ii  libva-x11-1:ar 1.7.3-2      armel        Video Acceleration (VA) API for L
ii  libva1:armel   1.7.3-2      armel        Video Acceleration (VA) API for L
ii  libvdpau-va-gl 0.4.2-1      armel        VDPAU driver with OpenGL/VAAPI ba
ii  libvdpau1:arme 1.1.1-6      armel        Video Decode and Presentation API
ii  libvorbis0a:ar 1.3.5-4+deb9 armel        decoder library for Vorbis Genera
ii  libvorbisenc2: 1.3.5-4+deb9 armel        encoder library for Vorbis Genera
ii  libvorbisfile3 1.3.5-4+deb9 armel        high-level API for Vorbis General
ii  libvpx4:armel  1.6.1-3+deb9 armel        VP8 and VP9 video codec (shared l
ii  libwavpack1:ar 5.0.0-2+deb9 armel        audio codec (lossy and lossless)
ii  libwayland-cli 1.12.0-1     armel        wayland compositor infrastructure
ii  libwayland-cur 1.12.0-1     armel        wayland compositor infrastructure
ii  libwayland-egl 13.0.6-1+b2  armel        implementation of the Wayland EGL
ii  libwayland-ser 1.12.0-1     armel        wayland compositor infrastructure
ii  libwebp6:armel 0.5.2-1      armel        Lossy compression of digital phot
ii  libwebpmux2:ar 0.5.2-1      armel        Lossy compression of digital phot
ii  libwrap0:armel 7.6.q-26     armel        Wietse Venema's TCP wrappers libr
ii  libx11-6:armel 2:1.6.4-3    armel        X11 client-side library
ii  libx11-data    2:1.6.4-3    all          X11 client-side library
ii  libx11-xcb1:ar 2:1.6.4-3    armel        Xlib/XCB interface library
ii  libx264-148:ar 2:0.148.2748 armel        x264 video coding library
ii  libx265-95:arm 2.1-2+b2     armel        H.265/HEVC video stream encoder (
ii  libxau6:armel  1:1.0.8-1    armel        X11 authorisation library
ii  libxcb-dri2-0: 1.12-1       armel        X C Binding, dri2 extension
ii  libxcb-dri3-0: 1.12-1       armel        X C Binding, dri3 extension
ii  libxcb-glx0:ar 1.12-1       armel        X C Binding, glx extension
ii  libxcb-present 1.12-1       armel        X C Binding, present extension
ii  libxcb-render0 1.12-1       armel        X C Binding, render extension
ii  libxcb-shape0: 1.12-1       armel        X C Binding, shape extension
ii  libxcb-shm0:ar 1.12-1       armel        X C Binding, shm extension
ii  libxcb-sync1:a 1.12-1       armel        X C Binding, sync extension
ii  libxcb-xfixes0 1.12-1       armel        X C Binding, xfixes extension
ii  libxcb1:armel  1.12-1       armel        X C Binding
ii  libxcursor1:ar 1:1.1.14-1+d armel        X cursor management library
ii  libxdamage1:ar 1:1.1.4-2+b3 armel        X11 damaged region extension libr
ii  libxdmcp6:arme 1:1.1.2-3    armel        X11 Display Manager Control Proto
ii  libxext6:armel 2:1.3.3-1+b2 armel        X11 miscellaneous extension libra
ii  libxfixes3:arm 1:5.0.3-1    armel        X11 miscellaneous 'fixes' extensi
ii  libxi6:armel   2:1.7.9-1    armel        X11 Input extension library
ii  libxinerama1:a 2:1.1.3-1+b3 armel        X11 Xinerama extension library
ii  libxkbcommon0: 0.7.1-2~deb9 armel        library interface to the XKB comp
ii  libxml2:armel  2.9.4+dfsg1- armel        GNOME XML library
ii  libxml2-dev:ar 2.9.4+dfsg1- armel        Development files for the GNOME X
ii  libxrandr2:arm 2:1.5.1-1    armel        X11 RandR extension library
ii  libxrender1:ar 1:0.9.10-1   armel        X Rendering Extension client libr
ii  libxshmfence1: 1.2-1+b2     armel        X shared memory fences - shared l
ii  libxss1:armel  1:1.2.2-1    armel        X11 Screen Saver extension librar
ii  libxtst6:armel 2:1.2.3-1    armel        X11 Testing -- Record extension l
ii  libxv1:armel   2:1.0.11-1   armel        X11 Video extension library
ii  libxvidcore4:a 2:1.3.4-1+b2 armel        Open source MPEG-4 video codec (l
ii  libxxf86vm1:ar 1:1.1.4-1+b2 armel        X11 XFree86 video mode extension
ii  libzmq5:armel  4.2.1-4      armel        lightweight messaging kernel (sha
ii  libzvbi-common 0.2.35-13    all          Vertical Blanking Interval decode
ii  libzvbi0:armel 0.2.35-13    armel        Vertical Blanking Interval decode
ii  linux-libc-dev 4.9.65-3+deb armel        Linux support headers for userspa
ii  login          1:4.4-4.1    armel        system login tools
ii  lsb-base       9.20161125   all          Linux Standard Base init script f
ii  m4             1.4.18-1     armel        macro processing language
ii  make           4.1-9.1      armel        utility for directing compilation
ii  mawk           1.3.3-17+b3  armel        a pattern scanning and text proce
ii  mesa-va-driver 13.0.6-1+b2  armel        Mesa VA-API video acceleration dr
ii  mesa-vdpau-dri 13.0.6-1+b2  armel        Mesa VDPAU video acceleration dri
ii  mime-support   3.60         all          MIME files 'mime.types' & 'mailca
ii  mount          2.29.2-1     armel        tools for mounting and manipulati
ii  multiarch-supp 2.24-11+deb9 armel        Transitional package to ensure mu
ii  ncurses-base   6.0+20161126 all          basic terminal type definitions
ii  ncurses-bin    6.0+20161126 armel        terminal-related programs and man
ii  openssl        1.1.0f-3+deb armel        Secure Sockets Layer toolkit - cr
ii  passwd         1:4.4-4.1    armel        change and administer password an
ii  patch          2.7.5-1+b2   armel        Apply a diff file to an original
ii  perl           5.24.1-3+deb armel        Larry Wall's Practical Extraction
ii  perl-base      5.24.1-3+deb armel        minimal Perl system
ii  perl-modules-5 5.24.1-3+deb all          Core Perl modules
ii  pkg-config     0.29-4+b1    armel        manage compile and link flags for
ii  procps         2:3.3.12-3   armel        /proc file system utilities
ii  re2c           0.16-2       armel        tool for generating fast C-based
ii  sed            4.4-1        armel        GNU stream editor for filtering/t
ii  sensible-utils 0.0.9        all          Utilities for sensible alternativ
ii  sysvinit-utils 2.88dsf-59.9 armel        System-V-like utilities
ii  tar            1.29b-1.1    armel        GNU version of the tar archiving
ii  tcpd           7.6.q-26     armel        Wietse Venema's TCP wrapper utili
ii  tzdata         2017c-0+deb9 all          time zone and daylight-saving tim
ii  ucf            3.0036       all          Update Configuration File(s): pre
ii  util-linux     2.29.2-1     armel        miscellaneous system utilities
ii  va-driver-all: 1.7.3-2      armel        Video Acceleration (VA) API -- dr
ii  vdpau-driver-a 1.1.1-6      armel        Video Decode and Presentation API
ii  x11-common     1:7.7+19     all          X Window System (X.Org) infrastru
ii  xkb-data       2.19-1+deb9u all          X Keyboard Extension (XKB) config
ii  xz-utils       5.2.2-1.2+b1 armel        XZ-format compression utilities
ii  zlib1g:armel   1:1.2.8.dfsg armel        compression library - runtime
ii  zlib1g-dev:arm 1:1.2.8.dfsg armel        compression library - development
<!-- gh-comment-id:396084754 --> @bovepm commented on GitHub (Jun 10, 2018): same here: - koel release 3.7.2 - mysqld Ver 10.0.32-MariaDB-0+deb8u1 for debian-linux-gnueabihf on armv8l ((Raspbian)) - Apache/2.4.25 (Debian) - running on rpi 3 with docker containers (0xcaff/koel and jsurf/rpi-mariadb) ``` Koel syncing started. In Connection.php line 647: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam i Sound Machine' for key 'artists_name_unique' (SQL: insert into `artists` (`name`, `updated_at`, `created_at`) values (Miami Sound Machine, 2018-06-0 9 21:39:17, 2018-06-09 21:39:17)) In PDOStatement.php line 107: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam i Sound Machine' for key 'artists_name_unique' In PDOStatement.php line 105: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'Miam i Sound Machine' for key 'artists_name_unique' ``` Output `dpkg -l ` of 0xcaff/koel container ``` ii adduser 3.115 all add and remove users and groups ii apache2 2.4.25-3+deb armel Apache HTTP Server ii apache2-bin 2.4.25-3+deb armel Apache HTTP Server (modules and o ii apache2-data 2.4.25-3+deb all Apache HTTP Server (common files) ii apache2-utils 2.4.25-3+deb armel Apache HTTP Server (utility progr ii apt 1.4.8 armel commandline package manager ii autoconf 2.69-10 all automatic configure script builde ii base-files 9.9+deb9u3 armel Debian base system miscellaneous ii base-passwd 3.5.43 armel Debian base system master passwor ii bash 4.4-5 armel GNU Bourne Again SHell ii binutils 2.28-5 armel GNU assembler, linker and binary ii bsdutils 1:2.29.2-1 armel basic utilities from 4.4BSD-Lite ii bzip2 1.0.6-8.1 armel high-quality block-sorting file c ii ca-certificate 20161130+nmu all Common CA certificates ii coreutils 8.26-3 armel GNU core utilities ii cpp 4:6.3.0-4 armel GNU C preprocessor (cpp) ii cpp-6 6.3.0-18 armel GNU C preprocessor ii curl 7.52.1-5+deb armel command line tool for transferrin ii dash 0.5.8-2.4 armel POSIX-compliant shell ii dbus 1.10.26-0+de armel simple interprocess messaging sys ii debconf 1.5.61 all Debian configuration management s ii debian-archive 2017.5 all GnuPG archive keys of the Debian ii debianutils 4.8.1.1 armel Miscellaneous utilities specific ii diffutils 1:3.5-3 armel File comparison utilities ii dpkg 1.18.24 armel Debian package management system ii dpkg-dev 1.18.24 all Debian package development tools ii e2fslibs:armel 1.43.4-2 armel ext2/ext3/ext4 file system librar ii e2fsprogs 1.43.4-2 armel ext2/ext3/ext4 file system utilit ii ffmpeg 7:3.2.10-1~d armel Tools for transcoding, streaming ii file 1:5.30-1+deb armel Recognize the type of data in a f ii findutils 4.6.0+git+20 armel utilities for finding files--find ii fontconfig-con 2.11.0-6.7 all generic font configuration librar ii fonts-dejavu-c 2.37-1 all Vera font family derivate with ad ii g++ 4:6.3.0-4 armel GNU C++ compiler ii g++-6 6.3.0-18 armel GNU C++ compiler ii gcc 4:6.3.0-4 armel GNU C compiler ii gcc-6 6.3.0-18 armel GNU C compiler ii gcc-6-base:arm 6.3.0-18 armel GCC, the GNU Compiler Collection ii gpgv 2.1.18-8~deb armel GNU privacy guard - signature ver ii grep 2.27-2 armel GNU grep, egrep and fgrep ii gzip 1.6-5+b1 armel GNU compression utilities ii hostname 3.18+b1 armel utility to set/show the host name ii icu-devtools 57.1-6+deb9u armel Development utilities for Interna ii init-system-he 1.48 all helper tools for all init systems ii libaacs0:armel 0.8.1-2 armel free-and-libre implementation of ii libacl1:armel 2.2.52-3+b1 armel Access control list shared librar ii libapparmor1:a 2.11.0-3+deb armel changehat AppArmor library ii libapr1:armel 1.5.2-5 armel Apache Portable Runtime Library ii libaprutil1:ar 1.5.4-3 armel Apache Portable Runtime Utility L ii libaprutil1-db 1.5.4-3 armel Apache Portable Runtime Utility L ii libaprutil1-ld 1.5.4-3 armel Apache Portable Runtime Utility L ii libapt-pkg5.0: 1.4.8 armel package management runtime librar ii libargon2-0:ar 0~20160821-1 armel memory-hard hashing function - ru ii libasan3:armel 6.3.0-18 armel AddressSanitizer -- a fast memory ii libasound2:arm 1.1.3-5 armel shared library for ALSA applicati ii libasound2-dat 1.1.3-5 all Configuration files and profiles ii libass5:armel 1:0.13.4-2 armel library for SSA/ASS subtitles ren ii libasyncns0:ar 0.8-6 armel Asynchronous name service query l ii libatomic1:arm 6.3.0-18 armel support library providing __atomi ii libattr1:armel 1:2.4.47-2+b armel Extended attribute shared library ii libaudit-commo 1:2.6.7-2 all Dynamic library for security audi ii libaudit1:arme 1:2.6.7-2 armel Dynamic library for security audi ii libavc1394-0:a 0.5.4-4+b1 armel control IEEE 1394 audio/video dev ii libavcodec57:a 7:3.2.10-1~d armel FFmpeg library with de/encoders f ii libavdevice57: 7:3.2.10-1~d armel FFmpeg library for handling input ii libavfilter6:a 7:3.2.10-1~d armel FFmpeg library containing media f ii libavformat57: 7:3.2.10-1~d armel FFmpeg library with (de)muxers fo ii libavresample3 7:3.2.10-1~d armel FFmpeg compatibility library for ii libavutil55:ar 7:3.2.10-1~d armel FFmpeg library with functions for ii libbdplus0:arm 0.1.2-2 armel implementation of BD+ for reading ii libblkid1:arme 2.29.2-1 armel block device ID library ii libbluray1:arm 1:0.9.3-3 armel Blu-ray disc playback support lib ii libbs2b0:armel 3.1.0+dfsg-2 armel Bauer stereophonic-to-binaural DS ii libbsd0:armel 0.8.3-1 armel utility functions from BSD system ii libbz2-1.0:arm 1.0.6-8.1 armel high-quality block-sorting file c ii libc-bin 2.24-11+deb9 armel GNU C Library: Binaries ii libc-dev-bin 2.24-11+deb9 armel GNU C Library: Development binari ii libc6:armel 2.24-11+deb9 armel GNU C Library: Shared libraries ii libc6-dev:arme 2.24-11+deb9 armel GNU C Library: Development Librar ii libcaca0:armel 0.99.beta19- armel colour ASCII art library ii libcairo2:arme 1.14.8-1 armel Cairo 2D vector graphics library ii libcap-ng0:arm 0.7.7-3+b1 armel An alternate POSIX capabilities l ii libcap2:armel 1:2.25-1 armel POSIX 1003.1e capabilities (libra ii libcc1-0:armel 6.3.0-18 armel GCC cc1 plugin for GDB ii libcdio-cdda1: 0.83-4.3+b1 armel library to read and control digit ii libcdio-parano 0.83-4.3+b1 armel library to read digital audio CDs ii libcdio13:arme 0.83-4.3+b1 armel library to read and control CD-RO ii libchromaprint 1.4.2-1 armel audio fingerprint library ii libcomerr2:arm 1.43.4-2 armel common error description library ii libcurl3:armel 7.52.1-5+deb armel easy-to-use client-side URL trans ii libcurl4-opens 7.52.1-5+deb armel development files and documentati ii libdb5.3:armel 5.3.28-12+de armel Berkeley v5.3 Database Libraries ii libdbus-1-3:ar 1.10.26-0+de armel simple interprocess messaging sys ii libdc1394-22:a 2.2.5-1 armel high level programming interface ii libdebconfclie 0.227 armel Debian Configuration Management S ii libdpkg-perl 1.18.24 all Dpkg perl modules ii libdrm-freedre 2.4.74-1 armel Userspace interface to msm/kgsl k ii libdrm-nouveau 2.4.74-1 armel Userspace interface to nouveau-sp ii libdrm-radeon1 2.4.74-1 armel Userspace interface to radeon-spe ii libdrm2:armel 2.4.74-1 armel Userspace interface to kernel DRM ii libebur128-1:a 1.2.2-2 armel implementation of the EBU R128 lo ii libedit2:armel 3.1-20160903 armel BSD editline and history librarie ii libegl1-mesa:a 13.0.6-1+b2 armel free implementation of the EGL AP ii libexpat1:arme 2.2.0-2+deb9 armel XML parsing C library - runtime l ii libfdisk1:arme 2.29.2-1 armel fdisk partitioning library ii libffi6:armel 3.2.1-6 armel Foreign Function Interface librar ii libfftw3-doubl 3.3.5-3 armel Library for computing Fast Fourie ii libflac8:armel 1.3.2-1 armel Free Lossless Audio Codec - runti ii libflite1:arme 2.0.0-releas armel Small run-time speech synthesis e ii libfontconfig1 2.11.0-6.7+b armel generic font configuration librar ii libfreetype6:a 2.6.3-3.2 armel FreeType 2 font engine, shared li ii libfribidi0:ar 0.19.7-1+b1 armel Free Implementation of the Unicod ii libgbm1:armel 13.0.6-1+b2 armel generic buffer management API -- ii libgcc-6-dev:a 6.3.0-18 armel GCC support library (development ii libgcc1:armel 1:6.3.0-18 armel GCC support library ii libgcrypt20:ar 1.7.6-2+deb9 armel LGPL Crypto library - runtime lib ii libgdbm3:armel 1.8.3-14 armel GNU dbm database routines (runtim ii libgl1-mesa-dr 13.0.6-1+b2 armel free implementation of the OpenGL ii libgl1-mesa-gl 13.0.6-1+b2 armel free implementation of the OpenGL ii libglapi-mesa: 13.0.6-1+b2 armel free implementation of the GL API ii libglib2.0-0:a 2.50.3-2 armel GLib library of C routines ii libgme0:armel 0.6.0-4 armel Playback library for video game m ii libgmp10:armel 2:6.1.2+dfsg armel Multiprecision arithmetic library ii libgnutls30:ar 3.5.8-5+deb9 armel GNU TLS library - main runtime li ii libgomp1:armel 6.3.0-18 armel GCC OpenMP (GOMP) support library ii libgpg-error0: 1.26-2 armel library for common error values a ii libgraphite2-3 1.3.10-1 armel Font rendering engine for Complex ii libgsm1:armel 1.0.13-4+b2 armel Shared libraries for GSM speech c ii libgssapi-krb5 1.15-1+deb9u armel MIT Kerberos runtime libraries - ii libharfbuzz0b: 1.4.2-1 armel OpenType text shaping engine (sha ii libhogweed4:ar 3.3-1+b2 armel low level cryptographic library ( ii libice6:armel 2:1.0.9-2 armel X11 Inter-Client Exchange library ii libicu-dev 57.1-6+deb9u armel Development files for Internation ii libicu57:armel 57.1-6+deb9u armel International Components for Unic ii libidn11:armel 1.33-1 armel GNU Libidn library, implementatio ii libidn2-0:arme 0.16-1+deb9u armel Internationalized domain names (I ii libiec61883-0: 1.2.0-2 armel partial implementation of IEC 618 ii libisl15:armel 0.18-1 armel manipulating sets and relations o ii libjack-jackd2 1.9.10+20150 armel JACK Audio Connection Kit (librar ii libk5crypto3:a 1.15-1+deb9u armel MIT Kerberos runtime libraries - ii libkeyutils1:a 1.5.9-9 armel Linux Key Management Utilities (l ii libkrb5-3:arme 1.15-1+deb9u armel MIT Kerberos runtime libraries ii libkrb5support 1.15-1+deb9u armel MIT Kerberos runtime libraries - ii libldap-2.4-2: 2.4.44+dfsg- armel OpenLDAP libraries ii libldap-common 2.4.44+dfsg- all OpenLDAP common files for librari ii liblua5.2-0:ar 5.2.4-1.1+b2 armel Shared library for the Lua interp ii liblz4-1:armel 0.0~r131-2+b armel Fast LZ compression algorithm lib ii liblzma5:armel 5.2.2-1.2+b1 armel XZ-format compression library ii libmagic-mgc 1:5.30-1+deb armel File type determination library u ii libmagic1:arme 1:5.30-1+deb armel Recognize the type of data in a f ii libmount1:arme 2.29.2-1 armel device mounting library ii libmp3lame0:ar 3.99.5+repac armel MP3 encoding library ii libmpc3:armel 1.0.3-1+b2 armel multiple precision complex floati ii libmpfr4:armel 3.1.5-1 armel multiple precision floating-point ii libmpg123-0:ar 1.23.8-1+b1 armel MPEG layer 1/2/3 audio decoder (s ii libncurses5:ar 6.0+20161126 armel shared libraries for terminal han ii libncursesw5:a 6.0+20161126 armel shared libraries for terminal han ii libnettle6:arm 3.3-1+b2 armel low level cryptographic library ( ii libnghttp2-14: 1.18.1-1 armel library implementing HTTP/2 proto ii libogg0:armel 1.3.2-1 armel Ogg bitstream library ii libopenal-data 1:1.17.2-4 all Software implementation of the Op ii libopenal1:arm 1:1.17.2-4+b armel Software implementation of the Op ii libopencv-core 2.4.9.1+dfsg armel computer vision core library ii libopencv-imgp 2.4.9.1+dfsg armel computer vision Image Processing ii libopenjp2-7:a 2.1.2-1.1+de armel JPEG 2000 image compression/decom ii libopenmpt0:ar 0.2.7386~bet armel module music library based on Ope ii libopus0:armel 1.2~alpha2-1 armel Opus codec runtime library ii libp11-kit0:ar 0.23.3-2 armel library for loading and coordinat ii libpam-modules 1.1.8-3.6 armel Pluggable Authentication Modules ii libpam-modules 1.1.8-3.6 armel Pluggable Authentication Modules ii libpam-runtime 1.1.8-3.6 all Runtime support for the PAM libra ii libpam0g:armel 1.1.8-3.6 armel Pluggable Authentication Modules ii libpcre3:armel 2:8.39-3 armel Old Perl 5 Compatible Regular Exp ii libperl5.24:ar 5.24.1-3+deb armel shared Perl library ii libpgm-5.2-0:a 5.2.122~dfsg armel OpenPGM shared library ii libpixman-1-0: 0.34.0-1 armel pixel-manipulation library for X ii libpng16-16:ar 1.6.28-1 armel PNG library - runtime (version 1. ii libpostproc54: 7:3.2.10-1~d armel FFmpeg library for post processin ii libprocps6:arm 2:3.3.12-3 armel library for accessing process inf ii libpsl5:armel 0.17.0-3 armel Library for Public Suffix List (s ii libpulse0:arme 10.0-1+deb9u armel PulseAudio client libraries ii libraw1394-11: 2.1.2-1+b1 armel library for direct access to IEEE ii librtmp1:armel 2.4+20151223 armel toolkit for RTMP streams (shared ii librubberband2 1.8.1-7 armel audio time-stretching and pitch-s ii libsamplerate0 0.1.8-8+b2 armel Audio sample rate conversion libr ii libsasl2-2:arm 2.1.27~101-g armel Cyrus SASL - authentication abstr ii libsasl2-modul 2.1.27~101-g armel Cyrus SASL - pluggable authentica ii libsdl2-2.0-0: 2.0.5+dfsg1- armel Simple DirectMedia Layer ii libselinux1:ar 2.6-3+b3 armel SELinux runtime shared libraries ii libsemanage-co 2.6-2 all Common files for SELinux policy m ii libsemanage1:a 2.6-2 armel SELinux policy management library ii libsensors4:ar 1:3.4.0-4 armel library to read temperature/volta ii libsepol1:arme 2.6-2 armel SELinux library for manipulating ii libshine3:arme 3.1.0-5 armel Fixed-point MP3 encoding library ii libsigsegv2:ar 2.10-5 armel Library for handling page faults ii libslang2:arme 2.3.1-5 armel S-Lang programming library - runt ii libsm6:armel 2:1.2.2-1+b3 armel X11 Session Management library ii libsmartcols1: 2.29.2-1 armel smart column output alignment lib ii libsnappy1v5:a 1.1.3-3 armel fast compression/decompression li ii libsndfile1:ar 1.0.27-3 armel Library for reading/writing audio ii libsndio6.1:ar 1.1.0-3 armel Small audio and MIDI framework fr ii libsodium18:ar 1.0.11-2 armel Network communication, cryptograp ii libsoxr0:armel 0.1.2-2 armel High quality 1D sample-rate conve ii libspeex1:arme 1.2~rc1.2-1+ armel The Speex codec runtime library ii libsqlite3-0:a 3.16.2-5+deb armel SQLite 3 shared library ii libss2:armel 1.43.4-2 armel command-line interface parsing li ii libssh-gcrypt- 0.7.3-2 armel tiny C SSH library (gcrypt flavor ii libssh2-1:arme 1.7.0-1 armel SSH2 client-side library ii libssl1.0.2:ar 1.0.2l-2+deb armel Secure Sockets Layer toolkit - sh ii libssl1.1:arme 1.1.0f-3+deb armel Secure Sockets Layer toolkit - sh ii libstdc++-6-de 6.3.0-18 armel GNU Standard C++ Library v3 (deve ii libstdc++6:arm 6.3.0-18 armel GNU Standard C++ Library v3 ii libswresample2 7:3.2.10-1~d armel FFmpeg library for audio resampli ii libswscale4:ar 7:3.2.10-1~d armel FFmpeg library for image scaling ii libsystemd0:ar 232-25+deb9u armel systemd utility library ii libtasn1-6:arm 4.10-1.1 armel Manage ASN.1 structures (runtime) ii libtheora0:arm 1.1.1+dfsg.1 armel Theora Video Compression Codec ii libtinfo5:arme 6.0+20161126 armel shared low-level terminfo library ii libtwolame0:ar 0.3.13-2 armel MPEG Audio Layer 2 encoding libra ii libtxc-dxtn-s2 1.0+git20151 armel Texture compression library for M ii libubsan0:arme 6.3.0-18 armel UBSan -- undefined behaviour sani ii libudev1:armel 232-25+deb9u armel libudev shared library ii libunistring0: 0.9.6+really armel Unicode string library for C ii libusb-1.0-0:a 2:1.0.21-1 armel userspace USB programming library ii libustr-1.0-1: 1.0.4-6 armel Micro string library: shared libr ii libuuid1:armel 2.29.2-1 armel Universally Unique ID library ii libva-drm1:arm 1.7.3-2 armel Video Acceleration (VA) API for L ii libva-x11-1:ar 1.7.3-2 armel Video Acceleration (VA) API for L ii libva1:armel 1.7.3-2 armel Video Acceleration (VA) API for L ii libvdpau-va-gl 0.4.2-1 armel VDPAU driver with OpenGL/VAAPI ba ii libvdpau1:arme 1.1.1-6 armel Video Decode and Presentation API ii libvorbis0a:ar 1.3.5-4+deb9 armel decoder library for Vorbis Genera ii libvorbisenc2: 1.3.5-4+deb9 armel encoder library for Vorbis Genera ii libvorbisfile3 1.3.5-4+deb9 armel high-level API for Vorbis General ii libvpx4:armel 1.6.1-3+deb9 armel VP8 and VP9 video codec (shared l ii libwavpack1:ar 5.0.0-2+deb9 armel audio codec (lossy and lossless) ii libwayland-cli 1.12.0-1 armel wayland compositor infrastructure ii libwayland-cur 1.12.0-1 armel wayland compositor infrastructure ii libwayland-egl 13.0.6-1+b2 armel implementation of the Wayland EGL ii libwayland-ser 1.12.0-1 armel wayland compositor infrastructure ii libwebp6:armel 0.5.2-1 armel Lossy compression of digital phot ii libwebpmux2:ar 0.5.2-1 armel Lossy compression of digital phot ii libwrap0:armel 7.6.q-26 armel Wietse Venema's TCP wrappers libr ii libx11-6:armel 2:1.6.4-3 armel X11 client-side library ii libx11-data 2:1.6.4-3 all X11 client-side library ii libx11-xcb1:ar 2:1.6.4-3 armel Xlib/XCB interface library ii libx264-148:ar 2:0.148.2748 armel x264 video coding library ii libx265-95:arm 2.1-2+b2 armel H.265/HEVC video stream encoder ( ii libxau6:armel 1:1.0.8-1 armel X11 authorisation library ii libxcb-dri2-0: 1.12-1 armel X C Binding, dri2 extension ii libxcb-dri3-0: 1.12-1 armel X C Binding, dri3 extension ii libxcb-glx0:ar 1.12-1 armel X C Binding, glx extension ii libxcb-present 1.12-1 armel X C Binding, present extension ii libxcb-render0 1.12-1 armel X C Binding, render extension ii libxcb-shape0: 1.12-1 armel X C Binding, shape extension ii libxcb-shm0:ar 1.12-1 armel X C Binding, shm extension ii libxcb-sync1:a 1.12-1 armel X C Binding, sync extension ii libxcb-xfixes0 1.12-1 armel X C Binding, xfixes extension ii libxcb1:armel 1.12-1 armel X C Binding ii libxcursor1:ar 1:1.1.14-1+d armel X cursor management library ii libxdamage1:ar 1:1.1.4-2+b3 armel X11 damaged region extension libr ii libxdmcp6:arme 1:1.1.2-3 armel X11 Display Manager Control Proto ii libxext6:armel 2:1.3.3-1+b2 armel X11 miscellaneous extension libra ii libxfixes3:arm 1:5.0.3-1 armel X11 miscellaneous 'fixes' extensi ii libxi6:armel 2:1.7.9-1 armel X11 Input extension library ii libxinerama1:a 2:1.1.3-1+b3 armel X11 Xinerama extension library ii libxkbcommon0: 0.7.1-2~deb9 armel library interface to the XKB comp ii libxml2:armel 2.9.4+dfsg1- armel GNOME XML library ii libxml2-dev:ar 2.9.4+dfsg1- armel Development files for the GNOME X ii libxrandr2:arm 2:1.5.1-1 armel X11 RandR extension library ii libxrender1:ar 1:0.9.10-1 armel X Rendering Extension client libr ii libxshmfence1: 1.2-1+b2 armel X shared memory fences - shared l ii libxss1:armel 1:1.2.2-1 armel X11 Screen Saver extension librar ii libxtst6:armel 2:1.2.3-1 armel X11 Testing -- Record extension l ii libxv1:armel 2:1.0.11-1 armel X11 Video extension library ii libxvidcore4:a 2:1.3.4-1+b2 armel Open source MPEG-4 video codec (l ii libxxf86vm1:ar 1:1.1.4-1+b2 armel X11 XFree86 video mode extension ii libzmq5:armel 4.2.1-4 armel lightweight messaging kernel (sha ii libzvbi-common 0.2.35-13 all Vertical Blanking Interval decode ii libzvbi0:armel 0.2.35-13 armel Vertical Blanking Interval decode ii linux-libc-dev 4.9.65-3+deb armel Linux support headers for userspa ii login 1:4.4-4.1 armel system login tools ii lsb-base 9.20161125 all Linux Standard Base init script f ii m4 1.4.18-1 armel macro processing language ii make 4.1-9.1 armel utility for directing compilation ii mawk 1.3.3-17+b3 armel a pattern scanning and text proce ii mesa-va-driver 13.0.6-1+b2 armel Mesa VA-API video acceleration dr ii mesa-vdpau-dri 13.0.6-1+b2 armel Mesa VDPAU video acceleration dri ii mime-support 3.60 all MIME files 'mime.types' & 'mailca ii mount 2.29.2-1 armel tools for mounting and manipulati ii multiarch-supp 2.24-11+deb9 armel Transitional package to ensure mu ii ncurses-base 6.0+20161126 all basic terminal type definitions ii ncurses-bin 6.0+20161126 armel terminal-related programs and man ii openssl 1.1.0f-3+deb armel Secure Sockets Layer toolkit - cr ii passwd 1:4.4-4.1 armel change and administer password an ii patch 2.7.5-1+b2 armel Apply a diff file to an original ii perl 5.24.1-3+deb armel Larry Wall's Practical Extraction ii perl-base 5.24.1-3+deb armel minimal Perl system ii perl-modules-5 5.24.1-3+deb all Core Perl modules ii pkg-config 0.29-4+b1 armel manage compile and link flags for ii procps 2:3.3.12-3 armel /proc file system utilities ii re2c 0.16-2 armel tool for generating fast C-based ii sed 4.4-1 armel GNU stream editor for filtering/t ii sensible-utils 0.0.9 all Utilities for sensible alternativ ii sysvinit-utils 2.88dsf-59.9 armel System-V-like utilities ii tar 1.29b-1.1 armel GNU version of the tar archiving ii tcpd 7.6.q-26 armel Wietse Venema's TCP wrapper utili ii tzdata 2017c-0+deb9 all time zone and daylight-saving tim ii ucf 3.0036 all Update Configuration File(s): pre ii util-linux 2.29.2-1 armel miscellaneous system utilities ii va-driver-all: 1.7.3-2 armel Video Acceleration (VA) API -- dr ii vdpau-driver-a 1.1.1-6 armel Video Decode and Presentation API ii x11-common 1:7.7+19 all X Window System (X.Org) infrastru ii xkb-data 2.19-1+deb9u all X Keyboard Extension (XKB) config ii xz-utils 5.2.2-1.2+b1 armel XZ-format compression utilities ii zlib1g:armel 1:1.2.8.dfsg armel compression library - runtime ii zlib1g-dev:arm 1:1.2.8.dfsg armel compression library - development ```
Author
Owner

@BrookeDot commented on GitHub (Apr 22, 2020):

I'm closing this as a duplicate of #879 (although yes I know this one was first).

<!-- gh-comment-id:617598352 --> @BrookeDot commented on GitHub (Apr 22, 2020): I'm closing this as a duplicate of #879 (although yes I know this one was first).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#541
No description provided.