Package Details: vapoursynth-editor r19_mod_6.8-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-editor.git (read-only, click to copy)
Package Base: vapoursynth-editor
Description: Editor for VapourSynth scripts
Upstream URL: https://github.com/YomikoR/VapourSynth-Editor
Licenses: CC-BY-2.5 AND CC-BY-3.0 AND CC-BY-4.0 AND MIT
Submitter: alucryd
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 15
Popularity: 0.000137
First Submitted: 2014-08-21 20:02 (UTC)
Last Updated: 2024-07-14 12:45 (UTC)

Latest Comments

1 2 Next › Last »

Rus commented on 2024-07-31 21:59 (UTC)

compiled and works without problems

but other necessary VS software does not compile because of ffmpeg7 (or other updates) >_<

Nocifer commented on 2024-07-20 16:06 (UTC)

When building in a chroot for testing purposes I too encountered a similar issue and my build also failed, but when I tried to reproduce it in my normal environment it built successfully, and then when I tried once more in a chroot it again built successfully.

This has been an issue for some time now (see the previous comments) and as it is rather intermittent, I've concluded that it's probably a bug in the upstream code itself (or maybe in Qt 6.7) that makes the linker fail.

My advice to you: try rebuilding the package a few times, and at some point it will probably succeed. And if you happen to find a solution, or even a hint to a possible solution, please do share it here.

Fifis commented on 2024-07-20 08:30 (UTC)

This fails on my machine:

/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::~EncodeDialog()':
encode_dialog.cpp:(.text+0x177): undefined reference to `vtable for EncodeDialog'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::~EncodeDialog()':
encode_dialog.cpp:(.text+0x237): undefined reference to `vtable for EncodeDialog'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `non-virtual thunk to EncodeDialog::~EncodeDialog()':
encode_dialog.cpp:(.text+0x307): undefined reference to `vtable for EncodeDialog'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `non-virtual thunk to EncodeDialog::~EncodeDialog()':
encode_dialog.cpp:(.text+0x3d8): undefined reference to `vtable for EncodeDialog'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::slotStartEncodeButtonPressed()':
encode_dialog.cpp:(.text+0x7d4): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::slotJobProgressChanged()':
encode_dialog.cpp:(.text+0x930): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: encode_dialog.cpp:(.text+0xa5b): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: encode_dialog.cpp:(.text+0xc2f): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::initialize(QString const&, QString const&)':
encode_dialog.cpp:(.text+0x10cb): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o:encode_dialog.cpp:(.text+0x1148): more undefined references to `EncodeDialog::staticMetaObject' follow
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::slotWriteLogMessage(QString const&, QString const&)':
encode_dialog.cpp:(.text+0x14ba): undefined reference to `EncodeDialog::signalWriteLogMessage(QString const&, QString const&)'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::slotEncodingPresetComboBoxActivated(QString const&)':
encode_dialog.cpp:(.text+0x1860): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: encode_dialog.cpp:(.text+0x19f3): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::setUpEncodingPresets()':
encode_dialog.cpp:(.text+0x1d35): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: encode_dialog.cpp:(.text+0x1dbc): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::slotEncodingPresetSaveButtonPressed()':
encode_dialog.cpp:(.text+0x2116): undefined reference to `EncodeDialog::staticMetaObject'
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o:encode_dialog.cpp:(.text+0x2366): more undefined references to `EncodeDialog::staticMetaObject' follow
/usr/bin/ld: ../../vsedit/generated/obj-release-64bit-gcc/encode_dialog.o: in function `EncodeDialog::EncodeDialog(SettingsManager*, VSScriptLibrary*, QWidget*)':
encode_dialog.cpp:(.text+0x356f): undefined reference to `vtable for EncodeDialog'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:611: ../../build/release-64bit-gcc/vsedit] Error 1

Recently, I found out painfully that some parallel stuff (like libcuba for scientific computations) fails at the linking stage if the number of cores exceeds 7. However, here it does not seem to be the problem because the -git version compiles with the same makepkg.config without a hindrance. It is either the PKGBUILD or some GitHub-exclusive changes that seem to matter here.

Nocifer commented on 2024-04-13 10:02 (UTC)

@Rus The package builds fine on my end so this is either a configuration error/incompatibility on your system's part, or an upstream bug. Given the nature of the error, and adding @damian101's errors to the mix (which I at first suspected to be due to LTO, but it turns out the errors can also manifest with LTO disabled) I suspect it's probably an upstream bug. But if I were you I'd still try building in a clean chroot (if you haven't done so already) in order to completely rule out configuration errors/incompatibilities.

Rus commented on 2024-04-12 23:17 (UTC)

«VSC_TRANSFER_ST428» was not declared in this scope; did you mean «VSC_TRANSFER_ST2084»? <brace-enclosed initializer list>

Nocifer commented on 2024-03-28 11:39 (UTC) (edited on 2024-03-28 11:58 (UTC) by Nocifer)

Hmm, it's kind of weird because I just got a different but similar linker error when I tried to rebuild and reproduce your error:

undefined reference to `p2p::packed_to_planar<p2p::packed_v210_be>`

But I unintentionally discarded the failed build log before I read it thoroughly, so without changing anything in the PKGBUILD I tried to rebuild a second time, and this time there were no errors and the build completed successfully; and from then on it keeps building as successfully as ever. So... maybe try rebuilding and see if the issue has fixed itself automagically on your end as well?

EDIT: Just got another linker error which again went away after one rebuild. If I had to guess, I'd say it's an incompatibility with LTO.

damian101 commented on 2024-03-28 08:14 (UTC)

Doesn't compile:

/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0x39): undefined reference to `scroll_navigator.cpp.393d9aff'
/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0x54): undefined reference to `scroll_navigator.cpp.393d9aff'
/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0x7c): undefined reference to `scroll_navigator.cpp.393d9aff'
/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0x97): undefined reference to `scroll_navigator.cpp.393d9aff'
/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0xa4): undefined reference to `scroll_navigator.cpp.393d9aff'
/usr/bin/ld: /tmp/ccMcuuYK.ltrans6.ltrans.o:(.debug_info+0xbe): more undefined references to `scroll_navigator.cpp.393d9aff' follow
g++ -c -pipe -O2 -fexpensive-optimizations -funit-at-a-time -std=c++17 -Wall -Wextra -Wredundant-decls -Wshadow -pedantic -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/damian101/.cache/yay/vapoursynth-editor-git/src=/usr/src/debug/vapoursynth-editor-git -flto=auto -mno-direct-extern-access -D_REENTRANT -Wall -Wextra -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_CORE5COMPAT_LIB -DQT_CORE_LIB -I. -I/usr/include/qt6 -I/usr/include/qt6/QtWidgets -I/usr/include/qt6/QtGui -I/usr/include/qt6/QtWebSockets -I/usr/include/qt6/QtNetwork -I/usr/include/qt6/QtCore5Compat -I/usr/include/qt6/QtCore -I../../vsedit-job-server-watcher/generated/moc -I../../vsedit-job-server-watcher/generated/ui -I/usr/lib/qt6/mkspecs/linux-g++ -o ../../vsedit-job-server-watcher/generated/obj-release-64bit-gcc/moc_connect_to_server_dialog.o ../../vsedit-job-server-watcher/generated/moc/moc_connect_to_server_dialog.cpp
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:566: ../../build/release-64bit-gcc/vsedit] Error 1
make[1]: Leaving directory '/home/damian101/.cache/yay/vapoursynth-editor-git/src/vapoursynth-editor/pro/vsedit'
make: *** [Makefile:50: sub-vsedit-vsedit-pro-make_first] Error 2

limokig421 commented on 2022-03-27 07:20 (UTC)

okey never mind, I just tried one of the other vsedit aur packages available: https://aur.archlinux.org/packages/vapoursynth-editor-git and that worked out of the box :)

limokig421 commented on 2022-03-27 07:18 (UTC)

Seems this doesn't work with current Vapoursynth versions, ran into this error: https://github.com/vapoursynth/vapoursynth/issues/845

User @DeadNews suggested to switch to fork https://github.com/YomikoR/VapourSynth-Editor which he says works with APIv4 which seems to be a must have for current versions.

Is there a ready AUR package for that (or a similar) fork or some easy to use instructions how to adapt the build script of this package to do that myself on the fly?

Win8Error commented on 2021-11-13 20:27 (UTC)

@compiler1413 Thank you!!! Your PKGBUILD works fine! :)