(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]


Re: firefox error

2005-10-19 Thread Lowell Gilbert
eodyna [EMAIL PROTECTED] writes:

 hi everyone,
 
 I tried to install firefox 1.07 from
 /usr/ports/www/firefox
 
 but i get the following error
[snip]
 nsDNSService2.cpp:528: error: `PR_AF_UNSPEC'

At least one of the dependencies is out of date.  Probably nspr in
this case.  Try portupgrade or portmanager to update your installed
ports before continuing to install new ones.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


firefox error

2005-10-18 Thread eodyna
hi everyone,

I tried to install firefox 1.07 from
/usr/ports/www/firefox

but i get the following error


-I/usr/X11R6/include  -I/usr/X11R6/include
-DMOZILLA_CLIENT -include ../../../mozilla-config.h
nsDNSService2.cpp
In file included from nsDNSService2.h:40,
 from nsDNSService2.cpp:38:
nsHostResolver.h:95: error: ISO C++ forbids
declaration of `PRAddrInfo' with no type
nsHostResolver.h:95: error: expected `;' before '*'
token
nsHostResolver.h: In member function `PRBool
nsHostRecord::HasResult() const':
nsHostResolver.h:99: error: `addr_info' undeclared
(first use this function)
nsHostResolver.h:99: error: (Each undeclared
identifier is reported only once for each function it
appears in.)
nsHostResolver.h: At global scope:
nsHostResolver.h:209: error: `PRAddrInfo' has not been
declared
nsHostResolver.h:209: error: ISO C++ forbids
declaration of `parameter' with no type
nsDNSService2.cpp: In member function `virtual
nsresult nsDNSRecord::GetCanonicalName(nsACString)':
nsDNSService2.cpp:95: error: 'class
nsDerivedSafensHostRecord' has no member named
'addr_info'
nsDNSService2.cpp:96: error: 'class
nsDerivedSafensHostRecord' has no member named
'addr_info'
nsDNSService2.cpp:96: error:
`PR_GetCanonNameFromAddrInfo' undeclared (first use
this function)
nsDNSService2.cpp: In member function `virtual
nsresult nsDNSRecord::GetNextAddr(PRUint16,
PRNetAddr*)':
nsDNSService2.cpp:112: error: 'class
nsDerivedSafensHostRecord' has no member named
'addr_info'
nsDNSService2.cpp:113: error: 'class
nsDerivedSafensHostRecord' has no member named
'addr_info'
nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo'
undeclared (first use this function)
nsDNSService2.cpp: In member function `PRUint16
nsDNSService::GetAFForLookup(const nsACString)':
nsDNSService2.cpp:528: error: `PR_AF_UNSPEC'
undeclared (first use this function)
gmake[4]: *** [nsDNSService2.o] Error 1
gmake[4]: Leaving directory
`/usr/ports/www/firefox/work/mozilla/netwerk/dns/src'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/firefox/work/mozilla/netwerk/dns'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory
`/usr/ports/www/firefox/work/mozilla/netwerk'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory
`/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2

anyone know how i can fix this as i m not sure what
the nsHOstResolver error is

thakns in advance

--ams



 
Do you Yahoo!? 
Yahoo! Photos: Now with unlimited storage 
http://au.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: firefox error - solved

2005-10-18 Thread eodyna
fixed it by upgrading

nspr

--- eodyna [EMAIL PROTECTED] wrote:

 Date: Wed, 19 Oct 2005 12:05:31 +1000 (EST)
 From: eodyna [EMAIL PROTECTED]
 Subject: firefox error
 To: freebsd-questions@freebsd.org
 
 hi everyone,
 
 I tried to install firefox 1.07 from
 /usr/ports/www/firefox
 
 but i get the following error
 
 
 -I/usr/X11R6/include  -I/usr/X11R6/include
 -DMOZILLA_CLIENT -include ../../../mozilla-config.h
 nsDNSService2.cpp
 In file included from nsDNSService2.h:40,
  from nsDNSService2.cpp:38:
 nsHostResolver.h:95: error: ISO C++ forbids
 declaration of `PRAddrInfo' with no type
 nsHostResolver.h:95: error: expected `;' before '*'
 token
 nsHostResolver.h: In member function `PRBool
 nsHostRecord::HasResult() const':
 nsHostResolver.h:99: error: `addr_info' undeclared
 (first use this function)
 nsHostResolver.h:99: error: (Each undeclared
 identifier is reported only once for each function
 it
 appears in.)
 nsHostResolver.h: At global scope:
 nsHostResolver.h:209: error: `PRAddrInfo' has not
 been
 declared
 nsHostResolver.h:209: error: ISO C++ forbids
 declaration of `parameter' with no type
 nsDNSService2.cpp: In member function `virtual
 nsresult
 nsDNSRecord::GetCanonicalName(nsACString)':
 nsDNSService2.cpp:95: error: 'class
 nsDerivedSafensHostRecord' has no member named
 'addr_info'
 nsDNSService2.cpp:96: error: 'class
 nsDerivedSafensHostRecord' has no member named
 'addr_info'
 nsDNSService2.cpp:96: error:
 `PR_GetCanonNameFromAddrInfo' undeclared (first use
 this function)
 nsDNSService2.cpp: In member function `virtual
 nsresult nsDNSRecord::GetNextAddr(PRUint16,
 PRNetAddr*)':
 nsDNSService2.cpp:112: error: 'class
 nsDerivedSafensHostRecord' has no member named
 'addr_info'
 nsDNSService2.cpp:113: error: 'class
 nsDerivedSafensHostRecord' has no member named
 'addr_info'
 nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo'
 undeclared (first use this function)
 nsDNSService2.cpp: In member function `PRUint16
 nsDNSService::GetAFForLookup(const nsACString)':
 nsDNSService2.cpp:528: error: `PR_AF_UNSPEC'
 undeclared (first use this function)
 gmake[4]: *** [nsDNSService2.o] Error 1
 gmake[4]: Leaving directory

`/usr/ports/www/firefox/work/mozilla/netwerk/dns/src'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla/netwerk/dns'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla/netwerk'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory
 `/usr/ports/www/firefox/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 anyone know how i can fix this as i m not sure what
 the nsHOstResolver error is
 
 thakns in advance
 
 --ams
 
 
   
 
 
 Do you Yahoo!? 
 Yahoo! Photos: Now with unlimited storage 
 http://au.photos.yahoo.com
 







 
Do you Yahoo!? 
Try Yahoo! Photomail Beta: Send up to 300 photos in one email! 
http://au.photomail.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]