On 12/20/09 4:32 PM, pavicic wrote: > Hi! > > I tried everything that is advised on > http://finkers.wordpress.com/2009/06/03/bug-reports/ > but to no avail. I've spent days trying to > solve this problem looking through FAQs and blogs > and boards but I just can't make "fink update-all" > to work after I upgraded my MacBook Pro from Leopard > to Snow Leopard. > > BTW how can I tell the fink installer to stop trying to > install a package. Because, e.g., I donl't need > gnome-doc-utils which fink tries to install but fails > and I would like to tell it to give up but I don't > know how. I mean it starts with: > The following n packages will be installed > gnome-doc-utils and 3 others > and I would like to tell it > "don't install gnome-doc-utils but do instal 3 others > > log file is below. > > Thanks, Mladen > > <skipping irrelevant list of packages to be installed and tarball files> > PYTHON=/sw/bin/python2.6 ./configure --prefix=/sw --mandir=/sw/share/man > --disable-scrollkeeper --disable-dependency-tracking > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets $(MAKE)... yes > checking for gawk... (cached) awk > checking whether ln -s works... yes > checking whether /sw/bin/python2.6 version >= 2.4... yes > checking for /sw/bin/python2.6 version... 2.6 > checking for /sw/bin/python2.6 platform... darwin > checking for /sw/bin/python2.6 script directory... > ${prefix}/lib/python2.6/site-packages > checking for /sw/bin/python2.6 extension module directory... > ${exec_prefix}/lib/python2.6/site-packages > checking for pkg-config... /sw/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for GNOME_DOC_UTILS... yes > checking whether NLS is requested... yes > checking for style of include used by make... GNU > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking dependency style of gcc... none > checking for intltool >= 0.35.0... 0.40.6 found > checking for intltool-update... /sw/bin/intltool-update > checking for intltool-merge... /sw/bin/intltool-merge > checking for intltool-extract... /sw/bin/intltool-extract > checking for xgettext... /sw/bin/xgettext > checking for msgmerge... /sw/bin/msgmerge > checking for msgfmt... /sw/bin/msgfmt > checking for gmsgfmt... /sw/bin/msgfmt > ### execution of PYTHON=/sw/bin/python2.6 failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gnome-doc-utils-0.18.0-3 > (Reading database ... 70056 files and directories currently installed.) > Removing fink-buildlock-gnome-doc-utils-0.18.0-3 ... > Failed: phase compiling: gnome-doc-utils-0.18.0-3 failed > > Before reporting any errors, please run "fink selfupdate" and > try again. If you continue to have issues, please check to see if the > FAQ on fink's website solves the problem. If not, ask on the fink-users > or fink-beginners mailing lists, with a carbon copy to the maintainer: > > The Gnome Core Team <[email protected]> > > Note that this is preferable to emailing the maintainer directly, since > most fink package maintainers do not have access to all possible > hardware and software configurations. > > > Are you using 32bit or 64bit Fink?
You're not going to be able to skip installing gnome-doc-utils, because it's a dependency for something else. Just because _you_ don't need it doesn't mean that a package you want doesn't want it. It looks like the real error isn't making it up to the console. There may be a "config.log" file that contains more information, possibly /sw/src/fink.build/gnome-doc-utils-0.18.0-3/gnome-doc-utils-0.18.0/config.log Check that file, looking around where it starts talking about intltool, and that may provide information for how to debug this. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
