Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885977 - net-dns/updatedd doesn't install any files
Summary: net-dns/updatedd doesn't install any files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-14 17:29 UTC by Damien Thébault
Modified: 2022-12-14 23:42 UTC (History)
0 users

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


Attachments
emerge --info (file_885977.txt,6.02 KB, text/plain)
2022-12-14 17:30 UTC, Damien Thébault
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Damien Thébault 2022-12-14 17:29:37 UTC
I updated updatedd to 2.6-r7 today, and I lost all files that was installed by the package.

Doing "equery files updatedd" returned no files:

~ # equery f updatedd
 * Searching for updatedd ...
 * Contents of net-dns/updatedd-2.6-r7:
~ #

Re-installing updatedd didn't bring the executable back.

I think that the fix from Bug #848747 replaced the default src_install and didn't execute the install anymore.

Adding "default_src_install" before "find "${ED}" -name '*.la' -delete || die" seems to fix the problem for me and properly install files.
Comment 1 Damien Thébault 2022-12-14 17:30:38 UTC
Created attachment 842681 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-12-14 23:42:45 UTC
The bug has been closed via the following commit(s):

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

commit 2ad4a9c2ef6511dc2f73ccd31590571e8fc06c50
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-14 23:42:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-14 23:42:08 +0000

    net-dns/updatedd: fix src_install
    
    Closes: https://bugs.gentoo.org/885977
    Signed-off-by: Sam James <sam@gentoo.org>

 net-dns/updatedd/{updatedd-2.6-r7.ebuild => updatedd-2.6-r8.ebuild} | 2 ++
 1 file changed, 2 insertions(+)