public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-dev] How to upgrade to portage-2.0.46-r12?
@ 2003-02-11 21:40 Eugene Wong
  2003-02-12  7:07 ` Martin Holzer
  0 siblings, 1 reply; 4+ messages in thread
From: Eugene Wong @ 2003-02-11 21:40 UTC (permalink / raw
  To: agriffis, gentoo-dev

>From: Aron Griffis <agriffis@gentoo.org>
>
>Eugene Wong wrote:	[Mon Feb 10 2003, 05:07:21PM EST]
> > I'm using portage-2.0.46-r9 & would like to ugrade to
> > portage-2.0.46-r12.  I've included a few lines from the beginning of
> > the output, then cut out the middle part, then included a few lines
> > from the end. Is this something to do with configurations in /etc? Is
> > there anything else that I need to tell you? I must confess that I
> > tried to edit make.globals, but I tried to put it back to the way that
> > it was, & it still didn't help.
>
>Looks like something's wrong with your gcc installation.  stddef.h
>resides in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/include/stddef.h and
>should be found by the compiler.
>
>You might try
>
>     env-update
>     . /etc/profile
>
>and then try "emerge portage" again to find out what happens.
<snip>

I tried the above steps that you recommended, but no luck.

However, I noticed that your compiler version is much newer than mine. I 
thought that I had upgraded, but apparently not. So, I upgraded the compiler 
& its dependencies, & after that, I was able to update portage. In fact, I 
was finally able to compile skipstone, which I had been waiting for, for 
quite a while.

Thank you, for all of your help.

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-dev] How to upgrade to portage-2.0.46-r12?
@ 2003-02-10 22:07 Eugene Wong
  2003-02-10 23:13 ` Aron Griffis
  0 siblings, 1 reply; 4+ messages in thread
From: Eugene Wong @ 2003-02-10 22:07 UTC (permalink / raw
  To: gentoo-dev

Hi.

I'm using portage-2.0.46-r9 & would like to ugrade to portage-2.0.46-r12. 
I've included a few lines from the beginning of the output, then cut out the 
middle part, then included a few lines from the end. Is this something to do 
with configurations in /etc? Is there anything else that I need to tell you? 
I must confess that I tried to edit make.globals, but I tried to put it back 
to the way that it was, & it still didn't help.

Calculating dependencies  ^H\^H^H ...done!^M
>>>emerge (1 of 1) sys-apps/portage-2.0.46-r12 to /^M
>>>md5 ;-) portage-2.0.46-r12.tar.bz2^M
>>>Unpacking source...^M
tar xjf /usr/portage/distfiles/portage-2.0.46-r12.tar.bz2^M
>>>Source unpacked.^M
In file included from tbz2tool.c:1:^M
/usr/include/stdio.h:34:21: stddef.h: No such file or directory^M
In file included from /usr/include/stdio.h:36,^M
                 from tbz2tool.c:1:^M
/usr/include/bits/types.h:29:20: stddef.h: No such file or directory^M
In file included from /usr/include/bits/types.h:143,^M
                 from /usr/include/stdio.h:36,^M
                 from tbz2tool.c:1:^M
/usr/include/bits/pthreadtypes.h:48: parse error before "size_t"^M
/usr/include/bits/pthreadtypes.h:51: parse error before "__stacksize"^M
/usr/include/stdio.h:489: parse error before "fread"^M
/usr/include/stdio.h:489: parse error before "size_t"^M
/usr/include/stdio.h:492: parse error before "fwrite"^M
/usr/include/stdio.h:492: parse error before "size_t"^M
/usr/include/stdio.h:504: parse error before "fread_unlocked"^M
/usr/include/stdio.h:504: parse error before "size_t"^M
/usr/include/stdio.h:506: parse error before "fwrite_unlocked"^M
/usr/include/stdio.h:506: parse error before "size_t"^M
In file included from libsandbox.c:55:^M
/usr/include/stdio.h:644: parse error before "__gnuc_va_list"^M
In file included from /usr/include/stdio.h:674,^M
                 from libsandbox.c:55:^M
/usr/include/bits/stdio.h:34: parse error before "__gnuc_va_list"^M
/usr/include/bits/stdio.h: In function `vprintf':^M
/usr/include/bits/stdio.h:36: `__fmt' undeclared (first use in this 
function)^M
/usr/include/bits/stdio.h:36: (Each undeclared identifier is reported only 
once^M
/usr/include/bits/stdio.h:36: for each function it appears in.)^M
/usr/include/bits/stdio.h:36: `__arg' undeclared (first use in this 
function)^M
<snip>
{standard input}:343: Error: symbol `__result' is already defined^M
{standard input}:343: Warning: rest of line ignored; first ignored character 
is `,'^M
{standard input}:345: Error: symbol `__result' is already defined^M
{standard input}:345: Warning: rest of line ignored; first ignored character 
is `,'^M
{standard input}:346: Error: symbol `__result' is already defined^M
{standard input}:346: Warning: rest of line ignored; first ignored character 
is `,'^M
make: *** [libsandbox.o] Error 1^M
^M
!!! ERROR: sys-apps/portage-2.0.46-r12 failed.^M
!!! Function src_compile, Line 4


Sincerely, and with thanks,
Eugene T.S. Wong

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--
gentoo-dev@gentoo.org mailing list


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

end of thread, other threads:[~2003-02-12  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-11 21:40 [gentoo-dev] How to upgrade to portage-2.0.46-r12? Eugene Wong
2003-02-12  7:07 ` Martin Holzer
  -- strict thread matches above, loose matches on Subject: below --
2003-02-10 22:07 Eugene Wong
2003-02-10 23:13 ` Aron Griffis

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