Bug 191655 - devel/hadoop2 rcc conflicts with devel/qt4-rcc
Summary: devel/hadoop2 rcc conflicts with devel/qt4-rcc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-06 10:42 UTC by Radim Kolar
Modified: 2014-07-07 12:56 UTC (History)
1 user (show)

See Also:


Attachments
install rcc as hadoop-rcc (2.08 KB, patch)
2014-07-06 15:45 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2014-07-06 10:42:52 UTC
Installing apache-hadoop2-2.4.1...pkg-static: apache-hadoop2-2.4.1 conflicts with qt4-rcc-4.8.6 (installs files into the same place).  Problematic file: /usr/local/bin/rcc
*** Error code 70

there is no need to install hadoop rcc, its not that much used.
Comment 1 Radim Kolar 2014-07-06 15:45:43 UTC
Created attachment 144464 [details]
install rcc as hadoop-rcc

Install rcc from hadoop as hadoop-rcc to avoid conflict with qt-rcc. This patch also replaces spaces after variable name with tabs
Comment 2 Radim Kolar 2014-07-06 15:46:45 UTC
i forgot to include PORTREVISION increase in my patch.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2014-07-07 07:44:22 UTC
Assign to maintainer of devel/hadoop2; notify maintainer of devel/qt4-rcc.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-07-07 12:55:47 UTC
A commit references this bug:

Author: demon
Date: Mon Jul  7 12:55:42 UTC 2014
New revision: 361077
URL: http://svnweb.freebsd.org/changeset/ports/361077

Log:
  Rename rcc --> hadoop-rcc to avoid conflict with qt4-rcc port.
  Replace spaces with tabs.
  Bump PORTREVISION.

  PR:		191655
  Submitted by:	Radim Kolar <hsn@sendmail.cz>

Changes:
  head/devel/hadoop2/Makefile
  head/devel/hadoop2/pkg-plist
Comment 5 Dmitry Sivachenko freebsd_committer freebsd_triage 2014-07-07 12:56:55 UTC
Patch committed, thanks!