Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648972 - net-misc/ntp-4.2.8_p10-r1 : file collision with net-misc/ntpsec-1.0.0-r4
Summary: net-misc/ntp-4.2.8_p10-r1 : file collision with net-misc/ntpsec-1.0.0-r4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-27 17:24 UTC by Toralf Förster
Modified: 2018-02-27 18:08 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.00 KB, text/plain)
2018-02-27 17:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,191.92 KB, text/plain)
2018-02-27 17:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.70 KB, application/x-bzip)
2018-02-27 17:24 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,54.94 KB, application/x-bzip)
2018-02-27 17:24 UTC, Toralf Förster
Details
net-misc:ntp-4.2.8_p10-r1:20180227-110537.log (net-misc:ntp-4.2.8_p10-r1:20180227-110537.log,308.84 KB, text/plain)
2018-02-27 17:24 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-02-27 17:24:08 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_libressl_20180223-184508

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-misc/ntp
[ebuild  N    ] net-misc/ntp-4.2.8_p10-r1  USE="ipv6 libressl readline ssl threads -caps -debug -openntpd -parse-clocks -samba (-selinux) -snmp -vim-syntax -zeroconf" 

!!! The following installed packages are masked:
- sys-fs/cryptsetup-2.0.1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-02-27 17:24:11 UTC
Created attachment 521304 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-27 17:24:14 UTC
Created attachment 521306 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-02-27 17:24:17 UTC
Created attachment 521308 [details]
etc.portage.tbz2
Comment 4 Toralf Förster gentoo-dev 2018-02-27 17:24:20 UTC
Created attachment 521310 [details]
logs.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-02-27 17:24:23 UTC
Created attachment 521312 [details]
net-misc:ntp-4.2.8_p10-r1:20180227-110537.log
Comment 6 Larry the Git Cow gentoo-dev 2018-02-27 18:05:26 UTC
The bug has been closed via the following commit(s):

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

commit 9aef9f549c80a8bbf39bb9c224ec48ee488267b3
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-02-27 18:03:33 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-02-27 18:03:33 +0000

    net-misc/ntp: add blocker on net-misc/ntpsec
    
    Closes: https://bugs.gentoo.org/648972
    Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 net-misc/ntp/ntp-4.2.8_p10-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 7 Mike Gilbert gentoo-dev 2018-02-27 18:08:33 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a6e98314e6dd3e8f171dc42054ff414f3427ef

commit b6a6e98314e6dd3e8f171dc42054ff414f3427ef
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Tue Feb 27 13:07:32 2018 -0500

    net-misc/ntpsec: move blockers to RDEPEND

    Building ntpsec with ntp installed works fine. Installing them
    concurrently produces file colisions, so the blockers belong in RDEPEND,
    not DEPEND.

    Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild | 4 ++--
 net-misc/ntpsec/ntpsec-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)