On 4/2/06, Alexander K. Hansen <[EMAIL PROTECTED]> wrote:
> What version of the XCode Tools are you using?  I was able to build it
> on my machine here (using the 10.4-transitional compiler
> configuration) with both XCode 2.1 and XCode 2.2.1.

i have XCode 2.2 installed on OS X 10.4.5

> Also, check above what you've posted--there may have been another
> error that resulted in skipping the step in which the missing
> directory was supposed to be created.

well, I can think of one thing.  I believe I deleted /sw/bin/python
some time ago.   I noticed that I had two installations of Python, one
in /sw/bin/python and one in /usr/local/bin/python, and packages that
I was installing were not being consistently installed in one
location. I'd find that the version of python that was being called up
was not the one with the module I wanted, and when I explicitly
changed to that other installation, then other modules would be
missing.  so I deleted /sw/bin/python and created a symlink to
/usr/local/bin/python.

for this upgrade, I deleted the symlink, but the build failed. So
instead I tried 'sudo fink install python24', but the error is the
same.  any suggestions on how to recover?  since python is part of a
large list of packages to be upgraded, the whole list fails to install
because of this failure.

here is a larger excerpt of my exception:
...
running install_scripts
copying build/scripts-2.4/idle ->
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
copying build/scripts-2.4/pydoc ->
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
copying build/scripts-2.4/smtpd.py ->
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin
changing mode of //sw/src/fink.build/root-python24-2.4.2-5/sw/bin/idle to 755
changing mode of //sw/src/fink.build/root-python24-2.4.2-5/sw/bin/pydoc to 755
changing mode of
//sw/src/fink.build/root-python24-2.4.2-5/sw/bin/smtpd.py to 755
if test -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python -o
-h /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python; \
then rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python; \
else true; \
fi
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; ln python2.4 python)
Creating directory /sw/share/man
Creating directory /sw/share/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \
        /sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g' < idle > idle2.4; chmod 755
idle2.4; rm -f idle)
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g' < pydoc > pydoc2.4; chmod 755
pydoc2.4; rm -f pydoc)
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/bin; sed
's|/sw/bin/python|/sw/bin/python2.4|g' < smtpd.py > smtpd.py2.4; chmod
755 smtpd.p2.4; rm -f smtpd.py)
chmod: smtpd.p2.4: No such file or directory
(cd Misc; /bin/rm -rf RPM)
mkdir -p /sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/bin/cp -R Demo Doc
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/bin/cp -R Misc Tools /sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4
/bin/rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python24.1
cc -dynamiclib -single_module -all_load -undefined dynamic_lookup
-framework System -framework CoreServices -framework Foundation
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config/libpython2.4.a
-o 
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config/libpython2.4.dylib
-install_name /sw/lib/python2.4/config/libpython2.4.dylib
-current_version 2.4 -compatibility_version 2.4 -L/sw/lib -ldl
ld: warning -dylib_install_name
/sw/lib/python2.4/config/libpython2.4.dylib not found in segment
address table LD_SEG_ADDR_TABLE
/sw/var/lib/fink/prebound/seg_addr_table
(cd /sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config;
mv Makefile Makefile.orig; sed 's|-fno-common||g' < Makefile.orig >
Makefile; /bin/rm -f Makefile.orig)
ln -s /sw/bin/python2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python
ln -s /sw/bin/pydoc2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/pydoc
ln -s /sw/bin/idle2.4 /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/idle
ln -s /sw/bin/smtpd.py2.4
/sw/src/fink.build/root-python24-2.4.2-5/sw/bin/smtpd.py
ln -s /sw/share/man/man1/python24.1
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
(mkdir -p /sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/html;
cd ..; /bin/cp -R Python-Docs-2.4.2/
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/html)
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24
/usr/bin/install -c -p -m 644 README LICENSE
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/doc/python24/
/bin/rm -f /sw/src/fink.build/root-python24-2.4.2-5/sw/info/dir
/sw/src/fink.build/root-python24-2.4.2-5/sw/info/dir.old
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/info/dir
/sw/src/fink.build/root-python24-2.4.2-5/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-python24-shlibs-2.4.2-5
/bin/mkdir -p /sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw
/bin/mkdir -p /sw/src/fink.build/root-python24-shlibs-2.4.2-5/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-python24-shlibs-2.4.2-5
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/lib/python2.4/config
/bin/mv 
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/config/libpython2.4.dylib
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/lib/python2.4/config/
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/share/doc/python24-shlibs
/usr/bin/install -c -p -m 644 README LICENSE
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/share/doc/python24-shlibs/
/bin/rm -f /sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/info/dir
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/info/dir.old
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/share/info/dir
/sw/src/fink.build/root-python24-shlibs-2.4.2-5/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-python-2.4.2-5
/bin/mkdir -p /sw/src/fink.build/root-python-2.4.2-5/sw
/bin/mkdir -p /sw/src/fink.build/root-python-2.4.2-5/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-python-2.4.2-5
/usr/bin/install -d -m 755 /sw/src/fink.build/root-python-2.4.2-5/sw/bin
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/pydoc
/sw/src/fink.build/root-python-2.4.2-5/sw/bin/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-python-2.4.2-5/sw/bin
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/python
/sw/src/fink.build/root-python-2.4.2-5/sw/bin/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-python-2.4.2-5/sw/bin
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/idle
/sw/src/fink.build/root-python-2.4.2-5/sw/bin/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-python-2.4.2-5/sw/bin
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/bin/smtpd.py
/sw/src/fink.build/root-python-2.4.2-5/sw/bin/
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python-2.4.2-5/sw/share/man/man1
/bin/mv /sw/src/fink.build/root-python24-2.4.2-5/sw/share/man/man1/python.1
/sw/src/fink.build/root-python-2.4.2-5/sw/share/man/man1/
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python-2.4.2-5/sw/share/doc/python
/usr/bin/install -c -p -m 644 README LICENSE
/sw/src/fink.build/root-python-2.4.2-5/sw/share/doc/python/
/bin/rm -f /sw/src/fink.build/root-python-2.4.2-5/sw/info/dir
/sw/src/fink.build/root-python-2.4.2-5/sw/info/dir.old
/sw/src/fink.build/root-python-2.4.2-5/sw/share/info/dir
/sw/src/fink.build/root-python-2.4.2-5/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-python24-socket-2.4.2-5
/bin/mkdir -p /sw/src/fink.build/root-python24-socket-2.4.2-5/sw
/bin/mkdir -p /sw/src/fink.build/root-python24-socket-2.4.2-5/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-python24-socket-2.4.2-5
/usr/bin/install -d -m 755
/sw/src/fink.build/root-python24-socket-2.4.2-5/sw/lib/python2.4/lib-dynload
/bin/mv 
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/lib-dynload/_socket.so
/sw/src/fink.build/root-python24-socket-2.4.2-5/sw/lib/python2.4/lib-dynload/
mv: rename 
/sw/src/fink.build/root-python24-2.4.2-5/sw/lib/python2.4/lib-dynload/_socket.so
to 
/sw/src/fink.build/root-python24-socket-2.4.2-5/sw/lib/python2.4/lib-dynload/_socket.so:
No such file or directory
### execution of /bin/mv failed, exit code 1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-python24-2.4.2-5
(Reading database ... 54221 files and directories currently installed.)
Removing fink-buildlock-python24-2.4.2-5 ...
Failed: phase installing: python24-socket-2.4.2-5 failed


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to