Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550522 - =dev-java/jrobin-1.6.0 with net-analyzer/rrdtool - file collision in /usr/bin/rrdtool
Summary: =dev-java/jrobin-1.6.0 with net-analyzer/rrdtool - file collision in /usr/bin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 07:55 UTC by Denis Misiurca
Modified: 2015-05-29 22:35 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Misiurca 2015-05-27 07:55:24 UTC
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?
Comment 1 Patrice Clement gentoo-dev 2015-05-29 07:56:13 UTC
Yes, really. Such is life.
Comment 2 James Le Cuirot gentoo-dev 2015-05-29 22:35:00 UTC
+*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.