View Issue Details

IDProjectCategoryView StatusLast Update
0005610The Dark ModTDM Installerpublic15.05.2021 06:53
Reporteres20490446e Assigned Tostgatilov  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux 
Product VersionSVN 
Fixed in VersionTDM 2.10 
Summary0005610: tdm_installer: fails to compile on Linux: linking fails for: libBLAKE2.a
DescriptionLinking fails due to the GNU Linker defaulting to PIE.
Steps To Reproducecd tdm_installer
cmake -DCMAKE_BUILD_TYPE="RelWithDebInfo"
make --jobs
Additional InformationFIX: in "tdm_installer/CMakeList.txt", under "if (UNIX)", add:

set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
TagsNo tags attached.

Activities

stgatilov

stgatilov

15.05.2021 03:46

administrator   ~0014017

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.
es20490446e

es20490446e

15.05.2021 06:19

reporter   ~0014019

It builds now �

Issue History

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