Bug 112412 - net/rrdtool : 1.2.23 broken, does not build
Summary: net/rrdtool : 1.2.23 broken, does not build
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-04 10:30 UTC by Adi Pircalabu
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 Adi Pircalabu 2007-05-04 10:30:03 UTC
Extras:

chmod 755 blib/arch/auto/RRDs/RRDs.so
cp RRDs.bs blib/arch/auto/RRDs/RRDs.bs
chmod 644 blib/arch/auto/RRDs/RRDs.bs
Manifying blib/man3/RRDs.3
gmake[4]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23/bindings/perl-shared'
cd ruby && /usr/local/bin/ruby extconf.rb && gmake EPREFIX=/usr/local sitedir=/usr/local/lib/ruby
checking for rrd_create() in -lrrd... yes
creating Makefile
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-freebsd6/RRD.so'.
Makefile:144: Commands for `/usr/local/lib/ruby/1.8/i386-freebsd6/RRD.so' will be ignored in favor of those for `RRD.so'.
gmake[4]: Circular /usr/local/lib/ruby/1.8/i386-freebsd6/RRD.so <- /usr/local/lib/ruby/1.8/i386-freebsd6/RRD.so dependency dropped.
cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd6 -I. -I../../src  -fPIC -O2 -fno-strict-aliasing -pipe    -fPIC  -c main.c
/usr/bin/install -c -o root -g wheel -m 0755 RRD.so /usr/local/lib/ruby/1.8/i386-freebsd6
install: RRD.so: No such file or directory
gmake[4]: *** [/usr/local/lib/ruby/1.8/i386-freebsd6/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.

How-To-Repeat: cvsup to the latest ports tree, and try to build net/rrdtool
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-04 10:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer
Comment 2 Alex Vasylenko 2007-05-06 21:40:46 UTC
I found that adding "--disable-ruby" to CONFIGURE_ARGS in 
ports/net/rrdtool/Makefile fixes the port for me.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-05-23 15:15:26 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 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-23 15:16:47 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting.