Bug 446263 - `make` command failing when building on Centos 7.9
Summary: `make` command failing when building on Centos 7.9
Status: RESOLVED NOT A BUG
Alias: None
Product: Heaptrack
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: RedHat Enterprise Linux Other
: NOR normal
Target Milestone: ---
Assignee: Milian Wolff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-30 02:13 UTC by EC
Modified: 2021-12-02 10:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Installation log when running ` make -j$(nproc)` (213.08 KB, text/plain)
2021-11-30 02:13 UTC, EC
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EC 2021-11-30 02:13:55 UTC
Created attachment 144075 [details]
Installation log when running ` make -j$(nproc)`

SUMMARY
I am running Centos 7.9 and getting the errors in the `install.log` attachment when running the `make -j$(nproc)` command. It is mostly a lot of c++11 errors. Would appreciate any workaround to installing in Centos 7.9. 

STEPS TO REPRODUCE
1. Clone the heaptrack repo
2. Run `mkdir build; cd build;`
3. Run `cmake -DCMAKE_BUILD_TYPE=Release ..`
4. Run ` make -j$(nproc)`

OBSERVED RESULT
All the errors in the `install.log` attachment

EXPECTED RESULT
Should compile correctly

SOFTWARE/OS VERSIONS
Linux: Centos 7.9.2009
Comment 1 Milian Wolff 2021-12-02 10:01:16 UTC
please get in touch with Centos support forums and learn how to install and use a newer devtoolset that supports more modern C++