View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005610 | The Dark Mod | TDM Installer | public | 13.05.2021 05:04 | 15.05.2021 06:53 |
| Reporter | es20490446e | Assigned To | stgatilov | ||
| Priority | normal | Severity | normal | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Linux | ||||
| Product Version | SVN | ||||
| Fixed in Version | TDM 2.10 | ||||
| Summary | 0005610: tdm_installer: fails to compile on Linux: linking fails for: libBLAKE2.a | ||||
| Description | Linking fails due to the GNU Linker defaulting to PIE. | ||||
| Steps To Reproduce | cd tdm_installer cmake -DCMAKE_BUILD_TYPE="RelWithDebInfo" make --jobs | ||||
| Additional Information | FIX: in "tdm_installer/CMakeList.txt", under "if (UNIX)", add: set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie") | ||||
| Tags | No tags attached. | ||||
|
Added it in svn rev 9361. I build TDM on somewhat dated Ubuntu 16.04, and I did not have any problem. So it would be great if you check that the updated version builds fine. |
|
| It builds now � | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 13.05.2021 05:04 | es20490446e | New Issue | |
| 14.05.2021 23:40 | nbohr1more | Category | Coding => TDM Updater |
| 14.05.2021 23:41 | nbohr1more | Assigned To | => stgatilov |
| 14.05.2021 23:41 | nbohr1more | Status | new => assigned |
| 15.05.2021 03:46 | stgatilov | Note Added: 0014017 | |
| 15.05.2021 03:46 | stgatilov | Status | assigned => feedback |
| 15.05.2021 06:19 | es20490446e | Note Added: 0014019 | |
| 15.05.2021 06:19 | es20490446e | Status | feedback => assigned |
| 15.05.2021 06:53 | stgatilov | Status | assigned => resolved |
| 15.05.2021 06:53 | stgatilov | Resolution | open => fixed |
| 15.05.2021 06:53 | stgatilov | Fixed in Version | => TDM 2.10 |
| 19.05.2021 05:34 | stgatilov | Category | TDM Updater => TDM Installer |