Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-19 Thread Hans Lambermont
Clint Olsen wrote:

 I'm trying to install openoffice, and some sub-portion of the port is
 installing bison2, and later it tries to install bison and then it
 complains about conflicting ports.  How is one supposed to deal with
 sub-port conflicts like these?  Why do we /ever/ allow ports to have
 conflicts with other ports?  That seems broken from the start.

I agree :-) See my proposal (2 Jun 2007 entry) at
http://www.freebsd.org/cgi/query-pr.cgi?pr=100358cat=ports

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


Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-19 Thread Norberto Meijome
On Mon, 18 Jun 2007 16:33:43 -0700
Clint Olsen [EMAIL PROTECTED] wrote:

 Ok, so I'm required to resolve this myself if I want to install this port?

force uninstall bison and install bison2. fix all dependencies to bison with 
pkgdb -F. carry on with OO.

granted, it's broken, but hardly critical.

_
{Beto|Norberto|Numard} Meijome

UFOs are for real: the Air Force doesn't exist.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Clint Olsen
I'm trying to install openoffice, and some sub-portion of the port is
installing bison2, and later it tries to install bison and then it
complains about conflicting ports.  How is one supposed to deal with
sub-port conflicts like these?  Why do we /ever/ allow ports to have
conflicts with other ports?  That seems broken from the start.

Thanks,

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


Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Chuck Swiger

On Jun 18, 2007, at 3:59 PM, Clint Olsen wrote:

I'm trying to install openoffice, and some sub-portion of the port is
installing bison2, and later it tries to install bison and then it
complains about conflicting ports.  How is one supposed to deal with
sub-port conflicts like these?  Why do we /ever/ allow ports to have
conflicts with other ports?


Two ports which install files to the same place conflict-- you can't  
have two different versions of a file at the same path location.   
With some work, it is possible to install multiple versions of some  
ports (like Perl, Berkeley DB, GNU autoconf, etc) using a version #  
suffix, and symlink the version you prefer to the unqualified name:


% ls -l /usr/local/bin/perl5
lrwxr-xr-x  1 root  wheel  24 Mar 23  2006 /usr/local/bin/perl5@ - / 
usr/local/bin/perl5.8.8


...but it doesn't magically happen.

--
-Chuck

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


Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Clint Olsen
On Jun 18, Chuck Swiger wrote:
 Two ports which install files to the same place conflict-- you can't
 have two different versions of a file at the same path location.   With
 some work, it is possible to install multiple versions of some  ports
 (like Perl, Berkeley DB, GNU autoconf, etc) using a version #  suffix,
 and symlink the version you prefer to the unqualified name:
 
 % ls -l /usr/local/bin/perl5
 lrwxr-xr-x  1 root  wheel  24 Mar 23  2006 /usr/local/bin/perl5@ - / 
 usr/local/bin/perl5.8.8
 
 ...but it doesn't magically happen.

Ok, so I'm required to resolve this myself if I want to install this port?

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


Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Chuck Swiger

On Jun 18, 2007, at 4:33 PM, Clint Olsen wrote:
[ ... ]

% ls -l /usr/local/bin/perl5
lrwxr-xr-x  1 root  wheel  24 Mar 23  2006 /usr/local/bin/perl5@ - /
usr/local/bin/perl5.8.8

...but it doesn't magically happen.


Ok, so I'm required to resolve this myself if I want to install  
this port?


It's likely that the maintainer of OpenOffice can provide help/ 
suggestions.  They'll probably want to know the release of FreeBSD  
you are running and maybe the list of installed ports on your machine...


--
-Chuck

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