Bug 115818 - Executable clash between databases/grass and ruby gems
Summary: Executable clash between databases/grass and ruby gems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-25 20:00 UTC by Chris Calvey
Modified: 2008-04-04 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Calvey 2007-08-25 20:00:02 UTC
The ports ruby18-gems-0.9.2 and grass-6.2.1_1,2 both install an executable called
/usr/local/bin/gem

Fix: 

Rename the grass gem executable to grass-gem. Leave the ruby gem executable
as is. In all probability the ruby "gem" will get used more often than the grass one.
How-To-Repeat: Install both ports.

pkg_info -L "ruby18-gems-0.9.2"
pkg_info -L "grass-6.2.1_1,2"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-26 00:08:56 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2007-10-07 14:10:45 UTC
Dear maintainer of databases/grass,

a problem report has been submitted for your port for which your 
feedback might be required; its contents can be found at [1]. If it 
contains a patch or suggestions for a change, please send a followup to 
the PR explaining whether or not you approve it and want it to be 
committed.

Regards,
Stefan

[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115818
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-03-23 09:12:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-04 07:26:44 UTC
rafan       2008-04-04 06:26:39 UTC

  FreeBSD ports repository

  Modified files:
    databases/grass      Makefile pkg-plist 
  Log:
  - Resolve conflict with devel/ruby-gems: bin/gem is installed by these two
    ports. As ruby-gems is more popular, change grass's gem to
    grass%%VER%%-gem. [1,2]
  - Use LOCALBASE/bin/bash instead of /bin/bash in some shell scripts [2,3]
  - Add supports for ODBC and SQLite in OPTIONS (default off) [2]
  - Bump PORTREVISION
  
  PR:             ports/115818 [1], ports/121919 [2,3]
  Reported by:    Chris Calvey <chris at infosec.yi.org> [1],
                  Sajo Zsolt Attila <sajozsattila at citromail.hu> [3]
  Submitted by:   TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> [2]
  Approved by:    maintainer timeout (2 weeks)
  
  Revision  Changes    Path
  1.50      +37 -7     ports/databases/grass/Makefile
  1.17      +14 -4     ports/databases/grass/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2008-04-04 07:26:59 UTC
State Changed
From-To: feedback->closed

Solved by 121919. Thanks!