View Issue Details

IDProjectCategoryView StatusLast Update
0000091Cinelerra-GGBugpublic2019-01-04 05:33
Reporterdz Assigned ToPhyllisSmith  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionno change required 
Platformamd64OSArchOS VersionRolling
Product Version2018-11 
Summary0000091: Missing dependencies on archlinux
DescriptionInstalls on a fresh archlinux installation, but fails to open giving the following errors:

cin: error while loading shared libraries: libdv.so.4: cannot open shared object file: No such file or directory
cin: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

Running `$pacman -S libdv numactl` solves the issue.
Steps To Reproduce#pacman -S cin
cin
TagsCrash

Activities

PhyllisSmith

2018-12-31 15:43

manager   ~0000452

Thank you for the update AND the solution! as this is very relevant to many Arch users.
There is a file which covers the install and dependency needs for ARCH that frequently needs updating. It is at:
   https://www.cinelerra-gg.org/download/pkgs/README.arch

It does now include numactl and so when something changes and it needs more, please continue to notify via MantisBT so we can keep up with all of the various distro requirements.

Currently, it has the following:
# If you want to build Cinelerra 5.1 from the source git repository, be sure to have the following installed:
# Updated 7/1/2018
pacman -Fy
pacman --noconfirm -S xorg-server xorg-xinit xorg-twm xorg-xclock xterm
pacman --noconfirm -S mesa xf86-video-vesa xf86-input-synaptics
pacman --noconfirm -S gnome gnome-extra gnome-tweak-tool
pacman --noconfirm -S alsa-utils pulseaudio
pacman --noconfirm -S base-devel nasm yasm cmake gdb
pacman --noconfirm -S libxml2 perl-xml-libxml perl-xml-parser
pacman --noconfirm -S inkscape dvdauthor udftools
pacman --noconfirm -S vim xorg-fonts-misc xorg-xrandr
# If you want to use kde instead of gnome as above, you must also install libdv
# pacman --noconfirm -S kde libdv
#
# The PKG build requires that the following packages are already installed.
pacman -S \
 alsa-lib atk bzip2 cairo expat fftw flac fontconfig \
 freetype2 fribidi gcc-libs gdk-pixbuf2 glib2 glibc \
 glu graphite gtk2 harfbuzz libavc1394 libdatrie \
 libdv libffi libglvnd libiec61883 libjpeg-turbo \
 libogg libpng libraw1394 libsndfile libthai \
 libtheora libtiff libutil-linux libvdpau libvorbis \
 libvpx libx11 libxau libxcb libxcomposite libxcursor \
 libxdamage libxdmcp libxext libxfixes libxft libxi \
 libxinerama libxrandr libxrender libxv numactl opus \
 pango pcre pixman xz zlib xorg-server libva \
 xorg-fonts-misc ttf-dejavu inkscape dvdauthor udftools

Issue History

Date Modified Username Field Change
2018-12-31 14:14 dz New Issue
2018-12-31 14:14 dz Tag Attached: Crash
2018-12-31 15:43 PhyllisSmith Assigned To => PhyllisSmith
2018-12-31 15:43 PhyllisSmith Status new => resolved
2018-12-31 15:43 PhyllisSmith Resolution open => no change required
2018-12-31 15:43 PhyllisSmith Note Added: 0000452
2019-01-04 05:33 PhyllisSmith Status resolved => closed