Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917354 - dev-embedded/sdcc-4.3.0-r1: rm: cannot remove 'device/lib/mos65c02/Makefile': No such file or directory
Summary: dev-embedded/sdcc-4.3.0-r1: rm: cannot remove 'device/lib/mos65c02/Makefile':...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-14 23:19 UTC by yongxiang
Modified: 2023-11-15 05:39 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,40.61 KB, text/x-log)
2023-11-14 23:19 UTC, yongxiang
Details
emerge --info (emerge.info,9.55 KB, text/plain)
2023-11-14 23:19 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2023-11-14 23:19:05 UTC
rm: cannot remove 'device/lib/mos65c02/Makefile': No such file or directory
 * ERROR: dev-embedded/sdcc-4.3.0-r1::gentoo failed (configure phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 136:  Called src_configure
 *   environment, line 1710:  Called die
 * The specific snippet of code:
 *       rm device/lib/mos65c02/Makefile || die
 *


Reproducible: Always
Comment 1 yongxiang 2023-11-14 23:19:28 UTC
Created attachment 874820 [details]
build.log
Comment 2 yongxiang 2023-11-14 23:19:57 UTC
Created attachment 874821 [details]
emerge --info
Comment 3 Viorel Munteanu gentoo-dev 2023-11-15 05:06:20 UTC
Oops
Comment 4 Larry the Git Cow gentoo-dev 2023-11-15 05:39:48 UTC
The bug has been closed via the following commit(s):

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

commit 604a695d20a10bb03ed983911322be3a90b735df
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2023-11-15 05:36:12 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-11-15 05:39:37 +0000

    dev-embedded/sdcc: fix build issue with USE=-mos65c02
    
    Don't generate a Makefile instead of attempting to remove it afterwards.
    
    Closes: https://bugs.gentoo.org/917354
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 dev-embedded/sdcc/sdcc-4.3.0-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)