Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815805 - sys-apps/busybox-1.34.1 fails with "cp: cannot create regular file"
Summary: sys-apps/busybox-1.34.1 fails with "cp: cannot create regular file"
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: 2021-10-02 07:04 UTC by Marius Stoica
Modified: 2021-10-02 07:10 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-busybox.info,6.86 KB, application/x-info)
2021-10-02 07:04 UTC, Marius Stoica
Details
build.log (build.log,492.83 KB, text/plain)
2021-10-02 07:05 UTC, Marius Stoica
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Stoica 2021-10-02 07:04:11 UTC
Emerging sys-apps/busybox-1.34.1 fails at install phase:

>>> Install sys-apps/busybox-1.34.1 into /var/tmp/portage/sys-apps/busybox-1.34.1/image
 * Your configuration for sys-apps/busybox-1.34.1 has been saved in 
 * "/etc/portage/savedconfig/sys-apps/busybox-1.34.1" for your editing pleasure.
 * You can edit these files by hand and remerge this package with
 * USE=savedconfig to customise the configuration.
 * You can rename this file/directory to one of the following for
 * its configuration to apply to multiple versions:
 * ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
 * [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
cp: cannot create regular file '/var/tmp/portage/sys-apps/busybox-1.34.1/temp/.newins_tmp_ng4S0N/busybox-syslogd'$'\n\t\t''newinitd /var/tmp/portage/sys-apps/busybox-1.34.1/files/syslogd.initd busybox-syslogd': No such file or directory
 * ERROR: sys-apps/busybox-1.34.1::gentoo failed (install phase):
 *   newconfd failed
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/busybox-1.34.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/busybox-1.34.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/busybox-1.34.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/busybox-1.34.1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/busybox-1.34.1/work/busybox-1.34.1'
 * S: '/var/tmp/portage/sys-apps/busybox-1.34.1/work/busybox-1.34.1'

>>> Failed to emerge sys-apps/busybox-1.34.1, Log file:


Reproducible: Always
Comment 1 Marius Stoica 2021-10-02 07:04:54 UTC
Created attachment 742515 [details]
emerge --info
Comment 2 Marius Stoica 2021-10-02 07:05:14 UTC
Created attachment 742518 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2021-10-02 07:10:31 UTC
The bug has been closed via the following commit(s):

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

commit 7a3d3a640bc2b440bc98a5022fd4e68ca588286e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-02 07:10:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-02 07:10:22 +0000

    sys-apps/busybox: fix misplaced quote
    
    Closes: https://bugs.gentoo.org/815805
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/busybox/busybox-1.34.1.ebuild | 4 ++--
 sys-apps/busybox/busybox-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)