Re: Problems installing boost pkgs for OE (Was: Problems installing OE on Linux)

2007-02-13 Thread Terence Haddock

Only these commands should be needed to install monotone:

wget http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.deb
sudo apt-get install libboost-date-time1.33.1  \
   libboost-filesystem1.33.1 libboost-regex1.33.1
sudo dpkg -i monotone_0.32-0.1_i386.deb

unless somebody objects, I'll update the wiki!

- Terry

Sergio Bessa wrote:

Hi Ryan,

I tried the following and have been able to install monotone.
wget http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.deb
sudo apt-get build-dep libboost-dev
sudo apt-get install libboost-dev
sudo apt-get build-dep  libboost-date-time1.33.1
sudo apt-get install  libboost-date-time1.33.1
sudo apt-get install libboost-filesystem1.33.1
sudo apt-get install  libboost-regex1.33.1
sudo dpkg --install monotone_0.32-0.1_i386.deb

Good luck,

Sergio


Quoting Ryan Kline [EMAIL PROTECTED]:


After trying to install OE, I concluded that I needed boost. I typed
sudo dselect then went to select then tried to search boost but
returned no results. Any help appreciated.

-ryan

P.S.-Sorry if I have been posting too much over the last few days, I
have become engrossed in the project and I want to know as much as
possible.

___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community





This message was sent using IMP, the Internet Messaging Program.



___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community



___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community


Re: Problems installing boost pkgs for OE (Was: Problems installing OE on Linux)

2007-02-13 Thread Terence Haddock
That is a good one, I need to remember that! Since we're directly 
referencing a specific monotone install on a specific architecture, 
adding the dependencies does not bother me too much, however it would 
help keep the page up-to-date if we updated the monotone version. So, 
again, if no-one objects, I will change the monotone install steps to 
reflect Robin's suggestion below.


I'd set up a repository, but it seems overkill for a single package!

- Terry

Robin Farine wrote:

On Tue February 13 2007 11:19, Terence Haddock wrote:

Only these commands should be needed to install monotone:

wget
http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.de
b sudo apt-get install libboost-date-time1.33.1  \
libboost-filesystem1.33.1 libboost-regex1.33.1
sudo dpkg -i monotone_0.32-0.1_i386.deb

unless somebody objects, I'll update the wiki!


Or to avoid to mention explicit dependencies on the wiki:

  wget http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.deb
  sudo dpkg -i monotone_0.32-0.1_i386.deb

If the last commands fails because of missing dependencies:
  sudo apt-get install -f

The last step will take care of the missing dependencies and prompt
the user to confirm the installation of the extra packages.

Robin

___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community



___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community


Re: Problems installing boost pkgs for OE (Was: Problems installing OE on Linux)

2007-02-13 Thread michael

Please change the wiki page as you suggest, Terence, and thanks both to you
and Robin for sorting this out.

Michael



On Tue, 13 Feb 2007, Terence Haddock wrote:

That is a good one, I need to remember that! Since we're directly referencing 
a specific monotone install on a specific architecture, adding the 
dependencies does not bother me too much, however it would help keep the page 
up-to-date if we updated the monotone version. So, again, if no-one objects, 
I will change the monotone install steps to reflect Robin's suggestion below.


I'd set up a repository, but it seems overkill for a single package!

- Terry

Robin Farine wrote:

 On Tue February 13 2007 11:19, Terence Haddock wrote:
  Only these commands should be needed to install monotone:
 
  wget

  http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.de
  b sudo apt-get install libboost-date-time1.33.1  \
  libboost-filesystem1.33.1 libboost-regex1.33.1
  sudo dpkg -i monotone_0.32-0.1_i386.deb
 
  unless somebody objects, I'll update the wiki!


 Or to avoid to mention explicit dependencies on the wiki:

   wget http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.deb
   sudo dpkg -i monotone_0.32-0.1_i386.deb

 If the last commands fails because of missing dependencies:
   sudo apt-get install -f

 The last step will take care of the missing dependencies and prompt
 the user to confirm the installation of the extra packages.

 Robin


___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community


Problems installing boost pkgs for OE (Was: Problems installing OE on Linux)

2007-02-12 Thread Ryan Kline
After trying to install OE, I concluded that I needed boost. I typed  
sudo dselect then went to select then tried to search boost but  
returned no results. Any help appreciated.


-ryan

P.S.-Sorry if I have been posting too much over the last few days, I  
have become engrossed in the project and I want to know as much as  
possible.


___
OpenMoko community mailing list
community@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/community