[MDEV-20233] Linking issue on Redhat 6 Created: 2019-08-01 Updated: 2021-04-26 Resolved: 2021-04-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Platform RedHat |
| Affects Version/s: | 10.3.17 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Matthew Goebel | Assignee: | Marko Mäkelä |
| Resolution: | Won't Fix | Votes: | 2 |
| Labels: | regression | ||
| Environment: |
Redhat 6 64bit |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
on redhat 6 results in the following : 10.3.16 compiled just fine...
|
| Comments |
| Comment by Kentaro Hayashi [ 2019-08-02 ] | |||||||||||
|
It was occurred on CentOS 6 (64bit), too. It seems that CentOS 6 (32bit) is not affected. I'm NOT sure but I guess MDEV-19845: Fix the build on some x86 targets is related. | |||||||||||
| Comment by Sergey Kokhan [ 2019-08-05 ] | |||||||||||
|
Faced with the same problem and it is because that CentOS 6 and RedHat 6 x86-64 using gcc-4.4. This patch helped me solve the problem. rdtsc.patch
| |||||||||||
| Comment by Marko Mäkelä [ 2020-08-08 ] | |||||||||||
|
Sorry, I did not notice the report until now. This ought to have been caused by If I understand correctly, the 10.4 and later series should be unaffected, because it will require GCC 4.8.5 or later, for sufficient C++11 support. However, is this fix still needed? Red Hat Enterprise Linux 6 should reach its End of Life (EOL) on November 30, 2020. I am a bit reluctant to add tweaks for very old compilers. | |||||||||||
| Comment by Matthew Goebel [ 2020-08-10 ] | |||||||||||
|
Hey, I don't seem to be able to log into the ticket, and probably lost my We have migrated off of Redhat Enterprise 6 so ahead and do whatever you Thanks, – | |||||||||||
| Comment by Marko Mäkelä [ 2021-04-26 ] | |||||||||||
|
I am closing this, because RHEL 6 (and CentOS 6) have reached their End of Life. It could be possible to work around this by installing a newer compiler on that system. That is what we do in order to be able to build tarballs of MariaDB 10.5 or 10.6 on our CI system. |