* [gentoo-user] Packages that do not compile.
@ 2007-05-07 17:46 David Harel
2007-05-07 21:15 ` Hemmann, Volker Armin
0 siblings, 1 reply; 7+ messages in thread
From: David Harel @ 2007-05-07 17:46 UTC (permalink / raw
To: gentoo-user
As so many times before, openssl fails to compile.
Top most error is: openssl.c:(.text+0x15c): undefined reference to
`OPENSSL_add_all_algorithms_noconf'. Two other packages that give me
trouble are: glibc and python. All attempts are after sync and to a
stable (so I hope) version.
GCC version is: gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
I think at one point I tried to change gcc configuration (gcc-config) to
version 4.1.1 but if that is the only way I understand I will have to
reinstall everything.
Any idea?
--
Regards.
David Harel,
==================================
Home office +972 77 7657645
Fax: +972 77 7657645
Cellular: +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email: hareldvd@ergolight-sw.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-07 17:46 [gentoo-user] Packages that do not compile David Harel
@ 2007-05-07 21:15 ` Hemmann, Volker Armin
2007-05-08 6:15 ` Nagatoro
0 siblings, 1 reply; 7+ messages in thread
From: Hemmann, Volker Armin @ 2007-05-07 21:15 UTC (permalink / raw
To: gentoo-user
On Montag, 7. Mai 2007, David Harel wrote:
> As so many times before, openssl fails to compile.
>
> Top most error is: openssl.c:(.text+0x15c): undefined reference to
> `OPENSSL_add_all_algorithms_noconf'. Two other packages that give me
> trouble are: glibc and python. All attempts are after sync and to a
> stable (so I hope) version.
>
> GCC version is: gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
> I think at one point I tried to change gcc configuration (gcc-config) to
> version 4.1.1 but if that is the only way I understand I will have to
> reinstall everything.
>
you don't need to reinstall everything just for upgrading gcc to 4.1.x. Please
read the update guide.
For your problem, I would try MAKEOPTS="-j1" first. Oh, and reset every
LDFLAGS you might have set - what about emerge --info?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-07 21:15 ` Hemmann, Volker Armin
@ 2007-05-08 6:15 ` Nagatoro
2007-05-08 14:26 ` David Harel
0 siblings, 1 reply; 7+ messages in thread
From: Nagatoro @ 2007-05-08 6:15 UTC (permalink / raw
To: gentoo-user
Hemmann, Volker Armin wrote:
> On Montag, 7. Mai 2007, David Harel wrote:
[...]
>> I think at one point I tried to change gcc configuration (gcc-config) to
>> version 4.1.1 but if that is the only way I understand I will have to
>> reinstall everything.
>
> you don't need to reinstall everything just for upgrading gcc to 4.1.x. Please
> read the update guide.
>
> For your problem, I would try MAKEOPTS="-j1" first. Oh, and reset every
> LDFLAGS you might have set - what about emerge --info?
Also if you tried to upgrade and did compile some packages they
_might_ need to be recompiled. Some packages don't like different gcc
versions in their libs (or just kernel + modules?).
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-08 6:15 ` Nagatoro
@ 2007-05-08 14:26 ` David Harel
2007-05-08 18:08 ` Naga Toro
0 siblings, 1 reply; 7+ messages in thread
From: David Harel @ 2007-05-08 14:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]
Looking in: http://www.gentoo.org/doc/en/gcc-upgrading.xml Code Listing
2.2 I have to do emerge -eav system and emerge -eav world. Isn't that
rebuilding the entire system?
Nagatoro wrote:
> Hemmann, Volker Armin wrote:
>
>> On Montag, 7. Mai 2007, David Harel wrote:
>>
> [...]
>
>>> I think at one point I tried to change gcc configuration (gcc-config) to
>>> version 4.1.1 but if that is the only way I understand I will have to
>>> reinstall everything.
>>>
>> you don't need to reinstall everything just for upgrading gcc to 4.1.x. Please
>> read the update guide.
>>
>> For your problem, I would try MAKEOPTS="-j1" first. Oh, and reset every
>> LDFLAGS you might have set - what about emerge --info?
>>
>
> Also if you tried to upgrade and did compile some packages they
> _might_ need to be recompiled. Some packages don't like different gcc
> versions in their libs (or just kernel + modules?).
>
>
--
Regards.
David Harel,
==================================
Home office +972 77 7657645
Fax: +972 77 7657645
Cellular: +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email: hareldvd@ergolight-sw.com
[-- Attachment #2: Type: text/html, Size: 2215 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-08 14:26 ` David Harel
@ 2007-05-08 18:08 ` Naga Toro
2007-05-08 15:06 ` David Harel
0 siblings, 1 reply; 7+ messages in thread
From: Naga Toro @ 2007-05-08 18:08 UTC (permalink / raw
To: gentoo-user
On Tuesday 08 May 2007 16.26.07 David Harel wrote:
> Looking in: http://www.gentoo.org/doc/en/gcc-upgrading.xml Code Listing
> 2.2 I have to do emerge -eav system and emerge -eav world. Isn't that
> rebuilding the entire system?
First. please don't use html and top posting.
Second, as stated just above that passage, it is not nessecary but
recommended.
You must however follow listing 2.1 and I would recomend keeping the old gcc
installed untill all packages have been upgraded/reemerged just in case.
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-08 18:08 ` Naga Toro
@ 2007-05-08 15:06 ` David Harel
2007-05-08 20:27 ` Naga Toro
0 siblings, 1 reply; 7+ messages in thread
From: David Harel @ 2007-05-08 15:06 UTC (permalink / raw
To: gentoo-user
Naga Toro wrote:
> On Tuesday 08 May 2007 16.26.07 David Harel wrote:
>> Looking in: http://www.gentoo.org/doc/en/gcc-upgrading.xml Code Listing
>> 2.2 I have to do emerge -eav system and emerge -eav world. Isn't that
>> rebuilding the entire system?
>
> First. please don't use html and top posting.
Sorry about that. The recipient gentoo-user@lists.gentoo.org is set in
my address book to "plain text" but thunderbird seems to ignore it.
>
> Second, as stated just above that passage, it is not nessecary but
> recommended.
Here is a quotation from the doc:
To be completely safe that your system is in a sane state, you must
rebuild the toolchain and then world to make use of the new compiler.
(Now how do I make the word MUST above underlined and bold?) ;-)
> You must however follow listing 2.1 and I would recomend keeping the old gcc
> installed untill all packages have been upgraded/reemerged just in case.
>
--
Regards.
David Harel,
==================================
Home office +972 77 7657645
Fax: +972 77 7657645
Cellular: +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email: hareldvd@ergolight-sw.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Packages that do not compile.
2007-05-08 15:06 ` David Harel
@ 2007-05-08 20:27 ` Naga Toro
0 siblings, 0 replies; 7+ messages in thread
From: Naga Toro @ 2007-05-08 20:27 UTC (permalink / raw
To: gentoo-user
On Tuesday 08 May 2007 17.06.51 David Harel wrote:
> Naga Toro wrote:
> > Second, as stated just above that passage, it is not nessecary but
> > recommended.
>
> Here is a quotation from the doc:
>
> To be completely safe that your system is in a sane state, you must
> rebuild the toolchain and then world to make use of the new compiler.
>
> (Now how do I make the word MUST above underlined and bold?) ;-)
_underline_ *bold* usualy workes fine :)
But still atleast I interpret that as "should work without, but better safe
then sorry".
But then later in the same doc it says:
"If you upgrade from gcc 3.3 to 4.1, do not use the method based on
revdep-rebuild, but do a complete system rebuild."
so the answer to your question would be either stay with 3.3.6 and rebuild
those packages that you emerged with 4.1.1 or upgrade to 4.1.1 and rebuild
system + world (ccache is highly recomended).
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-05-08 20:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 17:46 [gentoo-user] Packages that do not compile David Harel
2007-05-07 21:15 ` Hemmann, Volker Armin
2007-05-08 6:15 ` Nagatoro
2007-05-08 14:26 ` David Harel
2007-05-08 18:08 ` Naga Toro
2007-05-08 15:06 ` David Harel
2007-05-08 20:27 ` Naga Toro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox