Advertisement
Guest User

Untitled

a guest
Mar 18th, 2025
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. user01@Samsung:/tmp/gnucash-xbt-minimal
  2. $ ls
  3. PKGBUILD xbt.patch
  4. user01@Samsung:/tmp/gnucash-xbt-minimal
  5. $ makepkg -si
  6. ==> Making package: gnucash-xbt-minimal 5.10-2 (Tue 18 Mar 2025 08:33:24 AM CST)
  7. ==> Checking runtime dependencies...
  8. ==> Checking buildtime dependencies...
  9. ==> Retrieving sources...
  10. -> Downloading gnucash-5.10.tar.bz2...
  11. % Total % Received % Xferd Average Speed Time Time Time Current
  12. Dload Upload Total Spent Left Speed
  13. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  14. 100 14.3M 100 14.3M 0 0 4237k 0 0:00:03 0:00:03 --:--:-- 5805k
  15. -> Found xbt.patch
  16. ==> Validating source files with sha256sums...
  17. gnucash-5.10.tar.bz2 ... Passed
  18. xbt.patch ... Passed
  19. ==> Extracting sources...
  20. -> Extracting gnucash-5.10.tar.bz2 with bsdtar
  21. ==> Starting prepare()...
  22. patching file libgnucash/engine/iso-4217-currencies.xml
  23. Hunk #1 succeeded at 3012 (offset 59 lines).
  24. -- The C compiler identification is unknown
  25. -- The CXX compiler identification is unknown
  26. -- Detecting C compiler ABI info
  27. -- Detecting C compiler ABI info - failed
  28. -- Check for working C compiler: /usr/bin/cc
  29. -- Check for working C compiler: /usr/bin/cc - broken
  30. CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
  31. The C compiler
  32.  
  33. "/usr/bin/cc"
  34.  
  35. is not able to compile a simple test program.
  36.  
  37. It fails with the following output:
  38.  
  39. Change Dir: '/tmp/gnucash-xbt-minimal/src/build/CMakeFiles/CMakeScratch/TryCompile-ejBvnq'
  40.  
  41. Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e0d1/fast
  42. /usr/bin/make -f CMakeFiles/cmTC_8e0d1.dir/build.make CMakeFiles/cmTC_8e0d1.dir/build
  43. make[1]: Entering directory '/tmp/gnucash-xbt-minimal/src/build/CMakeFiles/CMakeScratch/TryCompile-ejBvnq'
  44. Building C object CMakeFiles/cmTC_8e0d1.dir/testCCompiler.c.o
  45. /usr/bin/cc -o CMakeFiles/cmTC_8e0d1.dir/testCCompiler.c.o -c /tmp/gnucash-xbt-minimal/src/build/CMakeFiles/CMakeScratch/TryCompile-ejBvnq/testCCompiler.c
  46. as: error while loading shared libraries: libbfd-2.44.so: cannot open shared object file: No such file or directory
  47. make[1]: *** [CMakeFiles/cmTC_8e0d1.dir/build.make:81: CMakeFiles/cmTC_8e0d1.dir/testCCompiler.c.o] Error 1
  48. make[1]: Leaving directory '/tmp/gnucash-xbt-minimal/src/build/CMakeFiles/CMakeScratch/TryCompile-ejBvnq'
  49. make: *** [Makefile:134: cmTC_8e0d1/fast] Error 2
  50.  
  51.  
  52.  
  53.  
  54.  
  55. CMake will not be able to correctly generate this project.
  56. Call Stack (most recent call first):
  57. CMakeLists.txt:18 (project)
  58.  
  59.  
  60. -- Configuring incomplete, errors occurred!
  61. ==> ERROR: A failure occurred in prepare().
  62. Aborting...
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement