Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921191 - www-servers/apache-2.4.58-r2 installs files with broken symlink (GCC-14-SYSTEM)
Summary: www-servers/apache-2.4.58-r2 installs files with broken symlink (GCC-14-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-02 11:14 UTC by Agostino Sarubbo
Modified: 2024-01-03 06:20 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,502.23 KB, text/plain)
2024-01-02 11:14 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-01-02 11:14:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/apache-2.4.58-r2 installs files with broken symlink (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-02 11:14:28 UTC
Created attachment 881258 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-01-03 06:20:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123a15873fd98645c10f23fdf759226bac842eb8

commit 123a15873fd98645c10f23fdf759226bac842eb8
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-01-03 05:56:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-03 06:20:23 +0000

    apache-2.eclass: drop outdated symlink
    
    In commit 90f738b661e9e6cf903cd2a65418a6e00482c19f, the destination got
    deleted. apxs is no longer in the sbin directory. On split-usr systems,
    sbin isn't a symlink to bin, so the symlink is also *broken*.
    
    There are two general solutions here:
    
    - Fix the symlink to symlink to /usr/bin instead.
    
    - This symlink was created in 2007 as a temporary porting measure, and
      it is long past time it got removed. So just remove it.
    
    We go with option 2. One more legacy hack gone.
    
    Bug: https://bugs.gentoo.org/177697
    Fixes: 90f738b661e9e6cf903cd2a65418a6e00482c19f
    Closes: https://bugs.gentoo.org/921191
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/apache-2.eclass | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)