myexperiment-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Myexperiment-discuss] Detailed Installation Instructions for myExpe


From: David R Newman
Subject: RE: [Myexperiment-discuss] Detailed Installation Instructions for myExperiment
Date: Mon, 23 Jun 2008 11:44:32 +0100

Hi Tony,

In answer to your first problem: I think the default behaviour of the gem commands between my system and yours is different. The '-y' command is to install dependencies as well as the gem requested. This is default behaviour for my gem command. I will add it into the instructions as a catchall for those who gem command might work differently.

The could not find rails (= 1.2.6) is slightly odd, maybe the equals sign in the command is causing issues because it doesn't seem to be in the command specification (see http://www.rubygems.org/read/chapter/10#page33) but seems to work on some systems. I will replace it with the command:

gem install rails --version 1.2.6 --include-dependencies

In answer to you second problem it is not unusual that the apt-get remove won't actually remove anything its just that it is common to have these packages installed and if you don't remove them there tends to be problems. However the problem you are having seems to be that libmagick9 isn't built properly for the OS version you are using. It might be worth trying a apt-get update and trying to install it again. If that fails all I can suggest apt-get source libmagick9 and compiling it yourself.

Regards

Dave Newman
myExperiment Team Member



--On Saturday, June 21, 2008 13:29:43 +0100 "Linde, A.E." <address@hidden> wrote:

Stuck again:

address@hidden:~$ sudo apt-get remove --purge librmagick-ruby-doc
librmagick-ruby1.8 Reading package lists... Done
Building dependency tree
Reading state information... Done
Package librmagick-ruby-doc is not installed, so not removed
Package librmagick-ruby1.8 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

address@hidden:~$ sudo apt-get install graphicsmagick imagemagick
librmagick-ruby1.8 libmagick9-dev Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  librmagick-ruby1.8: Depends: libmagick9 but it is not installable
E: Broken packages

Any help appreciated.

Cheers,
Tony.
________________________________________
From: address@hidden
address@hidden On
Behalf Of Linde, A.E. address@hidden Sent: 21 June 2008 12:22
To: David R Newman; address@hidden
Subject: RE: [Myexperiment-discuss] Detailed Installation Instructions
for      myExperiment

Hi David,

I'm trying this process out on a borrowed Ubuntu 8.04 machine but didn't
get far:

address@hidden:~$ sudo gem install rails --version=1.2.6
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find rails (= 1.2.6) in any repository

Strange: just tried using the command style at
http://wiki.myexperiment.org/index.php/Spacebook_-_Tony_Linde, and that
worked ok:

address@hidden:~$ sudo gem install -v 1.2.6  -y rails
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-1.2.6
Successfully installed rake-0.8.1
Successfully installed activesupport-1.4.4
Successfully installed activerecord-1.15.6
Successfully installed actionpack-1.13.6
Successfully installed actionmailer-1.3.6
Successfully installed actionwebservice-1.2.6
Installing ri ...

I've no idea what the difference is between the two types of command.

I'll crack on with the rest later but thought I'd better post this in
case I forget by the time all is done :)

Cheers,
Tony.
________________________________________
From: address@hidden
address@hidden On
Behalf Of David R Newman address@hidden Sent: 20 June 2008 13:28
To: address@hidden
Subject: [Myexperiment-discuss] Detailed Installation Instructions for
myExperiment

Hi All,

To aid developers installing myExperiment from scratch (i.e. to a server
without Ruby-on-Rails), I have added a file entitled developers.txt to the
trunk folder of the myExperiment code-base.  This contains detailed
instructions on how to install myExperiment on a Debian/Ubuntu system.
However, the instructions are mostly applicable to all flavours of Linux.

If anybody has installed myExperiment on Windows and would like to
document installation instructions in a similar format I would be happy
to add these to developers.txt.

Regards

David Newman
myExperiment Team Member




_______________________________________________
Myexperiment-discuss mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/myexperiment-discuss


_______________________________________________
Myexperiment-discuss mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/myexperiment-discuss








reply via email to

[Prev in Thread] Current Thread [Next in Thread]