Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910341 - dev-ruby/elasticsearch-8.8.0 - file collision with dev-ruby/elasticsearch-7.17.7
Summary: dev-ruby/elasticsearch-8.8.0 - file collision with dev-ruby/elasticsearch-7.17.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
: 911906 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-07-14 14:37 UTC by Toralf Förster
Modified: 2023-08-19 05:53 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.34 KB, text/plain)
2023-07-14 14:37 UTC, Toralf Förster
Details
dev-ruby:elasticsearch-8.8.0:20230714-053217.log (dev-ruby:elasticsearch-8.8.0:20230714-053217.log,2.94 KB, text/plain)
2023-07-14 14:37 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,65.80 KB, application/x-xz)
2023-07-14 14:37 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-07-14 14:37 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,17.40 KB, application/x-xz)
2023-07-14 14:37 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,1.95 KB, application/x-xz)
2023-07-14 14:37 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 2023-07-14 14:37:38 UTC
 * Press Ctrl-C to Stop
 * 
 * dev-ruby/elasticsearch-7.17.7:7.17.7::gentoo
 * 	/usr/bin/elastic_ruby_console
 * 
 * Package 'dev-ruby/elasticsearch-8.8.0' NOT merged due to file

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20230708-142608

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.70.0
  [2]   rust-1.70.0 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.19_p7 [openjdk-11]
2)	OpenJDK 17.0.7_p7 [openjdk-17]
3)	OpenJDK 8.372_p07 [openjdk-8]
4)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
6)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-11 
  [3]   openjdk-17 
  [4]   openjdk-bin-8 
  [5]   openjdk-bin-11 
  [6]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.20.6 linux/amd64

  HEAD of ::gentoo
commit c18f6a156e72f57314c70688b9b9478e39b714eb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jul 14 04:46:42 2023 +0000

    2023-07-14 04:46:41 UTC

emerge -qpvO dev-ruby/elasticsearch
[ebuild  NS   ] dev-ruby/elasticsearch-8.8.0 [7.17.7] USE="-doc -test" RUBY_TARGETS="ruby31 -ruby30 -ruby32%"
Comment 1 Toralf Förster gentoo-dev 2023-07-14 14:37:39 UTC
Created attachment 865491 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-07-14 14:37:40 UTC
Created attachment 865492 [details]
dev-ruby:elasticsearch-8.8.0:20230714-053217.log
Comment 3 Toralf Förster gentoo-dev 2023-07-14 14:37:41 UTC
Created attachment 865493 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2023-07-14 14:37:42 UTC
Created attachment 865494 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-07-14 14:37:43 UTC
Created attachment 865495 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-07-14 14:37:44 UTC
Created attachment 865496 [details]
logs.tar.xz
Comment 7 Larry the Git Cow gentoo-dev 2023-07-15 06:00:50 UTC
The bug has been closed via the following commit(s):

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

commit 64ef3f830b5100be3fe37863dfc61f795a674a26
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2023-07-14 16:13:13 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2023-07-15 05:59:52 +0000

    dev-ruby/elasticsearch: avoid file collision
    
    Only install the bin for the latest slot.
    
    Closes: https://bugs.gentoo.org/910341
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 .../{elasticsearch-7.17.7.ebuild => elasticsearch-7.17.7-r1.ebuild}      | 1 +
 1 file changed, 1 insertion(+)
Comment 8 Hans de Graaff gentoo-dev Security 2023-08-19 05:53:42 UTC
*** Bug 911906 has been marked as a duplicate of this bug. ***