Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.74 KB | None | 0 0
  1. $ makepkg -As
  2. ==> Making package: mediatomb 0.12.1-15 (Sun Feb 17 20:14:48 2019)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6.   -> Found mediatomb-0.12.1.tar.gz
  7.   -> Found mediatomb.sysusers
  8.   -> Found mediatomb.service
  9.   -> Found mediatomb-mariadb.service
  10.   -> Found mediatomb.conf
  11.   -> Found gcc46.patch
  12.   -> Found tonewjs.patch
  13.   -> Found jsparse.patch
  14.   -> Found libav_0.7_support.patch
  15.   -> Found libmp4v2_191_p497.patch
  16.   -> Found libavformat.patch
  17.   -> Found symlinks.patch
  18.   -> Found truncated_auxdata.patch
  19. ==> Validating source files with sha256sums...
  20.     mediatomb-0.12.1.tar.gz ... Passed
  21.     mediatomb.sysusers ... Passed
  22.     mediatomb.service ... Passed
  23.     mediatomb-mariadb.service ... Passed
  24.     mediatomb.conf ... Passed
  25.     gcc46.patch ... Passed
  26.     tonewjs.patch ... Passed
  27.     jsparse.patch ... Passed
  28.     libav_0.7_support.patch ... Passed
  29.     libmp4v2_191_p497.patch ... Passed
  30.     libavformat.patch ... Passed
  31.     symlinks.patch ... Passed
  32.     truncated_auxdata.patch ... Passed
  33. ==> Extracting sources...
  34.   -> Extracting mediatomb-0.12.1.tar.gz with bsdtar
  35. ==> Starting prepare()...
  36. patching file src/zmm/object.h
  37. patching file build/Makefile.in
  38. patching file src/scripting/import_script.cc
  39. patching file src/scripting/js_functions.cc
  40. patching file src/scripting/js_functions.h
  41. patching file src/scripting/playlist_parser_script.cc
  42. patching file src/scripting/script.cc
  43. patching file src/scripting/script.h
  44. patching file configure
  45. patching file src/scripting/js_functions.cc
  46. patching file src/metadata/ffmpeg_handler.cc
  47. patching file src/metadata/libmp4v2_handler.cc
  48. patching file src/metadata/ffmpeg_handler.cc
  49. Hunk #2 succeeded at 279 (offset 1 line).
  50. Hunk #3 succeeded at 287 (offset 1 line).
  51. Hunk #4 succeeded at 304 (offset 1 line).
  52. (Stripping trailing CRs from patch; use --binary to disable.)
  53. patching file src/autoscan_inotify.cc
  54. (Stripping trailing CRs from patch; use --binary to disable.)
  55. patching file src/content_manager.cc
  56. Hunk #1 succeeded at 202 with fuzz 1.
  57. patching file src/metadata/taglib_handler.cc
  58. ==> Removing existing $pkgdir/ directory...
  59. ==> Starting build()...
  60. checking for a BSD-compatible install... /usr/bin/install -c
  61. checking whether build environment is sane... yes
  62. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  63. checking for gawk... gawk
  64. checking whether make sets $(MAKE)... yes
  65. checking build system type... configure_aux/config.guess: unable to guess system type
  66.  
  67. This script, last modified 2009-11-20, has failed to recognize
  68. the operating system you are using. It is advised that you
  69. download the most up to date version of the config scripts from
  70.  
  71.   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
  72. and
  73.   http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
  74.  
  75. If the version you run (configure_aux/config.guess) is already up to date, please
  76. send the following data and any information you think might be
  77. pertinent to <config-patches@gnu.org> in order to provide the needed
  78. information to handle your system.
  79.  
  80. config.guess timestamp = 2009-11-20
  81.  
  82. uname -m = aarch64
  83. uname -r = 4.20.10-1-ARCH
  84. uname -s = Linux
  85. uname -v = #1 SMP PREEMPT Fri Feb 15 18:12:49 MST 2019
  86.  
  87. /usr/bin/uname -p = unknown
  88. /bin/uname -X     =
  89.  
  90. hostinfo               =
  91. /bin/universe          =
  92. /usr/bin/arch -k       =
  93. /bin/arch              =
  94. /usr/bin/oslevel       =
  95. /usr/convex/getsysinfo =
  96.  
  97. UNAME_MACHINE = aarch64
  98. UNAME_RELEASE = 4.20.10-1-ARCH
  99. UNAME_SYSTEM  = Linux
  100. UNAME_VERSION = #1 SMP PREEMPT Fri Feb 15 18:12:49 MST 2019
  101. configure: error: cannot guess build type; you must specify one
  102. ==> ERROR: A failure occurred in build().
  103.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement