| Summary: | =dev-java/jrobin-1.6.0 with net-analyzer/rrdtool - file collision in /usr/bin/rrdtool | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Denis Misiurca <infoman1985> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | andrius, netmon |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Yes, really. Such is life. +*jrobin-1.6.0-r1 (29 May 2015) + + 29 May 2015; James Le Cuirot <chewi@gentoo.org> +jrobin-1.6.0-r1.ebuild, + -jrobin-1.6.0.ebuild: + Install rrdtool wrapper as jrobin-rrdtool to avoid conflicting with net- + analyzer/rrdtool. Closes bug #550522. |
Error message from jrobin: * package dev-java/jrobin-1.6.0 NOT merged * * Detected file collision(s): * * /usr/bin/rrdtool * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * net-analyzer/rrdtool-1.4.8-r1:0::gentoo * /usr/bin/rrdtool $ tree /home/portage/tmp/portage/dev-java/jrobin-1.6.0/image /home/portage/tmp/portage/dev-java/jrobin-1.6.0/image └── usr ├── bin │ └── rrdtool └── share └── jrobin ├── lib │ └── jrobin.jar └── package.env 5 directories, 3 files From the ebuild: src_install() { java-pkg-simple_src_install java-pkg_dolauncher rrdtool --main org.jrobin.cmd.RrdCommander } Really?