I can not figure out why, use system openexr instead.
Search Criteria
Package Details: cinelerra-gg-git 2023.03.r3.g3a4fc0d9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cinelerra-gg-git.git (read-only, click to copy) |
---|---|
Package Base: | cinelerra-gg-git |
Description: | Professional video editing and compositing environment |
Upstream URL: | https://www.cinelerra-gg.org |
Licenses: | GPL2 |
Conflicts: | cin, cinelerra-gg |
Provides: | cinelerra-gg |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 13 |
Popularity: | 0.009418 |
First Submitted: | 2020-08-18 12:52 (UTC) |
Last Updated: | 2023-04-07 22:00 (UTC) |
Dependencies (33)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- dav1d (dav1d-gitAUR)
- fftw
- flac (flac-gitAUR)
- glu (glu-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libavc1394
- libdv
- libiec61883
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libtheora (libtheora-gitAUR)
- libusb (libusb-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libwebp (libwebp-gitAUR)
- libxv
- numactl (numactl-gitAUR)
- Show 13 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
pingplug commented on 2017-08-07 03:04 (UTC)
berilac commented on 2017-08-06 09:37 (UTC)
Please ignore my previous comment - I had missed some key points.
I realise now that '-lpthread' is of course not involved at all.
The last lines during compile leading to the error that I faced are at the bottom.
I believe it means that '-lhalf' (perhaps) is either not written in the correct order for compiler, or perhaps is not included at all.
However, I do not know where to make/test the necessary edit - in the Makefile perhaps?
Or is it perhaps solely an issue contained within "libIlmImf.a(ImfDwaCompressor.o)", which is part of third party openexr?
This is already an object so I guess if this is where the problem lies, I can not make the necessary changes to correct it.
Sorry for the lengthy text...
[code]
g++ `cat x86_64/c_flags` -O4 -DNODEPS -DLOCALTIME \
-Wno-misleading-indentation -Wno-sign-compare -Wno-narrowing dcraw.C -c -o x86_64/dcraw.o
cd x86_64 && \
/home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../guicast/x86_64/bootstrap theme_data.o /home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../cinelerra/data/mode_*.png
No such file or directory while opening /home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../cinelerra/data/mode_*.png
g++ `cat x86_64/c_flags` -c cutads.C -o x86_64/cutads.o
g++ `cat x86_64/c_flags` -c bdwrite.C -o x86_64/bdwrite.o
g++ -o x86_64/cutads x86_64/cutads.o x86_64/mediadb.o x86_64/filexml.o
objcopy --only-keep-debug x86_64/cutads x86_64/cutads.debuginfo
strip x86_64/cutads
g++ -o x86_64/bdwrite x86_64/bdwrite.o
objcopy --only-keep-debug x86_64/bdwrite x86_64/bdwrite.debuginfo
strip x86_64/bdwrite
g++ -o /home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../bin/cinelerra-gg `cat x86_64/objs`
/usr/bin/ld: /home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../thirdparty/openexr-2.2.0/IlmImf/.libs/libIlmImf.a(ImfDwaCompressor.o): undefined reference to symbol '_ZN4half8_toFloatE'
/usr/lib/libHalf.so.12: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:414: /home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra/../bin/cinelerra-gg] Error 1
make[2]: Leaving directory '/home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1/cinelerra'
make[1]: *** [Makefile:471: all-recursive] Error 1
make[1]: Leaving directory '/home/***/.AUR/cin-git/src/cinelerra-gg/cinelerra-5.1'
make: *** [Makefile:427: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
[/code]
berilac commented on 2017-08-04 20:32 (UTC)
Getting an error involving:
usr/lib/libHalf.so.12: error adding symbols: DSO missing from command line
I believe it is this that is breaking the compile for me.
Any ideas how to rectify?
I am presently attempting an install using 'yaourt -G', etc - rather than an automated yaourt build, on the chance that I can find and edit the appropriate command to include '-lpthread' which may fix the issue (see https://stackoverflow.com/questions/19901934/strange-linking-error-dso-missing-from-command-line) but I am not greatly experienced with this.
Cheers
Pinned Comments