Advertisement
Guest User

Untitled

a guest
Jun 15th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. ┌──(burster㉿liza)-[~/Development]
  2. └─$ tar xzf scangearmp2.tar.gz
  3.  
  4. ┌──(burster㉿liza)-[~/Development]
  5. └─$ cd scangearmp2
  6.  
  7. ┌──(burster㉿liza)-[~/Development/scangearmp2]
  8. └─$ makepkg
  9. ==> Making package: scangearmp2 4.30-1 (Wed Jun 15 20:16:20 2022)
  10. ==> Checking runtime dependencies...
  11. ==> Checking buildtime dependencies...
  12. ==> Retrieving sources...
  13. -> Downloading scangearmp2-source-4.30-1.tar.gz...
  14. % Total % Received % Xferd Average Speed Time Time Time Current
  15. Dload Upload Total Spent Left Speed
  16. 100 343k 100 343k 0 0 3148k 0 --:--:-- --:--:-- --:--:-- 3150k
  17. -> Found scangearmp2.desktop
  18. -> Found libusb.patch
  19. ==> Validating source files with sha256sums...
  20. scangearmp2-source-4.30-1.tar.gz ... Passed
  21. scangearmp2.desktop ... Passed
  22. libusb.patch ... Passed
  23. ==> Extracting sources...
  24. -> Extracting scangearmp2-source-4.30-1.tar.gz with bsdtar
  25. ==> Starting prepare()...
  26. /home/burster/Development/scangearmp2/PKGBUILD: line 25: ../libusb.patch: No such file or directory
  27. ==> ERROR: A failure occurred in prepare().
  28. Aborting...
  29.  
  30. ┌──(burster㉿liza)-[~/Development/scangearmp2]
  31. └─sed -i "s/..\\/libusb.patch/libusb.patch/" PKGBUILD
  32.  
  33. ┌──(burster㉿liza)-[~/Development/scangearmp2]
  34. └─$ makepkg
  35. ==> Making package: scangearmp2 4.30-1 (Wed Jun 15 20:16:36 2022)
  36. ==> Checking runtime dependencies...
  37. ==> Checking buildtime dependencies...
  38. ==> Retrieving sources...
  39. -> Found scangearmp2-source-4.30-1.tar.gz
  40. -> Found scangearmp2.desktop
  41. -> Found libusb.patch
  42. ==> Validating source files with sha256sums...
  43. scangearmp2-source-4.30-1.tar.gz ... Passed
  44. scangearmp2.desktop ... Passed
  45. libusb.patch ... Passed
  46. ==> Extracting sources...
  47. -> Extracting scangearmp2-source-4.30-1.tar.gz with bsdtar
  48. ==> Starting prepare()...
  49. patching file scangearmp2-source-4.30-1/scangearmp2/src/canon_mfp_tools.c
  50. ==> Starting build()...
  51. /tmp/makepkg/scangearmp2/src/scangearmp2-source-4.30-1/scangearmp2 /tmp/makepkg/scangearmp2/src/scangearmp2-source-4.30-1
  52. processing .
  53. Creating ./aclocal.m4 ...
  54. Running glib-gettextize... Ignore non-fatal messages.
  55. Copying file po/Makefile.in.in
  56.  
  57. Please add the files
  58. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  59. progtest.m4
  60. from the /usr/share/aclocal directory to your autoconf macro directory
  61. or directly to your aclocal.m4 file.
  62. You will also need config.guess and config.sub, which you can get from
  63. ftp://ftp.gnu.org/pub/gnu/config/.
  64.  
  65. Making ./aclocal.m4 writable ...
  66. Running libtoolize...
  67. libtoolize: putting auxiliary files in '.'.
  68. libtoolize: copying file './ltmain.sh'
  69. libtoolize: You should add the contents of the following files to 'aclocal.m4':
  70. libtoolize: '/usr/share/aclocal/libtool.m4'
  71. libtoolize: '/usr/share/aclocal/ltoptions.m4'
  72. libtoolize: '/usr/share/aclocal/ltsugar.m4'
  73. libtoolize: '/usr/share/aclocal/ltversion.m4'
  74. libtoolize: '/usr/share/aclocal/lt~obsolete.m4'
  75. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
  76. libtoolize: and rerunning libtoolize and aclocal.
  77. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  78. libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
  79. Running aclocal ...
  80. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  81. Running autoheader...
  82. autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  83. autoheader: warning: WARNING: Using auxiliary files such as 'acconfig.h', 'config.h.bot'
  84. autoheader: WARNING: and 'config.h.top', to define templates for 'config.h.in'
  85. autoheader: WARNING: is deprecated and discouraged.
  86. autoheader:
  87. autoheader: WARNING: Using the third argument of 'AC_DEFINE_UNQUOTED' and
  88. autoheader: WARNING: 'AC_DEFINE' allows one to define a template without
  89. autoheader: WARNING: 'acconfig.h':
  90. autoheader:
  91. autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
  92. autoheader: [Define if a function 'main' is needed.])
  93. autoheader:
  94. autoheader: WARNING: More sophisticated templates can also be produced, see the
  95. autoheader: WARNING: documentation.
  96. Running automake --gnu ...
  97. automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  98. configure.in:15: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
  99. configure.in:15: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  100. configure.in:17: installing './compile'
  101. configure.in:17: installing './config.guess'
  102. configure.in:17: installing './config.sub'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement