src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录

本文记录了在CentOS上安装Fabric过程中遇到的问题及解决办法。主要问题是由于缺少Python的开发包导致安装失败,通过安装python-devel包解决了该问题。

一、前言

                  在CentOS 上安装fabric时出现问题,首先已安装pip, 用pip执行以下命令pip install 

出现以下问题

[plain] view plain copy
  1. [niy@niy-computer /]$ sudo pip install fabric  
  2. Requirement already satisfied (use --upgrade to upgrade): fabric in /usr/lib/python2.6/site-packages/Fabric-1.3.1-py2.6.egg  
  3. Requirement already satisfied (use --upgrade to upgrade): ssh>=1.7.8 in /usr/lib/python2.6/site-packages/ssh-1.8.0-py2.6.egg (from fabric)  
  4. Downloading/unpacking pycrypto>=2.1,!=2.4 (from ssh>=1.7.8->fabric)  
  5.   Running setup.py egg_info for package pycrypto  
  6. Installing collected packages: pycrypto  
  7.   Found existing installation: pycrypto 2.0.1  
  8.     Uninstalling pycrypto:  
  9.       Successfully uninstalled pycrypto  
  10.   Running setup.py install for pycrypto  
  11.     warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.  
  12.     building 'Crypto.Hash._MD2' extension  
  13.     gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-i686-2.6/src/MD2.o  
  14.     src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录  
  15.     src/MD2.c:131: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  16.     In file included from src/MD2.c:147:  
  17.     src/hash_template.c:48: 错误:expected specifier-qualifier-list before ‘PyObject_HEAD’  
  18.     src/hash_template.c:59: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’  
  19.     src/hash_template.c: 在函数‘newALGobject’中:  
  20.     src/hash_template.c:69: 警告:隐式声明函数‘PyObject_New’  
  21.     src/hash_template.c:69: 错误:expected expression before ‘ALGobject’  
  22.     src/hash_template.c: 在文件层:  
  23.     src/hash_template.c:76: 错误:expected ‘)’ before ‘*’ token  
  24.     src/hash_template.c:91: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  25.     src/hash_template.c:110: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  26.     src/hash_template.c:122: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  27.     src/hash_template.c:162: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  28.     src/hash_template.c:188: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  29.     src/hash_template.c:190: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALG_methods’  
  30.     src/hash_template.c:199: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  31.     src/hash_template.c:225: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALGtype’  
  32.     src/hash_template.c:271: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  33.     src/hash_template.c:304: 错误:数组元素的类型不完全  
  34.     src/hash_template.c:305: 错误:‘PyCFunction’未声明(不在函数内)  
  35.     src/hash_template.c:305: 错误:expected ‘}’ before ‘ALG_new’  
  36.     src/hash_template.c: 在函数‘init_MD2’中:  
  37.     src/hash_template.c:339: 错误:‘PyObject’未声明(在此函数内第一次使用)  
  38.     src/hash_template.c:339: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其  
  39.     src/hash_template.c:339: 错误:所在的函数内也只报告一次。)  
  40.     src/hash_template.c:339: 错误:‘m’未声明(在此函数内第一次使用)  
  41.     src/hash_template.c:351: 错误:‘ALGtype’未声明(在此函数内第一次使用)  
  42.     src/hash_template.c:351: 错误:‘PyType_Type’未声明(在此函数内第一次使用)  
  43.     src/hash_template.c:352: 警告:隐式声明函数‘Py_InitModule’  
  44.     src/hash_template.c:356: 错误:‘o’未声明(在此函数内第一次使用)  
  45.     src/hash_template.c:356: 警告:隐式声明函数‘PyInt_FromLong’  
  46.     src/hash_template.c:356: 警告:隐式声明函数‘PyDict_SetItemString’  
  47.     src/hash_template.c:356: 警告:隐式声明函数‘PyModule_GetDict’  
  48.     src/hash_template.c:356: 警告:隐式声明函数‘Py_DECREF’  
  49.     src/hash_template.c:360: 警告:隐式声明函数‘PyErr_Occurred’  
  50.     src/hash_template.c:361: 警告:隐式声明函数‘Py_FatalError’  
  51.     error: command 'gcc' failed with exit status 1  
  52.     Complete output from command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/pycrypto/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Ai6cQR-record/install-record.txt --single-version-externally-managed:  
  53.     running install  
  54.   
  55. running build  
  56.   
  57. running build_py  
  58.   
  59. running build_ext  
  60.   
  61. running build_configure  
  62.   
  63. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.  
  64.   
  65. building 'Crypto.Hash._MD2' extension  
  66.   
  67. gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-i686-2.6/src/MD2.o  
  68.   
  69. src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录  
  70.   
  71. src/MD2.c:131: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  72.   
  73. In file included from src/MD2.c:147:  
  74.   
  75. src/hash_template.c:48: 错误:expected specifier-qualifier-list before ‘PyObject_HEAD’  
  76.   
  77. src/hash_template.c:59: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’  
  78.   
  79. src/hash_template.c: 在函数‘newALGobject’中:  
  80.   
  81. src/hash_template.c:69: 警告:隐式声明函数‘PyObject_New’  
  82.   
  83. src/hash_template.c:69: 错误:expected expression before ‘ALGobject’  
  84.   
  85. src/hash_template.c: 在文件层:  
  86.   
  87. src/hash_template.c:76: 错误:expected ‘)’ before ‘*’ token  
  88.   
  89. src/hash_template.c:91: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  90.   
  91. src/hash_template.c:110: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  92.   
  93. src/hash_template.c:122: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  94.   
  95. src/hash_template.c:162: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  96.   
  97. src/hash_template.c:188: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  98.   
  99. src/hash_template.c:190: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALG_methods’  
  100.   
  101. src/hash_template.c:199: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  102.   
  103. src/hash_template.c:225: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALGtype’  
  104.   
  105. src/hash_template.c:271: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token  
  106.   
  107. src/hash_template.c:304: 错误:数组元素的类型不完全  
  108.   
  109. src/hash_template.c:305: 错误:‘PyCFunction’未声明(不在函数内)  
  110.   
  111. src/hash_template.c:305: 错误:expected ‘}’ before ‘ALG_new’  
  112.   
  113. src/hash_template.c: 在函数‘init_MD2’中:  
  114.   
  115. src/hash_template.c:339: 错误:‘PyObject’未声明(在此函数内第一次使用)  
  116.   
  117. src/hash_template.c:339: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其  
  118.   
  119. src/hash_template.c:339: 错误:所在的函数内也只报告一次。)  
  120.   
  121. src/hash_template.c:339: 错误:‘m’未声明(在此函数内第一次使用)  
  122.   
  123. src/hash_template.c:351: 错误:‘ALGtype’未声明(在此函数内第一次使用)  
  124.   
  125. src/hash_template.c:351: 错误:‘PyType_Type’未声明(在此函数内第一次使用)  
  126.   
  127. src/hash_template.c:352: 警告:隐式声明函数‘Py_InitModule’  
  128.   
  129. src/hash_template.c:356: 错误:‘o’未声明(在此函数内第一次使用)  
  130.   
  131. src/hash_template.c:356: 警告:隐式声明函数‘PyInt_FromLong’  
  132.   
  133. src/hash_template.c:356: 警告:隐式声明函数‘PyDict_SetItemString’  
  134.   
  135. src/hash_template.c:356: 警告:隐式声明函数‘PyModule_GetDict’  
  136.   
  137. src/hash_template.c:356: 警告:隐式声明函数‘Py_DECREF’  
  138.   
  139. src/hash_template.c:360: 警告:隐式声明函数‘PyErr_Occurred’  
  140.   
  141. src/hash_template.c:361: 警告:隐式声明函数‘Py_FatalError’  
  142.   
  143. error: command 'gcc' failed with exit status 1  
  144.   
  145. ----------------------------------------  
  146.   Rolling back uninstall of pycrypto  
  147. Command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/pycrypto/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Ai6cQR-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build-root/pycrypto  
  148. Storing complete log in /root/.pip/pip.log  

 

二 解决方案

原因是少了Python的dev

[plain] view plain copy
    1. [niy@niy-computer /]$ sudo yum  install python-devel 

转载于:https://www.cnblogs.com/diyunpeng/p/6746255.html

I[10:13:20.116] Ubuntu clangd version 12.0.0-++20210319082646+4990141a4366-1~exp1~20210319193401.61 I[10:13:20.116] PID: 42014 I[10:13:20.116] Working directory: /home/tp/Project/nvr_2025 I[10:13:20.116] argv[0]: /usr/lib/llvm-12/bin/clangd I[10:13:20.116] argv[1]: --compile-commands-dir=/home/tp/Project/nvr_2025 I[10:13:20.116] argv[2]: --background-index I[10:13:20.116] argv[3]: --completion-style=detailed I[10:13:20.116] argv[4]: --header-insertion=never I[10:13:20.116] argv[5]: --log=info I[10:13:20.116] Starting LSP over stdin/stdout I[10:13:20.116] <-- initialize(0) I[10:13:20.118] --> reply:initialize(0) 2 ms I[10:13:20.122] <-- initialized I[10:13:20.127] <-- textDocument/didOpen I[10:13:20.128] --> textDocument/publishDiagnostics I[10:13:20.151] <-- textDocument/codeAction(1) I[10:13:20.204] Loaded compilation database from /home/tp/Project/nvr_2025/compile_commands.json I[10:13:20.205] ASTWorker building file /home/tp/Project/nvr_2025/tp_package/u_packages/nvrbug/src/nvrbug.c version 1 with command inferred from /home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/drv/disp/src/drv_disp_ctx.c [/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot] /usr/bin/arm-linux-gnueabihf-gcc --target=arm-linux-gnueabihf -c -Wp,-MD,drivers/sstar/camdriver/disp/./drv/disp/src/.drv_disp_ctx.o.d -nostdinc -isystem /home/tp/Project/nvr_2025/sstar931/toolchain/bin/../lib/gcc/arm-sigmastar-linux-uclibcgnueabihf/9.1.0/include -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/include -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/arch/arm/include -include ./include/linux/kconfig.h -D__KERNEL__ -D__UBOOT__ -DCONFIG_SSTAR_RAM_SIZE=0x08000000 -DCONFIG_SSTAR_LOAD_ADDR=0x23D00000 -DCONFIG_SSTAR_RUN_ADDR=0x23E00000 -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -fshort-wchar -fno-strict-aliasing -fno-PIE -Os -fno-stack-protector -fno-delete-null-pointer-checks -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=./= -g -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/drv/disp/inc -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/drv/disp/inc/uboot -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/drv/disp/pub -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/drv/midisp/pub -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/inc -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/pub -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/src/disp_hpq -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/src/disp_hpq/inc -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/src/disp_hpq/inc/pq -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/mercury6p/src/disp_hpq/inc/uboot -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/common -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/cmdq/drv/pub -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/drivers/sstar/camdriver/disp/hal/pub -D__ARM__ -marm -mabi=aapcs-linux -fno-pic -ffunction-sections -fdata-sections -fno-common -ffixed-r9 -pipe -DCONFIG_UIP=1 -march=armv7-a -D__LINUX_ARM_ARCH__=7 -mtune=generic-armv7-a -I/home/tp/Project/nvr_2025/torchlight/build_dir/linux-mstar_msr931/factory_uboot/mboot/arch/arm/mach-sstar/include -DHDMITX_VGA_SUPPORTED -DDISP_UBOOT_SUPPORTED -DKBUILD_BASENAME="drv_disp_ctx" -DKBUILD_MODNAME="drv_disp_ctx" -std=gnu11 /home/tp/Project/nvr_2025/tp_package/u_packages/nvrbug/src/nvrbug.c -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/core/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/storage/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/onvif_discovery/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/pppd/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrtest/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/chm/src/ipcd/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/chm/src/slp/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/chm/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/chm/src/onvif/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrgui/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/ipcd/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/minigui/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/minigui/src/src/newgal/fbcon/hi_mpp/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/minigui/src/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/vigi_log/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/mgi/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/playback_share_info/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/dem/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/cloud_storage/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/media_server/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/media/librtsp/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/media/librtp/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/media/libflv/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/sdk/libice/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/sdk/libaio/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/sdk/libhttp/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsps/sdk/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsp/live/BasicUsageEnvironment/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsp/live/liveMedia/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsp/live/groupsock/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/rtsp/live/UsageEnvironment/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/nvrcore/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/media_server/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/badblocks/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/parted/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/vga_to_hdmi/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/busybox/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/iptables/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/traversal_utils/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/e2fsprogs/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/reg-tools-1.0.0/src/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/procrank/src/libpagemap/include -I/home/tp/Project/nvr_2025/torchlight/package/tp_package/u_packages/bq/src/include -fsyntax-only -resource-dir=/usr/lib/llvm-12/lib/clang/12.0.0 I[10:13:20.207] --> textDocument/clangd.fileStatus I[10:13:20.211] --> window/workDoneProgress/create(0) I[10:13:20.211] Enqueueing 8106 commands for indexing I[10:13:20.225] <-- textDocument/documentLink(2) I[10:13:20.227] <-- reply(0) I[10:13:20.227] --> $/progress I[10:13:20.227] --> $/progress I[10:13:20.246] --> textDocument/publishDiagnostics I[10:13:20.246] --> reply:textDocument/codeAction(1) 95 ms I[10:13:20.246] --> reply:textDocument/documentLink(2) 21 ms I[10:13:20.246] --> textDocument/clangd.fileStatus I[10:13:20.548] <-- textDocument/codeAction(3) I[10:13:20.548] <-- textDocument/documentSymbol(4) I[10:13:20.548] --> reply:textDocument/codeAction(3) 0 ms I[10:13:20.548] --> reply:textDocument/documentSymbol(4) 0 ms I[10:13:20.548] --> textDocument/clangd.fileStatus I[10:13:20.566] <-- textDocument/documentLink(5) I[10:13:20.566] --> reply:textDocument/documentLink(5) 0 ms I[10:13:20.566] --> textDocument/clangd.fileStatus I[10:13:20.788] <-- textDocument/semanticTokens/full(6) I[10:13:20.788] --> reply:textDocument/semanticTokens/full(6) 0 ms I[10:13:20.788] --> textDocument/clangd.fileStatus I[10:13:21.094] <-- $/setTrace I[10:13:21.094] unhandled notification $/setTrace I[10:13:21.131] <-- $/setTrace I[10:13:21.131] unhandled notification $/setTrace I[10:13:21.173] <-- textDocument/documentSymbol(7) I[10:13:21.173] <-- textDocument/documentLink(8) I[10:13:21.173] --> reply:textDocument/documentSymbol(7) 0 ms I[10:13:21.173] --> reply:textDocument/documentLink(8) 0 ms I[10:13:21.173] --> textDocument/clangd.fileStatus I[10:13:21.929] <-- textDocument/hover(9) I[10:13:21.929] --> reply:textDocument/hover(9) 0 ms I[10:13:21.929] --> textDocument/clangd.fileStatus I[10:13:22.219] <-- textDocument/hover(10) I[10:13:22.219] --> reply:textDocument/hover(10) 0 ms I[10:13:22.219] --> textDocument/clangd.fileStatus I[10:13:22.252] <-- $/setTrace I[10:13:22.252] unhandled notification $/setTrace I[10:13:22.379] <-- textDocument/codeAction(11) I[10:13:22.379] --> reply:textDocument/codeAction(11) 0 ms I[10:13:22.379] --> textDocument/clangd.fileStatus I[10:13:25.147] --> $/progress I[10:13:25.147] --> $/progress I[10:13:25.147] --> $/progress I[10:13:25.147] --> $/progress I[10:13:25.147] --> $/progress I[10:13:25.147] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.148] --> $/progress I[10:13:25.149] --> $/progress E[10:13:25.157] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/nat/linux-ptrace.c failed: Couldn't build compiler instance I[10:13:25.157] --> $/progress I[10:13:25.157] --> $/progress E[10:13:25.160] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/arm-linux-nat.c failed: Couldn't build compiler instance I[10:13:25.160] --> $/progress I[10:13:25.160] --> $/progress E[10:13:25.163] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/python/python.c failed: Couldn't build compiler instance I[10:13:25.163] --> $/progress I[10:13:25.163] --> $/progress E[10:13:25.165] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/nvrcore/rtsp/tprtspclient/live/ourMD5.cpp failed: Couldn't build compiler instance I[10:13:25.165] --> $/progress I[10:13:25.165] --> $/progress E[10:13:25.169] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/blockframe.c failed: Couldn't build compiler instance I[10:13:25.169] --> $/progress I[10:13:25.169] --> $/progress I[10:13:25.170] Indexed /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/dropbear-2020.81/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.c (0 symbols, 2036 refs, 66 files) E[10:13:25.172] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/remote-fileio.c failed: Couldn't build compiler instance I[10:13:25.172] --> $/progress I[10:13:25.172] --> $/progress E[10:13:25.189] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/mi/mi-main.c failed: Couldn't build compiler instance I[10:13:25.189] --> $/progress I[10:13:25.189] --> $/progress E[10:13:25.193] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/std-regs.c failed: Couldn't build compiler instance I[10:13:25.193] --> $/progress I[10:13:25.193] --> $/progress E[10:13:25.198] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdb_usleep.c failed: Couldn't build compiler instance I[10:13:25.198] --> $/progress I[10:13:25.198] --> $/progress I[10:13:25.204] Indexed /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/dropbear-2020.81/libtomcrypt/src/pk/ecc/ecc_ansi_x963_import.c (2 symbols, 2105 refs, 66 files) E[10:13:25.206] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/compile/compile-c-support.c failed: Couldn't build compiler instance I[10:13:25.206] --> $/progress I[10:13:25.206] --> $/progress E[10:13:25.209] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/tui/tui-out.c failed: Couldn't build compiler instance I[10:13:25.209] --> $/progress I[10:13:25.209] --> $/progress I[10:13:25.210] Indexed /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/dropbear-2020.81/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.c (1 symbols, 2181 refs, 66 files) E[10:13:25.213] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/inferior.c failed: Couldn't build compiler instance I[10:13:25.213] --> $/progress I[10:13:25.213] --> $/progress E[10:13:25.216] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/coff-pe-read.c failed: Couldn't build compiler instance I[10:13:25.216] --> $/progress I[10:13:25.216] --> $/progress E[10:13:25.217] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/tui/tui-win.c failed: Couldn't build compiler instance E[10:13:25.217] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/break-catch-sig.c failed: Couldn't build compiler instance I[10:13:25.218] --> $/progress I[10:13:25.219] --> $/progress I[10:13:25.219] --> $/progress I[10:13:25.219] --> $/progress I[10:13:25.219] --> $/progress I[10:13:25.219] --> $/progress E[10:13:25.219] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdbserver/linux-arm-low.c failed: Couldn't build compiler instance I[10:13:25.219] --> $/progress I[10:13:25.219] --> $/progress E[10:13:25.220] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/inf-ptrace.c failed: Couldn't build compiler instance I[10:13:25.220] --> $/progress I[10:13:25.220] --> $/progress E[10:13:25.222] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/f-typeprint.c failed: Couldn't build compiler instance I[10:13:25.222] --> $/progress I[10:13:25.222] --> $/progress E[10:13:25.223] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/dwarf2expr.c failed: Couldn't build compiler instance I[10:13:25.223] --> $/progress I[10:13:25.223] --> $/progress I[10:13:25.224] --> $/progress I[10:13:25.224] --> $/progress E[10:13:25.226] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/symmisc.c failed: Couldn't build compiler instance I[10:13:25.227] --> $/progress I[10:13:25.227] --> $/progress E[10:13:25.227] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/continuations.c failed: Couldn't build compiler instance I[10:13:25.227] --> $/progress I[10:13:25.227] --> $/progress I[10:13:25.228] --> $/progress I[10:13:25.228] --> $/progress E[10:13:25.228] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/nvrcore/rtsp/tprtspclient/tpnclient/tpudpclient.cpp failed: Couldn't build compiler instance I[10:13:25.229] --> $/progress I[10:13:25.229] --> $/progress E[10:13:25.232] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/smartctl/dev_ata_cmd_set.cpp failed: Couldn't build compiler instance I[10:13:25.232] --> $/progress I[10:13:25.232] --> $/progress E[10:13:25.232] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdbserver/linux-low.c failed: Couldn't build compiler instance I[10:13:25.232] --> $/progress I[10:13:25.232] --> $/progress E[10:13:25.236] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/annotate.c failed: Couldn't build compiler instance I[10:13:25.236] --> $/progress I[10:13:25.236] Indexed /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/dropbear-2020.81/libtomcrypt/src/pk/ecc/ecc_shared_secret.c (1 symbols, 2097 refs, 66 files) I[10:13:25.236] --> $/progress E[10:13:25.237] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdbserver/tdesc.c failed: Couldn't build compiler instance I[10:13:25.237] --> $/progress E[10:13:25.237] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/inflow.c failed: Couldn't build compiler instance I[10:13:25.237] --> $/progress E[10:13:25.239] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/nvrcore/rtsp/tprtspclient/tpnclient/tphostinfo.cpp failed: Couldn't build compiler instance I[10:13:25.239] --> $/progress I[10:13:25.239] --> $/progress I[10:13:25.239] --> $/progress I[10:13:25.239] --> $/progress E[10:13:25.241] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/location.c failed: Couldn't build compiler instance I[10:13:25.241] --> $/progress I[10:13:25.241] --> $/progress E[10:13:25.243] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/ax-gdb.c failed: Couldn't build compiler instance I[10:13:25.243] --> $/progress I[10:13:25.243] --> $/progress E[10:13:25.244] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdbserver/symbol.c failed: Couldn't build compiler instance I[10:13:25.244] --> $/progress I[10:13:25.244] --> $/progress E[10:13:25.244] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/exec.c failed: Couldn't build compiler instance I[10:13:25.244] --> $/progress I[10:13:25.244] --> $/progress E[10:13:25.245] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/solib.c failed: Couldn't build compiler instance I[10:13:25.245] --> $/progress I[10:13:25.245] --> $/progress E[10:13:25.246] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/common/ptid.c failed: Couldn't build compiler instance I[10:13:25.246] --> $/progress I[10:13:25.246] --> $/progress I[10:13:25.247] --> $/progress I[10:13:25.247] --> $/progress E[10:13:25.248] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/gdbserver/proc-service.c failed: Couldn't build compiler instance I[10:13:25.248] --> $/progress I[10:13:25.248] --> $/progress E[10:13:25.249] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/linespec.c failed: Couldn't build compiler instance E[10:13:25.249] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/smartctl/dev_interface.cpp failed: Couldn't build compiler instance I[10:13:25.249] --> $/progress I[10:13:25.249] --> $/progress I[10:13:25.249] --> $/progress I[10:13:25.249] --> $/progress E[10:13:25.250] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/nvrcore/rtsp/tprtspclient/rtspclient/aes_core.cpp failed: Couldn't build compiler instance I[10:13:25.250] --> $/progress I[10:13:25.250] --> $/progress E[10:13:25.252] Indexing /home/tp/Project/nvr_2025/torchlight/build_dir/target-arm-openwrt-linux-uclibcgnueabihf/gdb-8.0.1/gdb/tracepoint.c failed: Couldn't build compiler instance I[10:13:25.252] --> $/progress I[10:13:25.252] --> $/progress
最新发布
09-05
FAILED: CMakeFiles/gazebo_aruco_plugin.dir/src/gazebo_aruco_plugin.cpp.o /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_TEST_DYN_LINK -DBOOST_THREAD_DYN_LINK -DLIBBULLET_VERSION=3.05 -DLIBBULLET_VERSION_GT_282 -Dgazebo_aruco_plugin_EXPORTS -I/home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/include -I/home/yxz/PX4_Firmware/build/px4_sitl_default/build_gazebo-classic -I/usr/include/eigen3/eigen3 -I/usr/include/gazebo-11/gazebo/msgs -I/home/yxz/PX4_Firmware/build/px4_sitl_default/mavlink -I/home/yxz/PX4_Firmware/build/px4_sitl_default/mavlink/mavlink/v2.0 -I/home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/external/OpticalFlow/include -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gazebo-11 -isystem /usr/include/bullet -isystem /usr/include/simbody -isystem /usr/include/sdformat-9.7 -isystem /usr/include/ignition/math6 -isystem /usr/include/OGRE -isystem /usr/include/OGRE/Terrain -isystem /usr/include/OGRE/Paging -isystem /usr/include/ignition/transport8 -isystem /usr/include/ignition/msgs5 -isystem /usr/include/ignition/common3 -isystem /usr/include/ignition/fuel_tools4 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/eigen3 -isystem /usr/local/include/opencv4 -isystem /usr/include/sdformat-9.7/sdf/.. -isystem /usr/include/ignition/cmake2 -isystem /usr/include/uuid -O2 -g -DNDEBUG -fPIC -Wno-deprecated-declarations -Wno-address-of-packed-member -I/usr/include/uuid -MD -MT CMakeFiles/gazebo_aruco_plugin.dir/src/gazebo_aruco_plugin.cpp.o -MF CMakeFiles/gazebo_aruco_plugin.dir/src/gazebo_aruco_plugin.cpp.o.d -o CMakeFiles/gazebo_aruco_plugin.dir/src/gazebo_aruco_plugin.cpp.o -c /home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/src/gazebo_aruco_plugin.cpp In file included from /home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/src/gazebo_aruco_plugin.cpp:31: /home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/include/gazebo_aruco_plugin.h:41: fatal error: opencv2/aruco.hpp: No such file or directory 41 | #include <opencv2/aruco.hpp> | compilation terminated. [72/142] Building CXX object CMakeFile...erface.dir/src/mavlink_interface.cpp.o In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/date_time/time_clock.hpp:17, from /usr/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /usr/include/boost/asio/time_traits.hpp:23, from /usr/include/boost/asio/detail/timer_queue_ptime.hpp:22, from /usr/include/boost/asio/detail/deadline_timer_service.hpp:29, from /usr/include/boost/asio/basic_deadline_timer.hpp:25, from /usr/include/boost/asio.hpp:25, from /home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/include/mavlink_interface.h:36, from /home/yxz/PX4_Firmware/Tools/simulation/gazebo-classic/sitl_gazebo-classic/src/mavlink_interface.cpp:1: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [77/142] Building CXX object CMakeFile...src/gazebo_camera_manager_plugin.cpp.o ninja: build stopped: subcommand failed. [899/903] Linking CXX executable bin/px4 FAILED: external/Stamp/sitl_gazebo-classic/sitl_gazebo-classic-build /home/yxz/PX4_Firmware/build/px4_sitl_default/external/Stamp/sitl_gazebo-classic/sitl_gazebo-classic-build cd /home/yxz/PX4_Firmware/build/px4_sitl_default/build_gazebo-classic && /usr/bin/cmake --build /home/yxz/PX4_Firmware/build/px4_sitl_default/build_gazebo-classic -- -j 7 ninja: build stopped: subcommand failed. make: *** [Makefile:227: px4_sitl_default] Error 1
07-20
报错root@debian:/usr/src/asterisk-13.38.3# ./configure --with-crypto --with-ssl --with-srtp --with-pjproject-bundled checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether char is unsigned... no checking for uname... /usr/bin/uname checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for gawk... no checking for mawk... mawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for GNU make... make checking for egrep... (cached) /usr/bin/grep -E checking for strip... strip checking for ar... ar checking for bison... : checking for cmp... /usr/bin/cmp checking for cat... /usr/bin/cat checking for cut... /usr/bin/cut checking for flex... : checking for grep... (cached) /usr/bin/grep checking for python2.7... no checking for python2... no checking for python... no checking for python3... /usr/bin/python3 checking for find... /usr/bin/find checking for basename... /usr/bin/basename checking for dirname... /usr/bin/dirname checking for sh... /bin/bash checking for ln... /usr/bin/ln checking for doxygen... : checking for dot... : checking for wget... /usr/bin/wget checking for curl... /usr/bin/curl checking for xmllint... : checking for xmlstarlet... no checking for xml... no checking for bash... /bin/bash checking for git... /usr/bin/git checking for alembic... : checking for bzip2... /usr/bin/bzip2 checking for tar... /usr/bin/tar checking for patch... /usr/bin/patch checking for sed... (cached) /usr/bin/sed checking for nm... /usr/bin/nm checking for ldconfig... /sbin/ldconfig checking for sha1sum... /usr/bin/sha1sum checking for openssl... /usr/bin/openssl checking for bison that supports parse-param... checking for soxmix... no checking for md5... no checking for md5sum... md5sum checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for RAII support... checking for gcc -fnested-functions... no checking for clang strsep/strcmp optimization... no checking for embedded pjproject (may have to download)... configuring [pjproject] Verifying /tmp/pjproject-2.10.tar.bz2 [pjproject] Verify successful [pjproject] Unpacking /tmp/pjproject-2.10.tar.bz2 [pjproject] Applying patches /usr/src/asterisk-13.38.3/third-party/pjproject/patches /usr/src/asterisk-13.38.3/third-party/pjproject/source The text leading up to this was: -------------------------- |From e8000cc80e5f8ba02cc52852edc02cdb0e949525 Mon Sep 17 00:00:00 2001 |From: Richard Mudgett <rmudgett@digium.com> |Date: Mon, 6 Aug 2018 11:24:25 -0500 |Subject: [PATCH 1/5] 0000-configure-ssl-library-path.patch | |--- | aconfigure | 6 +++++- | aconfigure.ac | 6 +++++- | 2 files changed, 10 insertions(+), 2 deletions(-) | |diff --git a/aconfigure b/aconfigure |index 1c449b8..c4c6060 100755 |--- a/aconfigure |+++ b/aconfigure -------------------------- File to patch: 如何解决
07-30
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值