Re: Toolchain on Ubuntu 7.10

2008-04-09 Thread Flemming Richter Mikkelsen
On Wed, Apr 9, 2008 at 4:40 AM, Dale Schumacher
[EMAIL PROTECTED] wrote:
 I've just done a clean install of Ubuntu 7.10 and am trying to follow the
 instructions from the Toolchain wiki page.  When I try the command:

 sudo apt-get install gcc g++ autoconf automake binutils libtools ...

 I get this error message:

 Package autoconf is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
  is only available from another source
 E: Pacakge autoconf has no installation candidate

 Since this is a fresh install, I expect I may not have the right setup to
 install all the developer goodies.  Can someone suggest a clean way to
 resolve this issue?  I would be happy to update the wiki page with better
 instructions once my issue is resolved.

Try this instead:
sudo apt-get install build-essential
or was it
sudo apt-get install build-essentials

You should not need to install gcc, make, etc manually.
build-essential should do it for you
-- 
Please don't send me Word or PowerPoint attachments. See
http://www.gnu.org/philosophy/no-word-attachments.html

Join the FSF as an Associate Member at:
URL:http://www.fsf.org/register_form?referrer=5774

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain on Ubuntu 7.10

2008-04-09 Thread Dale Schumacher
I didn't see anything on the wiki regarding repositories.  In fact, this is
what I suspected to be the problem.  What repositories should be added to
the base installation.  I simply installed from the Ubuntu 7.10 Desktop CD
and have done no additional configuration.  I'd like to update the wiki to
include instructions for starting from a basic fresh installation and
getting the entire toolchain built.

Thanks for your help.


 -- Forwarded message --
 From: Frederik Sdun [EMAIL PROTECTED]
 To: List for Openmoko community discussion community@lists.openmoko.org
 Date: Wed, 09 Apr 2008 07:06:18 +0200
 Subject: Re: Toolchain on Ubuntu 7.10
 Hi,

 have you changed your repositories and reload the paket list? you might
 remove the cdrom and add at least the main repository in
 settings-Repositiories and click on the upper left reload button. if
 you have still problems ask in your local IRC channel on
 irc.freenode.net.

 regards,
 frederik

 Am Dienstag, den 08.04.2008, 21:40 -0500 schrieb Dale Schumacher:
  I've just done a clean install of Ubuntu 7.10 and am trying to follow
  the instructions from the Toolchain wiki page.  When I try the
  command:
 
  sudo apt-get install gcc g++ autoconf automake binutils libtools ...
 
  I get this error message:
 
  Package autoconf is not available, but is referred to by another
  package.
  This may mean that the package is missing, has been obsoleted, or
  is only available from another source
  E: Pacakge autoconf has no installation candidate
 
  Since this is a fresh install, I expect I may not have the right setup
  to install all the developer goodies.  Can someone suggest a clean way
  to resolve this issue?  I would be happy to update the wiki page with
  better instructions once my issue is resolved.
 
  Thanks!
 
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Toolchain on Ubuntu 7.10

2008-04-08 Thread Dale Schumacher
I've just done a clean install of Ubuntu 7.10 and am trying to follow the
instructions from the Toolchain wiki page.  When I try the command:

sudo apt-get install gcc g++ autoconf automake binutils libtools ...

I get this error message:

*Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Pacakge autoconf has no installation candidate*

Since this is a fresh install, I expect I may not have the right setup to
install all the developer goodies.  Can someone suggest a clean way to
resolve this issue?  I would be happy to update the wiki page with better
instructions once my issue is resolved.

Thanks!
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain on Ubuntu 7.10

2008-04-08 Thread Robin Paulson
i'm not on an ubuntu box now, but try automake1.9 instead of automake,
i think that's the newest version

2008/4/9 Dale Schumacher [EMAIL PROTECTED]:
 I've just done a clean install of Ubuntu 7.10 and am trying to follow the
 instructions from the Toolchain wiki page.  When I try the command:

 sudo apt-get install gcc g++ autoconf automake binutils libtools ...

 I get this error message:

 Package autoconf is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
  is only available from another source
 E: Pacakge autoconf has no installation candidate

 Since this is a fresh install, I expect I may not have the right setup to
 install all the developer goodies.  Can someone suggest a clean way to
 resolve this issue?  I would be happy to update the wiki page with better
 instructions once my issue is resolved.

 Thanks!


 ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain on Ubuntu 7.10

2008-04-08 Thread Stefanie Tellex
apt-cache search autoconf will show possible packages that contain the 
string autoconf.


apt-cache show packagename will give you a description of the package.

Stefanie

Robin Paulson wrote:

i'm not on an ubuntu box now, but try automake1.9 instead of automake,
i think that's the newest version

2008/4/9 Dale Schumacher [EMAIL PROTECTED]:

I've just done a clean install of Ubuntu 7.10 and am trying to follow the
instructions from the Toolchain wiki page.  When I try the command:

sudo apt-get install gcc g++ autoconf automake binutils libtools ...

I get this error message:

Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
 is only available from another source
E: Pacakge autoconf has no installation candidate

Since this is a fresh install, I expect I may not have the right setup to
install all the developer goodies.  Can someone suggest a clean way to
resolve this issue?  I would be happy to update the wiki page with better
instructions once my issue is resolved.

Thanks!


___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Toolchain on Ubuntu 7.10

2008-04-08 Thread Frederik Sdun
Hi,

have you changed your repositories and reload the paket list? you might
remove the cdrom and add at least the main repository in
settings-Repositiories and click on the upper left reload button. if
you have still problems ask in your local IRC channel on
irc.freenode.net.

regards,
frederik

Am Dienstag, den 08.04.2008, 21:40 -0500 schrieb Dale Schumacher:
 I've just done a clean install of Ubuntu 7.10 and am trying to follow
 the instructions from the Toolchain wiki page.  When I try the
 command:
 
 sudo apt-get install gcc g++ autoconf automake binutils libtools ...
 
 I get this error message:
 
 Package autoconf is not available, but is referred to by another
 package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Pacakge autoconf has no installation candidate
 
 Since this is a fresh install, I expect I may not have the right setup
 to install all the developer goodies.  Can someone suggest a clean way
 to resolve this issue?  I would be happy to update the wiki page with
 better instructions once my issue is resolved.
 
 Thanks!
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community