codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

install from source tried, but make-install failed #229

Closed 22kaj22 closed 9 years ago

22kaj22 commented 9 years ago

Hi, would prefer you to spend time looking at this GDAL built-from-source than the lesser built-from-binary' fwtools, so closed the other pr.

this one fails on 'make install' and don't understand why.

Thanks, KJ

ksimuk commented 9 years ago

merged, you should specify the prefix flag for configure for proper install. but I think it should be more options by default turned on, what do you think compile the package with same set of options is homebrew has https://github.com/Homebrew/homebrew/blob/master/Library/Formula/gdal.rb ?

22kaj22 commented 9 years ago

Hi Maxim,

thanks for this and apologies for my lack of programming experience causing you this work...

from what I gather from here: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix the package doesn't have (m)any dependencies as they are included. Am not experienced enough to say whether your code would yield a better (performing) result.

however will try to install the part today and take it for a spin.

Many thanks, KJ

On 23 October 2014 06:55, Maxim Kraev notifications@github.com wrote:

merged, you should specify the prefix flag for configure for proper install. but I think it should be more options by default turned on, what do you think compile the package with same set of options is homebrew has https://github.com/Homebrew/homebrew/blob/master/Library/Formula/gdal.rb ?

— Reply to this email directly or view it on GitHub https://github.com/codio/boxparts/pull/229#issuecomment-60195730.

22kaj22 commented 9 years ago

Hi Maxim,

just took a closer look and I do need one option to create python modules:

./configure --with-python (from: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython)

Thanks, KJ

ksimuk commented 9 years ago

check https://github.com/codio/boxparts/tree/gdal_update branch is it working as expected?

22kaj22 commented 9 years ago

Hi Maxim,

not sure, you'll have to bear with me as am totally new to git - have installed it (git assures me my files are up to date, but gdal.rb in lib/packagets/... is still my original, so perhaps I'm making a mistake), but can't seem to locate any python modules - where would they be?

basically if you can get it to a state where python can recognise the gdal module I can run some functional tests.

Many thanks, KJ

On 23 October 2014 11:14, Maxim Kraev notifications@github.com wrote:

check https://github.com/codio/boxparts/tree/gdal_update branch is it working as expected?

— Reply to this email directly or view it on GitHub https://github.com/codio/boxparts/pull/229#issuecomment-60218565.

22kaj22 commented 9 years ago

Also, I did run 'parts install gdal' both with the repo as it was updated and with a copy of your new file (cut & paste, not elegant, but effective)

On Thursday, October 23, 2014, Maxim Kraev notifications@github.com wrote:

check https://github.com/codio/boxparts/tree/gdal_update branch is it working as expected?

— Reply to this email directly or view it on GitHub https://github.com/codio/boxparts/pull/229#issuecomment-60218565.