Re: Problem with RRDTool reinstallation

2007-05-09 Thread Dinesh Pandian

Thanks for pointing it out.
And oh.. btw, if it's fixed, then would I be able
to install it by doing a portsnap fetch  portsnap update
and then running portupgrade -a ?

Thanks.


On 5/8/07, Julien Gabel [EMAIL PROTECTED] wrote:


 This server is close to deployment so I can't afford to reinstall.
 I get the following error when I try to reinstall/install RRDTool.
 Must be caused by a failed portupgrade I did earlier.

There are already 3 PRs for this problem :
- http://portsmon.droso.net/portoverview.py?category=netportname=rrdtool

--
julien.
http://blog.thilelli.net/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with RRDTool reinstallation

2007-05-09 Thread Dinesh Pandian

Thanks Dan!
Commenting out USE_GMAKE in the Makefile
solved it!

Regards,
Dinesh

On 5/8/07, Dan Nelson [EMAIL PROTECTED] wrote:


In the last episode (May 08), Julien Gabel said:
  This server is close to deployment so I can't afford to reinstall.
  I get the following error when I try to reinstall/install RRDTool.
  Must be caused by a failed portupgrade I did earlier.

  There are already 3 PRs for this problem :
  -
http://portsmon.droso.net/portoverview.py?category=netportname=rrdtool

My suggestion is to remove the USE_GMAKE line from the port Makefile.
The port doesn't require gnumake at all, and our make builds the port
to completion.

--
Dan Nelson
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with RRDTool reinstallation

2007-05-08 Thread Dinesh Pandian

Hello guys, I'm a new freebsd user and love the freebsd environment
very much that I've not given up though I've been in some serious trouble,
usually reinstalling the whole thing everytime it gets screwed. :)

This server is close to deployment so I can't afford to reinstall.
I get the following error when I try to reinstall/install RRDTool.
Must be caused by a failed portupgrade I did earlier.

uname -a yields:
FreeBSD localhost 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun May 6 19:08:14 MYT
2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DVSMP i386

Thanks in advance for any help, guys.

localhost# pwd
/usr/ports/net/rrdtool
localhost# make reinstall clean
=== Building for rrdtool-1.2.23
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23'
Making all in src
gmake[2]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/src'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23/src'
Making all in doc
gmake[2]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/doc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23/doc'
Making all in examples
gmake[2]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/examples'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/examples'
Making all in bindings
gmake[2]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/bindings'
gmake[3]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/bindings'
cd perl-piped  gmake
gmake[4]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/bindings/perl-piped'
gmake[4]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/bindings/perl-piped'
cd perl-shared  gmake
gmake[4]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.23
/bindings/perl-shared'
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.
/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.
*** Error code 1

Stop in /usr/ports/net/rrdtool.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with RRDTool reinstallation

2007-05-08 Thread Julien Gabel

This server is close to deployment so I can't afford to reinstall.
I get the following error when I try to reinstall/install RRDTool.
Must be caused by a failed portupgrade I did earlier.


There are already 3 PRs for this problem :
- http://portsmon.droso.net/portoverview.py?category=netportname=rrdtool

--
julien.
http://blog.thilelli.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with RRDTool reinstallation

2007-05-08 Thread Dan Nelson
In the last episode (May 08), Julien Gabel said:
  This server is close to deployment so I can't afford to reinstall.
  I get the following error when I try to reinstall/install RRDTool.
  Must be caused by a failed portupgrade I did earlier.
 
  There are already 3 PRs for this problem :
  - http://portsmon.droso.net/portoverview.py?category=netportname=rrdtool

My suggestion is to remove the USE_GMAKE line from the port Makefile. 
The port doesn't require gnumake at all, and our make builds the port
to completion.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]