View Single Post
  #6   (View Single Post)  
Old 13th June 2009
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

Quote:
Originally Posted by Zvrk View Post
...
but don't work.

this is firt solution which I try.
Could you try this:
Code:
# cd /usr/pkgsrc/meta-pkgs/kde3
# make fetch-list-recursive | sh 2>/dev/null | grep 'not fetched$' | uniq
This fill fetch all distfiles before starting the build. If fetching of package fails, it will be displayed so you know that something is missing.
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote