Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741072 - media-libs/libpng-1.6.37-r1 installs files with broken symlink
Summary: media-libs/libpng-1.6.37-r1 installs files with broken symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-08 07:09 UTC by Agostino Sarubbo
Modified: 2020-09-09 15:17 UTC (History)
0 users

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


Attachments
build.log (build.log,42.16 KB, text/plain)
2020-09-08 07:09 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 2020-09-08 07:09:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/libpng-1.6.37-r1 installs files with broken symlink.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-08 07:09:30 UTC
Created attachment 659070 [details]
build.log

build log and emerge --info
Comment 2 Azamat H. Hackimov 2020-09-09 15:04:17 UTC
After https://bugs.gentoo.org/740414 there regression: libpng-1.6.37-r1 installs empty *.la files and broken symlinks. See diff between 1.6.37 and 1.6.37-r1 in multilib_src_install_all():

-       find "${ED}" -name '*.la' -delete || die
+       find "${ED}" -name '*.la' -type f -delete || die

Need to revert this.
Comment 3 Larry the Git Cow gentoo-dev 2020-09-09 15:17:52 UTC
The bug has been closed via the following commit(s):

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

commit 3b41a746cda172784d66ccd4e225a8c2b4f78815
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-09-09 15:17:31 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-09-09 15:17:49 +0000

    media-libs/libpng: Revbump to remove broken symlinks
    
    Closes: https://bugs.gentoo.org/741072
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-libs/libpng/{libpng-1.6.37-r1.ebuild => libpng-1.6.37-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)