This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, barry
Date 2010-12-12.18:34:03
SpamBayes Score 0.0020777192
Marked as misclassified No
Message-id <1292178845.71.0.0485366537198.issue10687@psf.upfronthosting.co.za>
In-reply-to
Content
$ make DESTDIR=/var/tmp/portage/dev-lang/python-3.2_pre20101212/image/ altinstall 
Creating directory /usr/bin
Creating directory /usr/lib64
/usr/bin/install -c python /var/tmp/portage/dev-lang/python-3.2_pre20101212/image//usr/bin/python3.2
if test -f /var/tmp/portage/dev-lang/python-3.2_pre20101212/image//usr/bin/python3.2 -o -h /var/tmp/portage/dev-lang/python-3.2_pre20101212/image//usr/bin/python3.2; \
then rm -f /var/tmp/portage/dev-lang/python-3.2_pre20101212/image//usr/bin/python3.2; \
else true; \
fi
(cd /var/tmp/portage/dev-lang/python-3.2_pre20101212/image//usr/bin; ln python3.2 python3.2)
ln: accessing `python3.2': No such file or directory
make: *** [altbininstall] Error 1
History
Date User Action Args
2010-12-12 18:34:05Arfreversetrecipients: + Arfrever, barry
2010-12-12 18:34:05Arfreversetmessageid: <1292178845.71.0.0485366537198.issue10687@psf.upfronthosting.co.za>
2010-12-12 18:34:04Arfreverlinkissue10687 messages
2010-12-12 18:34:03Arfrevercreate