Robert <[EMAIL PROTECTED]> said: > > I am new to fink and once it tried to update pdb2pqr I got an error which I > couldn't fix. I looked in the available resources but could not find > information about the subjet. The error message I get once I type fink > install pdb2pqr is listed bellow. > [...]
> ./configure --with-max-atoms=3D"1000000" --without-url > --with-python=3D/sw/bin/python --with-f77=3Dfort77 [...] > checking for python include directory... -I/sw/include/python2.6 [...] > checking for python... /sw/bin/python [...] > ------------- Begin Processing pdb2pka Configure Options ----------- > checking whether you defined Numeric or Numpy... no > checking for Numeric include files... no > checking whether you defined numpy... no > checking for numpy includes files... configure: error: Unable to find > Numeric or Numpy! Please install Numeric or Numpy or specify the location > with ./configure NUMPY=3Dpath_to_numpy or NUMERIC=3Dpath_to_numeric or disa= > ble > PDB2PKA during configuration with --disable-pdb2pka > ### execution of /var/tmp/tmp.1.50a2CZ failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-pdb2pqr-1.3.0-1 > (Database inlezen ... 91784 bestanden en mappen ge=EFnstalleerd.) > Verwijderen van fink-buildlock-pdb2pqr-1.3.0-1 ... > Failed: phase compiling: pdb2pqr-1.3.0-1 failed Looks like the package was assuming /sw/bin/python (via the "python") is python2.5, which isn't always true now that we also have 2.6 available. And the package really does require 2.5. I just committed pdb2pqr-1.3.0-2, which tries harder to use 2.5. Please let me know if it works. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
