Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289032 - sci-libs/cctbx-2009.09.28.1034 is using hardcoded python version in env file
Summary: sci-libs/cctbx-2009.09.28.1034 is using hardcoded python version in env file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 11:19 UTC by Justin Lecher (RETIRED)
Modified: 2009-10-28 20:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-10-14 11:19:53 UTC
/etc/profile.d/30cctbx.sh

/usr/bin/python2.6" -V > /dev/null 2>&1
if [ $? -ne 0 -o ! -f "/usr/lib/cctbx/cctbx_sources/libtbx/command_line/path_utility.py" ]; then
  echo "*******************************************"
  echo "Fatal Error: Incomplete libtbx environment\!"

 PATH="`'/usr/bin/python2.6' '/usr/lib/cctbx/cctbx_sources/libtbx/command_line/path_utility.py' prepend PATH '/usr/lib/cctbx/cctbx_build/bin' < /dev/null`"
  export PATH
  if [ "$PATH" = "L_I_B_T_B_X_E_M_P_T_Y" ]; then unset PATH; fi
  alias libtbx.setpaths_all='. "/usr/lib/cctbx/cctbx_build/setpaths_all.sh"'
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-10-28 20:34:44 UTC
+  28 Oct 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+  cctbx-2009.09.28.1034.ebuild:
+  fix for bug 289032