public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] problems with emerging programs
@ 2006-09-25  9:39 Patric Douhane
  0 siblings, 0 replies; 11+ messages in thread
From: Patric Douhane @ 2006-09-25  9:39 UTC (permalink / raw
  To: gentoo-amd64

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

Hi I,m running a native 64 bit system (which I think is the problem), can anyone with the same hardware (if any) post a copy of their make.conf and other important files? I get "C-compiler cannot create executables" plus sometimes just Errors without a description....been trying to emerge Gnome 7 times now, always some program that fails.....maybe I just should switch to 32/64 system....(but what should I change then?)

New to gnu/linux but works with FreeBSD a little.

Hardware: AMD64 3400+, MSI K8 Neo
march=k8

[-- Attachment #2: Type: text/html, Size: 1066 bytes --]

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

* RE: [gentoo-amd64] problems with emerging programs
@ 2006-09-25 11:20 Nadav Horesh
  2006-09-25 15:06 ` Patric Douhane
  0 siblings, 1 reply; 11+ messages in thread
From: Nadav Horesh @ 2006-09-25 11:20 UTC (permalink / raw
  To: gentoo-amd64, gentoo-amd64

You have probably set illegal gcc flags.
Which gcc version you have and what are the gcc flags?

  Nadav.

-----Original Message-----
From:	Patric Douhane [mailto:patric@ownit.se]
Sent:	Mon 25-Sep-06 12:39
To:	gentoo-amd64@lists.gentoo.org
Cc:	
Subject:	[gentoo-amd64] problems with emerging programs

Hi I,m running a native 64 bit system (which I think is the problem), can anyone with the same hardware (if any) post a copy of their make.conf and other important files? I get "C-compiler cannot create executables" plus sometimes just Errors without a description....been trying to emerge Gnome 7 times now, always some program that fails.....maybe I just should switch to 32/64 system....(but what should I change then?)

New to gnu/linux but works with FreeBSD a little.

Hardware: AMD64 3400+, MSI K8 Neo
march=k8



-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 11:20 Nadav Horesh
@ 2006-09-25 15:06 ` Patric Douhane
  2006-09-25 16:32   ` Petter Haggholm
  0 siblings, 1 reply; 11+ messages in thread
From: Patric Douhane @ 2006-09-25 15:06 UTC (permalink / raw
  To: gentoo-amd64

gcc 4.1.1
-march=k8 -02 -pipe


----- Original Message ----- 
From: "Nadav Horesh" <nadavh@visionsense.com>
To: <gentoo-amd64@lists.gentoo.org>; <gentoo-amd64@lists.gentoo.org>
Sent: Monday, September 25, 2006 1:20 PM
Subject: RE: [gentoo-amd64] problems with emerging programs


> You have probably set illegal gcc flags.
> Which gcc version you have and what are the gcc flags?
>
>  Nadav.
>
> -----Original Message-----
> From: Patric Douhane [mailto:patric@ownit.se]
> Sent: Mon 25-Sep-06 12:39
> To: gentoo-amd64@lists.gentoo.org
> Cc:
> Subject: [gentoo-amd64] problems with emerging programs
>
> Hi I,m running a native 64 bit system (which I think is the problem), can 
> anyone with the same hardware (if any) post a copy of their make.conf and 
> other important files? I get "C-compiler cannot create executables" plus 
> sometimes just Errors without a description....been trying to emerge Gnome 
> 7 times now, always some program that fails.....maybe I just should switch 
> to 32/64 system....(but what should I change then?)
>
> New to gnu/linux but works with FreeBSD a little.
>
> Hardware: AMD64 3400+, MSI K8 Neo
> march=k8
>
>
>
> -- 
> gentoo-amd64@gentoo.org mailing list
>
> 


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 15:06 ` Patric Douhane
@ 2006-09-25 16:32   ` Petter Haggholm
  2006-09-25 16:49     ` Patric Douhane
  2006-09-25 17:15     ` Patric Douhane
  0 siblings, 2 replies; 11+ messages in thread
From: Petter Haggholm @ 2006-09-25 16:32 UTC (permalink / raw
  To: gentoo-amd64

That should be -O2 ... the letter O for Optimization [level], not the 
digit 0.

-- 
Petter Häggholm

Patric Douhane wrote:
> gcc 4.1.1
> -march=k8 -02 -pipe

-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 16:32   ` Petter Haggholm
@ 2006-09-25 16:49     ` Patric Douhane
  2006-09-25 17:15     ` Patric Douhane
  1 sibling, 0 replies; 11+ messages in thread
From: Patric Douhane @ 2006-09-25 16:49 UTC (permalink / raw
  To: gentoo-amd64

it is in my computer, just wrong here :)

----- Original Message ----- 
From: "Petter Haggholm" <petter@cs.ubishops.ca>
To: <gentoo-amd64@lists.gentoo.org>
Sent: Monday, September 25, 2006 6:32 PM
Subject: Re: [gentoo-amd64] problems with emerging programs


> That should be -O2 ... the letter O for Optimization [level], not the 
> digit 0.
>
> -- 
> Petter Häggholm
>
> Patric Douhane wrote:
>> gcc 4.1.1
>> -march=k8 -02 -pipe
>
> -- 
> gentoo-amd64@gentoo.org mailing list
>
> 


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 16:32   ` Petter Haggholm
  2006-09-25 16:49     ` Patric Douhane
@ 2006-09-25 17:15     ` Patric Douhane
  2006-09-25 17:44       ` Joaquim Quinteiro Uchoa
  1 sibling, 1 reply; 11+ messages in thread
From: Patric Douhane @ 2006-09-25 17:15 UTC (permalink / raw
  To: gentoo-amd64

Isn't there anyone that can post a make.conf that is using 2006.1, AMD64 
3400+, gcc 4.1.1 and the cflag -march=k8 -O2 -pipe  (preferrably one who's 
system is working properly :)   I'm desperate, soon I will have no choice 
but to reinstall, and I,ve already spent a week to get this far.......

Please also post any other critical files so that I can compare, I would 
post my files but can't copy them since this is another computer.... 


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 17:15     ` Patric Douhane
@ 2006-09-25 17:44       ` Joaquim Quinteiro Uchoa
  2006-09-25 18:03         ` Patric Douhane
  0 siblings, 1 reply; 11+ messages in thread
From: Joaquim Quinteiro Uchoa @ 2006-09-25 17:44 UTC (permalink / raw
  To: gentoo-amd64

Without USE (so long to me and not really necessary):

CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
FEATURES=""
ACCEPT_KEYWORDS="~amd64"

# these are to X11 and OpenGL, with ATI card
VIDEO_CARDS="radeon fglrx none"
INPUT_DEVICES="joystick keyboard mouse synaptics"


2006/9/25, Patric Douhane <patric@ownit.se>:
> Isn't there anyone that can post a make.conf that is using 2006.1, AMD64
> 3400+, gcc 4.1.1 and the cflag -march=k8 -O2 -pipe  (preferrably one who's
> system is working properly :)   I'm desperate, soon I will have no choice
> but to reinstall, and I,ve already spent a week to get this far.......
>
> Please also post any other critical files so that I can compare, I would
> post my files but can't copy them since this is another computer....
>
>
> --
> gentoo-amd64@gentoo.org mailing list
>
>


-- 
[]s
Joaquim
------------------------------------------
  (o_    Joaquim Quinteiro Uchoa
 //\        Consultor Linux e EaD
 U_/_    Linux User # 100534
------------------------------------------
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 17:44       ` Joaquim Quinteiro Uchoa
@ 2006-09-25 18:03         ` Patric Douhane
  2006-09-25 18:23           ` Piotr Pruszczak
  0 siblings, 1 reply; 11+ messages in thread
From: Patric Douhane @ 2006-09-25 18:03 UTC (permalink / raw
  To: gentoo-amd64

This is what my make.conf looks like, without all the USE flags and other 
stuff probably not related to my problem.... the big problem I have is that 
I get "segmentation fault" when trying to emerge certain packages from 
Gnome, mozilla-firefox at the moment, but other packages has put out the 
same fault.....
I have also been getting "c-compiler cannot create executables"

> CFLAGS="-march=k8 -O2 -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j2"
> FEATURES="sandbox nostrip"
> ACCEPT_KEYWORDS="amd64"
>

>
>
> 2006/9/25, Patric Douhane <patric@ownit.se>:
>> Isn't there anyone that can post a make.conf that is using 2006.1, AMD64
>> 3400+, gcc 4.1.1 and the cflag -march=k8 -O2 -pipe  (preferrably one 
>> who's
>> system is working properly :)   I'm desperate, soon I will have no choice
>> but to reinstall, and I,ve already spent a week to get this far.......
>>
>> Please also post any other critical files so that I can compare, I would
>> post my files but can't copy them since this is another computer....
>>
>>
>> --
>> gentoo-amd64@gentoo.org mailing list
>>
>>
>
>
> -- 
> []s
> Joaquim
> ------------------------------------------
>  (o_    Joaquim Quinteiro Uchoa
> //\        Consultor Linux e EaD
> U_/_    Linux User # 100534
> ------------------------------------------
> -- 
> gentoo-amd64@gentoo.org mailing list
>
> 


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 18:03         ` Patric Douhane
@ 2006-09-25 18:23           ` Piotr Pruszczak
  2006-09-25 18:42             ` Patric Douhane
  2006-09-30 16:04             ` Ronan Klyne
  0 siblings, 2 replies; 11+ messages in thread
From: Piotr Pruszczak @ 2006-09-25 18:23 UTC (permalink / raw
  To: gentoo-amd64

So, you probably don't have fortran g77 linked to the system or sth like 
this happens during migration from gcc-3.4.x ---->> gcc-4.1.1

that is what I remember happens to me too

post the messages from end of complation please

everybody here wants to help, but we have not too much data from you...

what says #eselect compiler  --list ?

Piotr

Patric Douhane napisał(a):
> This is what my make.conf looks like, without all the USE flags and 
> other stuff probably not related to my problem.... the big problem I 
> have is that I get "segmentation fault" when trying to emerge certain 
> packages from Gnome, mozilla-firefox at the moment, but other packages 
> has put out the same fault.....
> I have also been getting "c-compiler cannot create executables"
> 
>> CFLAGS="-march=k8 -O2 -pipe"
>> CHOST="x86_64-pc-linux-gnu"
>> CXXFLAGS="${CFLAGS}"
>> MAKEOPTS="-j2"
>> FEATURES="sandbox nostrip"
>> ACCEPT_KEYWORDS="amd64"
>>
> 
>>
>>
>> 2006/9/25, Patric Douhane <patric@ownit.se>:
>>> Isn't there anyone that can post a make.conf that is using 2006.1, AMD64
>>> 3400+, gcc 4.1.1 and the cflag -march=k8 -O2 -pipe  (preferrably one 
>>> who's
>>> system is working properly :)   I'm desperate, soon I will have no 
>>> choice
>>> but to reinstall, and I,ve already spent a week to get this far.......
>>>
>>> Please also post any other critical files so that I can compare, I would
>>> post my files but can't copy them since this is another computer....
>>>
>>>
>>> -- 
>>> gentoo-amd64@gentoo.org mailing list
>>>
>>>
>>
>>
>> -- 
>> []s
>> Joaquim
>> ------------------------------------------
>>  (o_    Joaquim Quinteiro Uchoa
>> //\        Consultor Linux e EaD
>> U_/_    Linux User # 100534
>> ------------------------------------------
>> -- 
>> gentoo-amd64@gentoo.org mailing list
>>
>>
> 
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 18:23           ` Piotr Pruszczak
@ 2006-09-25 18:42             ` Patric Douhane
  2006-09-30 16:04             ` Ronan Klyne
  1 sibling, 0 replies; 11+ messages in thread
From: Patric Douhane @ 2006-09-25 18:42 UTC (permalink / raw
  To: gentoo-amd64

hmmm... it says "!!!Error: Can't load module compiler exiting"
I'm guessing that's not good....

----- Original Message ----- 
From: "Piotr Pruszczak" <p.pruszczak@pro.onet.pl>
To: <gentoo-amd64@lists.gentoo.org>
Sent: Monday, September 25, 2006 8:23 PM
Subject: Re: [gentoo-amd64] problems with emerging programs


> So, you probably don't have fortran g77 linked to the system or sth like 
> this happens during migration from gcc-3.4.x ---->> gcc-4.1.1
>
> that is what I remember happens to me too
>
> post the messages from end of complation please
>
> everybody here wants to help, but we have not too much data from you...
>
> what says #eselect compiler  --list ?
>
> Piotr
>
> Patric Douhane napisał(a):
>> This is what my make.conf looks like, without all the USE flags and other 
>> stuff probably not related to my problem.... the big problem I have is 
>> that I get "segmentation fault" when trying to emerge certain packages 
>> from Gnome, mozilla-firefox at the moment, but other packages has put out 
>> the same fault.....
>> I have also been getting "c-compiler cannot create executables"
>>
>>> CFLAGS="-march=k8 -O2 -pipe"
>>> CHOST="x86_64-pc-linux-gnu"
>>> CXXFLAGS="${CFLAGS}"
>>> MAKEOPTS="-j2"
>>> FEATURES="sandbox nostrip"
>>> ACCEPT_KEYWORDS="amd64"
>>>
>>
>>>
>>>
>>> 2006/9/25, Patric Douhane <patric@ownit.se>:
>>>> Isn't there anyone that can post a make.conf that is using 2006.1, 
>>>> AMD64
>>>> 3400+, gcc 4.1.1 and the cflag -march=k8 -O2 -pipe  (preferrably one 
>>>> who's
>>>> system is working properly :)   I'm desperate, soon I will have no 
>>>> choice
>>>> but to reinstall, and I,ve already spent a week to get this far.......
>>>>
>>>> Please also post any other critical files so that I can compare, I 
>>>> would
>>>> post my files but can't copy them since this is another computer....
>>>>
>>>>
>>>> -- 
>>>> gentoo-amd64@gentoo.org mailing list
>>>>
>>>>
>>>
>>>
>>> -- 
>>> []s
>>> Joaquim
>>> ------------------------------------------
>>>  (o_    Joaquim Quinteiro Uchoa
>>> //\        Consultor Linux e EaD
>>> U_/_    Linux User # 100534
>>> ------------------------------------------
>>> -- 
>>> gentoo-amd64@gentoo.org mailing list
>>>
>>>
>>
> -- 
> gentoo-amd64@gentoo.org mailing list
> 


-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] problems with emerging programs
  2006-09-25 18:23           ` Piotr Pruszczak
  2006-09-25 18:42             ` Patric Douhane
@ 2006-09-30 16:04             ` Ronan Klyne
  1 sibling, 0 replies; 11+ messages in thread
From: Ronan Klyne @ 2006-09-30 16:04 UTC (permalink / raw
  To: gentoo-amd64


Piotr Pruszczak wrote:
> So, you probably don't have fortran g77 linked to the system or sth like
> this happens during migration from gcc-3.4.x ---->> gcc-4.1.1
> 

You star! Adding USE=fortran when building gcc sorted no end of
problems, not least of which was the 'C compiler cannot produce valid
compiled c programs' error. Thank you kindly...

	# r
-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2006-09-30 16:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25  9:39 [gentoo-amd64] problems with emerging programs Patric Douhane
  -- strict thread matches above, loose matches on Subject: below --
2006-09-25 11:20 Nadav Horesh
2006-09-25 15:06 ` Patric Douhane
2006-09-25 16:32   ` Petter Haggholm
2006-09-25 16:49     ` Patric Douhane
2006-09-25 17:15     ` Patric Douhane
2006-09-25 17:44       ` Joaquim Quinteiro Uchoa
2006-09-25 18:03         ` Patric Douhane
2006-09-25 18:23           ` Piotr Pruszczak
2006-09-25 18:42             ` Patric Douhane
2006-09-30 16:04             ` Ronan Klyne

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