You are not logged in.

#1 2023-08-27 04:55:47

user76578
Member
Registered: 2023-08-27
Posts: 2

qt5-singlecoreapplication downloaded but still missing as a dependency

Trying to download epsonscan-2 from AUR (https://aur.archlinux.org/packages/epsonscan2) and included in the dependencies is qt5-singlecoreapplication. I git clone the package from the AUR and make the package. Try building epsonscan-2 and says it is still missing.
It seems that qt5-singlecoreapplication (https://aur.archlinux.org/packages/qt5- … pplication) downloaded as qt5-singleapplication and my system is not recognizing it as the dependency. How can i fix this? Thank you.

Offline

#2 2023-08-27 05:59:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: qt5-singlecoreapplication downloaded but still missing as a dependency

I git clone the package from the AUR and make the package. Try building epsonscan-2 and says it is still missing.

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

pacman -Qs qt5-singlecoreapplication

and post the actual output of the makepkg process(es)

Offline

#3 2023-08-27 08:22:17

user76578
Member
Registered: 2023-08-27
Posts: 2

Re: qt5-singlecoreapplication downloaded but still missing as a dependency

[Downloads/git]$ git clone https://aur.archlinux.org/qt5-singleapplication.git
Cloning into 'qt5-singleapplication'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 3), reused 15 (delta 3), pack-reused 0
Receiving objects: 100% (15/15), 8.64 KiB | 8.64 MiB/s, done.
Resolving deltas: 100% (3/3), done.



[qt5-singleapplication]$ makepkg
==> Making package: qt5-singleapplication 2.6_20170914-1 (Sun 27 Aug 2023 01:13:17 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading a8dda66d7738cde9042b87db27993f710ae3eeeb.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1378k    0 1378k    0     0  1094k      0 --:--:--  0:00:01 --:--:-- 1752k
  -> Found qtsingleapplication-build-qtsinglecoreapplication.patch
  -> Found qtsingleapplication-qupzilla.patch
  -> Found qtsingleapplication.prf
  -> Found qtsinglecoreapplication.prf
==> Validating source files with sha512sums...
    a8dda66d7738cde9042b87db27993f710ae3eeeb.tar.gz ... Skipped
    qtsingleapplication-build-qtsinglecoreapplication.patch ... Passed
    qtsingleapplication-qupzilla.patch ... Passed
    qtsingleapplication.prf ... Passed
    qtsinglecoreapplication.prf ... Passed
==> Extracting sources...
  -> Extracting a8dda66d7738cde9042b87db27993f710ae3eeeb.tar.gz with bsdtar
==> Starting prepare()...
patching file qtsingleapplication/buildlib/buildcorelib.pro
patching file qtsingleapplication/common.pri
patching file qtsingleapplication/qtsingleapplication.pro
patching file qtsingleapplication/QtSingleCoreApplication
patching file qtsingleapplication/src/qtsinglecoreapplication.pri
patching file qtsingleapplication/src/qtlocalpeer.cpp
patching file qtsingleapplication/src/qtlocalpeer.h
patching file qtsingleapplication/src/qtsingleapplication.cpp
patching file qtsingleapplication/src/qtsingleapplication.h
==> Starting build()...
Configuring to build this component as a dynamic library.

This component is now configured.

To build the component library (if requested) and example(s),
run qmake and your make command.

To remove or reconfigure, run make distclean.

Info: creating stash file /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/.qmake.stash
cd buildlib/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib/buildlib.pro ) && make -f Makefile
make[1]: Entering directory '/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib'
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qtsingleapplication.o ../src/qtsingleapplication.cpp
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qtlocalpeer.o ../src/qtlocalpeer.cpp
g++ -pipe -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 -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp
/usr/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I/usr/include/c++/13.2.1 -I/usr/include/c++/13.2.1/x86_64-pc-linux-gnu -I/usr/include/c++/13.2.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed -I/usr/include ../src/qtsingleapplication.h -o moc_qtsingleapplication.cpp
/usr/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I/usr/include/c++/13.2.1 -I/usr/include/c++/13.2.1/x86_64-pc-linux-gnu -I/usr/include/c++/13.2.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed -I/usr/include ../src/qtlocalpeer.h -o moc_qtlocalpeer.cpp
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_qtsingleapplication.o moc_qtsingleapplication.cpp
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_qtlocalpeer.o moc_qtlocalpeer.cpp
rm -f libQt5Solutions_SingleApplication-head.so.1.0.0 libQt5Solutions_SingleApplication-head.so libQt5Solutions_SingleApplication-head.so.1 libQt5Solutions_SingleApplication-head.so.1.0
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -pipe -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 -flto=4 -fno-fat-lto-objects -fuse-linker-plugin -shared -fPIC -Wl,-soname,libQt5Solutions_SingleApplication-head.so.1 -o libQt5Solutions_SingleApplication-head.so.1.0.0 qtsingleapplication.o qtlocalpeer.o moc_qtsingleapplication.o moc_qtlocalpeer.o  /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Network.so /usr/lib/libQt5Core.so -lGL -lpthread
ln -s libQt5Solutions_SingleApplication-head.so.1.0.0 libQt5Solutions_SingleApplication-head.so
ln -s libQt5Solutions_SingleApplication-head.so.1.0.0 libQt5Solutions_SingleApplication-head.so.1
ln -s libQt5Solutions_SingleApplication-head.so.1.0.0 libQt5Solutions_SingleApplication-head.so.1.0
rm -f ../lib/libQt5Solutions_SingleApplication-head.so.1.0.0
mv -f libQt5Solutions_SingleApplication-head.so.1.0.0 ../lib/libQt5Solutions_SingleApplication-head.so.1.0.0
rm -f ../lib/libQt5Solutions_SingleApplication-head.so
rm -f ../lib/libQt5Solutions_SingleApplication-head.so.1
rm -f ../lib/libQt5Solutions_SingleApplication-head.so.1.0
mv -f libQt5Solutions_SingleApplication-head.so ../lib/libQt5Solutions_SingleApplication-head.so
mv -f libQt5Solutions_SingleApplication-head.so.1 ../lib/libQt5Solutions_SingleApplication-head.so.1
mv -f libQt5Solutions_SingleApplication-head.so.1.0 ../lib/libQt5Solutions_SingleApplication-head.so.1.0
make[1]: Leaving directory '/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib'
cd buildlib/ && ( test -e Makefile.buildcorelib || /usr/bin/qmake -o Makefile.buildcorelib /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib/buildcorelib.pro ) && make -f Makefile.buildcorelib
make[1]: Entering directory '/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib'
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qtsinglecoreapplication.o ../src/qtsinglecoreapplication.cpp
/usr/bin/moc -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB --include /home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib -I/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/src -I/usr/include/qt -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I/usr/include/c++/13.2.1 -I/usr/include/c++/13.2.1/x86_64-pc-linux-gnu -I/usr/include/c++/13.2.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include-fixed -I/usr/include ../src/qtsinglecoreapplication.h -o moc_qtsinglecoreapplication.cpp
g++ -c -pipe -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 -D_REENTRANT -flto -fno-fat-lto-objects -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../src -I/usr/include/qt -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_qtsinglecoreapplication.o moc_qtsinglecoreapplication.cpp
rm -f libQt5Solutions_SingleCoreApplication-head.so.1.0.0 libQt5Solutions_SingleCoreApplication-head.so libQt5Solutions_SingleCoreApplication-head.so.1 libQt5Solutions_SingleCoreApplication-head.so.1.0
ric -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=4 -fno-fat-lto-objects -fuse-linker-plugin -shared -fPIC -Wl,-soname,libQt5Solutions_SingleCoreApplication-head.so.1 -o libQt5Solutions_SingleCoreApplication-head.so.1.0.0 qtsinglecoreapplication.o qtlocalpeer.o moc_qtsinglecoreapplication.o moc_qtlocalpeer.o  /usr/lib/libQt5Network.so /usr/lib/libQt5Core.so -lpthread
ln -s libQt5Solutions_SingleCoreApplication-head.so.1.0.0 libQt5Solutions_SingleCoreApplication-head.so
ln -s libQt5Solutions_SingleCoreApplication-head.so.1.0.0 libQt5Solutions_SingleCoreApplication-head.so.1
ln -s libQt5Solutions_SingleCoreApplication-head.so.1.0.0 libQt5Solutions_SingleCoreApplication-head.so.1.0
rm -f ../lib/libQt5Solutions_SingleCoreApplication-head.so.1.0.0
mv -f libQt5Solutions_SingleCoreApplication-head.so.1.0.0 ../lib/libQt5Solutions_SingleCoreApplication-head.so.1.0.0
rm -f ../lib/libQt5Solutions_SingleCoreApplication-head.so
rm -f ../lib/libQt5Solutions_SingleCoreApplication-head.so.1
rm -f ../lib/libQt5Solutions_SingleCoreApplication-head.so.1.0
mv -f libQt5Solutions_SingleCoreApplication-head.so ../lib/libQt5Solutions_SingleCoreApplication-head.so
mv -f libQt5Solutions_SingleCoreApplication-head.so.1 ../lib/libQt5Solutions_SingleCoreApplication-head.so.1
mv -f libQt5Solutions_SingleCoreApplication-head.so.1.0 ../lib/libQt5Solutions_SingleCoreApplication-head.so.1.0
make[1]: Leaving directory '/home/kyler/Downloads/git/qt5-singleapplication/src/qt-solutions-a8dda66d7738cde9042b87db27993f710ae3eeeb/qtsingleapplication/buildlib'
==> Entering fakeroot environment...
==> Starting package_qt5-singleapplication()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "qt5-singleapplication-doc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_qt5-singlecoreapplication-doc()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "qt5-singlecoreapplication-doc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: qt5-singleapplication 2.6_20170914-1 (Sun 27 Aug 2023 01:13:37 AM PDT)



[epsonscan2]$ makepkg
==> Making package: epsonscan2 6.7.61.0-1 (Sun 27 Aug 2023 01:19:46 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> qt5-singlecoreapplication
==> ERROR: Could not resolve all dependencies.

Offline

#4 2023-08-27 08:25:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: qt5-singlecoreapplication downloaded but still missing as a dependency

Please use code tags, https://bbs.archlinux.org/help.php#bbcode

So you built the package but it doesn't look like you actually installed it?

Offline

Board footer

Powered by FluxBB