Advertisement
grahamperrin

FreeBSD, make, USE_PACKAGE_DEPENDS

Apr 20th, 2021
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1.  
  2. ┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬ spectacle-20.12.3_1 ┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬
  3. 7≠£££££────£££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££££┐7
  4. 7≠+[x] DOCS Build and/or install documentation │7
  5. 7£──────────────────────────────────────────────────────────────────────────┘7
  6. ├──────────────────────────────────────────────────────────────────────────────┤
  7. < OK > <Cancel>
  8. ┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. Segmentation fault (core dumped)
  36. ===> Options unchanged
  37. ===> License LGPL20 accepted by the user
  38. ===> spectacle-20.12.3_1 depends on file: /usr/local/sbin/pkg - found
  39. ===> Fetching all distfiles required by spectacle-20.12.3_1 for building
  40. ===> Extracting for spectacle-20.12.3_1
  41. => SHA256 Checksum OK for KDE/release-service/20.12.3/spectacle-20.12.3.tar.xz.
  42. ===> Patching for spectacle-20.12.3_1
  43. ===> Applying FreeBSD patches for spectacle-20.12.3_1 from /usr/ports/graphics/spectacle/files
  44. ===> spectacle-20.12.3_1 depends on file: /usr/local/bin/cmake - found
  45. ===> spectacle-20.12.3_1 depends on executable: ninja - not found
  46. ===> License APACHE20 accepted by the user
  47. ===> ninja-1.10.2,2 depends on file: /usr/local/sbin/pkg - found
  48. ===> Fetching all distfiles required by ninja-1.10.2,2 for building
  49. ===> Extracting for ninja-1.10.2,2
  50. => SHA256 Checksum OK for ninja-build-ninja-v1.10.2_GH0.tar.gz.
  51. ===> Patching for ninja-1.10.2,2
  52. ===> ninja-1.10.2,2 depends on file: /usr/local/bin/python3.7 - found
  53. ===> Configuring for ninja-1.10.2,2
  54. ===> Building for ninja-1.10.2,2
  55. bootstrapping ninja...
  56. warning: A compatible version of re2c (>= 0.11.3) was not found; changes to src/*.in.cc will not affect your build.
  57. ^CTraceback (most recent call last):
  58. File "configure.py", line 519, in <module>
  59. objs += cxx(name, variables=cxxvariables)
  60. File "configure.py", line 287, in cxx
  61. return n.build(built(name + objext), 'cxx', src(name + '.cc'), **kwargs)
  62. File "configure.py", line 169, in build
  63. self._run_command(self._expand(cmd, local_vars))
  64. File "configure.py", line 194, in _run_command
  65. subprocess.check_call(cmdline, shell=True)
  66. File "/usr/local/lib/python3.7/subprocess.py", line 358, in check_call
  67. retcode = call(*popenargs, **kwargs)
  68. File "/usr/local/lib/python3.7/subprocess.py", line 341, in call
  69. return p.wait(timeout=timeout)
  70. File "/usr/local/lib/python3.7/subprocess.py", line 1019, in wait
  71. return self._wait(timeout=timeout)
  72. File "/usr/local/lib/python3.7/subprocess.py", line 1653, in _wait
  73. (pid, sts) = self._try_wait(0)
  74. File "/usr/local/lib/python3.7/subprocess.py", line 1611, in _try_wait
  75. (pid, sts) = os.waitpid(self.pid, wait_flags)
  76. KeyboardInterrupt
  77. *** Error code 1
  78. *** Signal 2
  79. *** Signal 2
  80. *** Signal 2
  81.  
  82. root@mowa219-gjp4-8570p:/usr/ports/graphics/spectacle # pkg search ninja
  83. irc-ninja-1.5.8.1 Another ircII based irc client
  84. ninja-1.10.2,2 Small build system closest in spirit to Make
  85. sqlninja-0.2.6 Sql Server exploit toolkit
  86. root@mowa219-gjp4-8570p:/usr/ports/graphics/spectacle # make clean
  87. ===> Cleaning for ninja-1.10.2,2
  88. ===> Cleaning for spectacle-20.12.3_1
  89. root@mowa219-gjp4-8570p:/usr/ports/graphics/spectacle # echo $USE_PACKAGE_DEPENDS
  90. 1
  91. root@mowa219-gjp4-8570p:/usr/ports/graphics/spectacle #
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement