Search Criteria
Package Details: waifu2x-converter-qt-git 1.1.0.9.g1e203ad-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waifu2x-converter-qt-git.git (read-only, click to copy) |
---|---|
Package Base: | waifu2x-converter-qt-git |
Description: | Qt frontend of waifu2x. (GIT version) |
Upstream URL: | https://github.com/khws4v1/waifu2x-converter-qt |
Licenses: | MIT |
Conflicts: | waifu2x-converter-qt |
Provides: | waifu2x-converter-qt |
Submitter: | maz-1 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-22 15:23 (UTC) |
Last Updated: | 2022-02-26 18:31 (UTC) |
Dependencies (4)
- libnotify (libnotify-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- waifu2x-converter-cppAUR (waifu2x-converter-cpp-cuda-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2023-06-01 11:30 (UTC)
It fails to me while linking:
↗ Upstream issue report.
ld
(GNU binutils) version: 2.40.0$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
When I remove
-flto -ffat-lto-objects
from the$CFLAGS
/$CXXFLAGS
build succeeds, but appending-fno-lto -fno-fat-lto-objects
to them does not help out.So you should write some
sed
script that parses the$CFLAGS
/$CXXFLAGS
environment variables and removes the LTO related options, if they are set viamakepkg.conf
.Regards!
idanka commented on 2022-10-16 19:06 (UTC) (edited on 2022-10-24 13:01 (UTC) by idanka)
GeForce® GTX 1650 OC 4G build error
https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/
NVIDIA Architecture Name: 1650 card Turing (sm_75) and not Kepler (sm_30 / sm_35 / sm_37)
https://www.nvidia.com/en-eu/geforce/graphics-cards/compare/?section=compare-16
artivision commented on 2021-03-08 17:49 (UTC)
Build problem.
-- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found git, set version to: v5.3.3 (makepkg-b45498b) -- System is: Linux (Linux) -- Looking for CL_VERSION_2_2 -- Looking for CL_VERSION_2_2 - found -- Found OpenCL: /usr/lib/libOpenCL.so (found version "2.2") -- Found OpenCV: /usr (found version "4.5.1") CUDA_TOOLKIT_ROOT_DIR not found or specified -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) -- CUDA not found. disabled. -- -- Config summary: -- OpenCV: 4.5.1 -- OpenCL: 2.2 -- CUDA: Not found -- Unicode: TRUE -- Installing models to: /usr/share/waifu2x-converter-cpp -- Not building test binaries -- Building for: Unix Makefiles-x86_64 -- -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp Scanning dependencies of target conv [ 4%] Building C object CMakeFiles/conv.dir/conv.c.o [ 9%] Linking C executable conv [ 9%] Built target conv Scanning dependencies of target gensrcs [ 14%] Generating modelHandler_OpenCL.cl.h [ 14%] Built target gensrcs Scanning dependencies of target w2xc [ 19%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler_avx.cpp.o [ 23%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler_fma.cpp.o [ 28%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler.cpp.o [ 33%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler_sse.cpp.o [ 38%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler_OpenCL.cpp.o c++: προειδοποίηση: ‘-pipe’ ignored because ‘-save-temps’ specified [ 42%] Building CXX object CMakeFiles/w2xc.dir/src/convertRoutine.cpp.o [ 47%] Building CXX object CMakeFiles/w2xc.dir/src/threadPool.cpp.o [ 52%] Building CXX object CMakeFiles/w2xc.dir/src/modelHandler_CUDA.cpp.o /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/threadPool.cpp: In function ‘void w2xc::notify_event(int)’: /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/threadPool.cpp:99:4: σφάλμα: ‘perror’ was not declared in this scope 99 | perror("write"); / ?? / | ^~~~~~ /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/threadPool.cpp: In function ‘void w2xc::wait_event(int)’: /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/threadPool.cpp:111:4: σφάλμα: ‘perror’ was not declared in this scope 111 | perror("read"); / ?? / | ^~~~~~ [ 57%] Building CXX object CMakeFiles/w2xc.dir/src/w2xconv.cpp.o make[2]: [CMakeFiles/w2xc.dir/build.make:160: CMakeFiles/w2xc.dir/src/threadPool.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp: In constructor ‘w2xc::Model::Model(FILE)’: /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp:1075:8: προειδοποίηση: ignoring return value of ‘size_t fread(void, size_t, size_t, FILE)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1075 | fread(&nInputPlanes, 4, 1, binfp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp:1076:8: προειδοποίηση: ignoring return value of ‘size_t fread(void, size_t, size_t, FILE)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1076 | fread(&nOutputPlanes, 4, 1, binfp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp:1096:12: προειδοποίηση: ignoring return value of ‘size_t fread(void, size_t, size_t, FILE)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1096 | fread(&v, 8, 1, binfp); | ~~~~~^~~~~~~~~~~~~~~~~ /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp:1108:9: προειδοποίηση: ignoring return value of ‘size_t fread(void, size_t, size_t, FILE)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1108 | fread(&v, 8, 1, binfp); | ~~~~~^~~~~~~~~~~~~~~~~ /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp: In static member function ‘static bool w2xc::modelUtility::generateModelFromJSON(const _tstring&, std::vector<std::unique_ptr\<w2xc::Model> >&)’: /var/tmp/pamac-build-jojo/waifu2x-converter-cpp/src/waifu2x-converter-cpp/src/modelHandler.cpp:1173:9: προειδοποίηση: ignoring return value of ‘size_t fread(void, size_t, size_t, FILE)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1173 | fread(&nModel, 4, 1, binfp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ make[1]: [CMakeFiles/Makefile2:155: CMakeFiles/w2xc.dir/all] Error 2 make: * [Makefile:160: all] Error 2
sl1pkn07 commented on 2016-01-31 11:25 (UTC)
sl1pkn07 commented on 2015-12-04 21:57 (UTC)
<deleted-account> commented on 2015-10-27 10:21 (UTC)