Akio Sakai wrote: [] > 4) Firstly encountered "Failed: phase compiling: > gstreamer-0.10-0.10.21-1 failed"
Without further details about the error, this information is not useful. From the fact that this did not reappear afterwards (and gstreamer-0.10 is now installed, isn't it?), one can conjecture that your system was in some intermediate inconsistent state while updating a lot of packages. If you read the messages that fink writes after a package build failure, you might see that it proposes as a first remedy to repeat the update-all command. This seems to have helped in your case. [] > 7) encountered "Failed: phase installing: gimp2-default-2.4.5-1 failed" Again, without further details this is useless. In the case of a failure in the installation phase, en error message will have appeared not far from the end. [] > In running "fink update-all", we encountered such message as the above > (Failed ...... failed). "Update-all process" was interrupted or > completed,i.e., remaining packages still need "update" ?? You can always use "fink list ..." to find out which packages still need to be updated. In particular "fink list -o" tells you which installed packages have a newer version available and will be rebuilt by "fink update-all". > (B). This is another issue. Programs of gmt (say, surface, psbasemap, > blockmean, grdmath, grdcontour,pslegend, grdsample, grdmask, grdmath - > in contouring routine script) were run, > > e.g., > $ surface > dyld: Library not loaded: /sw/lib/libnetcdf.4.dylib -- (common message) > Referenced from: /sw/bin/surface > Reason: image not found -- (common message) > Trace/BPT trap -- (common message) > > But, > > $ ls libnetcdf* > lrwxr-xr-x 1 root admin 17 Dec 1 03:20 libnetcdf.3.dylib -> > libnetcdf.4.dylib > -rw-r--r-- 1 root admin 726968 Dec 1 03:19 libnetcdf.a > -rwxr-xr-x 1 root admin 877 Dec 1 03:19 libnetcdf.la > lrwxr-xr-x 1 root admin 21 Dec 1 03:20 libnetcdf_c++.3.dylib -> > libnetcdf_c++.4.dylib > -rw-r--r-- 1 root admin 148912 Dec 1 03:19 libnetcdf_c++.a > -rwxr-xr-x 1 root admin 889 Dec 1 03:19 libnetcdf_c++.la This looks like parts of your netcdf-shlibs package are not installed. Try first "fink reinstall netcdf-shlibs", and if this does not help, "fink rebuild netcdf-shlibs". > I tried to "remove" and "reinstall" gmt (fink remove gmt, and fink > reinstall gmt), but it could not be completed, i.e., removed current > /sw/bin/gmt, and seemed to be restored from the stored one to > /sw/bin/gmt. How can I completely refresh gmt ? fink rebuild gmt -- Martin ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
