Summary: | sys-libs/glibc undefined references to `__stack_chk_guard' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ephemer0l <om> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
sys-libs/glibc-2.32-r7 build log
emerge --info sys-libs/glibc gcc -v emerge --info sys-devel/gcc emerge --info sys-devel/gcc |
Description
ephemer0l
2021-03-05 17:39:36 UTC
Created attachment 689493 [details]
sys-libs/glibc-2.32-r7 build log
Created attachment 689496 [details]
emerge --info sys-libs/glibc
USE=libssp looks very suspicious and it does move out __stack_* function to libssp if gcc is built with libssp. Can you post your output of: 1. 'gcc -v' 2. emerge --info gcc Created attachment 689505 [details]
gcc -v
Created attachment 689508 [details]
emerge --info sys-devel/gcc
Created attachment 689511 [details]
emerge --info sys-devel/gcc
This looks like my ignorance has bit me, again. I did force on libssp along with ssp... Sorry for wasting time, but maybe someone in the future will find this bug... Glad it was simple. :) |