<div dir="ltr"><div class="gmail_default" style="color:rgb(39,78,19)">I don't know why, but there appears to be a conflict between grass70 and grass70-core packages.</div><div class="gmail_default" style="color:rgb(39,78,19)">

<br></div><div class="gmail_default" style="color:rgb(39,78,19)">I've been using that PPA on 14.04 but the package grass70 is not installed in my system:</div><div class="gmail_default" style="color:rgb(39,78,19)"><br>

</div><div class="gmail_default" style><div class="gmail_default" style="color:rgb(39,78,19)">$ apt-cache policy grass70</div><div class="gmail_default" style="color:rgb(39,78,19)">grass70:</div><div class="gmail_default" style="color:rgb(39,78,19)">

  Instalados: (ninguno)</div><div class="gmail_default" style="color:rgb(39,78,19)">  Candidato:  7.0.0~ppa~1~revno-30828~ubuntu14.04.1</div><div class="gmail_default" style="color:rgb(39,78,19)">  Tabla de versión:</div>

<div class="gmail_default" style="color:rgb(39,78,19)">     7.0.0~ppa~1~revno-30828~ubuntu14.04.1 0</div><div class="gmail_default" style="color:rgb(39,78,19)">        500 <a href="http://ppa.launchpad.net/grass/grass-stable/ubuntu/">http://ppa.launchpad.net/grass/grass-stable/ubuntu/</a> trusty/main amd64 Packages</div>

<div style="color:rgb(39,78,19)"><br></div><div style="color:rgb(39,78,19)">But grass70-core and grass70-gui are in fact installed</div><div style="color:rgb(39,78,19)"><br></div><div style><div style><font color="#274e13">$ apt-cache policy grass70-core </font></div>

<div style><font color="#274e13">grass70-core:</font></div><div style><font color="#274e13">  Instalados: 7.0.0~ppa~1~revno-30825~ubuntu14.04.1</font></div><div style><font color="#274e13">  Candidato:  7.0.0~ppa~1~revno-30828~ubuntu14.04.1</font></div>

<div style><font color="#274e13">  Tabla de versión:</font></div><div style><font color="#274e13">     7.0.0~ppa~1~revno-30828~ubuntu14.04.1 0</font></div><div style><font color="#274e13">        500 <a href="http://ppa.launchpad.net/grass/grass-stable/ubuntu/">http://ppa.launchpad.net/grass/grass-stable/ubuntu/</a> trusty/main amd64 Packages</font></div>

<div style><font color="#274e13"> *** 7.0.0~ppa~1~revno-30825~ubuntu14.04.1 0</font></div><div style><font color="#274e13">        100 /var/lib/dpkg/status</font></div><div style><br></div><div style><font color="#274e13">$ apt-cache policy grass70-gui</font></div>

<div style><font color="#274e13">grass70-gui:</font></div><div style><font color="#274e13">  Instalados: 7.0.0~ppa~1~revno-30825~ubuntu14.04.1</font></div><div style><font color="#274e13">  Candidato:  7.0.0~ppa~1~revno-30828~ubuntu14.04.1</font></div>

<div style><font color="#274e13">  Tabla de versión:</font></div><div style><font color="#274e13">     7.0.0~ppa~1~revno-30828~ubuntu14.04.1 0</font></div><div style><font color="#274e13">        500 <a href="http://ppa.launchpad.net/grass/grass-stable/ubuntu/">http://ppa.launchpad.net/grass/grass-stable/ubuntu/</a> trusty/main amd64 Packages</font></div>

<div style><font color="#274e13"> *** 7.0.0~ppa~1~revno-30825~ubuntu14.04.1 0</font></div><div style><font color="#274e13">        100 /var/lib/dpkg/status</font></div></div><div style="color:rgb(39,78,19)"><br></div><div style="color:rgb(39,78,19)">

And grass is working OK, so I'd say the workaround should be issuing:<br></div><div style="color:rgb(39,78,19)"><br></div><div style="color:rgb(39,78,19)">sudo apt-get install grass70-core grass70-gui</div><div style="color:rgb(39,78,19)">

<br></div><div style="color:rgb(39,78,19)">While the PPA maintenance team fixes that</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-27 13:08 GMT-05:00 Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Aug 27, 2014 at 6:52 PM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>


> Hi Sergio,<br>
><br>
> On Wed, Aug 27, 2014 at 10:34 AM, Sergio Vignali<br>
> <<a href="mailto:vignalisergio30@gmail.com">vignalisergio30@gmail.com</a>> wrote:<br>
>> Hi,<br>
>> I've just tried to install grass70 on ubuntu 12.04 by these command<br>
>><br>
>> sudo add-apt-repository ppa:grass/grass-stable<br>
>> sudo apt-get update<br>
>> sudo apt-get install grass70 grass70-gui<br>
>><br>
>> the error says that there are damaged or blocked packages<br>
><br>
> To better understand, I have created a virtual machine with Ubuntu<br>
> 12.04 and tried myself. In fact:<br>
><br>
> pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-gui<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> Some packages could not be installed. This may mean that you have<br>
> requested an impossible situation or if you are using the unstable<br>
> distribution that some required packages have not yet been created<br>
> or been moved out of Incoming.<br>
> The following information may help to resolve the situation:<br>
><br>
> The following packages have unmet dependencies:<br>
>  grass70 : Depends: grass70-core but it is not going to be installed<br>
>  grass70-gui : Depends: grass70-core but it is not going to be installed<br>
> E: Unable to correct problems, you have held broken packages.<br>
> pgis@pgis-ubuntu64-vm:~$<br>
><br>
><br>
> So I tried harder:<br>
><br>
> pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70 grass70-core grass70-gui<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> Some packages could not be installed. This may mean that you have<br>
> requested an impossible situation or if you are using the unstable<br>
> distribution that some required packages have not yet been created<br>
> or been moved out of Incoming.<br>
> The following information may help to resolve the situation:<br>
><br>
> The following packages have unmet dependencies:<br>
>  grass70-core : Depends: libgdal1h (>= 1.8.0) but it is not installable<br>
>                 Depends: libgeos-c1 (>= 3.4.2) but it is not going to<br>
> be installed<br>
>                 Depends: libproj0 (>= 4.8.0-1) but it is not going to<br>
> be installed<br>
>                 Recommends: gdal-bin but it is not going to be installed<br>
>                 Recommends: proj-bin but it is not going to be installed<br>
>                 Breaks: grass70 (< 7.0.0+0ubuntu3~)<br>
> E: Unable to correct problems, you have held broken packages.<br>
><br>
> Not sure what the next step is (I am more experienced with RPM based systems).<br>
<br>
</div></div>Just to complete the tests, also this fails at time:<br>
<div class=""><br>
<br>
pgis@pgis-ubuntu64-vm:~$ sudo apt-get install grass70<br>
</div><div class="">Reading package lists... Done<br>
Building dependency tree<br>
Reading state information... Done<br>
Some packages could not be installed. This may mean that you have<br>
requested an impossible situation or if you are using the unstable<br>
distribution that some required packages have not yet been created<br>
or been moved out of Incoming.<br>
The following information may help to resolve the situation:<br>
<br>
The following packages have unmet dependencies:<br>
 grass70 : Depends: grass70-core but it is not going to be installed<br>
</div>           Depends: grass70-gui but it is not going to be installed<br>
<div class="im HOEnZb">E: Unable to correct problems, you have held broken packages.<br>
<br>
</div><div class="HOEnZb"><div class="h5">> Likely it can be solved :-)<br>
<br>
Markus<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div style="text-align:right"><b style="color:rgb(39,78,19)">César Augusto Ramírez Franco</b></div><font color="#274e13"><div style="text-align:right">

Laboratorio de Sistemas Complejos Naturales</div><span style="font-family:Arial;vertical-align:baseline;white-space:pre-wrap"><div style="text-align:right">Escuela de Geociencias</div></span></font><div><div style="text-align:right">

<span style="white-space:pre-wrap;font-family:Arial;color:rgb(39,78,19)">Facultad de Ciencias</span></div><font color="#274e13"><div style="text-align:right">Universidad Nacional de Colombia - Sede Medellín</div></font></div>

<font color="#274e13"><div style="text-align:right">Teléfono: (57-4) 430 9369 -<font face="arial, helvetica, sans-serif"> 300 459 6085<br></font></div></font></div>
</div>