Bug 112663 - Cannot build net/rrdtool
Summary: Cannot build net/rrdtool
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: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 19:10 UTC by Aaron Dalton
Modified: 2007-05-23 15:20 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 Aaron Dalton freebsd_committer freebsd_triage 2007-05-14 19:10:04 UTC
gmake[4]: Entering directory 
`/usr/ports/net/rrdtool/work/rrdtool-1.2.23/bindings/ruby'
Makefile:144: Commands were specified for file `RRD.so' at Makefile:114,
Makefile:144: but `RRD.so' is now considered the same file as 
`/usr/local/lib/ruby/1.8/i386-freebsd5/RRD.so'.
Makefile:144: Commands for `/usr/local/lib/ruby/1.8/i386-freebsd5/RRD.so' 
will be ignored in favor of those for `RRD.so'.
gmake[4]: Circular /usr/local/lib/ruby/1.8/i386-freebsd5/RRD.so <- 
/usr/local/lib/ruby/1.8/i386-freebsd5/RRD.so dependency dropped.
/usr/bin/install -c -o root -g wheel -m 0755 RRD.so 
/usr/local/lib/ruby/1.8/i386-freebsd5
install: RRD.so: No such file or directory
gmake[4]: *** [/usr/local/lib/ruby/1.8/i386-freebsd5/RRD.so] Error 71
gmake[4]: Leaving directory 
`/usr/ports/net/rrdtool/work/rrdtool-1.2.23/bindings/ruby'
gmake[3]: *** [ruby] Error 2
gmake[3]: Leaving directory 
`/usr/ports/net/rrdtool/work/rrdtool-1.2.23/bindings'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/net/rrdtool/work/rrdtool-1.2.23/bindings'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/net/rrdtool.
*** Error code 1

Stop in /usr/ports/net/rrdtool.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-14 19:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-23 15:15:30 UTC
pav         2007-05-23 14:15:19 UTC

  FreeBSD ports repository

  Modified files:
    net/rrdtool          Makefile pkg-plist 
    net/rrdtool/files    patch-bindings-Makefile.in 
  Log:
  - Add option for Ruby bindings
  - Fix build for people with Ruby installed, who don't want the bindings
  
  PR:             ports/112513, also ports/112412, ports/112483, ports/112663,
                  ports/112679, ports/112883
  Submitted by:   clive
  Approved by:    portmgr (implicit), maintainer timeout (demon; 15 days)
  
  Revision  Changes    Path
  1.67      +12 -1     ports/net/rrdtool/Makefile
  1.5       +12 -4     ports/net/rrdtool/files/patch-bindings-Makefile.in
  1.21      +1 -0      ports/net/rrdtool/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 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-23 15:16:04 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting.