Hello,

I solved the problem, it was my fault. Now the SDK is installed and 
working. I give a brief explanation of what happened.

My Ubuntu 7.10 was installed from the "desktop" cd. During the 
installation the PC loses the internet connection, see below why.

At the end of the cd installation, the installer verifies if there is 
any update for the installed packages, and the search is done in a 
number of standard repositories listed in:

/etc/apt/sources.list

Unfortunately the missing Internet connection not only prevents any 
update at the end of the installation, but also causes the installer 
to "comment out" all the external repositories entries in the file 
sources.list. Only the local CD source remains active. So any 
successive activation of apt-get sees only the packages listed on the 
CD. This causes the error.

The solution is simple: activate Internet connection and after this 
edit the source repository file, de-commenting the valid paths 
removed from the installer.

To activate the Internet access, I commented some ipv6 entries and 
had to put static ip in the LAN configuration.

Ciao

Ugo

PS: Ubuntu is a very nice package, and also requires modest resources

--- In [email protected], "umanfredi" <[EMAIL PROTECTED]> wrote:
>
> Hello, 
> i am trying to setup and SDK environment on top of the current 
> version of Ubuntu, that is 7.10 Gutsy Gibbon. The installation is a 
> fresh one from the CD Desktop, and Ubuntu works well.
> 
> I followed literally the instructions at ACME site to get all the 
> packages:
> 
> $ sudo apt-get install make
> $ sudo apt-get install gcc
> $ sudo apt-get install libc6-dev
> 
> Up to this point, everything goes well. What follows does not work:
> 
> $ sudo apt-get install libncurses5-dev
> $ sudo apt-get install pmake
> $ sudo apt-get install zlib1g-dev
> $ sudo apt-get install flex
> $ sudo apt-get install bison
> $ sudo apt-get install subversion
> 
> The message I get is, for example, a package named "pmake" does not 
> exist. Apparently pmake is no more part of standard desktop Ubuntu 
> distribution, but is in a separate area for "developers". Apt-get 
> does not find even the name of these packages. 
> 
> What to do ? Is Ubuntu 7.10 a bad choice as supporting environment 
> for SDK ?
> 
> Regards
> 
> Ugo
>


Reply via email to