Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Jockey Kyd
Hi, all.
I really stuck with this problem and absolutely have no idea what to do next. 
Before I present my problem, let me guarantee that I keeped the ports tree 
up-to-date, even tried deleting the /usr/ports directory and re-fetching it via 
csup. Still no love. :-(

Say, the port print/gsfonts. When I did make fetch in it's directory, it 
throwed out an error immediately (even not tried connecting to those servers), 
as following:


===  Vulnerability check disabled, database not found
= ghostscript-fonts-std-8.11.tar.gz doesn't seem to exist in 
/usr/ports/distfiles/ghostscript.
ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/distfiles/ghostscript/  
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ 
ftp://ftp.funet.fi/pub/TeX/CTAN/support/ghostscript/fonts/ 
ftp://ctan.unsw.edu.au/tex-archive/support/ghostscript/fonts/ 
ftp://ftp.tex.ac.uk/tex-archive/support/ghostscript/fonts/ 
ftp://ftp.kddlabs.co.jp/CTAN/support/ghostscript/fonts/ 
ftp://ctan.tug.org/tex-archive/support/ghostscript/fonts/ 
ftp://ftp.dante.de/tex-archive/support/ghostscript/fonts/ 
http://ring.sakura.ad.jp/archives/text/CTAN/support/ghostscript/fonts/ 
http://ring.riken.jp/archives/text/CTAN/support/ghostscript/fonts/ 
ftp://ftp.chg.ru/pub/TeX/CTAN/support/ghostscript/fonts/ 
ftp://mirror.macomnet.net/pub/CTAN/support/ghostscript/fonts/
   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/: not found
*** Error code 127

Stop in /usr/ports/print/gsfonts.


It shouldn't be this port's issue, should it? Because 1) several other ports 
went wrong as well, such as, print/ghostscript-gnu, print/ghostscript-gpl, 
multimedia/gstreamer-plugins-core, audio/gstreamer-plugins-mad, 
chinses/CJKUnifonts, etc. and 2) I searched google and mailing lists for so 
long time but never got a solution even a hint.

Thank you for any constructive reply.

BTW. I use FreeBSD 6.2-RELEASE

--
Finally - A spam blocker that actually works.
http://www.bluebottle.com

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Ernest Sales
Maybe this is due to the xorg 7.2 upgrade.

See http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040488.html
and http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040510.html

---
plain text emails preferred, cf http://expita.com/nomime.html

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Kris Kennaway
On Fri, May 04, 2007 at 05:22:24PM +0200, Ernest Sales wrote:
 Maybe this is due to the xorg 7.2 upgrade.
 
 See http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040488.html
 and http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040510.html

Nice try, but no :)

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Kris Kennaway
On Fri, May 04, 2007 at 09:02:36PM +0800, Jockey Kyd wrote:
 Hi, all.
 I really stuck with this problem and absolutely have no idea what to do next. 
 Before I present my problem, let me guarantee that I keeped the ports tree 
 up-to-date, even tried deleting the /usr/ports directory and re-fetching it 
 via csup. Still no love. :-(
 
 Say, the port print/gsfonts. When I did make fetch in it's directory, it 
 throwed out an error immediately (even not tried connecting to those 
 servers), as following:
 
 
 ===  Vulnerability check disabled, database not found
 = ghostscript-fonts-std-8.11.tar.gz doesn't seem to exist in 
 /usr/ports/distfiles/ghostscript.
 ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/distfiles/ghostscript/  
 ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ 
 ftp://ftp.funet.fi/pub/TeX/CTAN/support/ghostscript/fonts/ 
 ftp://ctan.unsw.edu.au/tex-archive/support/ghostscript/fonts/ 
 ftp://ftp.tex.ac.uk/tex-archive/support/ghostscript/fonts/ 
 ftp://ftp.kddlabs.co.jp/CTAN/support/ghostscript/fonts/ 
 ftp://ctan.tug.org/tex-archive/support/ghostscript/fonts/ 
 ftp://ftp.dante.de/tex-archive/support/ghostscript/fonts/ 
 http://ring.sakura.ad.jp/archives/text/CTAN/support/ghostscript/fonts/ 
 http://ring.riken.jp/archives/text/CTAN/support/ghostscript/fonts/ 
 ftp://ftp.chg.ru/pub/TeX/CTAN/support/ghostscript/fonts/ 
 ftp://mirror.macomnet.net/pub/CTAN/support/ghostscript/fonts/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/: not found
 *** Error code 127

That indicates something is very wrong on your system :) Look for
configuration variables you may have changed, e.g. in /etc/make.conf.

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Jockey Kyd
Quoting Kris Kennaway [EMAIL PROTECTED]:

 That indicates something is very wrong on your system :) Look for
 configuration variables you may have changed, e.g. in
 /etc/make.conf.
 
 Kris
 

Yes, you're right! :-D
Because I set MASTER_SITE_OVERRIDE in my /etc/make.conf in order to choose 
faster ftp mirrors to get tarballs. Comment it and the error goes away.

Is it that MASTER_SITE_OVERRIDE shouldn't be set as long as the port uses 
MASTER_SITES:n and MASTER_SITES_NN fetching mechanism? Is there any way to get 
rid of this dilemma? Maybe make MASTER_SITE_OVERRIDE= install clean takes 
effect but it would make my life messy if I use portupgrade.

Thank you very much.

--
Find out how you can get spam free email.
http://www.bluebottle.com

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Kris Kennaway
On Sat, May 05, 2007 at 10:07:16AM +0800, Jockey Kyd wrote:
 Quoting Kris Kennaway [EMAIL PROTECTED]:
 
  That indicates something is very wrong on your system :) Look for
  configuration variables you may have changed, e.g. in
  /etc/make.conf.
  
  Kris
  
 
 Yes, you're right! :-D
 Because I set MASTER_SITE_OVERRIDE in my /etc/make.conf in order to choose 
 faster ftp mirrors to get tarballs. Comment it and the error goes away.
 
 Is it that MASTER_SITE_OVERRIDE shouldn't be set as long as the port uses 
 MASTER_SITES:n and MASTER_SITES_NN fetching mechanism? Is there any way to 
 get rid of this dilemma? Maybe make MASTER_SITE_OVERRIDE= install clean 
 takes effect but it would make my life messy if I use portupgrade.

No, you made a mistake when you added it to your make.conf, e.g. some
kind of typo.

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


Re: Can't fetch several ports (return error code 127) and seems nothing to do with these ports themselves

2007-05-04 Thread Jockey Kyd
Quoting Kris Kennaway [EMAIL PROTECTED]:

 On Sat, May 05, 2007 at 10:07:16AM +0800, Jockey Kyd wrote:
  Quoting Kris Kennaway [EMAIL PROTECTED]:
  
   That indicates something is very wrong on your system :) Look
 for
   configuration variables you may have changed, e.g. in
   /etc/make.conf.
   
   Kris
   
  
  Yes, you're right! :-D
  Because I set MASTER_SITE_OVERRIDE in my /etc/make.conf in order
 to choose faster ftp mirrors to get tarballs. Comment it and the
 error goes away.
  
  Is it that MASTER_SITE_OVERRIDE shouldn't be set as long as the
 port uses MASTER_SITES:n and MASTER_SITES_NN fetching mechanism? Is
 there any way to get rid of this dilemma? Maybe make
 MASTER_SITE_OVERRIDE= install clean takes effect but it would make
 my life messy if I use portupgrade.
 
 No, you made a mistake when you added it to your make.conf, e.g.
 some
 kind of typo.
 
 Kris
 

Oh, I think I find it. A pair of double quotes surrounding the value.

Thank you! :-D

--
Free pop3 email with a spam filter.
http://www.bluebottle.com

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