Re: gnome-vfs does not compile.

2005-05-25 Thread Gregory Nou

Tony Shadwick wrote:


Few really quick questions here:

1. When was the last time you cvsup'd your ports tree?
2. Have you checked to make sure the rest of your ports are current?

If 1. is recently, and 2. is yes, then I'd make clean on it and try to 
use portinstall gnome-vfs and see what happens.  If you answered 
never, or quite a while ago to the first one, I strongly suggest 
cvsup'ing your ports first, then make sure your other ports are 
current before attempting to proceed, then try portinstall gnome-vfs.


Tony

On Tue, 17 May 2005, Gregory Nou wrote:


When I try to compile gnome-vfs-2.10.1, I get this :

libtool15: link: CURRENT `1000' is not a nonnegative integer
libtool15: link: `1000:1:1000' is not valid version information
gmake[3]: *** [libgnomevfs-2.la] Erreur 1

That's quite surprising. Why does it say 1000 is not a nonnegative 
integer ???

Does anyone knows how I could fix this ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




That's right, I just needed to cvsup and portupgrade everything and now, 
that works just fine :)

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


Re: gnome-vfs does not compile.

2005-05-17 Thread Tony Shadwick
Few really quick questions here:
1. When was the last time you cvsup'd your ports tree?
2. Have you checked to make sure the rest of your ports are current?
If 1. is recently, and 2. is yes, then I'd make clean on it and try to use 
portinstall gnome-vfs and see what happens.  If you answered never, or 
quite a while ago to the first one, I strongly suggest cvsup'ing your 
ports first, then make sure your other ports are current before attempting 
to proceed, then try portinstall gnome-vfs.

Tony
On Tue, 17 May 2005, Gregory Nou wrote:
When I try to compile gnome-vfs-2.10.1, I get this :
libtool15: link: CURRENT `1000' is not a nonnegative integer
libtool15: link: `1000:1:1000' is not valid version information
gmake[3]: *** [libgnomevfs-2.la] Erreur 1
That's quite surprising. Why does it say 1000 is not a nonnegative integer 
???
Does anyone knows how I could fix this ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: gnome-vfs does not compile.

2005-05-17 Thread Alex Zbyslaw
Tony Shadwick wrote:
On Tue, 17 May 2005, Gregory Nou wrote:
When I try to compile gnome-vfs-2.10.1, I get this :
libtool15: link: CURRENT `1000' is not a nonnegative integer
libtool15: link: `1000:1:1000' is not valid version information
gmake[3]: *** [libgnomevfs-2.la] Erreur 1
That's quite surprising. Why does it say 1000 is not a nonnegative 
integer ???
Does anyone knows how I could fix this ?

You could also try uninstalling and reinstalling libtool15.
cd /usr/ports/devel/libtool15; make deinstall; make reinstall
Also make sure libtool13 isn't there (it should be redundant by now, I 
think, so if it's installled you can uninstall it).

Some combination of the above fixed similar problems for me.
--Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]