(6.0) Firefox error, Building for atk-1.9.1 ?

2006-01-28 Thread Bill Schoolcraft
Hello Family,

Well I've read alot of Firefox posts and seconds after a
successful ports update via cvsup I went to build and install
Firefox and although I can easily open the Makefile in
/usr/ports/accessibility/atk apparently Firefox cannot while
attempting to build and install.

Here is last part of the two above processes, TIA.

#
snipped

Updating collection ports-www/cvs
Updating collection ports-x11/cvs
Updating collection ports-x11-clocks/cvs
Updating collection ports-x11-fm/cvs
Updating collection ports-x11-fonts/cvs
Updating collection ports-x11-servers/cvs
Updating collection ports-x11-themes/cvs
Updating collection ports-x11-toolkits/cvs
Updating collection ports-x11-wm/cvs
Shutting down connection to server
Finished successfully
[EMAIL PROTECTED] /usr/ports/www/firefox]- make install clean
===   firefox-1.5_5,1 depends on executable: zip - found
===   firefox-1.5_5,1 depends on executable: gmake - found
===   firefox-1.5_5,1 depends on file: /usr/local/bin/perl5.8.7 - found
===   firefox-1.5_5,1 depends on file: /usr/local/bin/intltool-extract - found
===   firefox-1.5_5,1 depends on executable: pkg-config - found
===   firefox-1.5_5,1 depends on shared library: jpeg.9 - found
===   firefox-1.5_5,1 depends on shared library: png.5 - found
===   firefox-1.5_5,1 depends on shared library: nspr4 - found
===   firefox-1.5_5,1 depends on shared library: nss3 - found
===   firefox-1.5_5,1 depends on shared library: Xft.2 - found
===   firefox-1.5_5,1 depends on shared library: iconv.3 - found
===   firefox-1.5_5,1 depends on shared library: atk-1.0.0 - not found
===Verifying install for atk-1.0.0 in /usr/ports/accessibility/atk
===  Building for atk-1.9.1

make: cannot open Makefile.
*** Error code 2

Stop in /usr/ports/accessibility/atk.
*** Error code 1

Stop in /usr/ports/www/firefox.

[EMAIL PROTECTED] /usr/ports/www/firefox]- uname -r

6.0-RELEASE

/snipped

#

-- 
Bill Schoolcraft
PO Box 210076
San Francisco, CA 94121
UNIX, A Way of Life.
http://wiliweld.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: (6.0) Firefox error, Building for atk-1.9.1 ?

2006-01-28 Thread Kent Stewart
On Saturday 28 January 2006 09:58, Bill Schoolcraft wrote:
 Hello Family,

 Well I've read alot of Firefox posts and seconds after a
 successful ports update via cvsup I went to build and install
 Firefox and although I can easily open the Makefile in
 /usr/ports/accessibility/atk apparently Firefox cannot while
 attempting to build and install.

Something is out of whack on your port system because the current 
version of atk is 1.10.3 and portupgrade had no problem building it on 
my machine.

Kent


 Here is last part of the two above processes, TIA.

 #
 snipped

 Updating collection ports-www/cvs
 Updating collection ports-x11/cvs
 Updating collection ports-x11-clocks/cvs
 Updating collection ports-x11-fm/cvs
 Updating collection ports-x11-fonts/cvs
 Updating collection ports-x11-servers/cvs
 Updating collection ports-x11-themes/cvs
 Updating collection ports-x11-toolkits/cvs
 Updating collection ports-x11-wm/cvs
 Shutting down connection to server
 Finished successfully
 [EMAIL PROTECTED] /usr/ports/www/firefox]- make install clean
 ===   firefox-1.5_5,1 depends on executable: zip - found
 ===   firefox-1.5_5,1 depends on executable: gmake - found
 ===   firefox-1.5_5,1 depends on file: /usr/local/bin/perl5.8.7 -
 found ===   firefox-1.5_5,1 depends on file:
 /usr/local/bin/intltool-extract - found ===   firefox-1.5_5,1
 depends on executable: pkg-config - found ===   firefox-1.5_5,1
 depends on shared library: jpeg.9 - found ===   firefox-1.5_5,1
 depends on shared library: png.5 - found ===   firefox-1.5_5,1
 depends on shared library: nspr4 - found ===   firefox-1.5_5,1
 depends on shared library: nss3 - found ===   firefox-1.5_5,1
 depends on shared library: Xft.2 - found ===   firefox-1.5_5,1
 depends on shared library: iconv.3 - found ===   firefox-1.5_5,1
 depends on shared library: atk-1.0.0 - not found ===Verifying
 install for atk-1.0.0 in /usr/ports/accessibility/atk ===  Building
 for atk-1.9.1

 make: cannot open Makefile.
 *** Error code 2

 Stop in /usr/ports/accessibility/atk.
 *** Error code 1

 Stop in /usr/ports/www/firefox.

 [EMAIL PROTECTED] /usr/ports/www/firefox]- uname -r

 6.0-RELEASE

 /snipped

 #

-- 
Kent Stewart
Richland, WA

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


Re: (6.0) Firefox error, Building for atk-1.9.1 ?

2006-01-28 Thread Bill Schoolcraft
At Sat, 28 Jan 2006 it looks like Kent Stewart composed:

 On Saturday 28 January 2006 09:58, Bill Schoolcraft wrote:
  Hello Family,
 
  Well I've read alot of Firefox posts and seconds after a
  successful ports update via cvsup I went to build and install
  Firefox and although I can easily open the Makefile in
  /usr/ports/accessibility/atk apparently Firefox cannot while
  attempting to build and install.
 
 Something is out of whack on your port system because the current 
 version of atk is 1.10.3 and portupgrade had no problem building it on 
 my machine.
 
 Kent

Ok, I think I see what's wrong.  I followed the instrucions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
and chose alot of the ports to update but did not chose to keep
/usr/ports/accessibility/ updated and that of course is where
/usr/ports/accessibility/atk is.

Let me update that port and try again.

Thanks.

  Here is last part of the two above processes, TIA.
 
  #
  snipped
 
  Updating collection ports-www/cvs
  Updating collection ports-x11/cvs
  Updating collection ports-x11-clocks/cvs
  Updating collection ports-x11-fm/cvs
  Updating collection ports-x11-fonts/cvs
  Updating collection ports-x11-servers/cvs
  Updating collection ports-x11-themes/cvs
  Updating collection ports-x11-toolkits/cvs
  Updating collection ports-x11-wm/cvs
  Shutting down connection to server
  Finished successfully
  [EMAIL PROTECTED] /usr/ports/www/firefox]- make install clean
  ===   firefox-1.5_5,1 depends on executable: zip - found
  ===   firefox-1.5_5,1 depends on executable: gmake - found
  ===   firefox-1.5_5,1 depends on file: /usr/local/bin/perl5.8.7 -
  found ===   firefox-1.5_5,1 depends on file:
  /usr/local/bin/intltool-extract - found ===   firefox-1.5_5,1
  depends on executable: pkg-config - found ===   firefox-1.5_5,1
  depends on shared library: jpeg.9 - found ===   firefox-1.5_5,1
  depends on shared library: png.5 - found ===   firefox-1.5_5,1
  depends on shared library: nspr4 - found ===   firefox-1.5_5,1
  depends on shared library: nss3 - found ===   firefox-1.5_5,1
  depends on shared library: Xft.2 - found ===   firefox-1.5_5,1
  depends on shared library: iconv.3 - found ===   firefox-1.5_5,1
  depends on shared library: atk-1.0.0 - not found ===Verifying
  install for atk-1.0.0 in /usr/ports/accessibility/atk ===  Building
  for atk-1.9.1
 
  make: cannot open Makefile.
  *** Error code 2
 
  Stop in /usr/ports/accessibility/atk.
  *** Error code 1
 
  Stop in /usr/ports/www/firefox.
 
  [EMAIL PROTECTED] /usr/ports/www/firefox]- uname -r
 
  6.0-RELEASE
 
  /snipped
 
  #
 
 

-- 
Bill Schoolcraft
PO Box 210076
San Francisco, CA 94121
UNIX, A Way of Life.
http://wiliweld.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]