Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882801 - sys-libs/libxcrypt fails to emerge due to broken symlinks
Summary: sys-libs/libxcrypt fails to emerge due to broken symlinks
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-24 18:52 UTC by Christoph Loehr
Modified: 2022-11-24 20:39 UTC (History)
0 users

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


Attachments
build.log (build.log,190.15 KB, text/x-log)
2022-11-24 18:52 UTC, Christoph Loehr
Details
emerge --info (emerge_info.txt,6.60 KB, text/plain)
2022-11-24 18:52 UTC, Christoph Loehr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Loehr 2022-11-24 18:52:23 UTC
Created attachment 836525 [details]
build.log

Since libxcrypt-4.4.28-r1 emerge of the package fails with the following message:

Broken symlinks found! Aborting to avoid damaging system. Please report a bug.

build.log and emerge --info is attached.

Thanks for help and a solution
CHL
Comment 1 Christoph Loehr 2022-11-24 18:52:54 UTC
Created attachment 836527 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-11-24 19:52:43 UTC
The bug has been closed via the following commit(s):

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

commit f2ce3c6afffc66326db15f564e8e2aac8778ad26
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-11-24 19:46:40 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-11-24 19:52:34 +0000

    sys-libs/libxcrypt: rework broken symlink detection
    
    Use the GNU-specific find -xtype option; PMS says GNU find is required.
    Ensure arguments are properlty quoted.
    Consolidate output to one line per broken link.
    
    Closes: https://bugs.gentoo.org/882801
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild | 20 ++++++++++----------
 sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild | 20 ++++++++++----------
 sys-libs/libxcrypt/libxcrypt-4.4.33.ebuild    | 20 ++++++++++----------
 3 files changed, 30 insertions(+), 30 deletions(-)
Comment 3 Mike Gilbert gentoo-dev 2022-11-24 19:53:17 UTC
If you still experience this issue, please re-open the bug and attach a fresh build log.
Comment 4 Christoph Loehr 2022-11-24 20:39:14 UTC
It works! 
Many thanks for the quick solution.