Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798648 - dev-python/python-dotenv-0.18.0 - file collision with dev-ruby/dotenv-2.7.6
Summary: dev-python/python-dotenv-0.18.0 - file collision with dev-ruby/dotenv-2.7.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL: https://github.com/theskumar/python-d...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-25 06:41 UTC by Toralf Förster
Modified: 2021-06-25 23:58 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.59 KB, text/plain)
2021-06-25 06:41 UTC, Toralf Förster
Details
dev-python:python-dotenv-0.18.0:20210625-015903.log (dev-python:python-dotenv-0.18.0:20210625-015903.log,9.70 KB, text/plain)
2021-06-25 06:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,220.50 KB, text/plain)
2021-06-25 06:42 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,19.80 KB, application/x-bzip)
2021-06-25 06:42 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,3.22 KB, application/x-bzip)
2021-06-25 06:42 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 2021-06-25 06:41:56 UTC
 * Press Ctrl-C to Stop
 * 
 * dev-ruby/dotenv-2.7.6:2::gentoo
 * 	/usr/bin/dotenv
 * 
 * Package 'dev-python/python-dotenv-0.18.0' NOT merged due to file

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j3-20210622-104339

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.9.5
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  HEAD of ::gentoo
commit 808d983d21d9091ca781f9dad46b0fb5213b1678
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jun 25 00:51:49 2021 +0000

    2021-06-25 00:51:48 UTC

emerge -qpvO dev-python/python-dotenv
[ebuild  N    ] dev-python/python-dotenv-0.18.0  USE="-test" PYTHON_TARGETS="python3_9 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2021-06-25 06:41:57 UTC
Created attachment 719142 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-06-25 06:41:58 UTC
Created attachment 719145 [details]
dev-python:python-dotenv-0.18.0:20210625-015903.log
Comment 3 Toralf Förster gentoo-dev 2021-06-25 06:42:00 UTC
Created attachment 719148 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-06-25 06:42:01 UTC
Created attachment 719151 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-06-25 06:42:02 UTC
Created attachment 719154 [details]
logs.tar.bz2
Comment 6 Sebastian Pipping gentoo-dev 2021-06-25 12:32:24 UTC
I'll take it upstream, let's see what we get...
Comment 7 Larry the Git Cow gentoo-dev 2021-06-25 23:58:02 UTC
The bug has been closed via the following commit(s):

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

commit d4beda25f7a27938194241dfaaef1ffafb12c8ce
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2021-06-25 23:47:25 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2021-06-25 23:57:53 +0000

    dev-python/python-dotenv: Address collision with dev-ruby/dotenv
    
    I'm using a second entrypoint here rather than a plain rename
    to not break (1) the tests and (2) access to argv[0] by python-exec.
    Closes: https://bugs.gentoo.org/798648
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.19, Repoman-3.0.3

 .../python-dotenv-0.18.0-second-entrypoint.patch   | 24 ++++++++++++++
 .../python-dotenv/python-dotenv-0.17.1.ebuild      |  1 +
 .../python-dotenv/python-dotenv-0.18.0-r1.ebuild   | 38 ++++++++++++++++++++++
 .../python-dotenv/python-dotenv-0.18.0.ebuild      |  1 +
 4 files changed, 64 insertions(+)