Message403200
| Author | chaz6 |
|---|---|
| Recipients | barry, chaz6, christian.heimes, gregory.p.smith, miss-islington, pablogsal, vstinner |
| Date | 2021-10-05.07:54:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1633420442.87.0.402677826008.issue43466@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
If I set LDFLAGS as with previous versions, it works as expected. I do not know if it is related, but I noticed that by default rpath does not get set for the files in DESTDIR/bin/* (e.g. python3.10 or pip3.10) hence the inclusion of /home/chaz/.local/local/python-${PYTHON_VERSION}/lib in the rpath.
LDFLAGS="-Wl,-rpath,'/home/chaz/.local/local/openssl3/lib64:/home/chaz/.local/local/sqlite3/lib:/home/chaz/.local/local/python-'${PYTHON_VERSION}'/lib' -Wl,--enable-new-dtags" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-05 07:54:02 | chaz6 | set | recipients: + chaz6, barry, gregory.p.smith, vstinner, christian.heimes, pablogsal, miss-islington |
| 2021-10-05 07:54:02 | chaz6 | set | messageid: <1633420442.87.0.402677826008.issue43466@roundup.psfhosted.org> |
| 2021-10-05 07:54:02 | chaz6 | link | issue43466 messages |
| 2021-10-05 07:54:02 | chaz6 | create | |