Package Details: vapoursynth-plugin-lc-git 1.1.g9cea098-4

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-lc-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-lc-git
Description: Plugin for Vapoursynth: lc (GIT version)
Upstream URL: https://github.com/MoePus/VapourSynth-LC
Keywords: vapoursynth
Licenses: GPL
Conflicts: vapoursynth-plugin-lc
Provides: vapoursynth-plugin-lc
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 0
Popularity: 0.000000
First Submitted: 2021-10-02 15:30 (UTC)
Last Updated: 2023-02-14 19:04 (UTC)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-02-14 22:15 (UTC)

Thanks, the fatal error: 'iostream' file not found-error is now gone.

Hoewever, it seems to use LLVM's clang, which accepts different CFLAGS/ CXXFLAGS/ LDFLAGS than gcc.

With unsetting those, I could now build, without unsetting, I get the error

make: Entering directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
clang++ -c -stdlib=libc++ -fPIC -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive  -I./LC -I/usr/include/vapoursynth  -o VSPlugin.o LC/VSPlugin.cpp
clang-15: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument]
clang++ -stdlib=libc++ -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o liblc.so VSPlugin.o
VSPlugin.o: file not recognized: file format not recognized
clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:3: all] Error 1
make: Leaving directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
CFLAGS="  -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC"
CXXFLAGS="-g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu"

Regards!

sl1pkn07 commented on 2023-02-14 18:57 (UTC) (edited on 2023-02-14 19:02 (UTC) by sl1pkn07)

EDIT: ooopsss. founded. is part of libc++ package. updating

greetings

dreieck commented on 2023-02-14 17:03 (UTC)

I also get this error ./LC/Helper.h:4:10: fatal error: 'iostream' file not found:

==> Starting build()...
make: Entering directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
clang++ -c -stdlib=libc++ -fPIC -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive  -I./LC -I/usr/include/vapoursynth  -o VSPlugin.o LC/VSPlugin.cpp
clang-15: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument]
In file included from LC/VSPlugin.cpp:1:
./LC/Helper.h:4:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
1 error generated.
make: *** [Makefile:2: all] Error 1
make: Leaving directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
==> ERROR: A failure occurred in build().

dreieck commented on 2023-02-14 17:03 (UTC)

I also get this error ./LC/Helper.h:4:10: fatal error: 'iostream' file not found:

==> Starting build()...
make: Entering directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
clang++ -c -stdlib=libc++ -fPIC -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fpermissive  -I./LC -I/usr/include/vapoursynth  -o VSPlugin.o LC/VSPlugin.cpp
clang-15: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument]
In file included from LC/VSPlugin.cpp:1:
./LC/Helper.h:4:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
1 error generated.
make: *** [Makefile:2: all] Error 1
make: Leaving directory '/home/[...]/.cache/yay/vapoursynth-plugin-lc-git/src/lc'
==> ERROR: A failure occurred in build().

Win8Error commented on 2022-10-15 19:51 (UTC)

Build still fails. I've tried it on my host and in a clean chroot. And yes i have base-devel installed.

==> Starting pkgver()...
==> Starting build()...
make: Entering directory '/build/vapoursynth-plugin-lc-git/src/lc'
clang++ -c -stdlib=libc++ -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -I./LC -I/usr/include/vapoursynth  -o VSPlugin.o LC/VSPlugin.cpp
In file included from LC/VSPlugin.cpp:1:
./LC/Helper.h:4:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
1 error generated.
make: *** [Makefile:2: all] Error 1
make: Leaving directory '/build/vapoursynth-plugin-lc-git/src/lc'
==> ERROR: A failure occurred in build().
    Aborting...

sl1pkn07 commented on 2021-12-23 22:18 (UTC)

strange. because iostream is part of gcc (base-devel)

Win8Error commented on 2021-12-23 22:00 (UTC)

Build failed

==> Starting prepare()...
==> Starting pkgver()...
==> Starting build()...
clang++ -c -fpermissive -stdlib=libc++ -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -I./LC -I/usr/include/vapoursynth  -o VSPlugin.o LC/VSPlugin.cpp
In file included from LC/VSPlugin.cpp:1:
./LC/Helper.h:4:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
1 error generated.
make: *** [Makefile:2: all] Error 1
==> ERROR: A failure occurred in build().
    Aborting...