Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X Installation instructions unclear #90

Open
coke opened this issue Jun 19, 2018 · 9 comments
Open

OS X Installation instructions unclear #90

coke opened this issue Jun 19, 2018 · 9 comments

Comments

@coke
Copy link

coke commented Jun 19, 2018

Trying to get a build of RPERL on OS X.

Downloaded https://github.com/wbraswell/rperl/tarball/master off the rperl.org site.

Reading INSTALL, I see:

For MacOSX & BSD Users:

    Download & run the RPerl Installer.
    Everywhere that calls the apt-get command, you will have to substitute your equivalent.

But when I download the installer, I don't understand the prompts; I guessed "29"; then "1" , and then I'm forced to choose an OS menu, at which point my options are Ubuntu or CentOS.

Having no OS X option, I pick 0 (Ubuntu). Tells me there's nothing to do on step 29, asks me to proceed to step 30. I pick yes, and the script exits, with no rperl in sight.

Any pointers on how to get a build going?

@wbraswell
Copy link
Owner

@coke
Let's use this issue discussion thread to track your progress on installing RPerl inside OS X.
We got part of the way through the Perl installer, running sections 20 & 22. We stopped on section 25 because it requires us to figure out which OS X packages are the equivalent of the existing Ubuntu packages:
https://github.com/wbraswell/rperl/blob/master/script/rperl_installer.sh#L612

Also, you were going to try to just run cpanm RPerl at this point and see what happens. We had network problems with the Alien packages while we were on the wifi at the Salt Lake conference center, so please retry again and let me know what happens.

@coke
Copy link
Author

coke commented Jun 21, 2018

Installing the modules went much better the next day. Ended up with these 4 deps failing to install:

==> Found dependencies: Math::GSL, Inline::C, Inline::Filters, Inline::CPP

Will continue to investigate those.

@coke
Copy link
Author

coke commented Jun 21, 2018

So, reinstalling Inline::C ... mysteriously worked.

Down to Math::GSL, but stuck at:

leto/math--gsl#151

@Util
Copy link
Contributor

Util commented Jun 21, 2018 via email

@coke
Copy link
Author

coke commented Jun 21, 2018

gsl is installed (via macports) I'm running the gsl-config in the linked ticket.

@wbraswell
Copy link
Owner

@Util
Good point, somehow I missed the need for Math::GSL to depend upon Alien::GSL, I have made a new pull request to remedy this:
leto/math--gsl#152

@wbraswell
Copy link
Owner

@coke
Did Inline::Filters and Inline::CPP also install properly?

@coke
Copy link
Author

coke commented Jun 27, 2018

Eventually. only the GSL dep is outstanding at this point.

@wbraswell
Copy link
Owner

@Util
the Math::GSL pull request has been merged, so hopefully that will find its way onto CPAN at some point...
leto/math--gsl#152

@coke
Okay good at least we are down to just 1 installation issue now! :-)
Please see my comment & request on the Math::GSL issue tracker:
leto/math--gsl#151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants