Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539092 - net-misc/ntp-4.2.8-r1 - src_install(): mv: cannot stat ‘/var/tmp/portage/net-misc/ntp-4.2.8-r1/image//usr/bin/ntpd’: No such file or directory
Summary: net-misc/ntp-4.2.8-r1 - src_install(): mv: cannot stat ‘/var/tmp/portage/net-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 11:39 UTC by Oleg Silishhev
Modified: 2015-04-04 07:07 UTC (History)
0 users

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


Attachments
/var/tmp/portage/net-misc/ntp-4.2.8-r1/temp/build.log.gz (build.log.gz,22.52 KB, application/gzip)
2015-02-06 11:41 UTC, Oleg Silishhev
Details
emerge --info (emerge.info,4.58 KB, application/x-info)
2015-02-06 11:42 UTC, Oleg Silishhev
Details
emerge --info net-misc/ntp (emerge-info.txt,4.90 KB, text/plain)
2015-02-06 11:50 UTC, Oleg Silishhev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Silishhev 2015-02-06 11:39:47 UTC
Problem with install phase net-misc/ntp-4.2.8-r1 (move to sbin).

Reproducible: Always

Steps to Reproduce:
1. emerge -avu1 ntp
Actual Results:  
 * ERROR: net-misc/ntp-4.2.8-r1::gentoo failed (install phase):
 *   move to sbin
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 3357:  Called die
 * The specific snippet of code:
 *       mv "${ED}"/usr/bin/{ntpd,ntpdate} "${ED}"/usr/sbin/ || die "move to sbin";
Comment 1 Oleg Silishhev 2015-02-06 11:41:22 UTC
Created attachment 395706 [details]
/var/tmp/portage/net-misc/ntp-4.2.8-r1/temp/build.log.gz
Comment 2 Oleg Silishhev 2015-02-06 11:42:10 UTC
Created attachment 395708 [details]
emerge --info
Comment 3 Oleg Silishhev 2015-02-06 11:50:21 UTC
Created attachment 395710 [details]
emerge --info net-misc/ntp
Comment 4 SpanKY gentoo-dev 2015-04-04 03:40:52 UTC
ntp has this weird logic buried in sntp/scripts/genLocInfo that seems to be tripping on your system ... it installs into /usr/sbin by default instead of /usr/bin which the ebuild expects
Comment 5 SpanKY gentoo-dev 2015-04-04 07:07:24 UTC
should be all set now in the tree; thanks for the report!

Commit message: Make sure every build uses the same filesystem layout when installed
http://sources.gentoo.org/net-misc/ntp/ntp-4.2.8-r2.ebuild?r1=1.2&r2=1.3