You are not logged in.

#1 2005-10-04 22:29:36

Daenzello
Member
From: Brussels
Registered: 2005-05-02
Posts: 12

pacman failure

Hello people,
I've been using Arch for almost 1 year and that's the first time I've such a problem; my weekly pacman -Suy doesn't work anymore !
here comes the output:

/home/daenz > pacman -Suy
:: Synchronizing package databases... 
:: current is up to date
:: extra is up to date
:: Replace gcc-g77 with gcc-fortran from "extra"? [Y/n] 
error: unresolvable dependencies:
  gcc-g77: requires gcc=3.4.3

/home/daenz > 

answering Y or n to the gcc replacing question doesnt change a thing - nothing happens, just the error message and an emtpy prompt,
so, S.O.S. please ^^

Offline

#2 2005-10-05 00:28:34

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: pacman failure

Do it this way:
pacman -Rd gcc-g77
pacman -Syu
pacman -S gcc-fortran

Offline

#3 2005-10-05 05:39:14

Daenzello
Member
From: Brussels
Registered: 2005-05-02
Posts: 12

Re: pacman failure

thx,
seems to work, wait&see until the 520mb update is over ...

Offline

#4 2005-10-06 14:41:48

WaFuSan
Member
From: Nagoya
Registered: 2005-01-27
Posts: 39
Website

Re: pacman failure

I had the same problem, and I was wondering what are the advantages (if any) of gcc-fortran over gcc-g77 ?

Offline

#5 2005-10-06 15:10:17

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: pacman failure

WaFuSan wrote:

I had the same problem, and I was wondering what are the advantages (if any) of gcc-fortran over gcc-g77 ?

it's most likely the same thing, just renamed

Offline

#6 2005-10-06 16:43:58

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: pacman failure

gfortran is a fortran 95 compiler written from scratch. It can also compile fortran 77 code (and probably fortran 90).

Offline

#7 2005-10-07 23:41:30

WaFuSan
Member
From: Nagoya
Registered: 2005-01-27
Posts: 39
Website

Re: pacman failure

Then I will be able to use my fortran 90 routines! and dynamic arrays!! *yeah*  big_smile

Offline

#8 2005-10-15 12:34:19

WaFuSan
Member
From: Nagoya
Registered: 2005-01-27
Posts: 39
Website

Re: pacman failure

By the way, I noticed that the scilab PKGBUILD from AUR does NOT compile against gcc-fortran. (I replaced "gcc-g77" by "gcc-fortran" in the depends and makedepends entries)

checking for g77... no
checking for f2c... no
configure: error: Unable to configure: no Fortran compiler found
make: *** No rule to make target `all'.  Stop.
==> ERROR: Build Failed.  Aborting...

Offline

Board footer

Powered by FluxBB