Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Greetings,

I was running a portupgrade -a this morning on my 5.2.1-RELEASE system on a freshly
cvsup'd ports tree.  The first hint of trouble was gtk-2.4.1 failed to upgrade from
2.4.0...


--  gtk+-2.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2.
 Attempting to fetch from
ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/.
Receiving gtk+-2.4.1.tar.bz2 (8853839 bytes): 100% (ETA 00:00)
8853839 bytes transferred in 101.2 seconds (85.46 kBps)
===  Extracting for gtk-2.4.1
 Checksum OK for gnome2/gtk+-2.4.1.tar.bz2.
===  Patching for gtk-2.4.1
===  Applying FreeBSD patches for gtk-2.4.1
===   gtk-2.4.1 depends on file: /usr/local/bin/perl5.6.1 - found
===   gtk-2.4.1 depends on executable: pkg-config - found
===   gtk-2.4.1 depends on shared library: png.5 - found
===   gtk-2.4.1 depends on shared library: tiff.4 - found
===   gtk-2.4.1 depends on shared library: jpeg.9 - found
===   gtk-2.4.1 depends on shared library: X11.6 - found
===   gtk-2.4.1 depends on shared library: glib-2.0.400 - found
===   gtk-2.4.1 depends on shared library: atk-1.0.600 - found
===   gtk-2.4.1 depends on shared library: pango-1.0.399 - found
===  Configuring for gtk-2.4.1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... i386-portbld-freebsd5.2.1
checking host system type... i386-portbld-freebsd5.2.1
checking for native Win32... no
checking for gcc... cc
checking for C compiler default output file name... configure: error: C compiler cannot
create executables
See `config.log' for more details.
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.1/config.log including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade24502.4 make
** Fix the problem and try again.
---  Skipping 'www/mozilla' (mozilla-1.6_4,2) because 'x11-toolkits/gtk20' (gtk-2.4.0)
failed
(eval):5: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i386-freebsd5]

Abort (core dumped)


Now, anything that relies on GTK core dumps on start.  To make matters worse, I cannot
build any port now.  I keep getting messages to the effect...

** Makefile of 'lang/python' is possibly broken:
Syntax error: ( unexpected
/usr/ports/Mk/bsd.port.mk, line 2487: warning: echo %%PREFIX%%/lib |
/usr/bin/sed -e s!%%PYVER%%!2.3!g -e s!%%PYTHON_INCLUDEDIR%%!Segmentation!g -e
s!%%fault!g -e s!%%(core!g -e s!%%dumped)!g -e s!%%include/python2.3!g -e
s!%%PYTHON_LIBDIR%%!Segmentation!g -e s!%%fault!g -e s!%%(core!g -e
s!%%dumped)!g -e s!%%lib/python2.3!g -e s!%%PYTHON_PLATFORM%%!freebsd5.2!g -e
s!%%PYTHON_SITELIBDIR%%!Segmentation!g -e s!%%fault!g -e s!%%(core!g -e
s!%%dumped)!g -e s!%%lib/python2.3/site-packages!g -e
s!%%PYTHON_VERSION%%!python2.3!g -e s!%%X86_ONLY%%!!g -e s!%%32BIT_ONLY%%!!g
-e s!%%OSREL%%!5.2.1!g -e s!%%PREFIX%%!%D!g -e s!%%LOCALBASE%%!/usr/local!g -e
s!%%X11BASE%%!/usr/X11R6!g -e s!%%PORTDOCS%%!!g -e s!%%PORTOBJFORMAT%%!elf!g
-e s!%%XAWVER%%!7!g -e s!%%PERL_VERSION%%!5.6.1!g -e s!%%PERL_VER%%!5.6.1!g -e
s!%%PERL_ARCH%%!mach!g -e s!%%SITE_PERL%%!lib/perl5/site_perl/5.6.1!g -e
s!%%DOCSDIR%%!share/doc/python!g -e
s!%%EXAMPLESDIR%%!share/examples/python!g -e s!%%DATADIR%%!share/python!g
returned non-zero status python-2.3.3_5

I'm in a world of hurt, can someone please advise?


Regards,
Doug


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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 11:39 am, Doug Poland wrote:
 Greetings,

 I was running a portupgrade -a this morning on my 5.2.1-RELEASE
 system on a freshly cvsup'd ports tree.  The first hint of trouble
 was gtk-2.4.1 failed to upgrade from 2.4.0...


You need to visit 
http://www.freebsd.org/gnome/docs/faq26.html

They had an update script that is supposed to take you from 2.4 to 2.6 
and you need to do that upgrade. You also have a lot of cpu time usage 
ahead of you.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said:
 On Monday 17 May 2004 11:39 am, Doug Poland wrote:
 Greetings,

 I was running a portupgrade -a this morning on my 5.2.1-RELEASE
 system on a freshly cvsup'd ports tree.  The first hint of trouble
 was gtk-2.4.1 failed to upgrade from 2.4.0...


 You need to visit
 http://www.freebsd.org/gnome/docs/faq26.html

 They had an update script that is supposed to take you from 2.4 to 2.6
 and you need to do that upgrade. You also have a lot of cpu time usage
 ahead of you.

I'm on may way over there but, I'm not running Gnome on this system.

 --
 Kent Stewart
 Richland, WA

 http://users.owt.com/kstewart/index.html


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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 11:58 am, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 11:39 am, Doug Poland wrote:
  Greetings,
 
  I was running a portupgrade -a this morning on my 5.2.1-RELEASE
  system on a freshly cvsup'd ports tree.  The first hint of trouble
  was gtk-2.4.1 failed to upgrade from 2.4.0...
 
  You need to visit
  http://www.freebsd.org/gnome/docs/faq26.html
 
  They had an update script that is supposed to take you from 2.4 to
  2.6 and you need to do that upgrade. You also have a lot of cpu
  time usage ahead of you.

 I'm on may way over there but, I'm not running Gnome on this system.

You may not be. I run KDE but you still have pieces such as glib and 
gtk.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland

Kent Stewart said:
 On Monday 17 May 2004 11:58 am, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 11:39 am, Doug Poland wrote:
  Greetings,
 
  I was running a portupgrade -a this morning on my 5.2.1-RELEASE
  system on a freshly cvsup'd ports tree.  The first hint of trouble
  was gtk-2.4.1 failed to upgrade from 2.4.0...
 
  You need to visit
  http://www.freebsd.org/gnome/docs/faq26.html
 
  They had an update script that is supposed to take you from 2.4 to
  2.6 and you need to do that upgrade. You also have a lot of cpu
  time usage ahead of you.

 I'm on may way over there but, I'm not running Gnome on this system.

 You may not be. I run KDE but you still have pieces such as glib and
 gtk.

Thanks Kent.  I too have glib and gtk running, or not :(   I'll start the
script upgrade now.  Thanks for the tip.

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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
 Kent Stewart said:
 On Monday 17 May 2004 11:58 am, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 11:39 am, Doug Poland wrote:
  Greetings,
 
  I was running a portupgrade -a this morning on my 5.2.1-RELEASE
  system on a freshly cvsup'd ports tree.  The first hint of trouble
  was gtk-2.4.1 failed to upgrade from 2.4.0...
 
  You need to visit
  http://www.freebsd.org/gnome/docs/faq26.html
 
  They had an update script that is supposed to take you from 2.4 to
  2.6 and you need to do that upgrade. You also have a lot of cpu
  time usage ahead of you.

 I'm on may way over there but, I'm not running Gnome on this system.

 You may not be. I run KDE but you still have pieces such as glib and
 gtk.

 Thanks Kent.  I too have glib and gtk running, or not :(   I'll start the
 script upgrade now.  Thanks for the tip.

Well, that was too quick.  Python2.3 core dumped in stage 2 of 5 and everything 
failed. 
My world is looking pretty bleak right about now.

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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:22 pm, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 11:58 am, Doug Poland wrote:
  Kent Stewart said:
   On Monday 17 May 2004 11:39 am, Doug Poland wrote:
   Greetings,
  
   I was running a portupgrade -a this morning on my 5.2.1-RELEASE
   system on a freshly cvsup'd ports tree.  The first hint of
   trouble was gtk-2.4.1 failed to upgrade from 2.4.0...
  
   You need to visit
   http://www.freebsd.org/gnome/docs/faq26.html
  
   They had an update script that is supposed to take you from 2.4
   to 2.6 and you need to do that upgrade. You also have a lot of
   cpu time usage ahead of you.
 
  I'm on may way over there but, I'm not running Gnome on this
  system.
 
  You may not be. I run KDE but you still have pieces such as glib
  and gtk.

 Thanks Kent.  I too have glib and gtk running, or not :(   I'll start
 the script upgrade now.  Thanks for the tip.

You were just a wee bit slow updating. They removed the message about 
the URL about 1 day ago :). Timing can be everything at times. I did a 
-rf glib portupgrade but I think it failed. The script may also fail 
and they tell you to run it again. The 2nd portupgrade worked and that 
is all that matters :).

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:27 pm, Doug Poland wrote:
  Kent Stewart said:
  On Monday 17 May 2004 11:58 am, Doug Poland wrote:
  Kent Stewart said:
   On Monday 17 May 2004 11:39 am, Doug Poland wrote:
   Greetings,
  
   I was running a portupgrade -a this morning on my
   5.2.1-RELEASE system on a freshly cvsup'd ports tree.  The
   first hint of trouble was gtk-2.4.1 failed to upgrade from
   2.4.0...
  
   You need to visit
   http://www.freebsd.org/gnome/docs/faq26.html
  
   They had an update script that is supposed to take you from 2.4
   to 2.6 and you need to do that upgrade. You also have a lot of
   cpu time usage ahead of you.
 
  I'm on may way over there but, I'm not running Gnome on this
  system.
 
  You may not be. I run KDE but you still have pieces such as glib
  and gtk.
 
  Thanks Kent.  I too have glib and gtk running, or not :(   I'll
  start the script upgrade now.  Thanks for the tip.

 Well, that was too quick.  Python2.3 core dumped in stage 2 of 5 and
 everything failed. My world is looking pretty bleak right about now.

Look at what is out of date. You may have to update ruby, portupgrade,  
and python before you try glib.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said:
 On Monday 17 May 2004 12:27 pm, Doug Poland wrote:
  Kent Stewart said:
  On Monday 17 May 2004 11:58 am, Doug Poland wrote:
  Kent Stewart said:
   On Monday 17 May 2004 11:39 am, Doug Poland wrote:
   Greetings,
  
   I was running a portupgrade -a this morning on my
   5.2.1-RELEASE system on a freshly cvsup'd ports tree.  The
   first hint of trouble was gtk-2.4.1 failed to upgrade from
   2.4.0...
  
   You need to visit
   http://www.freebsd.org/gnome/docs/faq26.html
  
   They had an update script that is supposed to take you from 2.4
   to 2.6 and you need to do that upgrade. You also have a lot of
   cpu time usage ahead of you.
 
  I'm on may way over there but, I'm not running Gnome on this
  system.
 
  You may not be. I run KDE but you still have pieces such as glib
  and gtk.
 
  Thanks Kent.  I too have glib and gtk running, or not :(   I'll
  start the script upgrade now.  Thanks for the tip.

 Well, that was too quick.  Python2.3 core dumped in stage 2 of 5 and
 everything failed. My world is looking pretty bleak right about now.

 Look at what is out of date. You may have to update ruby, portupgrade,
 and python before you try glib.

I cannot run portupgrade or make on any port, up-to-date or not.  For
example, lang/ruby18 yields...

===   ruby-1.8.1.2004.05.02 depends on file: /usr/local/lib/libcrypto.so.3 - found
===  Configuring for ruby-1.8.1.2004.05.02
/usr/bin/touch /usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/configure
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd5
checking host system type... i386-portbld-freebsd5
checking target system type... i386-portbld-freebsd5
checking for i386-portbld-freebsd5-gcc... cc
checking for C compiler default output... configure: error: C compiler cannot create
executables
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/config.log including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1


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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:45 pm, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 12:27 pm, Doug Poland wrote:
   Kent Stewart said:
   On Monday 17 May 2004 11:58 am, Doug Poland wrote:
   Kent Stewart said:
On Monday 17 May 2004 11:39 am, Doug Poland wrote:
Greetings,
   
I was running a portupgrade -a this morning on my
5.2.1-RELEASE system on a freshly cvsup'd ports tree.  The
first hint of trouble was gtk-2.4.1 failed to upgrade from
2.4.0...
   
You need to visit
http://www.freebsd.org/gnome/docs/faq26.html
   
They had an update script that is supposed to take you from
2.4 to 2.6 and you need to do that upgrade. You also have a
lot of cpu time usage ahead of you.
  
   I'm on may way over there but, I'm not running Gnome on this
   system.
  
   You may not be. I run KDE but you still have pieces such as
   glib and gtk.
  
   Thanks Kent.  I too have glib and gtk running, or not :(   I'll
   start the script upgrade now.  Thanks for the tip.
 
  Well, that was too quick.  Python2.3 core dumped in stage 2 of 5
  and everything failed. My world is looking pretty bleak right
  about now.
 
  Look at what is out of date. You may have to update ruby,
  portupgrade, and python before you try glib.

 I cannot run portupgrade or make on any port, up-to-date or not.  For
 example, lang/ruby18 yields...

 ===   ruby-1.8.1.2004.05.02 depends on file:
 /usr/local/lib/libcrypto.so.3 - found ===  Configuring for
 ruby-1.8.1.2004.05.02
 /usr/bin/touch
 /usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/configure
 configure: WARNING: you should use --build, --host, --target checking
 build system type... i386-portbld-freebsd5
 checking host system type... i386-portbld-freebsd5
 checking target system type... i386-portbld-freebsd5
 checking for i386-portbld-freebsd5-gcc... cc
 checking for C compiler default output... configure: error: C
 compiler cannot create executables
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
 the /usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/config.log
 including the output of the failure of your make command. Also, it
 might be a good idea to provide an overview of all packages installed
 on your system (e.g. an `ls /var/db/pkg`).
 *** Error code 1

Did you run portsdb -uU after you cvsup'ed ports-all. I have never seen 
a message like what your are seeing on the lists.

FWIW, your upgrade is old enough that you may have problems with ruby 
and portupgrade.  I deleted ruby-* and portupgrade and then did a make 
install in portupgrades directory.

Kent


Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said:
 On Monday 17 May 2004 12:45 pm, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 12:27 pm, Doug Poland wrote:
   Kent Stewart said:
   On Monday 17 May 2004 11:58 am, Doug Poland wrote:
   Kent Stewart said:
On Monday 17 May 2004 11:39 am, Doug Poland wrote:
Greetings,
   
I was running a portupgrade -a this morning on my
5.2.1-RELEASE system on a freshly cvsup'd ports tree.  The
first hint of trouble was gtk-2.4.1 failed to upgrade from
2.4.0...
   
You need to visit
http://www.freebsd.org/gnome/docs/faq26.html
   
They had an update script that is supposed to take you from
2.4 to 2.6 and you need to do that upgrade. You also have a
lot of cpu time usage ahead of you.
  
   I'm on may way over there but, I'm not running Gnome on this
   system.
  
   You may not be. I run KDE but you still have pieces such as
   glib and gtk.
  
   Thanks Kent.  I too have glib and gtk running, or not :(   I'll
   start the script upgrade now.  Thanks for the tip.
 
  Well, that was too quick.  Python2.3 core dumped in stage 2 of 5
  and everything failed. My world is looking pretty bleak right
  about now.
 
  Look at what is out of date. You may have to update ruby,
  portupgrade, and python before you try glib.

 I cannot run portupgrade or make on any port, up-to-date or not.  For
 example, lang/ruby18 yields...

 ===   ruby-1.8.1.2004.05.02 depends on file:
 /usr/local/lib/libcrypto.so.3 - found ===  Configuring for
 ruby-1.8.1.2004.05.02
 /usr/bin/touch
 /usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/configure
 configure: WARNING: you should use --build, --host, --target checking
 build system type... i386-portbld-freebsd5
 checking host system type... i386-portbld-freebsd5
 checking target system type... i386-portbld-freebsd5
 checking for i386-portbld-freebsd5-gcc... cc
 checking for C compiler default output... configure: error: C
 compiler cannot create executables
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
 the /usr/ports/lang/ruby18/work/ruby-1.8.1-2004.05.02/config.log
 including the output of the failure of your make command. Also, it
 might be a good idea to provide an overview of all packages installed
 on your system (e.g. an `ls /var/db/pkg`).
 *** Error code 1

 Did you run portsdb -uU after you cvsup'ed ports-all. I have never seen
 a message like what your are seeing on the lists.

Yes, I ran portsdb -uU.  However, portsdb will not run now, python2.3
core dumps.

 FWIW, your upgrade is old enough that you may have problems with ruby
 and portupgrade.  I deleted ruby-* and portupgrade and then did a make
 install in portupgrades directory.

My system was reasonably up-to-date (about two weeks) before this
disaster.  IIRC, my list of ports to upgrade included the latest changes
to XFree86-4.3-libs, gtk, glib, python, ruby, and a few others.  I may just
blow away all ports, and start from scratch.

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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Joe Altman
On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote:

 I may just blow away all ports, and start from scratch.

Could you not re-cvsup, and then try to build world, before blowing
away your ports? Isn't blowing it all away a bit extreme?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 01:37 pm, Doug Poland wrote:

 Yes, I ran portsdb -uU.  However, portsdb will not run now, python2.3
 core dumps.

  FWIW, your upgrade is old enough that you may have problems with
  ruby and portupgrade.  I deleted ruby-* and portupgrade and then
  did a make install in portupgrades directory.

 My system was reasonably up-to-date (about two weeks) before this
 disaster.  IIRC, my list of ports to upgrade included the latest
 changes to XFree86-4.3-libs, gtk, glib, python, ruby, and a few
 others.  I may just blow away all ports, and start from scratch.

Python has no dependancies. I wonder if something is out of kilter on 
your base system? I am not running 5.2.1. I have one system running 
5-current and it only had time as a problem of updating these ports. 

I am also running perl 5.8.2_5 on that system. There were a number of 
things that popped up when I updated perl because all of the p5-* 
needed to be updated as well and some of the automakes. Most of these 
were covered in /usr/ports/UPDATING.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 02:08 pm, Joe Altman wrote:
 On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote:
  I may just blow away all ports, and start from scratch.

 Could you not re-cvsup, and then try to build world, before blowing
 away your ports? Isn't blowing it all away a bit extreme?

I also wonder if you have an option in CFLAGS that you shouldn't have.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland

Joe Altman said:
 On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote:

 I may just blow away all ports, and start from scratch.

 Could you not re-cvsup, and then try to build world, before blowing
 away your ports? Isn't blowing it all away a bit extreme?

I did re-cvsup.  That didn't help.  Blowing away my ports is a bit extreme
but I'm down and need the box running by tomorrow a.m.  It's a fast box
with lots of memory so I should be able to re-intall all by tomorrow a.m.

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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said:
 On Monday 17 May 2004 02:08 pm, Joe Altman wrote:
 On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote:
  I may just blow away all ports, and start from scratch.

 Could you not re-cvsup, and then try to build world, before blowing
 away your ports? Isn't blowing it all away a bit extreme?

 I also wonder if you have an option in CFLAGS that you shouldn't have.

CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NOPROFILE=  true# Avoid compiling profiled libraries
USA_RESIDENT=   YES

-- 
Regards,
Doug

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


Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 02:27 pm, Doug Poland wrote:
 Kent Stewart said:
  On Monday 17 May 2004 02:08 pm, Joe Altman wrote:
  On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote:
   I may just blow away all ports, and start from scratch.
 
  Could you not re-cvsup, and then try to build world, before
  blowing away your ports? Isn't blowing it all away a bit extreme?
 
  I also wonder if you have an option in CFLAGS that you shouldn't
  have.

 CFLAGS= -O -pipe
 COPTFLAGS= -O -pipe
 NOPROFILE=  true# Avoid compiling profiled libraries
 USA_RESIDENT=   YES

The only thing I do differently is I have athlon-xp for a CPUTYPE. I 
will only be running 5.x on XPs.

Since you have deleted all of the ports, if the builds die on the 
reinstalls, I would suspect your userland/kernel or hardware.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]