public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Gcc-3.3.1-r2 problems?
@ 2003-09-16 13:06 Patrick Börjesson
  2003-09-16 13:13 ` Mike Frysinger
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Patrick Börjesson @ 2003-09-16 13:06 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

Anyone else having problems with gcc-3.3.1-r2? After I updated gcc and
then emerged some updates to various other programs (xmms, gkrellm, ...)
I'm unable to start any of those programs. They seg-fault as soon as I
try to start 'em. 

How should I go about it if I wanted a lesser version of gcc? It seems
as all programs compiled with 3.3.1-r2 won't work so I doubt gcc would
and that sort of excludes a reemerge of gcc. 

Is there any way to "pin" gcc to under a specific version? And please
don't answear /etc/portage/profiles/package.mask as that file gets
overwritten at every emerge sync...

Right now I would be _very_ thankful for any and all responses I get as
my last resort would be a reinstallation of my entire system which I
would very much like to avoid.

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:06 [gentoo-dev] Gcc-3.3.1-r2 problems? Patrick Börjesson
@ 2003-09-16 13:13 ` Mike Frysinger
  2003-09-16 13:33 ` Andrew Gaffney
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger @ 2003-09-16 13:13 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 825 bytes --]

On Tuesday 16 September 2003 09:06, Patrick Börjesson wrote:
> Anyone else having problems with gcc-3.3.1-r2? After I updated gcc and
> then emerged some updates to various other programs (xmms, gkrellm, ...)
> I'm unable to start any of those programs. They seg-fault as soon as I
> try to start 'em.

http://bugs.gentoo.org/show_bug.cgi?id=28875 :
i (and some other ppl on the forum) have come to the conclusion, that some 
packages built with gcc-r2 will be broken and segfault right away. some 
examples are xmms, nethack, wine. it seems that not all user configurations 
are affected (see this thread: 
http://forums.gentoo.org/viewtopic.php?t=84803).

personally i use 3.3.1-r1 and i think i've only found 2 packages that die with 
it (the preproccessing error that Az refers to in the Changelog)
-mike

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:33 ` Andrew Gaffney
@ 2003-09-16 13:20   ` Mike Frysinger
  2003-09-16 13:25     ` Patrick Börjesson
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Frysinger @ 2003-09-16 13:20 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 497 bytes --]

On Tuesday 16 September 2003 09:33, Andrew Gaffney wrote:
> Patrick Börjesson wrote:
> > Is there any way to "pin" gcc to under a specific version? And please
> > don't answear /etc/portage/profiles/package.mask as that file gets
> > overwritten at every emerge sync...
>
> No, it doesn't. /usr/portage/profile/package.mask gets overwritten at
> every 'emerge sync'

correct
/usr/portage/profiles/package.mask
try using /etc/portage/package.mask and /etc/portage/package.unmask
-mike

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:20   ` Mike Frysinger
@ 2003-09-16 13:25     ` Patrick Börjesson
  2003-09-16 14:58       ` Patrick Börjesson
  0 siblings, 1 reply; 8+ messages in thread
From: Patrick Börjesson @ 2003-09-16 13:25 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

> correct
> /usr/portage/profiles/package.mask
> try using /etc/portage/package.mask and /etc/portage/package.unmask

Thanks for the suggestion. The problem now is to get a "working" version
of gcc installed again...

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:06 [gentoo-dev] Gcc-3.3.1-r2 problems? Patrick Börjesson
  2003-09-16 13:13 ` Mike Frysinger
@ 2003-09-16 13:33 ` Andrew Gaffney
  2003-09-16 13:20   ` Mike Frysinger
  2003-09-16 17:17 ` Brian Jackson
  2003-09-16 20:01 ` Martin Schlemmer
  3 siblings, 1 reply; 8+ messages in thread
From: Andrew Gaffney @ 2003-09-16 13:33 UTC (permalink / raw
  To: Gentoo Dev

Patrick Börjesson wrote:
> Is there any way to "pin" gcc to under a specific version? And please
> don't answear /etc/portage/profiles/package.mask as that file gets
> overwritten at every emerge sync...

No, it doesn't. /usr/portage/profile/package.mask gets overwritten at 
every 'emerge sync'

-- 
Andrew Gaffney


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:25     ` Patrick Börjesson
@ 2003-09-16 14:58       ` Patrick Börjesson
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Börjesson @ 2003-09-16 14:58 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

Sorry for replying to myself, just wanted to say that I don't need
anymore help in the matter... I just masked gcc-3.3 in
/etc/portage/package.mask and reemerged gcc and all was good (after a
little reemerging of packages compiled with 3.3)

Thanks for your help.

Patrick Börjesson

-- 
Public key id: 4C5AB0BF
Public key available at search.keyserver.net[:11371]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:06 [gentoo-dev] Gcc-3.3.1-r2 problems? Patrick Börjesson
  2003-09-16 13:13 ` Mike Frysinger
  2003-09-16 13:33 ` Andrew Gaffney
@ 2003-09-16 17:17 ` Brian Jackson
  2003-09-16 20:01 ` Martin Schlemmer
  3 siblings, 0 replies; 8+ messages in thread
From: Brian Jackson @ 2003-09-16 17:17 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 16 September 2003 08:06 am, Patrick Börjesson wrote:
> Anyone else having problems with gcc-3.3.1-r2? After I updated gcc and
> then emerged some updates to various other programs (xmms, gkrellm, ...)
> I'm unable to start any of those programs. They seg-fault as soon as I
> try to start 'em. 
> 
> How should I go about it if I wanted a lesser version of gcc? It seems
> as all programs compiled with 3.3.1-r2 won't work so I doubt gcc would
> and that sort of excludes a reemerge of gcc. 

if you have trouble getting gcc reinstalled, you can try to get somebody who 
is on arch to quickpkg gcc for you.

> 
> Is there any way to "pin" gcc to under a specific version? And please
> don't answear /etc/portage/profiles/package.mask as that file gets

If anybody ever told you that file was where to do stuff they are wrong, if 
they told you /etc/portage/package.mask then they are correct.

--Brian Jackson

> overwritten at every emerge sync...
> 
> Right now I would be _very_ thankful for any and all responses I get as
> my last resort would be a reinstallation of my entire system which I
> would very much like to avoid.
> 
> Patrick Börjesson

-- 
Home -- http://www.brianandsara.net
Gentoo -- http://gentoo.brianandsara.net

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] Gcc-3.3.1-r2 problems?
  2003-09-16 13:06 [gentoo-dev] Gcc-3.3.1-r2 problems? Patrick Börjesson
                   ` (2 preceding siblings ...)
  2003-09-16 17:17 ` Brian Jackson
@ 2003-09-16 20:01 ` Martin Schlemmer
  3 siblings, 0 replies; 8+ messages in thread
From: Martin Schlemmer @ 2003-09-16 20:01 UTC (permalink / raw
  To: Patrick Börjesson; +Cc: Gentoo-Dev

[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]

On Tue, 2003-09-16 at 15:06, Patrick Börjesson wrote:
> Anyone else having problems with gcc-3.3.1-r2? After I updated gcc and
> then emerged some updates to various other programs (xmms, gkrellm, ...)
> I'm unable to start any of those programs. They seg-fault as soon as I
> try to start 'em. 
> 
> How should I go about it if I wanted a lesser version of gcc? It seems
> as all programs compiled with 3.3.1-r2 won't work so I doubt gcc would
> and that sort of excludes a reemerge of gcc. 
> 
> Is there any way to "pin" gcc to under a specific version? And please
> don't answear /etc/portage/profiles/package.mask as that file gets
> overwritten at every emerge sync...
> 
> Right now I would be _very_ thankful for any and all responses I get as
> my last resort would be a reinstallation of my entire system which I
> would very much like to avoid.
> 

Please checkout comment 13 for bug #28875:

  http://bugs.gentoo.org/show_bug.cgi?id=28875#c13

let me know if you require more info/whatever.


Thanks,


-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-09-16 19:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-16 13:06 [gentoo-dev] Gcc-3.3.1-r2 problems? Patrick Börjesson
2003-09-16 13:13 ` Mike Frysinger
2003-09-16 13:33 ` Andrew Gaffney
2003-09-16 13:20   ` Mike Frysinger
2003-09-16 13:25     ` Patrick Börjesson
2003-09-16 14:58       ` Patrick Börjesson
2003-09-16 17:17 ` Brian Jackson
2003-09-16 20:01 ` Martin Schlemmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox