El 07/04/10 13:08, Sebastian Bassi escribió:
Tengo un programa con un script de compilación que me tira esto:
vi...@vicky-laptop:~/DOC/naccess2.1.1$ csh install.scr
$ naccess installation program
$ ----------------------------
$ installing naccess in directory /home/vicky/DOC/naccess2.1.1
$ created naccess - cshell script
$ compiling accall.f
f77: Command not found.
$ done
Asi que intenté instalar g77 desde Synaptics y me dá esto:
g77:
Depends: g77-3.4 but it is not going to be installed
Ante la duda instalé gfortran4.3, pero sigue pasando lo mismo.
Mi duda es porque me dice esto el synaptics. Via apt-get tengo:
vi...@vicky-laptop:~/DOC/naccess2.1.1$ sudo apt-get install g77
[sudo] password for vicky:
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:
g77: Depends: g77-3.4 (>= 3.4.6) but it is not going to be installed
E: Broken packages
Asi que hice asi:
vi...@vicky-laptop:~/DOC/naccess2.1.1$ sudo apt-get install g77-3.4
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:
g77-3.4: Depends: gcc-3.4-base (= 3.4.6-1ubuntu2) but 3.4.6-8ubuntu2
is to be installed
Depends: gcc-3.4 (= 3.4.6-1ubuntu2) but 3.4.6-8ubuntu2 is
to be installed
Depends: libg2c0-dev (>= 1:3.4.6-1ubuntu2) but it is not
going to be installed
E: Broken packages
¿Como sigo?
--
Para desuscribirte tenés que visitar la página
https://listas.linux.org.ar/mailman/listinfo/lugar-gral/
Usuarios Software Libre Argentina (USLA)
Seba, es un Unbuntu, no? en qué versión?
Fijate si están bien los repositorios. No estarán mezclados repos de
distintas versiones/distros?
Después por las dudas:
apt-get clean
apt-get auto clean
apt-get update
apt-get upgrade
(y si querés actualizar la distro: apt-get dist-upgrade)
Fijate también que dice que un paquete -dev no será instalado. Tenés
habilitados la descarga de los sources?
Acá probé con Karmic 9.10, y al ejecutar g77 me sugirió instalar el
paquete 'fort77' desde Universe. Lo hice, y me instaló: f2c fort77
libf2c2 libf2c2-dev
Hizo un update-alternatives, y puso /usr/bin/fort77 como symlink de
/usr/bin/f77
Ni en pedo se programar en Fortran, así que hasta ahí llego!! xD Ojalá
que con esto le puedas encontrar la vuelta. Contamos.
Slds.-
Pablo
--
Para desuscribirte tenés que visitar la página
https://listas.linux.org.ar/mailman/listinfo/lugar-gral/
Usuarios Software Libre Argentina (USLA)