Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87209
Collapse All | Expand All

(-)config.py (+2 lines)
Lines 68-73 Link Here
68
			
68
			
69
			if not os.path.exists(config_profile_path):
69
			if not os.path.exists(config_profile_path):
70
				writemsg("config_profile_path not specified to class config\n")
70
				writemsg("config_profile_path not specified to class config\n")
71
				writemsg("The path your /etc/make.profile symlink points to does not exist.\n")
72
				writemsg("is your make.profile symlink valid?  Are your NFS filesystems mounted?\n")
71
				sys.exit(1)
73
				sys.exit(1)
72
			self.profile_path = config_profile_path
74
			self.profile_path = config_profile_path
73
75

Return to bug 87209