Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937130 - [guru] www-apps/pleroma-2.7.0-r1 fails to compile: ld: ccylU8N6.o: relocation R_X86_64_PC32 against symbol stderr@@GLIBC_2.2.5 can not be used when making a shared object; recompile with -fPIC
Summary: [guru] www-apps/pleroma-2.7.0-r1 fails to compile: ld: ccylU8N6.o: relocation...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-02 14:01 UTC by Agostino Sarubbo
Modified: 2024-08-05 05:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,168.97 KB, text/plain)
2024-08-02 14:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-02 14:01:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-apps/pleroma-2.7.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-02 14:01:05 UTC
Created attachment 898809 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-02 14:01:06 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/www-apps/pleroma-2.7.0/temp/ccylU8N6.o: relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2024-08-04 17:50:34 UTC
guru_ci has reproduced this issue with version 2.7.0-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-08-05 05:20:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bd7494b245565c56ae81b915b5f972ab3d3f2d2

commit 3bd7494b245565c56ae81b915b5f972ab3d3f2d2
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2024-08-02 18:43:44 +0000
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: 2024-08-02 18:44:27 +0000

    www-apps/pleroma: Need git for fetching some deps, need -fPIC under glibc
    
    Closes: https://bugs.gentoo.org/937130
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>

 www-apps/pleroma/pleroma-2.7.0-r1.ebuild | 7 ++++++-
 www-apps/pleroma/pleroma-9999.ebuild     | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)