Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829199 - dev-ml/dune-private-libs-2.9.1 - file collision with dev-ml/dune-2.9.1
Summary: dev-ml/dune-private-libs-2.9.1 - file collision with dev-ml/dune-2.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-14 19:01 UTC by Toralf Förster
Modified: 2021-12-17 00:40 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.75 KB, text/plain)
2021-12-14 19:01 UTC, Toralf Förster
Details
dev-ml:dune-private-libs-2.9.1:20211214-185511.log (dev-ml:dune-private-libs-2.9.1:20211214-185511.log,134.44 KB, text/plain)
2021-12-14 19:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,95.42 KB, text/plain)
2021-12-14 19:01 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.59 KB, application/x-bzip)
2021-12-14 19:01 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.56 KB, application/x-bzip)
2021-12-14 19:01 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-12-14 19:01:48 UTC
 * Press Ctrl-C to Stop
 * 
 * dev-ml/dune-2.9.1:0::gentoo
 * 	/usr/share/man/man1/dune-exec.1.bz2
 * 	/usr/share/man/man1/dune-external-lib-deps.1.bz2
 * 	/usr/share/man/man1/dune-format-dune-file.1.bz2

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20211213-220305

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.57.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.3
  [2]   php7.4 *
  [3]   php8.1

  HEAD of ::gentoo
commit 3bb7be958356465e644b5efa471a3db27cd0465f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 14 18:21:45 2021 +0000

    2021-12-14 18:21:44 UTC

emerge -qpvO dev-ml/dune-private-libs
[ebuild  N    ] dev-ml/dune-private-libs-2.9.1  USE="ocamlopt -test"
Comment 1 Toralf Förster gentoo-dev 2021-12-14 19:01:49 UTC
Created attachment 759002 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-14 19:01:50 UTC
Created attachment 759003 [details]
dev-ml:dune-private-libs-2.9.1:20211214-185511.log
Comment 3 Toralf Förster gentoo-dev 2021-12-14 19:01:52 UTC
Created attachment 759004 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-14 19:01:53 UTC
Created attachment 759005 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-14 19:01:54 UTC
Created attachment 759006 [details]
logs.tar.bz2
Comment 6 Larry the Git Cow gentoo-dev 2021-12-17 00:37:52 UTC
The bug has been closed via the following commit(s):

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

commit 160b1d4031074c5d4d49c42c9a07056c9b4b8617
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-17 00:36:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-17 00:37:45 +0000

    dune.eclass: fix default value of DUNE_PKG_NAME
    
    We need to use :=, not :-, because we want to reassign
    DUNE_PKG_NAME, not just return the new value.
    
    Closes: https://bugs.gentoo.org/829199
    Closes: https://bugs.gentoo.org/829299
    Closes: https://bugs.gentoo.org/829327
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/dune.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)