Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725022 - net-misc/dahdi fails to compile
Summary: net-misc/dahdi fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jaco Kroon
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-05-24 17:46 UTC by Agostino Sarubbo
Modified: 2020-06-25 11:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,398.87 KB, text/plain)
2020-05-24 17:46 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-05-24 17:46:16 UTC
This is an auto-filed bug because net-misc/dahdi fails to compile.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-24 17:46:22 UTC
Created attachment 641382 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-06-25 11:18:32 UTC
The bug has been closed via the following commit(s):

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

commit e218181a346d02f68e92267d94f299319104d3b6
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2020-06-11 19:59:13 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-06-25 11:18:23 +0000

    net-misc/dahdi: fix install issue w.r.t. depmod.
    
    If the kernel sources are not yet compiled, then there is no System.map,
    and as a result the kernel build system won't run depmod, resulting in
    the modules.* files normally generated by this to not exist.  This
    causes the rm in the ebuild to fail.  Substitute with a find mechanism
    that only deletes if it exists.
    
    At the same time clean up some empty files on the image that carries
    firmware version information which we don't care about.
    
    Closes:  https://bugs.gentoo.org/725022
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Closes: https://github.com/gentoo/gentoo/pull/16196
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-misc/dahdi/dahdi-3.1.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)