You are not logged in.

#1 2008-05-02 18:39:51

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

old gcc needed

do anyone have gcc older than 4.3.x cached?
My system crashed due to ext4 and kernel-2.6.25 and now rebuilding some packages need the gcc.
I had to completely reinstall my system. Also an older gcc-gcj.

Thanx:D

Offline

#2 2008-05-02 19:05:54

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: old gcc needed

There are gcc3 (3.3.6) and gcc34 (3.4.6) packages in the extra repo.

Offline

#3 2008-05-02 19:21:34

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

got them, they don't do the trick. I need just gcc, not 3 but thanx.
I even had to roll back before my system crashed to build a few apps I needed from AUR.

Offline

#4 2008-05-13 01:48:58

dav7
Member
From: Australia
Registered: 2008-02-08
Posts: 674

Re: old gcc needed

/home/.pacman-cache -> ls | grep gcc
-rw-r--r-- 1 0 0  9.0M 2008-02-13 12:02 gcc-4.2.2-3-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  8.3M 2008-02-13 12:02 gcc-4.2.2-4-i686.pkg.tar.gz
-rw-r--r-- 1 0 0   18M 2008-03-07 05:37 gcc-4.2.3-1-i686.pkg.tar.gz
-rw-r--r-- 1 0 0   24M 2008-03-14 20:24 gcc-4.3.0-1-i686.pkg.tar.gz
-rw-r--r-- 1 0 0   24M 2008-04-05 01:09 gcc-gcj-4.3.0-1-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  1.1M 2008-02-13 12:02 gcc-libs-4.2.2-2-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  1.1M 2008-02-13 12:02 gcc-libs-4.2.2-3-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  1.6M 2008-02-13 12:02 gcc-libs-4.2.3-3-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  2.8M 2008-03-14 20:24 gcc-libs-4.3.0-1-i686.pkg.tar.gz
-rw-r--r-- 1 0 0  2.6M 2008-02-13 12:02 gcc-objc-4.2.2-2-i686.pkg.tar.gz
-rw-r--r-- 1 0 0   17M 2008-04-04 14:02 gcc34-3.4.6-1.pkg.tar.gz
/home/.pacman-cache ->

Any of these good?

As per http://bbs.archlinux.org/viewtopic.php?pid=365170, I never clear my cache with pacman -Scc (and explain why in that post).

-dav7


Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.

Offline

#5 2008-05-13 03:22:37

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

gcc-4.3.0-1
gcc-libs-4.3.0
gcc-gcj-4.3.0
Yeah, the ones above will be great dude. thanx

Offline

#6 2008-05-14 01:17:09

dav7
Member
From: Australia
Registered: 2008-02-08
Posts: 674

Re: old gcc needed

Okay, they're online at http://dav7.net/gcc/

funkmuscle: Please do tell me when you've downloaded them, so that I can remove them.

to anyone other than funkmuscle: Unless you -need- these packages, please don't download them, as I have a capped connection (12GB/mo), and while I'm fine with people grabbing what they need from me if I can give it to them, downloading stuff for the sake of it doesn't exactly make sense. Especially with my kinda link. =P

-dav7


Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.

Offline

#7 2008-05-14 01:38:51

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

downloading now at 9:36pm Toronto, Canada time. Will be done in ten minutes.
Thanx a million dav7.

Offline

#8 2008-05-24 15:54:16

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

dav7, sorry to bother you but I actually need this version: gcc-4.2.2-4.
do you still have it?

Offline

#9 2008-05-24 21:32:37

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: old gcc needed

hey... what's not rebuilding with the latest GCC? If they're some of Arch's packages, be kind and file a bug (assuming there isnt one already...).

Offline

#10 2008-05-25 02:01:35

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

Ardour-2.4.1... It was building before my system died due to ext4 issues.

Offline

#11 2008-05-25 07:53:31

dav7
Member
From: Australia
Registered: 2008-02-08
Posts: 674

Re: old gcc needed

Hi. Sorry for the slowness in responding, gcc 4.2.2-4 is now at dav7.net/gcc/

-dav7


Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.

Offline

#12 2008-05-25 11:15:35

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: old gcc needed

When an app doesn't build with current gcc version, always make sure it is known and reported first, and check if there isn't already a patch available.
Only after you have investigated some time on this, you can think about working around the problem by building with an older gcc.

Otherwise, no progress will ever be made...


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#13 2008-05-25 14:56:11

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

Of course I did all you said shining. I know the routine. Everyone at the proaudio thread is having this problem. The funny thing is that in the repo, ardour is still at 2.3.1 when ardour is up to 2.4.1.
I had it running with an older gcc and I need to have it running again so I can't wait but yes  you're right and this is a known issue. Lot's of apps never build after the new gcc..

thanx dav7 and shining.

Last edited by funkmuscle (2008-05-25 15:06:05)

Offline

#14 2008-05-25 15:26:41

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: old gcc needed

funkmuscle wrote:

Of course I did all you said shining. I know the routine. Everyone at the proaudio thread is having this problem. The funny thing is that in the repo, ardour is still at 2.3.1 when ardour is up to 2.4.1.

What you said is not clear at all.
What we need is for example links to bug reports on Arch bug tracker and on ardour bug tracker.
Do you have these? If not, make them.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#15 2008-05-25 22:13:48

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

this has been worked on by someone else already... it turns out to be more that gcc:
we've had this issue for sometime as ardour is at 2.4.1 and arch is still 2.3.1

http://bbs.archlinux.org/viewtopic.php? … 54#p372154

Thanx again guys.

Offline

#16 2008-09-02 05:52:59

dav7
Member
From: Australia
Registered: 2008-02-08
Posts: 674

Re: old gcc needed

Hey, I just took a peek at my access_log for dav7.net a few moments ago and discovered this:

<IP removed> - - [31/Aug/2008:20:37:30 +1000] "GET /gcc/ HTTP/1.1" 404 260 "http://bbs.archlinux.org/viewtopic.php?id=48031" "Opera/9.52 (X11; Linux i686; U; ru)"

Does anybody want a particular version of gcc or something? I can put /gcc/ back up if you want.

-dav7

Last edited by dav7 (2008-09-02 05:53:20)


Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.

Offline

#17 2008-09-02 10:30:37

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: old gcc needed

so far, no, but I will ask if I do need it. thanx dav7

Offline

Board footer

Powered by FluxBB