Changes between Initial Version and Version 1 of Ticket #478
- Timestamp:
- 12/11/15 08:04:49 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #478
- Property Priority blocker → minor
-
Ticket #478 – Description
initial v1 3 3 I am getting the following error when building an NSIS package with OSGeo4W dependencies. This was caught by cmake when trying to get the dependencies. 4 4 5 6 5 {{{ 7 8 6 CMake Error at C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:798 (message): 9 10 7 C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/dumpbin.exe 11 12 8 failed: 1000 13 14 15 16 17 18 19 20 9 Microsoft (R) COFF/PE Dumper Version 10.00.30319.01 21 22 23 24 10 Copyright (C) Microsoft Corporation. All rights reserved. 25 26 27 28 29 30 31 32 33 34 35 36 11 Dump of file C:/OSGeo4W/bin/libintl-8.dll 37 38 39 40 41 42 43 44 12 File Type: DLL 45 46 47 48 49 50 51 52 13 LINK : fatal error LNK1000: Internal error during DumpSections 53 54 55 56 57 58 59 60 14 Version 10.00.30319.01 61 62 63 64 65 66 67 68 15 ExceptionCode = C0000005 69 70 16 ExceptionFlags = 00000000 71 72 17 ExceptionAddress = 00147F10 (00120000) "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe" 73 74 18 NumberParameters = 00000002 75 76 19 ExceptionInformation[ 0] = 00000000 77 78 20 ExceptionInformation[ 1] = 00000004 79 21 80 81 82 83 84 85 86 22 CONTEXT: 87 88 89 90 23 Eax = 40000040 Esp = 003DE1E8 91 92 24 Ebx = 014281E0 Ebp = 003DE210 93 94 25 Ecx = 00000004 Esi = 00000004 95 96 26 Edx = 00124164 Edi = 0000014C 97 98 27 Eip = 00147F10 EFlags = 00010246 99 100 28 SegCs = 00000023 SegDs = 0000002B 101 102 29 SegSs = 0000002B SegEs = 0000002B 103 104 30 SegFs = 00000053 SegGs = 0000002B 105 106 31 Dr0 = 00000000 Dr3 = 00000000 107 108 32 Dr1 = 00000000 Dr6 = 00000000 109 110 33 Dr2 = 00000000 Dr7 = 00000000 111 34 112 113 114 35 Call Stack (most recent call first): 115 116 36 C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites) 117 118 37 C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites) 119 120 38 C:/CMake-3.4.1/share/cmake-3.4/Modules/GetPrerequisites.cmake:925 (get_prerequisites) 121 122 39 C:/CMake-3.4.1/share/cmake-3.4/Modules/BundleUtilities.cmake:555 (get_prerequisites) 123 124 40 C:/CMake-3.4.1/share/cmake-3.4/Modules/BundleUtilities.cmake:804 (get_bundle_keys) 125 126 41 Code/Application/Mapla/cmake_install.cmake:119 (fixup_bundle) 127 128 42 Code/Application/cmake_install.cmake:32 (include) 129 130 43 Code/cmake_install.cmake:33 (include) 131 132 44 cmake_install.cmake:39 (include) 133 134 135 136 137 138 45 }}}