On 6/4/10 4:58 PM, Łukasz Kucharski wrote: > I have configured fink to use cvs and unstable branch. I did 'fink > makeindex -f' and scanpackeges. The problem is 'update-all' command. It > exits with failure on package 'virtuoso'. The message is:
Your OS and Fink version are also useful. You can get this from the command 'fink --version | head -n 2' Did you run 'fink selfupdate' after turning on cvs and unstable? Also, 'makeindex' is an invalid option for the fink command. You want 'fink index -f'. If you really did use 'makeindex' that probably explains your problem below. > The package 'virtuoso' will be built and installed. > Reading dependency for virtuoso-6.1.0-1... > Reading build dependency for virtuoso-6.1.0-1... > WARNING: While resolving dependency "htmldoc-nox" for package > "virtuoso-6.1.0-1", package "htmldoc-nox" was not found. > Can't resolve dependency "htmldoc-nox" for package "virtuoso-6.1.0-1" > (no matching packages/versions found) > Exiting with failure. > > > 'show-deps' indeed states that 'htmldoc-nox' is needed to build it, though > fink apropos htmldoc > returns nothing. Obviously 'info' command on 'htmldoc-nox' neither. > The online pkg database tells that such packages exists. > > I have no idea where does the difference comes from. Could you please > tell me how to investigate the nature of this discrepancy and help me > configure my fink properly ? <http://pdb.finkproject.org/pdb/package.php/virtuoso> shows that virtuoso is available only in unstable, so the fact that you see it means the unstable tree was at least partly activated. <http://pdb.finkproject.org/pdb/package.php/htmldoc-nox> is also unstable only, so not all of unstable was properly downloaded and/or read. Rerun 'fink selfupdate' and/or 'fink index -f' to see if that fixes the problem. Hanspeter ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
