Hi Sergio,
Take a look at the link below. I had the same problem last  week  (among others 
) while trying to install grass70 on ubuntu 14.04. The script kindly made 
available by hamish made the trick for me. Good luck


https://www.mail-archive.com/[email protected]/msg28495.html
Best regards
Rengifo



"[email protected]" <[email protected]> 
schrieb am 21:00 Mittwoch, 27.August 2014:
 


Send grass-user mailing list submissions to
    [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.osgeo.org/mailman/listinfo/grass-user
or, via email, send a message with subject or body 'help' to
    [email protected]

You can reach the person managing the list at
    [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-user digest..."


Today's Topics:

   1. Job Vacancy: Geospatial Software Engineer in Luxembourg
      (Christian Braun)
   2. problem to install grass70 on ubuntu 12.04 (Sergio Vignali)
   3. Re: problem to install grass70 on ubuntu 12.04 (Markus Neteler)
   4. Re: problem to install grass70 on ubuntu 12.04 (Markus Neteler)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Aug 2014 09:46:36 +0200
From: Christian Braun <[email protected]>
To: GRASS user list <[email protected]>,
    [email protected]
Subject: [GRASS-user] Job Vacancy: Geospatial Software Engineer in
    Luxembourg
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Dear all,
our Institute is looking for a candidate as a Geospatial Software Engineer.

Work will focus on the development of a geospatial web based framework, 
implementing OGC standards for sensor, data, catalogue and modelling services, 
enabling service based scenario simulation and decision support tools.

Further information and contact details can found here:
http://tudor.lu/en/job/geospatial-software-engineer-mf

Please apologize cross-posting.

kind regards,
Christian Braun
R+D Engineer
Environmental Modelling, Geocomputation

Tel: +352- 425991-6608
Mobil: +49-179-6845896
Mail: [email protected]

Resource Centre for Environmental Technologies,
Public Research Centre Henri Tudor,
6A, avenue des Hauts-Fourneaux,
L-4362 Esch-sur-Alzette, Luxembourg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-user/attachments/20140827/3408f315/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 27 Aug 2014 10:34:03 +0200
From: Sergio Vignali <[email protected]>
To: GRASS user list <[email protected]>
Subject: [GRASS-user] problem to install grass70 on ubuntu 12.04
Message-ID:
    <CALLUJBbZJ-=h0n0oj6wm9mohrz6sknnd12pt4v6s-jnxxyk...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
I've just tried to install grass70 on ubuntu 12.04 by these command

sudo add-apt-repository ppa:grass/grass-stable
sudo apt-get update
sudo apt-get install grass70 grass70-gui

the error says that there are damaged or blocked packages

All the best
-- 
Sergio Vignali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-user/attachments/20140827/e8ead687/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 27 Aug 2014 18:52:44 +0200
From: Markus Neteler <[email protected]>
To: Sergio Vignali <[email protected]>
Cc: GRASS user list <[email protected]>
Subject: Re: [GRASS-user] problem to install grass70 on ubuntu 12.04
Message-ID:
    <CALFmHhuMMzu8ZWPWaMROtrAmo+5Pct-Yk12j_7uTT=k1m9w...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi Sergio,

On Wed, Aug 27, 2014 at 10:34 AM, Sergio Vignali
<[email protected]> wrote:
> Hi,
> I've just tried to install grass70 on ubuntu 12.04 by these command
>
> sudo add-apt-repository ppa:grass/grass-stable
> sudo apt-get update
> sudo apt-get install grass70 grass70-gui
>
> the error says that there are damaged or blocked packages

To better understand, I have created a virtual machine with Ubuntu
12.04 and tried myself. In fact:

pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-gui
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:
grass70 : Depends: grass70-core but it is not going to be installed
grass70-gui : Depends: grass70-core but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
pgis@pgis-ubuntu64-vm:~$


So I tried harder:

pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-core grass70-gui
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:
grass70-core : Depends: libgdal1h (>= 1.8.0) but it is not installable
                Depends: libgeos-c1 (>= 3.4.2) but it is not going to
be installed
                Depends: libproj0 (>= 4.8.0-1) but it is not going to
be installed
                Recommends: gdal-bin but it is not going to be installed
                Recommends: proj-bin but it is not going to be installed
                Breaks: grass70 (< 7.0.0+0ubuntu3~)
E: Unable to correct problems, you have held broken packages.

Not sure what the next step is (I am more experienced with RPM based systems).

Likely it can be solved :-)

Markus


------------------------------

Message: 4
Date: Wed, 27 Aug 2014 20:08:29 +0200
From: Markus Neteler <[email protected]>
To: Sergio Vignali <[email protected]>
Cc: GRASS user list <[email protected]>
Subject: Re: [GRASS-user] problem to install grass70 on ubuntu 12.04
Message-ID:
    <calfmhhu9afzmx_8fo+g4eozbjzeaywijpocrst+ajfeqpyc...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Aug 27, 2014 at 6:52 PM, Markus Neteler <[email protected]> wrote:
> Hi Sergio,
>
> On Wed, Aug 27, 2014 at 10:34 AM, Sergio Vignali
> <[email protected]> wrote:
>> Hi,
>> I've just tried to install grass70 on ubuntu 12.04 by these command
>>
>> sudo add-apt-repository ppa:grass/grass-stable
>> sudo apt-get update
>> sudo apt-get install grass70 grass70-gui
>>
>> the error says that there are damaged or blocked packages
>
> To better understand, I have created a virtual machine with Ubuntu
> 12.04 and tried myself. In fact:
>
> pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-gui
> 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:
>  grass70 : Depends: grass70-core but it is not going to be installed
>  grass70-gui : Depends: grass70-core but it is not going to be installed
> E: Unable to correct problems, you have held broken packages.
> pgis@pgis-ubuntu64-vm:~$
>
>
> So I tried harder:
>
> pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-core grass70-gui
> 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:
>  grass70-core : Depends: libgdal1h (>= 1.8.0) but it is not installable
>                 Depends: libgeos-c1 (>= 3.4.2) but it is not going to
> be installed
>                 Depends: libproj0 (>= 4.8.0-1) but it is not going to
> be installed
>                 Recommends: gdal-bin but it is not going to be installed
>                 Recommends: proj-bin but it is not going to be installed
>                 Breaks: grass70 (< 7.0.0+0ubuntu3~)
> E: Unable to correct problems, you have held broken packages.
>
> Not sure what the next step is (I am more experienced with RPM based systems).

Just to complete the tests, also this fails at time:


pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70
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:
grass70 : Depends: grass70-core but it is not going to be installed
           Depends: grass70-gui but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

> Likely it can be solved :-)

Markus


------------------------------

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

End of grass-user Digest, Vol 100, Issue 24
*******************************************
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to