Re: mozilla build port hangs at /usr/bin/sed

2003-01-28 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-27 13:12:39 +0100:
 Hi,  
   
 i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this
 point:  
   
 /usr/bin/sed -e s|%%PREFIX%%|/usr/X11R6|g -e s|%%MOZILLA%%|mozilla|g   
 /usr/ports/www/mozilla/files/mozilla.sh
 /usr/ports/www/mozilla/work/mozilla/mozilla  
 (cd /usr/ports/www/mozilla/work/mozilla/dist/bin;  /usr/bin/env
 LD_LIBRARY_PATH=.  
 MOZILLA_FIVE_HOME=. ./regxpcom;  /usr/bin/env LD_LIBRARY_PATH=.
 MOZILLA_FIVE_HOME=.  
 ./regchrome;  /usr/bin/touch ./chrome/user-skins.rdf
 ./chrome/user-locales.rdf)  
   
 What might be the reason? The ports tree is fresh. 

It's caused by the fact that you didn't include the error message.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mozilla build port hangs at /usr/bin/sed

2003-01-28 Thread Pascal Giannakakis
 # [EMAIL PROTECTED] / 2003-01-27 13:12:39 +0100: 
  Hi,   
 
  i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this

  point:   
 
  /usr/bin/sed -e s|%%PREFIX%%|/usr/X11R6|g -e s|%%MOZILLA%%|mozilla|g


  /usr/ports/www/mozilla/files/mozilla.sh 
  /usr/ports/www/mozilla/work/mozilla/mozilla   
  (cd /usr/ports/www/mozilla/work/mozilla/dist/bin;  /usr/bin/env 
  LD_LIBRARY_PATH=.   
  MOZILLA_FIVE_HOME=. ./regxpcom;  /usr/bin/env LD_LIBRARY_PATH=. 
  MOZILLA_FIVE_HOME=.   
  ./regchrome;  /usr/bin/touch ./chrome/user-skins.rdf 
  ./chrome/user-locales.rdf)   
 
  What might be the reason? The ports tree is fresh.  
  
 It's caused by the fact that you didn't include the error message. 
 
There is no error message, it just prints this text during the portinstall
process, 
and hangs. It doesn't even use CPU time, it waits there for ever or CRTL +
C; whatever 
comes first. A package is not available, updating to 5.0 is currently not an
option. 
 

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mozilla build port hangs at /usr/bin/sed

2003-01-28 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-28 16:54:20 +0100:
  # [EMAIL PROTECTED] / 2003-01-27 13:12:39 +0100: 
   Hi,   
  
   i can't build mozilla from ports on FreeBSD 4.7-STABLE. It hangs at this
 
   point:   
  
   /usr/bin/sed -e s|%%PREFIX%%|/usr/X11R6|g -e s|%%MOZILLA%%|mozilla|g
 
   /usr/ports/www/mozilla/files/mozilla.sh 
   /usr/ports/www/mozilla/work/mozilla/mozilla   
   (cd /usr/ports/www/mozilla/work/mozilla/dist/bin;  /usr/bin/env 
   LD_LIBRARY_PATH=.   
   MOZILLA_FIVE_HOME=. ./regxpcom;  /usr/bin/env LD_LIBRARY_PATH=. 
   MOZILLA_FIVE_HOME=.   
   ./regchrome;  /usr/bin/touch ./chrome/user-skins.rdf 
   ./chrome/user-locales.rdf)   
  
   What might be the reason? The ports tree is fresh.  
   
  It's caused by the fact that you didn't include the error message. 
  
 There is no error message, it just prints this text during the portinstall
 process, and hangs. It doesn't even use CPU time, it waits there for
 ever or CRTL + C; whatever comes first. A package is not available,
 updating to 5.0 is currently not an option. 

Hmm, are you sure it hangs in sed? Looks like it's actually in
/usr/ports/www/mozilla/work/mozilla/dist/bin/regxpcom.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message