Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 496998

Summary: python-3.3.3 fails to emerge while bootstrapping
Product: Gentoo/Alt Reporter: Volker Wegert <gentoo>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---

Description Volker Wegert 2014-01-04 19:47:14 UTC
I'm trying to bootstrap a new Gentoo/Prefix installation in a clean directory. After using the workaround described in Bug 491098, I've been able to advance to stage3. Now, I'm stuck again because python-3.3.3 fails to compile:

gcc -m64 -Wl,-search_paths_first -L/Library/Gentoo/usr/lib -L/Library/Gentoo/lib -L/Library/Gentoo/tmp/usr/lib -L. -L/Library/Gentoo/lib -L/Library/Gentoo/usr/lib -o "Python Launcher" FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o -framework AppKit -framework Carbon
rm -fr "Python Launcher.app"
DYLD_FRAMEWORK_PATH=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-apple-darwin13: ../../python /Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/../Tools/bundlebuilder.py \
	--builddir=. \
	--name="Python Launcher" \
	--executable="Python Launcher" \
	--iconfile=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/../Icons/PythonLauncher.icns \
	--bundle-id=org.python.PythonLauncher \
	--resource=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/../Icons/PythonSource.icns \
	--resource=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/../Icons/PythonCompiled.icns \
	--resource=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/English.lproj \
	--resource=/Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/Python-3.3.3/Mac/PythonLauncher/factorySettings.plist \
	--plist Info.plist \
	build
dyld: Library not loaded: /Library/Gentoo/usr/lib/libpython3.3.dylib
  Referenced from: /Library/Gentoo/var/tmp/portage/dev-lang/python-3.3.3/work/x86_64-apple-darwin13/Mac/PythonLauncher/../../python
  Reason: image not found
Makefile:43: recipe for target 'Python Launcher.app' failed

It looks like Bug 496398, but since that bug is marked as fixed, I'm not sure whether it's the same bug or a new one...

Reproducible: Always

Steps to Reproduce:
1. Bootstrap on OS X 10.9 with the patched bootstrap script
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2014-01-04 20:34:30 UTC

*** This bug has been marked as a duplicate of bug 496398 ***