Re: portupgrade -R order

2009-05-20 Thread Andrew W. Nosenko
On Tue, May 19, 2009 at 11:58 PM, Stephen Montgomery-Smith
step...@missouri.edu wrote:
 My experience is that openoffice will NOT build properly if gcc43 is
 installed.  So maybe it deinstalled gcc43, built openoffice, and then
 rebuilt gcc43.

No.  Gcc-4.3 is primary compiler for my projects and OOo also need
often for me.  Therefore both are installed.  And I never seen any
conflict.

-- 
Andrew W. Nosenko andrew.w.nose...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: portupgrade -R order

2009-05-19 Thread Andrew W. Nosenko
On Tue, May 19, 2009 at 6:17 PM, Andrea Venturoli m...@netfence.it wrote:
 Hello.
 I have a question about the order in which portupgrade -R handles ports.



 If I issue:
 portupgrade -R it-openoffice.org

 it will upgrade openoffice.org, *then* gcc43.

 I would guess openoffice.org requires gcc43 to build, but then, shouldn't it
 be handled *before*?

Whether OOo requires gcc-4.3 indeed?  Not customized version of
gcc-3.4 (ooo-gcc if I recall correctly...)?

About another ports: the was majority of prorts doen't require any
specific GCC version supplied in ports, but use system-default gcc
instead (/usr/bin/gcc), therefore, order of building gcc-4.3 from
ports is irrelevant.

-- 
Andrew W. Nosenko andrew.w.nose...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: portupgrade -R order

2009-05-19 Thread Andrea Venturoli

Andrew W. Nosenko ha scritto:


I would guess openoffice.org requires gcc43 to build, but then, shouldn't it
be handled *before*?


Whether OOo requires gcc-4.3 indeed?  Not customized version of
gcc-3.4 (ooo-gcc if I recall correctly...)?


No. I'm really talking about lang/gcc43.




About another ports: the was majority of prorts doen't require any
specific GCC version supplied in ports, but use system-default gcc
instead (/usr/bin/gcc), therefore, order of building gcc-4.3 from
ports is irrelevant.


Ok, but I guess we have two cases:
a) OOO requires gcc43 (either directly or through another dependency): 
then I guess gcc43 should be build before OOO;
b) OOO does not require gcc43 at all: then I see no reason for it to be 
upgraded.


In any case I see no point in building it after OOO. Perhaps I'm missing 
something?


(Again, you can substitute OOO and gcc with other ports in different 
scenarios).




 bye  Thanks
av.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: portupgrade -R order

2009-05-19 Thread Stephen Montgomery-Smith

Robert Huff wrote:

Andrea Venturoli writes:


 I have a question about the order in which portupgrade -R handles ports.
 
 If I issue:

 portupgrade -R it-openoffice.org
 
 it will upgrade openoffice.org, *then* gcc43.
 
 I would guess openoffice.org requires gcc43 to build, but then, 
 shouldn't it be handled *before*?
 
 (This is only an example, it happens with other ports too).


1) I can confirm this is not unique to OpenOffice; it's
currently happening to me with bash.
2) Does OpenOffice require gcc-4.3.4?  Not according to
pkg_info -r.  It might be an indirect dependency, but then one
would expect things to still build in the correct order.


My experience is that openoffice will NOT build properly if gcc43 is 
installed.  So maybe it deinstalled gcc43, built openoffice, and then 
rebuilt gcc43.

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


Re: portupgrade -R order

2009-05-19 Thread Andrea Venturoli

Stephen Montgomery-Smith ha scritto:

My experience is that openoffice will NOT build properly if gcc43 is 
installed.  So maybe it deinstalled gcc43, built openoffice, and then 
rebuilt gcc43.


This doesn't seem to be my case.

 bye  Thanks
av.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: portupgrade -R order

2009-05-19 Thread Jimmie James

#pkg_info |grep -i gcc
gcc-4.3.4_20090510  GNU Compiler Collection 4.3

#pkg_info | grep -i open
openoffice.org-3.1.0 Integrated 
wordprocessor/dbase/spreadsheet/drawing/chart/br


What I found, was /usr/ports/devel/cppunit was causing build failures, 
removing it and building OOo and gcc43 seemed to go flawlessly after that.



--
Over the years I've come to regard you as people I've met.

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