FS#69446 - leveldb/tcmalloc produces errors when being linked locally

Attached to Project: Community Packages
Opened by Bastian Senst (bsenst) - Tuesday, 26 January 2021, 16:18 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 28 April 2021, 16:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The leveldb package is broken when linked dynamically.
The dependency on tcmalloc results into errors when linking leveldb
dynamically.
This is a known issue of libtcmalloc:
https://github.com/gperftools/gperftools/issues/1066

I was able to fix this locally, with an adapted leveldb package:
https://github.com/bholst/svntogit-packages/commit/4d0e86bbbd5e445236d71fb6427d2fb205b9645d
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 28 April 2021, 16:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  leveldb 1.23-3
Comment by Antonio Rojas (arojas) - Wednesday, 21 April 2021, 12:28 GMT
status with 1.23?
Comment by Bastian Senst (bsenst) - Wednesday, 28 April 2021, 13:36 GMT
  • Field changed: Percent Complete (100% → 0%)
Sorry for the slow answer.
It is the same for 1.23.
Comment by Bastian Senst (bsenst) - Wednesday, 28 April 2021, 14:31 GMT
Would a patch removing the dependency to gperftools be approved?

Loading...