Jump to content

JadenCH

Member
  • Posts

    116
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Sorry to post so much shit. So I can't find anything that can be put together with make, but CMake also fails when trying to install drawpile from AUR. /usr/.../features/data >>> pamac install drawpile (pamac:26584): dconf-WARNING **: 15:22:26.832: Unable to open /usr/local/share/dconf/profile/user: Permission denied Warning: drawpile is only available from AUR Build drawpile from AUR ? [y/N] y Preparing... Cloning drawpile build files... Checking drawpile dependencies... Resolving dependencies... Checking inter-conflicts... To build (3): drawpile 2.1.17-1 AUR drawpile-client 2.1.17-1 AUR drawpile-server 2.1.17-1 AUR Edit build files ? [y/N] y Cloning drawpile build files... Checking drawpile dependencies... Resolving dependencies... Checking inter-conflicts... To build (3): drawpile 2.1.17-1 AUR drawpile-client 2.1.17-1 AUR drawpile-server 2.1.17-1 AUR Edit build files ? [y/N] Apply transaction ? [y/N] y ==== AUTHENTICATING FOR org.manjaro.pamac.commit ==== Authentication is required to install, update, or remove packages Authenticating as: [redacted] Password: ==== AUTHENTICATION COMPLETE ==== Building drawpile... ==> Making package: drawpile 2.1.17-1 (Thu 04 Jun 2020 03:23:25 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found drawpile-2.1.17.tar.gz ==> Validating source files with sha256sums... drawpile-2.1.17.tar.gz ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting drawpile-2.1.17.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... -- The C compiler identification is unknown -- The CXX compiler identification is unknown -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc - broken CMake Error at /usr/share/cmake-3.17/Modules/CMakeTestCCompiler.cmake:60 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: /var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_8c605/fast && /usr/bin/make -f CMakeFiles/cmTC_8c605.dir/build.make CMakeFiles/cmTC_8c605.dir/build make[1]: Entering directory '/var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_8c605.dir/testCCompiler.c.o /usr/bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -o CMakeFiles/cmTC_8c605.dir/testCCompiler.c.o -c /var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeTmp/testCCompiler.c cc1: error: /usr/local/include: Permission denied make[1]: *** [CMakeFiles/cmTC_8c605.dir/build.make:86: CMakeFiles/cmTC_8c605.dir/testCCompiler.c.o] Error 1 make[1]: Leaving directory '/var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeTmp' make: *** [Makefile:141: cmTC_8c605/fast] Error 2 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:3 (project) -- Configuring incomplete, errors occurred! See also "/var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeOutput.log". See also "/var/tmp/pamac-build-anansi/drawpile/src/drawpile-2.1.17/build/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting...
  2. Ok so it actually turns out that what I was trying to qmake was the src folder created by running makepkg. It's what it makes before makepkg fails. There is no makefile, just .pro files.
  3. Well here's the problem. I deleted it and redownloaded it from the AUR and now it only has the openboard.install file and the PKGBUILD file.
  4. Ok, but what should I test make on then? Like do you know a program that is compiled/installed with make?
  5. Since it's a qt project, I did qmake and got the same error. ~/.../src/OpenBoard-1.5.4 >>> qmake ±[●●][master] Project ERROR: Cannot run compiler 'g++'. Output: =================== # 1 "/usr/lib/qt/mkspecs/features/data/macros.cpp" =================== Maybe you forgot to setup the environment?
  6. Tried to manually makepkg it but it still fails. ~/.../openboard/openboard >>> makepkg -si ±[●●][master] ==> Making package: openboard 1.5.4-1 (Thu 04 Jun 2020 01:53:22 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v1.5.4.tar.gz -> Found qchar.patch -> Found qwebkit.patch -> Found openboard.desktop -> Found quazip.diff -> Found poppler.patch -> Found drop_ThirdParty_repo.patch ==> Validating source files with md5sums... v1.5.4.tar.gz ... Passed qchar.patch ... Passed qwebkit.patch ... Passed openboard.desktop ... Passed quazip.diff ... Passed poppler.patch ... Passed drop_ThirdParty_repo.patch ... Passed ==> Extracting sources... -> Extracting v1.5.4.tar.gz with bsdtar ==> Starting prepare()... patching file src/core/UBTextTools.cpp patching file resources/forms/trapFlash.ui patching file OpenBoard.pro patching file plugins/cffadaptor/UBCFFAdaptor.pro patching file OpenBoard.pro patching file src/pdf/XPDFRenderer.cpp patching file src/pdf/XPDFRenderer.h The next patch would create the file libs.pri, which already exists! Assume -R? [n] y patching file libs.pri patching file OpenBoard.pro Hunk #1 succeeded at 46 (offset 1 line). ==> Removing existing $pkgdir/ directory... ==> Starting build()... Project ERROR: Cannot run compiler 'g++'. Output: =================== # 1 "/usr/lib/qt/mkspecs/features/data/macros.cpp" =================== Maybe you forgot to setup the environment? ==> ERROR: A failure occurred in build(). Aborting...
  7. So I checked, g++ is installed in /usr/bin/g++ and gcc is installed in /usr/bin/gcc. I'm using kernel 5.6, and have linux56-headers installed. I also have installed base-devel installed. AUR and makepkg worked fine until now, and I have no idea what happened. The error/code: ~ >>> pamac install openboard (pamac:20902): dconf-WARNING **: 12:51:14.812: Unable to open /usr/local/share/dconf/profile/user: Permission denied Warning: openboard is only available from AUR Build openboard from AUR ? [y/N] y Preparing... Cloning openboard build files... Checking openboard dependencies... Resolving dependencies... Checking inter-conflicts... To build (1): openboard 1.5.4-1 AUR Edit build files ? [y/N] n Apply transaction ? [y/N] y ==== AUTHENTICATING FOR org.manjaro.pamac.commit ==== Authentication is required to install, update, or remove packages Authenticating as: [redacted] Password: ==== AUTHENTICATION COMPLETE ==== Building openboard... ==> Making package: openboard 1.5.4-1 (Thu 04 Jun 2020 12:51:25 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v1.5.4.tar.gz -> Found qchar.patch -> Found qwebkit.patch -> Found openboard.desktop -> Found quazip.diff -> Found poppler.patch -> Found drop_ThirdParty_repo.patch ==> Validating source files with md5sums... v1.5.4.tar.gz ... Passed qchar.patch ... Passed qwebkit.patch ... Passed openboard.desktop ... Passed quazip.diff ... Passed poppler.patch ... Passed drop_ThirdParty_repo.patch ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting v1.5.4.tar.gz with bsdtar ==> Starting prepare()... patching file src/core/UBTextTools.cpp patching file resources/forms/trapFlash.ui patching file OpenBoard.pro patching file plugins/cffadaptor/UBCFFAdaptor.pro patching file OpenBoard.pro patching file src/pdf/XPDFRenderer.cpp patching file src/pdf/XPDFRenderer.h patching file libs.pri patching file OpenBoard.pro Hunk #1 succeeded at 46 (offset 1 line). ==> Removing existing $pkgdir/ directory... ==> Starting build()... Project ERROR: Cannot run compiler 'g++'. Output: =================== # 1 "/usr/lib/qt/mkspecs/features/data/macros.cpp" =================== Maybe you forgot to setup the environment? ==> ERROR: A failure occurred in build(). Aborting...
  8. Just got off a chat with Asus support. They said to uninstall Aura and install Armoury Crate.
  9. So I turned on my computer yesterday to find that Asus Aura Sync wasn't working. The motherboard lights were on color cycle, while the rest of the RGB was either on red or rainbow. The motherboard option went missing from Aura. I updated Aura, to no avail. Then I reset my bios configuration, although putting my boot device back, which seemed to work. But when I turned it on again this morning, Aura's option went missing again. What might be going on? Also, if it helps, one time I turned on my computer and the CPU was reading negative temps. Could my motherboard be on the way out?
  10. OK, thanks. I was actually looking at the ML120s for a while but that and the Phanteks Halos Digital Fan Frames were too expensive to fill all six slots. But do you have a read on the Notos or the Njords?
  11. It’s like 50 for a 5-pack. They came to my attention in Linus’ 10,000 dollar build video. I am looking at them because of the price and RGB.
×