aubreyja / ww_install

WeBWorK Install Script
5 stars 36 forks source link

Stuck at installing Mail::Sender #69

Closed pstaabp closed 10 years ago

pstaabp commented 10 years ago

I'm trying to install on ubuntu 14.4. Everything is smooth until installing Mail::Sender when I get:

Running install for module 'Mail::Sender'
Running make for J/JE/JENDA/Mail-Sender-0.8.22.tar.gz
Checksum for /home/peter/.cpan/sources/authors/id/J/JE/JENDA/Mail-Sender-0.8.22.tar.gz ok

  CPAN.pm: Building J/JE/JENDA/Mail-Sender-0.8.22.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Mail::Sender
Writing MYMETA.yml and MYMETA.json
cp Sender/CType/Win32.pm blib/lib/Mail/Sender/CType/Win32.pm
cp Sender/CType/Ext.pm blib/lib/Mail/Sender/CType/Ext.pm
cp Sender.pm blib/lib/Mail/Sender.pm
Manifying blib/man3/Mail::Sender.3pm
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Config.PL Config

And it just stays there.

When I do "cpan Mail::Sender", it gets past this spot and installs fine.

goehle commented 10 years ago

Try just pressing "Enter" I think there is a prompt there which is being cut off. I'm still trying to figure out why that happens.

On Fri, May 30, 2014 at 10:40 AM, Peter Staab notifications@github.com wrote:

I'm trying to install on ubuntu 14.4. Everything is smooth until installing Mail::Sender when I get:

Running install for module 'Mail::Sender' Running make for J/JE/JENDA/Mail-Sender-0.8.22.tar.gz Checksum for /home/peter/.cpan/sources/authors/id/J/JE/JENDA/Mail-Sender-0.8.22.tar.gz ok

CPAN.pm: Building J/JE/JENDA/Mail-Sender-0.8.22.tar.gz

Checking if your kit is complete... Looks good Writing Makefile for Mail::Sender Writing MYMETA.yml and MYMETA.json cp Sender/CType/Win32.pm blib/lib/Mail/Sender/CType/Win32.pm cp Sender/CType/Ext.pm blib/lib/Mail/Sender/CType/Ext.pm cp Sender.pm blib/lib/Mail/Sender.pm Manifying blib/man3/Mail::Sender.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Config.PL Config

And it just stays there.

When I do "cpan Mail::Sender", it gets past this spot and installs fine.

— Reply to this email directly or view it on GitHub https://github.com/aubreyja/ww_install/issues/69.

pstaabp commented 10 years ago

That worked.

pstaabp commented 10 years ago

Did you find a fix for this? If so, I can reset my virtual machine and try the full install again.

On May 30, 2014, at 2:19 PM, Geoff Goehle notifications@github.com wrote:

Closed #69.

— Reply to this email directly or view it on GitHub.

goehle commented 10 years ago

Ah, I didn't. I was just going through and closing things.

goehle commented 10 years ago

I finally tracked down the problem causing this. It turns out that tee isn't terribly compatible with perl IO. Try doing an install now. This should also fix all of the dialogue in the interactive portion of the installer (on some terminals the prompts and text were getting all mixed up.

It makes the log significantly less useful. I'm not sure how to deal with that except to go through and rebuild it "by hand".

Geoff.

On Fri, May 30, 2014 at 2:38 PM, Peter Staab notifications@github.com wrote:

Did you find a fix for this? If so, I can reset my virtual machine and try the full install again.

On May 30, 2014, at 2:19 PM, Geoff Goehle notifications@github.com wrote:

Closed #69.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/aubreyja/ww_install/issues/69#issuecomment-44684802.

goehle commented 10 years ago

I've tested this, but you should test it as well.