On Dec 1, 2009, at 7:08 PM, Alexander Hansen wrote:
>
> Every possible compile phase failure mode will give those messages, so
> you've provided no information to debug what's going on in the build
> process.

Hey, sorry for the incomplete original report.

> However, the version of svn that you're showing is later than what's  
> in
> the stable tree, but predates Snow Leopard, so something may be  
> amiss in
> your Fink setup--it looks like selfupdate isn't working.
>
> Provide the results of running the following commands in a terminal  
> window:
>
>       fink -V | head -n2
>       sw_vers | grep ProductVersion

$ fink -V | head -n2
Package manager version: 0.29.10
Distribution version: selfupdate-rsync Tue Dec  1 15:58:42 2009, 10.6,  
x86_64

$ sw_vers | grep ProductVersion
ProductVersion: 10.6.1

> Also, did you update from 10.5/x86_64?  If so, then check whether
> /sw/etc/fink.conf has NoAutoIndex: true still set.  If it does, delete
> that line and run

No, I did not upgrade -- I did a fresh install from scratch of fink  
when I upgraded to 10.6 (also done as a wipe & install after trouble  
with the 10.5 upgrade).

I double-checked and my fink.conf does not have an NoAutoIndex entry.

>       fink index -f
>
> Then try selfupdating again.  If you still have problems, file
> _separate_ bug reports for each package rather than glomming them
> together.  Also, provide actual debugging information such as a
> transcript of the output starting just before errors occur.

Based on the FAQ, I had already done this.  I'm in the midst of  
generating a fresh log for 'fink update-all', but here is the dbus- 
related transcript from the last failure:

autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to  
configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros  
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /sw/bin/autoconf-2.63 --force
autoreconf: running: /sw/bin/autoheader-2.63 --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
/var/tmp/tmp.5.KC9Ulb
#!/bin/sh -ev

        if [ -x /usr/bin/gcc-4.2 ]; then
                export CC=gcc-4.2
                export CXX=g++-4.2
                export CPP=cpp-4.2
        fi

        MBID=`id -u messagebus 2>/dev/null || echo 0`
id -u messagebus 2>/dev/null || echo 0
        if [ $MBID -eq 0 ]; then
                echo "You must install the 'passwd' package for D-Bus to build  
properly."
                echo "Try running 'fink reinstall passwd', and then answer 
'yes'  
when it asks to create users."
                exit 1
        fi
You must install the 'passwd' package for D-Bus to build properly.
Try running 'fink reinstall passwd', and then answer 'yes' when it  
asks to create users.
### execution of /var/tmp/tmp.5.KC9Ulb failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-dbus-1.2.16-4
(Reading database ... 67307 files and directories currently installed.)
Removing fink-buildlock-dbus-1.2.16-4 ...
Updating the list of locally available binary packages.
Scanning dists/unstable/main/binary-darwin-x86_64
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-gtk-dev_2.0-12_darwin-x86_64.deb
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-gtk-doc_2.0-12_darwin-x86_64.deb
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-gtk-shlibs_2.0-12_darwin-x86_64.deb
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-gtk_2.0-12_darwin-x86_64.deb
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-www-doc_1.1.1-1007_darwin-x86_64.deb
New package: dists/unstable/main/binary-darwin-x86_64/languages/ 
guile18-www_1.1.1-1007_darwin-x86_64.deb
Failed: phase compiling: dbus-1.2.16-4 failed


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to